This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libtool relink problems with multiple libtool libraries


On Thu, 29 Jul 2004, J.T. Conklin wrote:

Everything builds fine, but a make install fails with a libtool first
complaining that it has to relink libFOO.la, which fails because the
linker can't find "-lBAR" -- probably because the BAR and BAZ
libraries haven't been installed yet.

Is there any way to describe this install dependency in automake?  Is
reordering the libraries in the Makefile.am necessary and/or sufficent?

This is an on-going problem with Automake and difficult to solve. The only current solution is to carefully order the list of libraries so they happen to be installed in a working order.


Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us
http://www.simplesystems.org/users/bfriesen



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]