From: libolt AT primenet DOT com (Mike McLean) Newsgroups: comp.os.msdos.djgpp Subject: Re: ENOENT error Date: 30 Mar 1997 09:41:03 -0700 Organization: Lightning Bolt Software Lines: 16 Message-ID: <333e96ed.1146180@news.primenet.com> References: <333E15EC DOT 3388 AT navix DOT net> 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 >#include >#include > >void main(void) > {printf("hi"); > } >and I get and error message like this: istallation problem, cannot exec >'as': No such file or directory (ENOENT). What does all that mean?? >I've tried running gcc and rhide under both dos and MS-Windows but I >still get the error. Any help would be appreciated thanks. The program is fine, I think you didn't install DJGPP correctly. Did you read the readme.1st? I am not sure if this is what is wrong, it could be that something is setup wrong. Just trying to help