libtool
[Top][All Lists]
Advanced

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

Relinking module at install time with dependency


From: Albert Chin
Subject: Relinking module at install time with dependency
Date: Mon, 7 Apr 2003 13:37:08 -0500
User-agent: Mutt/1.4i

I am trying to build KDE 3.1.1 on Solaris 9/SPARC with the latest CVS
libtool. It tries to link module1.la at install time which is
dependent on module2.la. The creation at build time of module1.so
works (it links against module2.so). However, at install time, libtool
tries to link the dependent module2.la with -lmodule2 which of course
won't work because there is 'lib' string prepended to 'module2.la'. I
presume this is a libtool bug. Because the build worked by hardcoding
the path of the module2.so file, I'd expect the same thing to occur
while relinking at install time.

-- 
albert chin (address@hidden)




reply via email to

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