From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27080 invoked by alias); 14 Apr 2005 07:40:50 -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 26887 invoked from network); 14 Apr 2005 07:40:28 -0000 Received: from unknown (HELO netlx050.vf.utwente.nl) (192.87.17.19) by sourceware.org with SMTP; 14 Apr 2005 07:40:28 -0000 Received: from weblx058.utsp.utwente.nl (weblx058.utsp.utwente.nl [130.89.1.228]) by netlx050.vf.utwente.nl (8.11.7/HKD) with SMTP id j3E7eGt30369; Thu, 14 Apr 2005 09:40:16 +0200 From: "M.M. Kettenis" Subject: Re: gdb 5.0 MIME-Version: 1.0 Date: Thu, 14 Apr 2005 07:40:00 -0000 Message-Id: <7320502761633069@webhare> X-WebHare-Origin: WebHare Organizer To: Tiziano Tosi , gdb@sources.redhat.com In-reply-to: <00a701c540c3$83f99720$0b0510ac@generalmusicint.com> Content-Description: Message body Content-Type: text/plain; charset="US-ASCII"; format=flowed Content-Transfer-Encoding: Quoted-Printable X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: m.m.kettenis@alumnus.utwente.nl X-SW-Source: 2005-04/txt/msg00075.txt.bz2 "Tiziano Tosi" wrote: > Hi, all > > my platform is: > > RH9 (kernel 2.4.20-8), glibc-2.3.2-27.9 (updated) > When i build gdb 5.0 (gdb-5.0.tar.bz2), occured the following error: > ../../bfd/libbfd.a(srec.o)(.text+0xd4): In function `srec_bad_byte': > /usr/local/src/gdb-5.0/bfd/srec.c:282: undefined reference to `__ctype_b' > ../../bfd/libbfd.a(srec.o)(.text+0x2e7): In function `srec_scan': > /usr/local/src/gdb-5.0/bfd/srec.c:406: undefined reference to `__ctype_b' > ../../bfd/libbfd.a(binary.o)(.text+0x14d): In function `mangle_name': > /usr/local/src/gdb-5.0/bfd/binary.c:158: undefined reference to `__ctype_= b' > ../../bfd/libbfd.a(ihex.o)(.text+0x74): In function `ihex_bad_byte': > /usr/local/src/gdb-5.0/bfd/ihex.c:251: undefined reference to `__ctype_b' > ../../bfd/libbfd.a(archive.o)(.text+0x3b2): In function > `_bfd_generic_read_ar_hdr_mag': > /usr/local/src/gdb-5.0/bfd/archive.c:460: undefined reference to `__ctype= _b' Sorry, but your RH9 install is a bit hosed. Looks like your libc is out of sync with its header files. If you upgraded libc on that system at some point in the past, you might try upgrading the "developer" packages. If this is fixed please try to compile a newer gdb; 5.0 is quite old, and many bugs in it have been fixed. Mark