delorie.com/archives/browse.cgi | search |
Message-ID: | <001301c0eff0$a90c02a0$0100a8c0@fibertel.com.ar> |
From: | "Norberto Alfredo Bensa" <ceo AT nbensacomputers DOT com> |
To: | <djgpp AT delorie DOT com> |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |