Date: Tue, 22 Jun 1999 09:54:20 +0200 From: Hans-Bernhard Broeker Message-Id: <199906220754.JAA10708@acp3bf.physik.rwth-aachen.de> To: djgpp AT delorie DOT com Subject: Re: newbie prob Newsgroups: comp.os.msdos.djgpp Organization: RWTH Aachen, III. physikalisches Institut B X-Newsreader: TIN [version 1.2 PL2] Reply-To: djgpp AT delorie DOT com In article <964b477 DOT 249ff033 AT aol DOT com> you wrote: > Hi. I've done what FAQ says, but I still get 'iostream.h: no such file or > directory' > set PATH=C:\DJGPP\BIN;%PATH% became > set PATH=C:\DJGPP\BIN;C:\NETCOM;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN You have c:\djgpp\bin in your path *twice*, now. This means that you already had it before the 'set PATH=C:\DJGPP\BIN;%PATH%' command you show. But that's not your problem, really. If it's not finding iostream.h, you probably didn't download the C++ compiler package, gpp281b.zip, or you didn't unpack it properly. Or you might have called your C++ source file with a '.c' name, instead of '.cc' or '.cpp', as you should have. With what little information you give, it's impossible to find out what went wrong. Please go back to the FAQ and check out what it says you should send in as a problem description. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.