From: "NILSSON TONY" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: DJGPP doesn't work. Help please... Lines: 57 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Mon, 03 Apr 2000 19:03:41 GMT NNTP-Posting-Host: 62.20.115.202 X-Complaints-To: abuse AT telia DOT com X-Trace: newsc.telia.net 954788621 62.20.115.202 (Mon, 03 Apr 2000 21:03:41 MET DST) NNTP-Posting-Date: Mon, 03 Apr 2000 21:03:41 MET DST Organization: Telia Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Icehot skrev i meddelandet ... >Hey, guys. I got a problem. I used to program a lot in DJGPP and it >worked fine, both c and c++ programs. Over a period of ~5 months, >I didn't have time and quit. Now I want to start again. I booted djgpp, >typed in the Hello, World! program from my memory and it said the >following: > >" >Compiling: [the source program] >Bad command or file name >no errors >" > >Thinking that it's something in the code, I opened up a previously >made c program, tried to compile but I got the same message. > >I checked my autoexec, everything is there: > >" >REM [DJGPP] >SET PATH=C:\DJGPP\BIN;%PATH% >SET DJGPP=C:\DJGPP\djgpp.env >" > >Tried running autoexec and djgpp in the same DOS session, still >didn't work. So, is there any way to fix this? It used to work >before... I am aware that code seems to rot over time, but programs? >Especially compilers? Doubt it. Thanks for all the help in advance... >Happy codin'! > > >-- >-- > >Max Ivtchenko A.K.A. Dark_Angel5 >max133 AT chalktv DOT com >ICQ# 20310828 >http://cockpits.sim-arena.com -- The largest collection of flightsim >cockpits on the 'net! >(unless you show me a site that has a larger collection, of course) > >-- >"The Yo-Yo is very difficult to explain. It was first perfected by the >well-known >Chinese fighter pilot Yo-Yo Noritake. He also found it difficult to explain, >being quite devoid of English" > > -Squadron Leader K.G. Holland, RAF > Fighter Pilot > > >#include is a incorrect command line #include is a correct command line. check that