From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7210 invoked by alias); 12 Mar 2004 22:26:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 7203 invoked from network); 12 Mar 2004 22:26:53 -0000 Received: from unknown (HELO e31.co.us.ibm.com) (32.97.110.129) by sources.redhat.com with SMTP; 12 Mar 2004 22:26:53 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e31.co.us.ibm.com (8.12.10/8.12.2) with ESMTP id i2CMQI5w330828; Fri, 12 Mar 2004 17:26:18 -0500 Received: from austin.ibm.com (d03av02.boulder.ibm.com [9.17.193.82]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id i2CMQ74V359368; Fri, 12 Mar 2004 15:26:13 -0700 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id i2CMQ7vE043486; Fri, 12 Mar 2004 16:26:07 -0600 Date: Fri, 12 Mar 2004 22:26:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: Andreas Schwab cc: Daniel Jacobowitz , Ian Lance Taylor , Andrew Cagney , gdb@sources.redhat.com Subject: Re: tcl cannot build 64bit. In-Reply-To: Message-ID: References: <404E3539.8010005@gnu.org> <404E44B8.8050605@gnu.org> <404E70B2.4010607@gnu.org> <20040310160535.GA489@nevyn.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-03/txt/msg00129.txt.bz2 > > It is missing the ${CFLAGS} in the cc line. > > It shouldn't be needed, since it's a link command, not a compile command. > If you need -m64 for linking you must add it to LDFLAGS. Or just use > CC="$CC -m64" since it's actually a different compiler after all. > Andreas. I am a little confused, I thought -m64 is a compiler option. Specifying it along with LDFLAGS might fix this problem, but is that the correct? -- Manoj Iyer