Hi,
        I recently implemented a plug-in architecture using autoconf,
automake and libtool.  Some parts of our codebase were no longer called in
the main program (now they are support functions for the plug-ins).  Because
we were using convenience libraries (.la files) it seems they are no longer
getting linked into the main program at build time and modules will not
load.  Is there anything I can do to get these parts of the code built into
the main program that doesn't involve listing symbols from every object that
should be in the main program but is not explicitly called?

                                                Thanks,
                                                Robert Stone

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

Reply via email to