On 12/17/2010 02:01 AM, majia gm wrote:
Here's my configure line.
$SOURCE/gcc-4.4.2/configure --host=$HOST --target=$TARGET
--prefix=/usr --build=$BUILD --enable-clocale=gnu --enable-shared
--enable-threads=posix --enable-__cxa_atexit
--enable-languages=c,c++,java --disable-libstdcxx-pch
--disable-multilib --with-pkgversion=${VERSION}_${DATE}
libpthread.so.0 is a link to libpthread-2.9.so.
Please don't top-post on this list.
It's clear what your problem is: you need a sysroot for your target.
--with-sysroot= should point to a directory that contains all the
libraries and include files for your target.
Andrew.
2010/12/16 Andrew Haley<aph@xxxxxxxxxx>:
On 12/16/2010 03:21 PM, majia gm wrote:
I'm compiling gcc-4.4.2 on an Arm similar machine with Java enabled.
Compilation is completed, but a failure comes out when make install,
with the error of '"relink libgvm".
Do anyone know the reason of the failure?
I really appreciate your support.
I am replying on gcc-help. Please use that list for questions.
Tell us the configure line you used.
What is in /lib/libpthread.so.0 ?
Andrew.