This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project. See the libstdc++ home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
> 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