Comments: Authenticated sender is From: "seguin" To: djgpp AT delorie DOT com Date: Tue, 4 Feb 1997 21:50:50 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Help!!! Message-Id: <97Feb4.215850-0700_mst.192438-1305+2616@mail.telusplanet.net> Hello folks, I need some help! I have downloaded all of the needed DJGPP files to compile C/C++ programs. Now, here is the problem. When I enter the command , "gcc -v file.cc", at the DOS prompt the following occurs. The usual output stuff, plus the following: #include "..." search starts here: #include <...> search starts here: /usr/local/lib/g++-include /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2.1/include /usr/include End of search... The #include file that it is trying to find is iostream.h. The directories it is searching do not exist. My iostream.h file is found in the /lang/cxx directory. I tried creating a separate directory called /usr/include, no luck. I tried using the switches -x c++, and a few others with the same result. How do I get around this problem? I want to learn how to write programs, soon, I hope! Thanks a lot for letting me ramble on... 'Nuff said, Chris Seguin seguin AT telusplanet DOT net