Mail Archives: djgpp/1999/06/23/07:07:50
On Tue, 22 Jun 1999 HPTASZEK AT aol DOT com wrote:
> I've set PATH=C:\DJGPP\BIN;%PATH%
> set DJGPP=C:\DJGPP\DJGPP.ENV
>
> I find iostream.h in c:\djgpp\lang\cxx
>
> I've set LFN=y in DJGPP.ENV
>
> I'm running on windows 95
>
> The file I'm trying to compile is hello.cc
>
> I used winzip 7.0
>
> And I'm still getting 'iostream.h: no such file or directory'
Please redirect gcc's output to a file, like this:
redir -o compile.log -eo <put the compilation command here>
Replace the brackets with the actuall compilation command that you are
normally using to compile the program, and then post here the contents
of the file `compile.log'. You might look into that file first,
because it might tell you exactly where the problem is, just read it
carefully.
- Raw text -