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]

Problem compiling libstdc++2.90.6


Hi,
I have made an attempt to compile libstdc++2.90.6 on U-Sparc-II 440 runing Sun-OS 2.5.1
I compiled the library using egcs 1.1.2 and got the follwing error message:
gmake  all-recursive
gmake[1]: Entering directory `/user/dany/Work/Gnu/libstdc++-2.90.6'
Making all in math
gmake[2]: Entering directory `/user/dany/Work/Gnu/libstdc++-2.90.6/math'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/user/dany/Work/Gnu/libstdc++-2.90.6/math'
Making all in string
gmake[2]: Entering directory `/user/dany/Work/Gnu/libstdc++-2.90.6/string'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/user/dany/Work/Gnu/libstdc++-2.90.6/string'
Making all in libio
gmake[2]: Entering directory `/user/dany/Work/Gnu/libstdc++-2.90.6/libio'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/user/dany/Work/Gnu/libstdc++-2.90.6/libio'
Making all in src
gmake[2]: Entering directory `/user/dany/Work/Gnu/libstdc++-2.90.6/src'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -nostdinc++ -
I.. -I../stl -I../libio     -O2 -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 -O2 -fimpl
icit-templates -c  -fPIC -DPIC 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 *)':
misc-inst.cc:102:   instantiated from here
../bits/std_ostream.h:465: no matching function for call to `basic_ostream<_Char
T,_Traits>::sentry::sentry (basic_ostream<char,char_traits<char> > &)'
../bits/std_ostream.h:250: candidates are: basic_ostream<_CharT,_Traits>::sentry
::sentry(basic_ostream<_CharT,_Traits> &)
gmake[2]: *** [misc-inst.lo] Error 1
gmake[2]: Leaving directory `/user/dany/Work/Gnu/libstdc++-2.90.6/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/user/dany/Work/Gnu/libstdc++-2.90.6'
gmake: *** [all-recursive-am] Error 2


What was I doing wrong ? is it a bug in the compiler or in the library ...


TIA
--

        Dany

_________________________________
Name:           Dan Khabaza
Email:          dany@verisity.com
Work Phone:     972(3)9004032
Home Phone:     972(9)7421369
Cell Phone:     972(53)708283
 
begin:vcard 
n:Khabaza;Dan
x-mozilla-html:TRUE
adr:;;;;;;
version:2.1
email;internet:dany@versity.com
x-mozilla-cpt:;0
fn:Dan Khabaza
end:vcard

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