>>> "Bruce" == Bruce Korb <[EMAIL PROTECTED]> 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