Mail Archives: djgpp/1996/10/16/11:42:53
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)"
1) Follow the instructions in the 'readme.1st' file for setting up your
environment with djgpp. So many people forget this, and it's the most
important thing. You have to add (or better, prepend) the BIN directory
of your djgpp installation to your PATH, and add the line SET
DJGPP=C:\DJGPP\DJGPP.ENV (replace the path with where your djgpp is
actually installed)
2) Make sure you unzipped the files with the '-d' option to recreate the
directory structure. If you didn't, then you've probably got a huge
mass of files in one directory, and that will never work.
3) Get the FAQ (v2/faq201b.zip) and READ it! You also need to get
v2gnu/txi360b.zip to get the info browser that is used to read the djgpp
documentation. Once installed, type 'info faq' to read the FAQ.
--
John M. Aldrich <fighteer AT cs DOT com>
* Anything that happens, happens.
* Anything that, in happening, causes something else to happen,
causes something else to happen.
* Anything that, in happening, causes itself to happen again, happens
again.
* It doesn't necessarily do it in chronological order, though.
--- Douglas Adams
- Raw text -