Message-ID: <001301c0eff0$a90c02a0$0100a8c0@fibertel.com.ar> From: "Norberto Alfredo Bensa" To: References: <3864101 DOT 991981712259 DOT JavaMail DOT root AT smtp DOT backend DOT another DOT com> Subject: Re: Gcc; Dpp: No Input Files?? Date: Fri, 8 Jun 2001 04:57:25 -0300 Organization: nBens@ Computers X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com > When I type GCC or GPP at the promt it say GCC/GPP: no input files. Do you mean you just type gcc [enter] ? That's wrong, you need to supply some command line parameters, like input files, output file, etc. For example, the following will compile "hello.c" into "hello.exe" gcc -o hello.exe hello.c For more information type : info gcc Perhaps you'll feel more confortable with RHIDE (http://www.simtel.net/gnudlpage.php?product=/gnu/djgpp/v2apps/rh1478b.zip&n ame=rh1478b.zip) HTH, Norberto