Message-Id: <199609080118.VAA27663@delorie.com> From: "Troy D. Van Horn" Subject: Re: iostream.h and djgpp.env To: szussman AT pacbell DOT net Date: Sat, 07 Sep 1996 20:17:47 CDT Cc: djgpp AT delorie DOT com In-Reply-To: <3231D457.125@pacbell.net>; from "Stuart Zussman" at Sep 07, 96 1:00 pm Your problem is simple, you are not telling GCC that you are trying to compile a C++ program, therefore it is not searching the directory which contains C++ header files. Simply rename your program with a .cc extension instead of .c, and it should work.