On Wed, 2009-08-12 at 14:52 +0300, Revital1 Eres wrote: > Hello, > > I get the following error while compiling gcc -r150679 on ppc
I get the same failure for powerpc64-linux. It starts with r150641 from Benjamin Kosnik. Janis > > > unknown-linux-gnu/libstdc++-v3/include > -I/home/eres/mainline_45/gcc/libstdc++-v3/libsupc++ -fno-implicit-templates > -Wall -Wextra -Wwrite-strings -Wcast-qual > -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g > -O2 -D_GNU_SOURCE -mlong-double-64 -c > ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc -fPIC -DPIC > -o .libs/compatibility-ldbl.o > > In file included from > ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc:71:0: > > ../../../../gcc/libstdc++-v3/src/hash.cc:29:9: error: expected > initializer before ג<ג token > ../../../../gcc/libstdc++-v3/src/compatibility-ldbl.cc:76:17: > error: גvoid _ZNKSt4hashIeEclEe()ג aliased to > undefined symbol ג_ZNKSt3tr14hashIeEclEeג > > make[4]: *** [compatibility-ldbl.lo] Error 1 > > make[4]: Leaving directory > `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3/src' > > make[3]: *** [all-recursive] Error 1 > > make[3]: Leaving directory > `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3' > > make[2]: *** [all] Error 2 > > make[2]: Leaving directory > `/home/eres/mainline_45/new_build/powerpc64-unknown-linux-gnu/libstdc++-v3' > > make[1]: *** [all-target-libstdc++-v3] Error 2 > > make[1]: Leaving directory `/home/eres/mainline_45/new_build' > > make: *** [all] Error 2 > > > >