Mail Archives: djgpp/2002/11/15/18:00:08
> Shaymaa, the original error was in your program, but
> the new error you are describing:
>
> > Installation error, cannot exec 'as': No such file
> > or directory (ENENOT)
>
> sure sounds like an installation problem (as JMK
> originally suggested, ironically). So I'm forwarding
> your message back to the DJGPP mailing list for the
> suggestions of folks much more knowledgable than I am
> about these matters.
>
> Best regards,
>
> Tom
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! News - Today's headlines
> http://news.yahoo.com
Shaymaa,
The installation may not have gone correctly such that your compiler
cannot find the files it needs.
Check your environment variable. The instructions are in the readme.1st
file in the djgpp directory. From a DOS window, check and see if correct
by typing "set djgpp". You should be able to get to the file djgpp.env
with that directory string.
Also check your path by typing "path" and verify that your path command
is correct. A quick way to check is go to some directory other than
djgpp and try typing "gcc". It should return with "No input files". If
it complains about "gcc is not recognized...", your path command needs
repair.
Finally, if you are installed on Windows NT, there is an issue with long
filenames that can also cause such problems. If you unzip with other
than djgpp's unzip, you may need to get a zipfile ntlfnXX.zip (XX is a
version number).
Hope this helps.
Jeff
- Raw text -