On Fri, Aug 29, 2003 at 12:55:19AM -0400, Daniel Reed wrote:
> To produce only .la and .so files, you can pass -module -avoid-version to
> libtool. In Automake, you can do this by using something similar to:
> 
> pkglib_LTLIBRARIES = mymod.la
> mymod_la_SOURCES = mymod.c
> 
> mymod_la_LDFLAGS = -module -avoid-version
> 
> This also removes the requirement that the library name start with "lib."

This depends on the platform.

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to