From: "Way Walker" Newsgroups: comp.os.msdos.djgpp Subject: Newbie: DJGPP does nothing... Lines: 29 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sat, 4 Sep 1999 20:47:10 -0500 NNTP-Posting-Host: 208.149.16.3 X-Trace: newsfeed.slurp.net 936495910 208.149.16.3 (Sat, 04 Sep 1999 20:45:10 CDT) NNTP-Posting-Date: Sat, 04 Sep 1999 20:45:10 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Alright... I got DJGPP from the zip picker at http://www.delorie.com/djgpp/ I didn't download a programming environment... I installed it how it said in readme.1st, but it won't compile anything, not even hello world... I typed it at the prompt just how it said to in the readme file... it pauses a second, no errors, and done... no executable... it won't give me an error message even when I purposely create one... I also downloaded GNU Smalltalk... and buildgst.bat doesn't work... just gives me a lot of errors: Bad command or file name (repeat "Bad command or file name" over a dozen times...) %i gcc.exe: %i: No such file or directory (ENOENT) gcc.exe: No input files Bad command or file name File not found gcc -o gst.exe *.o gcc.exe: *.o: No such file or directory (ENOENT) gcc.exe: No input files I included that because those at the end are from DJGPP, right? so... any idea what's wrong? anything I can check? -Will