From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30786 invoked by alias); 12 Nov 2010 18:07:04 -0000 Received: (qmail 30776 invoked by uid 22791); 12 Nov 2010 18:07:04 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_SM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Nov 2010 18:06:57 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oACI6q1d019235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 12 Nov 2010 13:06:53 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oACI6q80009045; Fri, 12 Nov 2010 13:06:52 -0500 Received: from parfait.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id oACI6pQK006768; Fri, 12 Nov 2010 13:06:51 -0500 From: Tom Tromey To: asmwarrior Cc: Eli Zaretskii , gdb@sourceware.org Subject: Re: gdb with python support still get crash on showing uninitialized local variables References: <4CB66700.3000907@gmail.com> <4CBE7B08.9060905@gmail.com> <83bp6l9b4l.fsf@gnu.org> <4CD8ABA4.2090304@gmail.com> Date: Fri, 12 Nov 2010 18:07:00 -0000 In-Reply-To: <4CD8ABA4.2090304@gmail.com> (asmwarrior@gmail.com's message of "Tue, 09 Nov 2010 10:02:12 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00056.txt.bz2 >>>>> ">" == asmwarrior writes: >> Dear GDB gurus, Today, I just do a git pull, then try to build the gdb >> again. but I still failed under building gdb under windows/msys. >> ../../gdb/libiberty/fibheap.c: In function 'fibheap_union': >> ../../gdb/libiberty/fibheap.c:151: warning: implicit declaration of >> function 'free' It sounds like HAVE_STDLIB_H is not defined. libiberty's config.log might show why. Tom