Message-ID: <000a01c2bbfe$30340cc0$59330dd8@atherly> From: "v.atherly" To: Subject: djgpp compiler v.2.03 Date: Tue, 14 Jan 2003 13:52:13 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C2BBD4.244ECC80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C2BBD4.244ECC80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I've used the simple download (picker), to download the above compiler. Next, created a folder "DJGPP" in drive C, and unzipped all the files there. Next, edited the autoexec.bat as follows: set PATH=3DC:\DJGPP\BIN;%PATH% set DJGPP=3DC:\DJGPP|DJGPP.ENV Next, checked the file,"djgpp.env ", LFN is set to Y. Next, opened the editor "edit", wrote the "Hello world! .c program, saved it as .c ; and compiled it like so: C:\djgpp\bin\gcc-o hello.c -o hello.exe -lm. C:\djgpp\bin\gcc-o hello.exe hello.c. C:\djgpp\bin\gcc-v hello.c -o hello.exe. The compiler issued the following error: gcc.exe environment variable djgpp not defined. How do I resolve this error? I'm running Win ' 98 O/S. Thank you, V. Atherly. ------=_NextPart_000_0007_01C2BBD4.244ECC80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
I've used the simple download (picker), = to=20 download
the above compiler. Next, created a = folder "DJGPP"=20 in drive
C, and unzipped all the files = there.
 
Next, edited the autoexec.bat as=20 follows:
set = PATH=3DC:\DJGPP\BIN;%PATH%
set = DJGPP=3DC:\DJGPP|DJGPP.ENV
 
Next, checked the file,"djgpp.env ", = LFN is set to=20 Y.
Next, opened the editor "edit", wrote = the "Hello=20 world! .c
program, saved it as .c ; and compiled = it like=20 so:
C:\djgpp\bin\gcc-o hello.c -o hello.exe = -lm.
C:\djgpp\bin\gcc-o hello.exe = hello.c.
C:\djgpp\bin\gcc-v hello.c -o=20 hello.exe.
The compiler issued the following=20 error:
gcc.exe environment variable djgpp not=20 defined.
 
How do I resolve this error? I'm = running Win ' 98=20 O/S.
 
Thank you,
 
V. Atherly.
------=_NextPart_000_0007_01C2BBD4.244ECC80--