[Coin-discuss] shared vs static libs

Lou Hafer lou at cs.sfu.ca
Wed Apr 4 16:02:00 EDT 2007


Matt,

	You should get shared libraries by default, where available, at least
in the optimised build. The option --enable-shared (--disable-shared) will try
to force the issue. Similarly, --enable-static (--disable-static).

	configure --help=recursive will get you a comprehensive listing of the
available options. You can specify any option in the top-level call to 
configure; they'll be passed along as the top level configure invokes configure 
in subdirectories.

							Lou




More information about the Coin-discuss mailing list