Mail Archives: djgpp/1999/01/19/02:14:45
<excerpt>I wonder if you anyone can help me out with a problem I am
having with DJGPP?
I used the Delorie zip-picker utility to download the zip files
I unzipped all the zip files...the directory structure was presevered and
long file names were also used.
I also downloaded RHIDE which works fine apart from the following
problem.
My first C program looks like this:
<fontfamily><param>Courier New</param><smaller>#include <<iostream.h>
int main ()
{
cout <<<< "Hi";
return 0;
)
When I try and compile it, it gives me the message that there is no such
file or directory as iostream.h (EOENT). I have tried putting the direct
path in using these lines as well:
#define STANDARD_INCLUDE_DIRECTORY C:/DJGPP/lang/cxx
#include "C:/Djgpp/lang/cxx/iostream.h"
My autoexec.bat file has had these 2 lines added to it:
set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%
</smaller></fontfamily>
and the top few lines of the djgpp.env file look like this:
<fontfamily><param>Courier New</param><smaller>set
DJGPP=c:/djgpp/djgpp.env</smaller></fontfamily> [I've tried with and
without this line]
<fontfamily><param>Courier New</param><smaller>DJDIR=%:/>DJGPP%
+USER=dosuser
+GROUP=root
+TMPDIR=%DJDIR%/tmp
+EMU387=%DJDIR%/bin/emu387.dxe
+LFN=y
+TEXMFMAIN=%DJDIR%/share/texmf
</smaller></fontfamily></excerpt>
<excerpt>Thanks
Steve Carlo
</excerpt><<<<<<<<
****************************************************
This is a certified authentic email message from Steve
http://soli.inav.net/~monte
****************************************************
- Raw text -