From: "Nathan D. Dias" Newsgroups: comp.os.msdos.djgpp Subject: gcc.exe: installation problem, cannot exec `as': No such file or directory (ENOENT) Date: Wed, 23 Sep 1998 23:15:00 -0400 Organization: Columbia University Lines: 23 Message-ID: <3609B933.3D30820D@columbia.edu> NNTP-Posting-Host: zeppelin.wien.rhno.columbia.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I just downloaded and extracted DJGPP on my Win95 machine and have been trying to get it to compile a test program, but I'm getting the following error: C:\Documents>gcc hello.c -o hello gcc.exe: installation problem, cannot exec `as': No such file or directory (ENOENT) The contents of my AUTOEXEC.BAT file are: rem - By Windows Setup - MSCDEX.EXE /D:OEMCD001 /L:D SET MGA=C:\UTILITY\MGA\SETUP\ set DJGPP=C:/DJGPP/DJGPP.ENV set PATH=C:\DJGPP\BIN;C:\EMACS\BIN And I have also set +LFN=Y in the DJGPP.ENV file. Does anyone know what might be up? Since it says installation problem, I'm going to try re-installing, but you might save me a bunch of time. - Nathan Dias