__out_of_range missing on IRIX

jarausch@igpm.rwth-aachen.de jarausch@igpm.rwth-aachen.de
Tue Feb 20 00:15:00 GMT 2001


Hi,

I've encountered another problem with current (20010220)
libstdc++ on my IRIX box.

running
#include <sstream>
using std::ostringstream;

int main() {
  ostringstream Out;
  Out << 3.14159;
  cout << "output= " + Out.str() + "\n";
}

I get (output sent through c++filt)

executing a.out running output through c++filt
186192:a.out: rld: Error: unresolvable symbol in 
 /usr/LOCAL/lib/libstdc++.so.4: std::__out_of_range(char const*)
186192:a.out: rld: Error: unresolvable symbol in 
 /usr/LOCAL/lib/libstdc++.so.4: std::__length_error(char const*)

Thanks for looking into that,

Helmut Jarausch

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



More information about the Libstdc++ mailing list