This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: cerr, cout, and cin won't work under libstdc++2.90.4.
- To: libstdc++@sourceware.cygnus.com, SLeo@glhec.org
- Subject: Re: cerr, cout, and cin won't work under libstdc++2.90.4.
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Wed, 5 May 1999 01:37:48 -0700
> When I compiled an application using the <iostream> header the
> compiler barked at me, telling me that the file basic_file.h was not
> present in the /usr/local/include/g++ directory where the other
> standard library header files are located. I had to fish out the
> "basic_file.h" and "libioP.h" files from the distribution and copy
> them to /usr/local/include/g++, whereupon everything compiled and
> linked without complaint.
This should now be fixed: basic_file.h wasn't being installed, and
libioP.h shouldn't be needed. I've corrected this in the CVS archive.
Thanks,
Benjamin