From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2044 invoked by alias); 20 May 2008 16:49:01 -0000 Received: (qmail 2028 invoked by uid 22791); 20 May 2008 16:49:00 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 May 2008 16:48:42 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m4KGmed3031849; Tue, 20 May 2008 12:48:40 -0400 Received: from zebedee.pink (vpn-14-201.rdu.redhat.com [10.11.14.201]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m4KGmdlA004975; Tue, 20 May 2008 12:48:39 -0400 Message-ID: <483300E6.6070708@redhat.com> Date: Tue, 20 May 2008 17:13:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: "Vardhan, Sundara (GE Infra, Energy)" CC: gcc-help@gcc.gnu.org Subject: Re: 32 bit gcc References: <8E460D1B58F94945A20AA70D4D41430D052DE936@ALPMLVEM08.e2k.ad.ge.com> In-Reply-To: <8E460D1B58F94945A20AA70D4D41430D052DE936@ALPMLVEM08.e2k.ad.ge.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-05/txt/msg00204.txt.bz2 Vardhan, Sundara (GE Infra, Energy) wrote: > Hi All > > I have a 64-bit Red-Hat OS but just downloaded gcc 4.2.3 and need to compile it as a 32-bit compiler. > I tried different configure options but could not seem to set it. I still get a gcc which is linked to 64-bit libraries. Any pointers? What do you mean by "a 32-bit compiler" ? One that generates 32-bit code or one that *is* 32-bit code? Andrew.