Date: Wed, 7 Jul 1999 16:03:06 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: kormt AT hotmail DOT com cc: djgpp AT delorie DOT com Subject: Re: Newbie Question... In-Reply-To: <7lrfnn$utl$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 5 Jul 1999 kormt AT hotmail DOT com wrote: > I just opened gxx and it said something like ld.exe or something had no > input files. gxx is a command-line compiler, so don't just click on it, because it won't help. You need to invoke it with the name of the source file at the very least. The file readme.1st includes the section "Getting Started" which explains how to invoke the compiler. The FAQ also explains it near the beginning. If your problem with readme.1st is that clicking on it doesn't help, rename it to readme.txt and try again.