Hi, Andrew. 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. Thank you. 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. > >