From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4901 invoked by alias); 10 Mar 2004 01:34:44 -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 4889 invoked from network); 10 Mar 2004 01:34:43 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 10 Mar 2004 01:34:43 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 98E2E2B92; Tue, 9 Mar 2004 20:34:42 -0500 (EST) Message-ID: <404E70B2.4010607@gnu.org> Date: Wed, 10 Mar 2004 01:34:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andreas Schwab Cc: Manoj Iyer , gdb@sources.redhat.com Subject: Re: tcl cannot build 64bit. References: <404E3539.8010005@gnu.org> <404E44B8.8050605@gnu.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00086.txt.bz2 >>Er, no, here's my link line: >>> >>> /usr/pkg/bin/ccache gcc -g -O -o gdbtui tui-main.o libgdb.a >>> ../sim/ppc/libsim.a ../bfd/libbfd.a ../readline/libreadline.a >>> ../opcodes/libopcodes.a ./../intl/libintl.a ../libiberty/libiberty.a -lm >>> -lcurses ../libiberty/libiberty.a > > > Ok, it's not gdb itself, but there is the gdbtk subdirectory. Sounds like you did the dreaded `cvs update -d`. Just remove the directory, it isn't needed. Andrew