automake
[Top][All Lists]
Advanced

[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 17:39:26 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-debian-linux-gnu)

>>> "Bruce" == Bruce Korb <address@hidden> writes:

 Bruce> Alexandre Duret-Lutz 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

[...]

 >> it should not output
 >> `-L../autoopts/.libs -lopts' but `../autoopts/libopts.la'
 >> since Bruce said `autogen_LDADD = $(top_builddir)/autoopts/libopts.la'.

[...]

 Bruce> That part I did not change from David's email.

David, could you explain where `-L../autoopts/.libs -lopts' comes
from?

[...]
-- 
Alexandre Duret-Lutz





reply via email to

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