This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: Irix6 long doubles implemented wrong? (27_io/ostream_inserter_arith)


 > I'm going to try and test this on irix6.5.  I took a 3.3 checkout from
 > this morning plus the following three patches:
 > 
 > http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02039.html
 > http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02026.html
 > http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02041.html
 > 
 > Is that the correct set?  (Results should be done tonight.)

Well that was a dismal failure.  It bootstrapped but I get 178
libstdc++-v3 execute errors and 18_support/numeric_limits.cc fails
compilation:

ld32: ERROR   33 : Unresolved text symbol "__gttf2" -- 1st referenced
by /var/tmp//cc40eXre.o.
        Use linker option -v to see when and which objects, archives
	and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "__addtf3" -- 1st referenced
by /var/tmp//cc40eXre.o.
        Use linker option -v to see when and which objects, archives
	and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "__eqtf2" -- 1st referenced
by /var/tmp//cc40eXre.o.
        Use linker option -v to see when and which objects, archives
	and dsos are loaded.
ld32: ERROR   33 : Unresolved text symbol "__netf2" -- 1st referenced
by /var/tmp//cc40eXre.o.
        Use linker option -v to see when and which objects, archives
	and dsos are loaded.
ld32: INFO    152: Output file removed because of error.
collect2: ld returned 2 exit status

It's quite possible I misapplied the patches...

--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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