This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: libstdc++ problems /w egcs-2.91.52 on sparc-linux?


On 31 Jul 1998, Andreas Schwab wrote:

> That looks like a problem with _G_config.h, perhaps the compiler is using
> the wrong one.  It should contain the following lines:
> 
<snip>

That was exactly the case.  For some reason, a stale _G_config.h (in 
/usr/sparc-unknown-linux-gnu/include) was ahead of the real 
/usr/include/_G_config.h in the include path.  The stale header file was the 
cause of the linking errors as well as cout not working.

I'm not sure how it got there, but I suspect it was my fault from some
(deranged) experimenting I did about a month ago.

Thanks,
Kevin Milans



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