From: mpz105 AT psu DOT edu (Michael Zowacki) Newsgroups: comp.os.msdos.djgpp Subject: Stupid Error Buggen me! Date: Sun, 9 Feb 1997 22:03:18 Organization: CAC Lines: 19 Message-ID: NNTP-Posting-Host: access-mkts1p7.mk.psu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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)