> Static libraries don't understand -export-dynamic, it doesn't
> make any sense.  If you configure with --disable-shared
> then you won't have any modules to dlopen, because
> they will be static, and you would already have the resolved
> symbols in your executable.

I understand that but ... I want static libraries, but shared modules.

Static libraries for gain time where I can
Shared modules because in this project they are like features.
For doing this, I must have two build project, one with --enable-shared 
for modules, other with --disable-shared for static libraries.
But I have this unresolved symbols not found in main binaries when I 
dlopen shared modules with binaries links with static lib ...

Thanks for your help,
Regards,
--
Alain BARBET







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

Reply via email to