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]

problems compiling th library


Hello,
I'm getting this error when trying to build the library:

g++ -DHAVE_CONFIG_H -I. -I../../libstdc++-2.90.6/src -I.. -nostdinc++
-I../../libstdc++-2.90.6 -I../../libstdc++-2.90.6/stl
-I../../libstdc++-2.90.6/libio -g -D_GNU_SOURCE -fno-implicit-templates
-fimplicit-templates -c  -fPIC -DPIC
../../libstdc++-2.90.6/src/misc-inst.cc -o .libs/misc-inst.lo
.../../libstdc++-2.90.6/bits/std_ostream.h: In function `class
bbasic_ostream<char,char_traits<char> > & operator
<<<char_traits<char>>(class basic_ostream<char,char_traits<char> > &,
const char *)':
.../../libstdc++-2.90.6/src/misc-inst.cc:102:   instantiated from here
..../../libstdc++-2.90.6/bits/std_ostream.h:465: Internal compiler error.
..../../libstdc++-2.90.6/bits/std_ostream.h:465: Please submit a full bug
rreport to `egcs-bugs@egcs.cygnus.com'.
.../../libstdc++-2.90.6/bits/std_ostream.h:465: See
<<URL:http://egcs.cygnus.com/faq.html#bugreport> for details.
mmake[2]: *** [misc-inst.lo] Error 1
make[2]: Leaving directory `/usr/local/bld_libstdc++/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/bld_libstdc++'
make: *** [all-recursive-am] Error 2

although I've tried different sources:

libstdc++-2.90.5.tar.gz
libstdc++-2.90.6.tar.gz and
libstdc++-2.90.6.1.tar.gz

I've done following steps:
1.) unpacked the sources
2.) created a build-directory (mkdir bld_libstdc++;cd libstdc++)
3.) ran ../libstdc++-2.90.x/configure --prefix=/usr/tmp/libstdc++
5.) ran make

my configuration:
Linux 2.2.13 and  gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2
release) 

I'm not very familar with compiling sources and I'll be very glad if
anyone
will give me some hints for building the library successfully.

Thanks Lars

-- 
Sent through Global Message Exchange - http://www.gmx.net


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