Mail Archives: djgpp/1995/03/14/10:05:08
I'm not sure to whom I should address this, but ...
I'm TRYING to get gnat going on a PC. I copied the distribution files
and unzipped everything, I changed my autoexec.bat and config.sys files as
directed. when I do the "cd examples" and "make" I get
rm -f *.o *.ali b_*.c *.s *.exe
bad command or file name
bad command or file name
bad command or file name
bad command or file name
bad command or file name
gcc -c -02 hello.adb
and my machine freezes (I have to do a hard reset).
Any suggestions?
It looks like you do not have an 'rm' utility, and perhaps others. Either get
one of the UNIX utility packages or edit the make file to substitute the DOS
equivalent, 'del', etc, for the various UNIX commands in it.
--
Art S. Kagel, kagel AT ts1 DOT bloomberg DOT com
- Raw text -