Relative paths in *_LDADD vs absolute paths in .la dependencies

2006-07-10 Thread Olly Betts
With a fairly recent CVS HEAD libtool (but I see the same with 1.5.8) the following command: /bin/sh ../libtool --tag=CXX --mode=link g++ -o quartzcheck \ quartzcheck-quartzcheck.o ../testsuite/libbtreecheck.la ../libxapian.la causes libtool to execute (my wrapping): g++ -o .libs/quartzcheck

Shared library depending on a convenience library

2006-07-10 Thread Bjarne Vestergaard
Hi, I've been trying to use libtool to build a shared library that depends on a libtool convenience library. But for some reason, the convenience library that I've created doesn't contain any reference to .lo or .so files. When linking the shared library, it will therefore contain a TEXTREL mem

Re: Shared library depending on a convenience library

2006-07-10 Thread Ralf Wildenhues
Hello Bjarne, * Bjarne Vestergaard wrote on Mon, Jul 10, 2006 at 10:03:09PM CEST: > > I've been trying to use libtool to build a shared library that depends on a > libtool convenience library. But for some reason, the convenience library > that I've created doesn't contain any reference to .lo