Date: Thu, 19 Feb 1998 14:15:24 -0500 (EST) From: Eric Bromberg Subject: Cant find C++ header files To: djgpp AT delorie DOT com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk I just installed DJGPP the same way it said to in the readme.1st file. I went to test it out by writing a small C++ test program which was just supposed to print the word test. But when I tried to compile it, using gxx and then gcc -x c++, it kept complaining it couldnt find iostream.h. How can i make it find these header files? I double checked to make sure all the appropiate changes were made in my autoexec.bat file. And I know I installed the C++ header files, because I searched for them and they were found in the directory c:\djgpp\lang\cxx. Any suggestions?