This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: error in hash.cc


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                                                                                             
>                                                                                                                                   
> 


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