Hello Vincent, * Vincent Torri wrote on Wed, Feb 13, 2008 at 12:40:32AM CET: > On Tue, 12 Feb 2008, Ralf Wildenhues wrote: > > > >Do you want the static library built at all? If not, try > > libfoo_la_LIBTOOLFLAGS = --tag=disable-static > > indeed, I don't want static lib at all. So using that tag disables the > installation of the static lib. But the .la is still installed (and the > .dll.a, the import lib, on Windows too).
The .la file may be needed by libltdl to open the module. Cheers, Ralf
