Message-ID: <003601be3e9f$6a2b5720$9c6f19c4@default> From: rylan AT intekom DOT co DOT za (StefanViljoen,6599) To: Cc: Subject: Re: djgpp problems Date: Wed, 13 Jan 1999 04:44:31 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Reply-To: djgpp AT delorie DOT com -----Original Message----- From: Tfpw5 AT aol DOT com Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Date: Wednesday, January 13, 1999 1:51 AM Subject: djgpp problems >i've installed djgpp correctly but when i click on gcc.exe it says no input >files >what's going on? DJGPP is a DOS compiler - that means you have to open a DOS window to use it. It also means that you must use a command line (i.e. type stuff after gcc.exe, like the .C source filename that it must compile etc.) to control GCC. You can't just click it in explorer - you need to pass it some parameters. Have you read the GCC docs? If you want an IDE for DJGPP try to get RHIDE. If you do not know DOS that well just learn the tiny bit you need to use GCC correctly - it really is worth it! Mail again if you have more trouble. Happy DJGPP'ing! Kind Regards, Rylan Is truth beauty or is beauty truth? http://home.intekom.com/rylan/index.html (NASM examples, NASM - TASM, DJGPP gfx source & semi-tuts)