Date: Tue, 14 Mar 1995 08:18:39 -0500 From: kagel AT quasar DOT bloomberg DOT com To: rdavis AT sunset DOT scu DOT edu Cc: gnat-report AT cs DOT nyu DOT edu, djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: getting gnat on PC w/DOS Reply-To: kagel AT ts1 DOT bloomberg DOT com 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