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.



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

Reply via email to