To: mpz105 AT psu DOT edu Cc: djgpp AT delorie DOT com Subject: Re: Stupid Error Buggen me! Message-ID: <19970210.174746.7407.2.fwec@juno.com> References: From: fwec AT juno DOT com (Mark T Logan) Date: Mon, 10 Feb 1997 17:41:59 EST On Sun, 9 Feb 1997 22:03:18 mpz105 AT psu DOT edu (Michael Zowacki) writes: >Hi all! I'm really new to the DJGPP enviorment (I'm native to Borland >C++). I >have Installed all the files necesarry (ver 2.0) including C and C++ >files. I >have also installed RHide 1.1. I set all my paths in the options and >wrote >this small test program: > >#include >main(void) >{ >printf("Cool"); >} > >Everytime i try to compile it in rhide and at the dos prompt i get >something >to the effect of "Installation problem, cannot exec 'as':No such file >or >directory (ENOENT)" > >What am I doing wrong here? Did i not configure something right? >Please help! > > Mike Zowacki (mpz105 AT psu DOT edu) > > Are you sure that c:\djgpp\bin is in your path (or whatever your installation directory is). You also need to set the DJGPP environment variable to point to the DJGPP.ENV file. See the FAQ for more info. -Fwec