Mail Archives: djgpp/1997/02/10/17:50:48
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 <stdio.h>
>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
- Raw text -