Mail Archives: djgpp/2001/08/10/14:45:05
Robert Davis wrote:
>
> Compiling: hello.c
> installation problem, cannot exec 'as". No such file or directory (ENOENT)
> There were some errors.
>
> I looked in the faqs and at section 6.4 an 8.2. There is said that gcc could
> not find the directories of the assmebler and other items the gcc needs. I
> HAVE install djgpp and all other items from the zip picker in my c:\djgpp
> directory.
`as' is the assembler. Look in your c:\djgpp\bin subdirectory and see if
there's as.exe there. If not, that's your problem. as.exe comes with the
bnuNNNb.zip package (where NNN is the version number).
> COMPILER_PATH=%/>;COMPILER_PATH%%DJDIR%/bin
> LIBRARY_PATH=%/>;LIBRARY_PATH%%DJDIR%/lib
>
> I notice the / instead of the MS-DOS \ for directory paths. Could this be
> the source of the problem.
No.
> Was this djgpp.env file written with unix/linux
> path symbols in mind???
DOS and Windows support both forward- and backslashes alike. Since many
DJGPP packages are ports of Unix utilities, it is better to use forward
slashes.
In any case, this is not your problem. Thousands of DJGPP users use
djgpp.env which you have on your machine, with no problems at all.
- Raw text -