On Tue, May 25, 2004 at 12:54:57PM +0200, Dag Wieers wrote: > Building lftp on x86_64 with the default (minimal) SPEC file, results in > most of the modules missing. > > /usr/lib64/lftp/3.0.3/cmd-mirror.a > /usr/lib64/lftp/3.0.3/cmd-sleep.a > /usr/lib64/lftp/3.0.3/liblftp-network.so > /usr/lib64/lftp/3.0.3/liblftp-pty.so > /usr/lib64/lftp/3.0.3/proto-file.a > /usr/lib64/lftp/3.0.3/proto-fish.a > /usr/lib64/lftp/3.0.3/proto-ftp.a > /usr/lib64/lftp/3.0.3/proto-http.a > /usr/lib64/lftp/3.0.3/proto-sftp.a > > It's strange that instead of only .so files, .a files are available. > The log is attached. > > Problem is probably related to /usr/lib64 and /lib64 not being in the > default linker-path. Any help in finding a correct solution is welcome ;)
libtool outputs lots of errors and explains why it has made static modules. Please fix those libtool errors. -- Alexander.
