Problems with 2.90.8
Roman Belenov
roman@nstl.nnov.ru
Fri Apr 7 08:02:00 GMT 2000
Sorry, I've found the problem: I forgot -fhonor-std compiler
switch. Can it be automagically made default then gcc is rebuilt with
new libstdc++ ?
Roman Belenov <roman@nstl.nnov.ru> writes:
> I've built gcc-2.95.2 with libstdc++-2.90.8. I tried to compile the
> following hello.cc program :
>
> #include <iostream>
>
> int main()
> {
> std::cout << "hello, world" << std::endl;
> return 0;
> }
>
> and got errors on link stage :
----------skipped ----------------
--
With regards, Roman.
More information about the Libstdc++
mailing list