From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14706 invoked by alias); 14 May 2005 07:13:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14595 invoked from network); 14 May 2005 07:13:14 -0000 Received: from unknown (HELO rwcrmhc14.comcast.net) (216.148.227.89) by sourceware.org with SMTP; 14 May 2005 07:13:14 -0000 Received: from [10.0.1.2] (c-24-61-199-96.hsd1.nh.comcast.net[24.61.199.96]) by comcast.net (rwcrmhc14) with SMTP id <2005051407131301400dlhh7e>; Sat, 14 May 2005 07:13:13 +0000 User-Agent: Microsoft-Entourage/11.1.0.040913 Date: Sat, 14 May 2005 08:56:00 -0000 Subject: a check-in within the last few days broke head build of target=avr on OSX From: Paul Schlie To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-SW-Source: 2005-05/txt/msg00332.txt.bz2 gcc -g -O2 \ -o gdb gdb.o libgdb.a \ ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libgui/src/libgui.a -L/Applications/avr/avr-bld/itcl/itcl -litcl3.2 -L/Applications/avr/avr-bld/itcl/itk -litk3.2 -L/Applications/avr/avr-bld/tk/unix -ltk8.4 -L/Applications/avr/avr-bld/tcl/unix -ltcl8.4 -L/usr/X11R6/lib -lX11 -framework CoreFoundation -lncurses -lm -liconv ../libiberty/libiberty.a ld: Undefined symbols: _basename_cannot_be_used_without_a_prototype make[1]: *** [gdb] Error 1 make: *** [all-gdb] Error 2 (any ideas as to what within the last few days may have affected this?)