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]

Re: libstdc++ clashes with libC system library on Irix 6.5


On Feb  3, 2000, Wolfram Gloger <Wolfram.Gloger@dent.med.uni-muenchen.de> wrote:

>> > Could those objects be `tucked away' by rebuilding gcc with
>> > flag_honor_std turned on by default?
>> 
>> That's possible.  At least cin and cout would be moved into the std
>> namespace.  But not all of libstdc++ is namespace std-enabled :-(

> Sorry, but this didn't help.  The global object `cout' is still (not)
> mangled as `cout', even with -fhonor-std.

That's probably because GCC's libio is not namespace std-enabled :-(

This appears to be already fixed in the libstdc++-v3 project, so it
may be worth a try...

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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