Mail Archives: djgpp/1999/06/22/03:55:15
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.
- Raw text -