Mail Archives: djgpp/1997/03/30/11:57:09
Mark Fischer wrote:
>
> I've looked through the FAQ and help files but I can't find
> anything on error messages so I'm hoping someone here can help me. I
> installed djgpp just fine and put set djgpp=c:\djgpp\djgpp.env and set
> path=c:\djgpp\bin;%path% into my autoexec.bat file like the instructions
> said. I try to compile just a simple program like this:
> #include <stdio.h>
> #include <stdlib.h>
>
> 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.
ENOENT means the compile did not find a file. AS is the gnu assembler
(AFAIK) so that means you forgot to install the binutils (bnu27b.zip)
--
tudor 'at' cam 'dot' org
http://www.cam.org/~tudor
'This is Scott Nudds of the Borg. C is irrelevant.'
- Raw text -