|
|
I have noticed in building the lam-mpi 7.0.6 package using
fink unstable 10.3 on MacOS X 10.3.5 with Xcode 1.5's devtools
that the standard configure seems to produce a mixed set of
libraries. Some are shared and some are static which prevents
them from being used to link a shared lib version of gromacs-mpi
on MacOS X fink. Is there any reason why this mixed set of
shared and static libs are being produced by a simple ./configure
on lam 7.0.6?
I have resolved it locally by appending --enable-shared to
the ./configure options. When the build is done that way the
resulting libraries produced include both the shared and static
versions. Such a build allows a shared lib version of gromacs-mpi
to link properly. Thanks in advance for any information on this.
Jack Howarth
|
|
|