From: "Kory Hamzeh" To: Subject: RE: problem with djgpp Date: Sat, 24 Apr 1999 16:15:15 -0700 Message-ID: <000001be8ea8$4f7a0800$14ce21c7@tomcat.avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 In-reply-to: <7fs2t7$e1s$1@front2.grolier.fr> Importance: Normal Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > i just download and install djgpp but i can't run a simple program > i got the message > > c:\djgpp\xx\xx.h no such file or directory (NOENT) > i looked for this place n i found the .h file (??) > > i update my autoexec.bat as folow: > set c:\djgpp\djgpp.env should be "set dgjpp=c:\djgpp\djgpp.env" > path c:\djgpp\bin\%path% should be "path=c:\djgpp\bin;%path%"