Mail Archives: djgpp/1997/09/29/04:24:39
On Sun, 28 Sep 1997, Matt Garner wrote:
> I am new to C/C++. I am a very expirienced CGI/PERL programmer (which
> doesn't need to be compiled. :- ) But anyway I wrote my first program in
> RHIDE. I click Compile and it says:
> "installation problem, cannot exec `as': No such file or directory
> (ENOENT)"
Do experienced CGI/PERL programmers read the FAQ when they have problems?
(Sorry, couldn't resist it ;-).
However, this really *is* an FAQ: section 6.4 of the DJGPP FAQ list
(available as v2/faq210b.zip from the same place you get DJGPP) explains
what this message means and how to correct this.
Short version: you didn't install the Binutils, which include the
assembler, that as.exe that gcc complains about. Please review the list
of required packages in the file v2/readme.1st and make sure you have
downloaded and installed them all.
- Raw text -