This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cannot build gcc-3_2-branch


Hi

Haven't tried a build for quite a few weeks. Everything was going fine 'til
I hit this:-

Making all in testsuite
make[4]: Entering directory `/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
`echo /mnt/hdb7/gcc/branch/gcc-build/gcc/xgcc -shared-libgcc -B/mnt/hdb7/gcc/branch/gcc-build/gcc/ -nostdinc++  -L/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src -L/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/opt/gcc-3.2.1/i686-pc-linux-gnu/bin/ -B/opt/gcc-3.2.1/i686-pc-linux-gnu/lib/ -isystem /opt/gcc-3.2.1/i686-pc-linux-gnu/include  | sed 's/xgcc/g++/g'` -DHAVE_CONFIG_H -I. -I../../../../gcc/libstdc++-v3/testsuite -I.. -nostdinc++    -I/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include/i686-pc-linux-gnu -I/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/include -I../../../../gcc/libstdc++-v3/libsupc++      -g -O2 -D_GNU_SOURCE -c ../../../../gcc/libstdc++-v3/testsuite/abi_check.cc
LD_RUN_PATH=/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs     /bin/sh ../libtool --tag=CXX --mode=link `echo /mnt/hdb7/gcc/branch/gcc-build/gcc/xgcc -shared-libgcc -B/mnt/hdb7/gcc/branch/gcc-build/gcc/ -nostdinc++  -L/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src -L/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/opt/gcc-3.2.1/i686-pc-linux-gnu/bin/ -B/opt/gcc-3.2.1/i686-pc-linux-gnu/lib/ -isystem /opt/gcc-3.2.1/i686-pc-linux-gnu/include  | sed 's/xgcc/g++/g'`          -g -O2 -D_GNU_SOURCE  -o abi_check  abi_check.o  -lm 
mkdir .libs
/mnt/hdb7/gcc/branch/gcc-build/gcc/g++ -shared-libgcc -B/mnt/hdb7/gcc/branch/gcc-build/gcc/ -nostdinc++ -B/opt/gcc-3.2.1/i686-pc-linux-gnu/bin/ -B/opt/gcc-3.2.1/i686-pc-linux-gnu/lib/ -isystem /opt/gcc-3.2.1/i686-pc-linux-gnu/include -g -O2 -D_GNU_SOURCE -o abi_check abi_check.o  -L/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src -L/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -lm
/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `std::messages<wchar_t>::do_get(int, int, int, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) const'
collect2: ld returned 1 exit status
make[4]: *** [abi_check] Error 1
make[4]: Leaving directory `/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3/testsuite'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/mnt/hdb7/gcc/branch/gcc-build/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/mnt/hdb7/gcc/branch/gcc-build'
make: *** [bootstrap] Error 2

Where did I go wrong? Why is it building stuff in testsuite when I haven't kicked
off "make check" yet?

This is i686-pc-linux-gnu
gcc-3.2
glibc-2.2.5
binutils-2.13

Thanks
Greg


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]