Mail Archives: djgpp/1997/05/24/10:18:34
Claude Sassine (claude AT tiac DOT net) wrote:
: I, recently, got the Djgpp package, version 2, and uncompress onto my
: harddisk.
I hope you mean version 2.01; the two aren't compatible, and if you start
using version 2.00 it is likely to cause problems.
: The documentation, which I had read, did not mention any other for the
: installation. I did not get a chance to download the entire Djgpp, V2,
: but the C/C++ material was the most pressing. In running the gcc, an
: error was generated:
: gcc.exe: installation problem, cannot exec `as': No such file or
: directory (ENOENT).
as is the assembler; your C code is converted into assembler, which as
assembles into the object files. You don't seem to have downloaded all the
files marked as required in readme.1st; check the section on what to get.
In particular, as is in the binutils package, v2gnu/binXXXb.zip (I don't
remember the version number).
: C:> set > environ.1st;
: C:> go32-v2 > output.
They look fine to me, although GCC_INCLUDE_DIR and LOCAL_INCLUDE_DIR
shouldn't be required (the DJGPP variable pointing to DJGPP.ENV is
normally sufficient).
--
George Foot <mert0407 AT sable DOT ox DOT ac DOT uk>
Merton College, Oxford
What's the wizard's password for? (dunnet)
- Raw text -