When the development version of Autoconf is used to generate a
configure script from CVS libltdl's configure.in this error occurs.
configure.in:36: error: m4_require: circular dependency of AC_LTDL_SYMBOL_USCORE
configure.in:36: AC_LTDL_SYMBOL_USCORE is required by...
./aclocal.m4:3382: AC_LTDL_D
When shared libraries built as modules are installed by libtool, a
message is displayed regarding how to link against the shared library.
This message has no value for loadable modules since they are not
intended to be used as a normal shared library.
Bob
==
Bo
Hello,
I am experimenting with the CVS version of libtool (AFAIK pre-release
versions of 1.4), and am I bit disappointed in how interdependencies
between shared libraries are handled.
As an example:
/bin/sh ./libtool --mode=link gcc -g -O2 -o depdemo main.o ./l1/libl1.la
./l2/libl2.la ./l4
> "Brian" == Brian May <[EMAIL PROTECTED]> writes:
Brian> Hello, according to the
Brian> http://www.gnu.org/software/libtool/>, the mailing
Brian> list archives for this mailing list are kept at
Brian> http://www.geocrawler.com/lists/3/GNU>. However,
Brian> messages have s
Hello,
according to the http://www.gnu.org/software/libtool/>, the
mailing list archives for this mailing list are kept at
http://www.geocrawler.com/lists/3/GNU>. However, messages have
stopped after mid-September 2000.
For instance I can access this message OK:
http://www.geocrawler.com/archive
On Jan 15, 2001, Gernot Ziegler <[EMAIL PROTECTED]> wrote:
> It seems now that there is no way to make libtool link a 64 bit _shared_
> library, since it ignores the "-mabi=64"-option for the linking command
Try -Wc,-mabi=64
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~ol
Hej guys !
I have been developing in Linux only for a long time, but I am now
starting to learn how to compile Linux stuff on an Onyx2, and now I
really start to appreciate libtool, automake and autoconf :-)
But in the moment I have a strange problem:
I would like to have all the libraries I c
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes:
Alexandre> I think I wouldn't reject a patch that would look at
Alexandre> MAKEFLAGS and turn libtool quiet if it finds a -s in
Alexandre> there...
Automake could do this too. But it will just make the Makefiles even
more complica