Hello Jeremy
Depending on your proposed approach
I try use "./configure CC=arm-unknown-linux-uclibcgnueabi-cc --host=arm" to generating makefile and building
The error message still occurs.
But I found, when generating the makefile, configure file will check shared libraries, the message below:
-----
checking whether the g++ linker (/opt/toolchains/crosstools-arm-gcc-4.6-linux-3.4-uclibc-0.9.32-binutils-2.21-NPTL/usr/arm-unknown-linux-uclibcgnueabi/bin/ld) supports shared libraries... no
------
Is it causing the "libtool: link: can not build a shared library" problem?
If yes, how to add option on ./configure to solve it?
Thanks.
Wallace