01:41pm [EMAIL PROTECTED]/1 [~/l/lftp/src] make
/bin/sh ../libtool --silent --mode=link gcc  -O2 -Wall -Wwrite-strings 
-Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Winline -s -o 
lftp -export-dynamic  lftp.o complete.o lftp_rl.o libjobs.a libtasks.a -lreadline 
-lcurses        ../lib/liblib.a  -lssl -lcrypto  -lutil -lresolv -ldl -lm
libjobs.a(commands.o)(.rodata+0x3d94): undefined reference to `cmd_at(CmdExec *)'
libjobs.a(commands.o)(.rodata+0x3f74): undefined reference to `cmd_mirror(CmdExec *)'
libjobs.a(commands.o)(.rodata+0x40a4): undefined reference to `cmd_repeat(CmdExec *)'
libjobs.a(commands.o)(.rodata+0x4124): undefined reference to `cmd_sleep(CmdExec *)'
libtasks.a(FileAccess.o): In function `FileAccess::ClassInit(void)':
FileAccess.o(.text+0x1f63): undefined reference to `Ftp::ClassInit(void)'
FileAccess.o(.text+0x1f68): undefined reference to `LocalAccess::ClassInit(void)'
FileAccess.o(.text+0x1f6d): undefined reference to `Http::ClassInit(void)'
FileAccess.o(.text+0x1f72): undefined reference to `Fish::ClassInit(void)'
collect2: ld returned 1 exit status

Also, 

01:42pm [EMAIL PROTECTED]/1 [~/l/lftp/src] touch Makefile.am
01:42pm [EMAIL PROTECTED]/1 [~/l/lftp/src] make
cd .. && automake --gnu src/Makefile
src/Makefile.am:19: variable `MODULES_LA_STATIC' not defined
src/Makefile.am:19: variable `MODULES_LA_STATIC' not defined
src/Makefile.am:75: variable `MODULES_LA_STATIC' not defined
make: *** [Makefile.in] Error 1

This error doesn't happen when building from the top, though.  (The
above missing classes are probably what should be in
MODULES_LA_STATIC; I don't know where that's supposed to be defined.)

-- 
Glenn Maynard

Reply via email to