[mpich-discuss] libmpich.so not installed?

Anthony Chan chan at mcs.anl.gov
Thu Sep 25 00:13:48 CDT 2008


"mpich2-xxx/configure --help" has this option:

--enable-sharedlibs=kind - Enable shared libraries.  kind may be
    gcc     - Standard gcc and GNU ld options for creating shared libraries
    osx-gcc - Special options for gcc needed only on OS/X
    solaris-cc - Solaris native (SPARC) compilers for 32 bit systems
    cygwin-gcc - Special options for gcc needed only for cygwin
    none    - same as --disable-sharedlibs
Only gcc, osx-gcc, and solaris-cc are currently supported

On a typical linux box, you'll need --enable-sharedlibs=gcc as part of
your configure command to get shared library support.

A.Chan

----- "Christopher Tanner" <christopher.tanner at gatech.edu> wrote:

> Hi all -
> 
> I need the library libmpich.so.0.1 in order to run some of my  
> applications. Doing a 'locate libmpich.*' came up with nothing. After 
> 
> looking in the install.log (generated when I installed MPICH2), I saw 
> 
> these lines:
> 
> if [ -s lib/libmpich.so ] ; then false --mode=install lib/libmpich.so
> / 
> usr/local/lib/libmpich.so ; fi
> if [ -s lib/libpmpich.so ] ; then false --mode=install lib/ 
> libpmpich.so /usr/local/lib/libpmpich.so ; fi
> if [ -s lib/libfmpich.so ] ; then false --mode=install lib/ 
> libfmpich.so /usr/local/lib/libfmpich.so ; fi
> if [ -s lib/libmpichcxx.so ] ; then false --mode=install lib/ 
> libmpichcxx.so /usr/local/lib/libmpichcxx.so ; fi
> 
> I'm not exactly sure what these mean, but was I supposed to specify  
> something else on the 'configure' line in order for MPICH2 to install 
> 
> these libraries? Thanks!
> 
> -------------------------------------------
> Chris Tanner
> Space Systems Design Lab
> Georgia Institute of Technology
> christopher.tanner at gatech.edu
> -------------------------------------------




More information about the mpich-discuss mailing list