Message-ID: <000a01c0b7d4$d98389c0$6401a8c0@nyc.rr.com> From: "Jong Lee" To: Subject: Djgpp won't let me compile! Date: Wed, 28 Mar 2001 17:17:17 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C0B7AA.F08BF000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0007_01C0B7AA.F08BF000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, I recieved your wonderful program through a book I bought. Instead of updating my autoexec.bat I made my own "djgpp.bat" file. it = reads: @echo off set PATH=3DD:\djgpp\bin;%PATH% set DJGPP=3DD:\djgpp\djgpp.env chdir D:\djgpp\mystuff =20 command I installed djgpp in my D: drive. I have Win98SE and the error message I = get says can't make sample.o from D:\djgpp\bin\sample ------=_NextPart_000_0007_01C0B7AA.F08BF000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi,
I recieved your wonderful program = through a book I=20 bought.
Instead of updating my autoexec.bat I = made my own=20 "djgpp.bat" file. it reads:
 
@echo off
set = PATH=3DD:\djgpp\bin;%PATH%
set=20 DJGPP=3DD:\djgpp\djgpp.env
chdir D:\djgpp\mystuff  =20
command
 
I installed djgpp in my D: drive. I = have Win98SE=20 and the error message I get says can't make sample.o from=20 D:\djgpp\bin\sample
 
------=_NextPart_000_0007_01C0B7AA.F08BF000--