Mail Archives: djgpp/1996/08/22/04:26:19
On Thu, 22 Aug 1996 takahiro AT easyaccess DOT com wrote:
> gcc.exe: installation problem, cannot exec 'as': No such file or directory
> (ENOENT)
GCC tells you it cannot find `as.exe' which is the assembler it needs to
run on the output of the compiler. Look into your bin subdirectory of
the main DJGPP installation directory. If there is no `as.exe' there,
you didn't install the Binutils (as `readme.1st' tells you). Get the
file v2gnu/bnu252b.zip and install it, and you should be OK.
- Raw text -