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]

__out_of_range missing on IRIX


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


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