Date: Sun, 08 Jun 2003 19:04:44 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <7458-Sun08Jun2003190444+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <5ec65db2.0306071945.2b05a5fe@posting.google.com> (simon1208 AT yahoo DOT com) Subject: Re: gxx: Cannot execute 'gcc.exe': No such file or directory (ENOENT) References: <5ec65db2 DOT 0306041759 DOT 1eca13e2 AT posting DOT google DOT com> <5ec65db2 DOT 0306070805 DOT 7070aeab AT posting DOT google DOT com> <5ec65db2 DOT 0306071945 DOT 2b05a5fe AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: simon1208 AT yahoo DOT com (Simon) > Newsgroups: comp.os.msdos.djgpp > Date: 7 Jun 2003 20:45:31 -0700 > > After installing DJGPP to my PC: > > DJGPP=c:\DJGPP\djgpp.env > > PATH=C:\PROGRA~1\MICROS~1.NET\Common7\IDE;C:\PROGRA~1\MICROS~1.NET\VC7\BIN;C:\PROGRA~1\MICROS~1.NET\Common7\Tools;C:\PROGRA~1\MICROS~1.NET\Common7\Tools\bin\prerelease;C:\PROGRA~1\MICROS~1.NET\Common7\Tools\bin;C:\DJGPP\bin\;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WINDOWS\system32\WBEM;C:\Program > Files\Microsoft SQL Server\80\Tools\Binn\;C:\WINDOWS\Microsoft.NET\Framework\v1.0.2914\;C:\Program > Files\Microsoft.NET\FrameworkSDK\Bin;C:\MSSQL7\BINN;c:\j2sdk1.4.1\bin;C:\WINDOWS\MICROS~1.NET\FRAMEW~1\V10~1.291\;C:\PROGRA~1\MICROS~2.NET\FRAMEW~1\Bin; > > The directory where I unzipped all the DJGPP files was c:\DJGPP. I'm guessing that your PATH is too long, so when XP invokes DJGPP programs, it truncates it somehow, and c:\djgpp\bin is left out. Try to remove unneeded directories from your PATH, and see if that helps.