This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

libstdc++2.90.5 braeks with egcs-1.1.2/linux



Hi all.

Just tried to compile the newest libstdc++ with egcs-1.1.2. It fails with
the internal error below. 

Making all in src
make[2]: Entering directory `/home/gerald/z/libstdc++-2.90.5/bld/src'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../src -I.. -nostdinc++ -I../.. -I../../stl -I../../libio     -g -D_GNU_SOURCE -fno-implicit-templates  -fimplicit-templates -c ../../src/misc-inst.cc
rm -f .libs/misc-inst.lo
c++ -DHAVE_CONFIG_H -I. -I../../src -I.. -nostdinc++ -I../.. -I../../stl -I../../libio -g -D_GNU_SOURCE -fno-implicit-templates -fimplicit-templates -c  -fPIC -DPIC ../../src/misc-inst.cc -o .libs/misc-inst.lo
../../bits/std_ostream.h: In function `class basic_ostream<char,char_traits<char> > & operator <<<char_traits<char>>(class basic_ostream<char,char_traits<char> > &, const char *)':
../../src/misc-inst.cc:100:   instantiated from here
../../bits/std_ostream.h:425: Internal compiler error.
../../bits/std_ostream.h:425: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
../../bits/std_ostream.h:425: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
make[2]: *** [misc-inst.lo] Error 1
make[2]: Leaving directory `/home/gerald/z/libstdc++-2.90.5/bld/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gerald/z/libstdc++-2.90.5/bld'
make: *** [all-recursive-am] Error 2


When I took out the -g, I got the full compiler error below.

 c++ -DHAVE_CONFIG_H -I. -I../../src -I.. -nostdinc++ -I../.. -I../../stl -I../../libio -D_GNU_SOURCE -fno-implicit-templates -fimplicit-templates -c  -fPIC -DPIC ../../src/misc-inst.cc -o .libs/misc-inst.lo
../../bits/std_ostream.h: In function `class basic_ostream<char,char_traits<char> > & operator <<<char_traits<char>>(class basic_ostream<char,char_traits<char> > &, const char *)':
../../src/misc-inst.cc:100:   instantiated from here
../../bits/std_ostream.h:425: no matching function for call to `basic_ostream<_CharT,_Traits>::sentry::sentry (basic_ostream<char,char_traits<char> > &)'
../../bits/std_ostream.h:241: candidates are: basic_ostream<_CharT,_Traits>::sentry::sentry(basic_ostream<_CharT,_Traits> &)


Anyone else have this problem?

Please foreward replies to gutier@intergate.bc.ca. I'm not subscribed to
the newsgroup yet.


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