Mail Archives: djgpp/1996/10/14/13:28:01
On 14 Oct 1996, Nick Bray wrote:
> OK, sorry if this is a stupid question but I am just getting started
> with djgpp and I can't get it to work at all. Whenever I run gcc(or gxx) it
> says:
> "gcc.exe: installation problem, cannot exec 'as': No such file or
> directory(ENOENT)"
You didn't download the Binutils package (v2gnu/bnu252b.zip) which
includes the assembler (as.exe), the linker (ld.exe) and a few other
tools without which gcc cannot compile your program to the end.
The list of required packages is in the v2/readme.1st file (which see).
- Raw text -