From: "Al Morgan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling error Date: Sun, 13 Jun 1999 14:04:22 -0700 Organization: Posted via RemarQ Communities, Inc. Lines: 31 Message-ID: <929307920.364.46@news.remarQ.com> References: <37606c6e DOT 10812973 AT news DOT islandia DOT is> NNTP-Posting-Host: 198.106.198.180 NNTP-Posting-Date: Sun, 13 Jun 1999 21:05:20 GMT X-Trace: 929307920.364.46 4VELK9AUPC6B4C66AC qube-02.us-ca.remarq.com X-Complaints-To: newsabuse AT remarQ DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jakob Sv. Bjarnason wrote in message news:37606c6e DOT 10812973 AT news DOT islandia DOT is... > When I am try to compile a program, in RHID or just plain GCC, this > error massage comes: > installation problem, cannot exec Žas': no such file or directory > (ENOENT) > What can I do to fix this problem > Does the file exist? It should be in djgpp/bin. If it doesn't there was probably a problem installing, perhaps you should redownload the files. If it is there, try this: In the djgpp/bin directory, there is a file called AS.EXE. Not sure what it does, probably an assembler kinda thing. Do you have your PATH variable set correctly, or did you just copy GCC.EXE to an already public directory? Anyway, if you don't know about PATHs, you should make sure this is in your AUTOEXEC.BAT: PATH=C:\DJGPP\BIN There already probably will be a PATH set, so if should look more like this: PATH=C:\WINDOWS;C:\DOS;blah blah blah If that's the case, just append, ";C:\DJGPP\BIN" to the end of that line (note the semicolon), and restart the computer.