Problems with gcc 2.95.3 / stdc++ 2.90.8
Philip Martin
philip@codematters.co.uk
Wed Dec 19 06:58:00 GMT 2001
Neil Bird <neil@fnxweb.com> writes:
> However - if I g++ my hello-world prog. with '-fhonor-std' I get
> *reams* of errors, which start:
>
>
> /usr/local/lib/libstdc++.a(ios.o): In function `$_Q23std6locale':
> /usr/local/src/gcc/build/gcc/include/exception(.data$_vt$Q23std9exception+0x14):
> undefined reference to `std::exception::what(void) const'
Which is in libgcc.a I believe, and you have probably built that with
-fno-honor-std. Like I said, I used to rebuild the entire 2.95 and v3
trees with -fhonor-std.
--
Philip
More information about the Libstdc++
mailing list