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
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
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