Hi,
I'm trying to compile (on Ubuntu 12.10 64 bits) the git version but it terminates with error:

$ ./configure --with-modules --with-pager=/usr/bin/less --without-gnutls --without-openssl && make
....
....
/bin/bash ../libtool --silent --tag=CXX --mode=link gcc -fPIC -O2 -Wall -pipe -march=native -mtune=native -fomit-frame-pointer -mfpmath=both -fivopts -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -fno-implement-inlines -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed,-z,relro -o lftp lftp.o complete.o lftp_rl.o attach.o liblftp-jobs.la -lreadline -lutil -ltinfo -ldl -lsupc++
/usr/bin/ld: complete.o: undefined reference to symbol '_ZN8FileInfoC1ERKS_'
/usr/bin/ld: note: '_ZN8FileInfoC1ERKS_' is defined in DSO /home/simon/sources/lftp/src/.libs/liblftp-tasks.so.0 so try adding it to the linker command line /home/simon/sources/lftp/src/.libs/liblftp-tasks.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: *** [lftp] Error 1
make[1]: se sale del directorio «/home/simon/sources/lftp/src»
make: *** [all-recursive] Error 1

The problem is when I configure with "--with-modules". Without this setting, it compiles well. Why?
_______________________________________________
lftp mailing list
[email protected]
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to