From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25778 invoked by alias); 10 Mar 2004 15:25:30 -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 25769 invoked from network); 10 Mar 2004 15:25:29 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 10 Mar 2004 15:25:29 -0000 Received: (qmail 8353 invoked by uid 10); 10 Mar 2004 15:25:28 -0000 Received: (qmail 27506 invoked by uid 500); 10 Mar 2004 15:25:20 -0000 From: Ian Lance Taylor To: Andreas Schwab Cc: Andrew Cagney , Manoj Iyer , gdb@sources.redhat.com Subject: Re: tcl cannot build 64bit. References: <404E3539.8010005@gnu.org> <404E44B8.8050605@gnu.org> <404E70B2.4010607@gnu.org> Date: Wed, 10 Mar 2004 15:25:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-03/txt/msg00092.txt.bz2 Andreas Schwab writes: > Andrew Cagney writes: > > >>>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. > > It's still there, with plenty of contents, including all branches. If > it's not needed it should be removed from CVS. The src directory is used for a number of different packages, not just gdb. If you 'cvs co gdb' and then avoid using 'cvs update -d' at top level, you should be OK. Ian