libtool
[Top][All Lists]
Advanced

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

Re: modulename_LTX_ prefix not removed from preloaded symbols?


From: Kevin P. Fleming
Subject: Re: modulename_LTX_ prefix not removed from preloaded symbols?
Date: Mon, 13 Oct 2003 08:54:03 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030925

Gary V. Vaughan wrote:

Are you preopening .a modulenames? You should use the .la filenames. Have a look at CVS m4, which preloads modules and lt_dlsym opens symbols.


My Makefile.am has

-dlopen src/handlers/alfs.la
-dlopen src/handlers/copy.la
etc.

When --enable-shared is in effect, this works fine (essentially ignored). When --disable-shared --enable-static is in effect, only static libs are produced, and the preloaded_symbols list contains .a names, not .la names.





reply via email to

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