Just ignore my previous mail. I find the error is because we failed to import the new 4.5 directory libstdc++v3/python to our repository.
> -----Original Message----- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On > Behalf Of Bingfeng Mei > Sent: 21 July 2009 12:41 > To: gcc@gcc.gnu.org > Subject: libtool error in building GCC > > Hello, > I am experiencing the following error when building TRUNK > version of our port. > I am not familar with libtool. In 4.4, GCC produces its own > libtools under > libstdc++v3 directory and other similar directories. But I > cannot track > how the libtool is generated. Even I remove libtool under > libstdc++-v3 directory > and rerun make and it cannot regenerate libtool again. > Examining config.log, > config.status and Makefile doesn't help me either. So I > really get lost what > is going wrong in 4.5 trunk. Any help is greatly appreciated. > > Thanks, > Bingfeng Mei > > > /bin/sh ../libtool --tag CXX --tag disable-shared > --mode=compile > /projects/firepath/tools/work/bmei/gcc-head/build/./gcc/xgcc > -shared-libgcc > -B/projects/firepath/tools/work/bmei/gcc-head/build/./gcc > -nostdinc++ > -L/projects/firepath/tools/work/bmei/gcc-head/build/firepath-e > lf/libstdc++-v3/src > -L/projects/firepath/tools/work/bmei/gcc-head/build/firepath-e > lf/libstdc++-v3/src/.libs -nostdinc > -B/projects/firepath/tools/work/bmei/gcc-head/build/firepath-e > lf/newlib/ -isystem > /projects/firepath/tools/work/bmei/gcc-head/build/firepath-elf > /newlib/targ-include -isystem > /projects/firepath/tools/work/bmei/gcc-head/src/newlib/libc/in > clude > -B/projects/firepath/tools/work/bmei/gcc-head/build/firepath-e > lf/libgloss/firepath > -L/projects/firepath/tools/work/bmei/gcc-head/build/firepath-e > lf/libgloss/libnosys > -L/projects/firepath/tools/work/bmei/gcc-head/src/libgloss/fir > epath -B/home/bmei/work/gcc-head/install/firepath-elf/bin/ > -B/home/bmei/work/gcc-head/install/firepath-elf/lib/ -isystem > /home/bmei/work/gcc-head/install/firepath-elf/include > -isystem > /home/bmei/work/gcc-head/install/firepath-elf/sys-include > -I/projects/firepath/tools/work/bmei/gcc-head/src/libstdc++-v3 > /../gcc > -I/projects/firepath/tools/work/bmei/gcc-head/build/firepath-e > lf/libstdc++-v3/include/firepath-elf > -I/projects/firepath/tools/work/bmei/gcc-head/build/firepath-e > lf/libstdc++-v3/include > -I/projects/firepath/tools/work/bmei/gcc-head/src/libstdc++-v3 > /libsupc++ -fno-implicit-templates -Wall -Wextra > -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once > -ffunction-sections -fdata-sections -g -O2 -c -o > array_type_info.lo > ../../../../src/libstdc++-v3/libsupc++/array_type_info.cc > /bin/sh: ../libtool: No such file or directory > make[4]: *** [array_type_info.lo] Error 127 > make[4]: Leaving directory > `/projects/firepath/tools/work/bmei/gcc-head/build/firepath-el > f/libstdc++-v3/libsupc++ > > > The following is my configuration command: > > CC="gcc -m32" CFLAGS="-g" ../src/configure > --prefix=/home/bmei/work/gcc-head/install > --enable-languages=c,c++ --disable-nls --target=firepath-elf > --with-newlib > --with-mpfr=/projects/firepath/tools/work/bmei/packages/mpfr/2 > .4.1 > --with-gmp=/projects/firepath/tools/work/bmei/packages/gmp/4.3 > .0 --disable-libssp --with-headers --enable-checking > --enable-multilib > > >