libtool
[Top][All Lists]
Advanced

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

RE: dynamic library link problems


From: Robert Collins
Subject: RE: dynamic library link problems
Date: Mon, 13 May 2002 21:23:04 +1000

Why not put those functions in a shared library? That's more portable
too (not all platforms play nice with backlinking.)

Rob

> -----Original Message-----
> From: Robert Stone [mailto:address@hidden 
> Sent: Sunday, May 12, 2002 5:19 PM
> To: address@hidden
> Subject: dynamic library link problems
> 
> 
> 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
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool
> 



reply via email to

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