This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: error in hash.cc
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Revital1 Eres <ERES at il dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org, bkoz at redhat dot com
- Date: Wed, 12 Aug 2009 10:55:48 -0700
- Subject: Re: error in hash.cc
- References: <OFD45AECD4.E003889A-ONC2257610.0040FF88-C2257610.004136AC@il.ibm.com>
- Reply-to: janis187 at us dot ibm dot com
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
>
>