LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Marc Colosimo (mcolosimo_at_[hidden])
Date: 2004-08-12 08:32:20


On Aug 12, 2004, at 9:22 AM, Jeff Squyres wrote:

> On Aug 12, 2004, at 9:09 AM, Marc Colosimo wrote:
>
>>>> 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.
>>
>> Is there a way to get both shared and static libraries for OS X? I
>> really had to use a hammer to get the static libraries to play nice
>> with dynamically loaded code and it would be nice to have both
>> around.
>
> Yes -- sorry, it wasn't clear from the context.
>
> Using "--enable-shared --enable-static" with configure will build both
> sets of libraries. Twice as much for twice the compilation time --
> what a deal! ;-)
>
>
Cool, can both sets of libraries be put in the installer? This would
make installing it on several machines easy.

Thanks
Marc