From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: Re: Repeating execution with no result. Date: Sun, 4 Jun 2000 15:21:52 -0400 Organization: MindSpring Enterprises Lines: 41 Message-ID: <8heamo$j8a$1@nntp9.atl.mindspring.net> References: <393a849e DOT 0 AT news DOT cyberway DOT com DOT sg> <393a8c25 DOT 0 AT news DOT cyberway DOT com DOT sg> NNTP-Posting-Host: 04.30.99.88 X-Server-Date: 4 Jun 2000 19:29:28 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Michelle" wrote in message news:393a8c25 DOT 0 AT news DOT cyberway DOT com DOT sg... > I have now gt this msg > > DJGPP' environment variable is not defined. > > > > > gcc world.exe -o world.c -lm > > This is wrong. It should be: gcc world.c -o world.exe > > my "latest" environmental setting > > DJGPP = C:\DJGPP\DJGPP.ENV This is wrong. There should be no spaces around the = sign. > > > PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\NETWOR~1\MCAFEE~1;C:\PROGRA~1 > > > \NETWOR~1\PGP;C:\JDK1.3\BIN;;C:\JDK1.3\LIB;C:\DJGPP\BIN;C:\DJGPP\INCLUDE;C:\ > > PKZIP You don't need c:\djgpp\include in your PATH variable. Be sure you read the readme.1st that comes with DJGPP and I also highly recommend you read chapters 2 through 5 of the DJGPP FAQ. You can read it online at http://www.delorie.com/djgpp/ Hope this helps. Marp