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]

2002-04-29's snapshot's libstdc++ won't build on IRIX6 nor Tru64


The error is similar.  When building the PIC version of
libstdc++-v3/src/misc-inst.cc, I got:

as: Error: /var/tmp//cc2KgIpb.s, line 48691: cannot redeclare defined symbol as a weak symbol: _ZNSt15basic_streambufIcSt11char_traitsIcEE13_S_pback_sizeE
      .weakext _ZNSt15basic_streambufIcSt11char_traitsIcEE13_S_pback_sizeE

on IRIX and:

as0: Error: /home/lsd/oliva/src/tool/egcs/libstdc++-v3/src/misc-inst.cc, line 6: .globl must precede the definition of the symbol _ZNSt15basic_streambufIcSt11char_traitsIcEE13_S_pback_sizeE
as0: Error: /home/lsd/oliva/src/tool/egcs/libstdc++-v3/src/misc-inst.cc, line 6: .globl must precede the definition of the symbol _ZNSt15basic_streambufIcSt11char_traitsIcEE13_S_pback_sizeE

on OSF1 4.0f.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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