PVM

Collette Yann ycollet at freesurf.fr
Wed Apr 16 11:46:40 CEST 2008


Hello,

under mandriva-200[78], pvm is shipped as a static library (extension .a).
So as to the library to recognized, you must a the "a" extension in the 
m4/pvm.m4 file: libexts="a so so.1.0 sl dylib"
Most of the time, the pvm library is stored in a directory (let's call 
it DIR) which has for folliwing shape:
$DIR/$PVM_ARCH.
In the mandriva's case, it's /usr/share/pvm3/lib/LINUX (PVM_ARCH is set 
to LINUX).
So, you certainly must add:
- /usr/share/pvm3/lib in the dirs variable of pvm.m4
- and another "loop" to test the combination PATH_LIB_PVM/PVM_ARCH ...

YC



More information about the dev mailing list