[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: getting a locally built library
From: |
Alexandre Duret-Lutz |
Subject: |
Re: getting a locally built library |
Date: |
Thu, 14 Nov 2002 11:41:45 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-debian-linux-gnu) |
>>> "Bruce" == Bruce Korb <address@hidden> writes:
Bruce> David Bacher wrote:
[...]
>> /bin/sh ../libtool --mode=link gcc -g -O2 -L/sw/lib -o autogen \
>> -export-dynamic -lguile *.o -L/sw/lib -lguile -lm \
>> -L../autoopts/.libs -lopts -ldl
>> ld: Undefined symbols:
>> _aopts_alloc
>> _aopts_realloc
>> _aopts_strdup
>> make[1]: *** [autogen] Error 1
Where does this command comes from? This doesn't look like an
Automake-generated call to libtool. First, Automake should not
generate something like `*.o'; second, it should not output
`-L../autoopts/.libs -lopts' but `../autoopts/libopts.la'
since Bruce said `autogen_LDADD = $(top_builddir)/autoopts/libopts.la'.
I'm tempted to think that the link rule was hand-edited (either in the
Makefile(|.in|.am), or in the output).
[...]
--
Alexandre Duret-Lutz