Hi, while compiling lftp I get the following errors. I'm using a RS6000 with AIX 4.3.3 and gcc 3.2.2. I have update readline to 4.3. Please help !!!!
greetings Eelco /bin/sh ../libtool --silent --mode=link gcc -O2 -Wall -Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti -s -o lftp -export-dynamic lftp.o complete.o lftp_rl.o libjobs.a libtasks.a libnetwork.la proto-ftp.la proto-http.la proto-file.la proto-fish.la cmd-mirror.la cmd-sleep.la ./readline-4.2/libreadline.a ../lib/liblib.a -lssl -lcrypto -lcurses -lm ld: 0711-317 ERROR: Undefined symbol: .operator new[](unsigned long) ld: 0711-317 ERROR: Undefined symbol: __cxa_pure_virtual ld: 0711-317 ERROR: Undefined symbol: .operator delete(void*) ld: 0711-317 ERROR: Undefined symbol: .operator new(unsigned long) ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make[1]: *** [lftp] Error 1 make[1]: Leaving directory `/home/z678x30/dev/lftp-2.6.5/src' make: *** [all-recursive] Error 1
