问题1:
configure.in:9: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...):
在aclocal时出现的这一个问题,在将autoconf更换为低版本的2.60后,顺利通过;
问题2:
configure.in:7: required file `config.h.in' not found
configure.in:9: required file `./ltmain.sh' not found
在automake -a时出现这以上问题,autoheader命令生成config.h.in,运行cp /usr/share/libtool/ltmain.sh .(拷贝过来)
运行automake -ac --foreign,可以configure,make了
问题3:
libstdc++.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
This means the g++ found your x86 version of the library before the 64 bit version.
To correct, edit the Makefiles by running the following script after ./configure