From: JMK Newsgroups: comp.os.msdos.djgpp Subject: Re: OP's installation problems. Date: Fri, 15 Nov 2002 14:39:40 -0800 Organization: Lockheed Martin Corporation Lines: 46 Message-ID: <3DD577AC.3BF46C58@lmco.nospam.com> References: <20021115174418 DOT 34041 DOT qmail AT web13001 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: 129.197.49.226 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.61 [en] (WinNT; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Shaymaa, the original error was in your program, but > the new error you are describing: > > > Installation error, cannot exec 'as': No such file > > or directory (ENENOT) > > sure sounds like an installation problem (as JMK > originally suggested, ironically). So I'm forwarding > your message back to the DJGPP mailing list for the > suggestions of folks much more knowledgable than I am > about these matters. > > Best regards, > > Tom > > __________________________________________________ > Do you Yahoo!? > Yahoo! News - Today's headlines > http://news.yahoo.com Shaymaa, The installation may not have gone correctly such that your compiler cannot find the files it needs. Check your environment variable. The instructions are in the readme.1st file in the djgpp directory. From a DOS window, check and see if correct by typing "set djgpp". You should be able to get to the file djgpp.env with that directory string. Also check your path by typing "path" and verify that your path command is correct. A quick way to check is go to some directory other than djgpp and try typing "gcc". It should return with "No input files". If it complains about "gcc is not recognized...", your path command needs repair. Finally, if you are installed on Windows NT, there is an issue with long filenames that can also cause such problems. If you unzip with other than djgpp's unzip, you may need to get a zipfile ntlfnXX.zip (XX is a version number). Hope this helps. Jeff