This is the mail archive of the libstdc++@sourceware.cygnus.com 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]

Re: Problems with 2.90.8


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.


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