Date: Wed, 13 Jan 1999 08:56:57 +0530 (IST) From: "Raju K.V" X-Sender: rajukv AT tagore To: djgpp AT delorie DOT com Subject: Re: djgpp problems In-Reply-To: <9bd151fd.369be001@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com gcc is a command line compiler. so create a c program (eg. hello.c), open a dos window and type gcc -o hello.exe hello.c this is assuming u have set the PATH variable correctly. On Tue, 12 Jan 1999 Tfpw5 AT aol DOT com wrote: > i've installed djgpp correctly but when i click on gcc.exe it says no input > files > what's going on? >