From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11179 invoked by alias); 23 Jul 2003 23:13:41 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 11166 invoked from network); 23 Jul 2003 23:13:37 -0000 Received: from unknown (HELO sccmmhc02.asp.att.net) (204.127.203.184) by sources.redhat.com with SMTP; 23 Jul 2003 23:13:37 -0000 Received: from cmc3092889b (12-205-174-90.client.mchsi.com[12.205.174.90]) by sccmmhc02.asp.att.net (sccmmhc02) with SMTP id <20030723231336mm200qpee7e>; Wed, 23 Jul 2003 23:13:36 +0000 From: "Wayne" To: Subject: Re: Compiling a program Date: Thu, 24 Jul 2003 07:18:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-SW-Source: 2003-07/txt/msg00341.txt.bz2 When you invoke the compiler in that fashion, the executable you generate will be called a.exe. If you want to check on your compiler, gcc -v provides useful output. Wayne