Date: Wed, 15 Mar 2000 11:07:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Baal cc: djgpp AT delorie DOT com Subject: Re: Help In-Reply-To: <8ane5e$d7p$1@fraggle.esatclear.ie> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 15 Mar 2000, Baal wrote: > I can;t seem to compile programs though. When I go to run it it says : > filename.c(1) Error: iostream.h: No such file or directory (ENOENT) C++ programs should have the extension .cc or .cpp. Otherwise the compiler won't know that it needs to search the C++ include directory. See section 8.3 in the DJGPP FAQ list for more about this.