Date: Mon, 10 Feb 1997 07:45:53 -0600 (CST) From: Andrew Deren To: djgpp Subject: Re: Stupid Error Buggen me! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Look in your djgpp/bin directory to see if you have as.exe On Sun, 9 Feb 1997, Michael Zowacki wrote: > 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) > >