This is the mail archive of the gcc-bugs@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]

Problems compiling or using libstdc++-2.90.6


I have been having problems compiling libstdc++-2.90.6 with egcs-2.91.66

I have no idea why this is happening. I believe that some how ostream
and istream have problems which don't allow them to be compiled properly
or used properly. I attached a log of the compilation in hopes that it
would give you more insight. I am currently running an upgraded version
of Redhat 5.2 upgraded to kernel 2.2.5-15 and glib 2.1. I currently have
libstdc++-2.9 installed (from RPM) but I'm not sure if it's being linked
against the programs I am compiling. Thanks for your time.

Ben Schleimer
gmake  all-recursive
gmake[1]: Entering directory `/home/bensch/libstdc++-2.90.6'
Making all in math
gmake[2]: Entering directory `/home/bensch/libstdc++-2.90.6/math'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/bensch/libstdc++-2.90.6/math'
Making all in string
gmake[2]: Entering directory `/home/bensch/libstdc++-2.90.6/string'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/bensch/libstdc++-2.90.6/string'
Making all in libio
gmake[2]: Entering directory `/home/bensch/libstdc++-2.90.6/libio'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/bensch/libstdc++-2.90.6/libio'
Making all in src
gmake[2]: Entering directory `/home/bensch/libstdc++-2.90.6/src'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -nostdinc++ -I.. -I../stl -I../libio     -g -D_GNU_SOURCE -fno-implicit-templates  -fimplicit-templates -c misc-inst.cc
rm -f .libs/misc-inst.lo
c++ -DHAVE_CONFIG_H -I. -I. -I.. -nostdinc++ -I.. -I../stl -I../libio -g -D_GNU_SOURCE -fno-implicit-templates -fimplicit-templates -c  -fPIC -DPIC misc-inst.cc -o .libs/misc-inst.lo
gmake[2]: Leaving directory `/home/bensch/libstdc++-2.90.6/src'
gmake[1]: Leaving directory `/home/bensch/libstdc++-2.90.6'
../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 *)':
misc-inst.cc:102:   instantiated from here
../bits/std_ostream.h:465: Internal compiler error.
../bits/std_ostream.h:465: Please submit a full bug report to `egcs-bugs@egcs.cygnus.com'.
../bits/std_ostream.h:465: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
gmake[2]: *** [misc-inst.lo] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all-recursive-am] Error 2

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