libtool
[Top][All Lists]
Advanced

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

dynamic library link problems


From: Robert Stone
Subject: dynamic library link problems
Date: Sun, 12 May 2002 00:19:05 -0700
User-agent: Mutt/1.3.28i

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



reply via email to

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