libstdc++ bug - need help (IRIX)

jarausch@igpm.rwth-aachen.de jarausch@igpm.rwth-aachen.de
Wed Feb 14 23:38:00 GMT 2001


On 12 Feb, Phil Edwards wrote:
> 
> My name is on the web pages because I maintain the web pages, not the
> entire library.  If you need help with the library as a whole, please
> write to the library mailing list, <libstdc++@gcc.gnu.org>.
> 
> I will note that support for IRIX 6.5 has just been added to the libstdc++
> development sources in the last two days, so if you must use that platform,
> you might want to download the current development sources and give them
> a try.  We would be very interested in any feedback.
> 

Many thanks, the 20010214 versions builds fine and passes my sstream
test (for the first time since long)

But let me note that just after installing this the test failed again.
The reason was there were 3(!) different versions of
c++config.h around  :  (my --prefix is  /usr/LOCAL)

/usr/LOCAL/include/g++-v3/mips-sgi-irix6.5/bits/c++config.h (the most recent and correct one)
/usr/LOCAL/include/g++-v3/bits/c++config.h   (outdated)
/usr/LOCAL/mips-sgi-irix6.5/include/g++-v3/bits/c++config.h (outdated)

ONLY after deleting the last two ones it's working fine now.

Many thanks again,
Helmut.

-- 
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany



More information about the Libstdc++ mailing list