[Coin-discuss] shared vs static libs

Andreas Waechter andreasw at watson.ibm.com
Wed Apr 4 16:16:22 EDT 2007


Hi Matt,

Ok, here yes another answer:

As Lou wrote, by default, shared libraries are built if this is supported 
by the system.  However, currently it doesn't work on Windows.

If you only want static libraries, you specify --disable-shared.

If you want both static and shared libraries, you specify 
--enable-static.

I hope this helps,

Andreas

On Wed, 4 Apr 2007, Matthew Galati wrote:

> With the new build system, how do I indicate that I want to use shared libs instead of static (and vice versa).
>
> Thanks,
> Matt
>
>
> _______________________________________________
> Coin-discuss mailing list
> Coin-discuss at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/coin-discuss
>



More information about the Coin-discuss mailing list