libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building .so files only.


From: Albert Chin
Subject: Re: Building .so files only.
Date: Sat, 30 Aug 2003 21:22:27 -0500
User-agent: Mutt/1.4i

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 (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]