From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4711 invoked by alias); 26 Oct 2007 14:31:35 -0000 Received: (qmail 4693 invoked by uid 22791); 26 Oct 2007 14:31:34 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Oct 2007 14:31:30 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 4BB9198340; Fri, 26 Oct 2007 14:31:29 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 330629833F; Fri, 26 Oct 2007 14:31:29 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IlQDg-0006sy-5X; Fri, 26 Oct 2007 10:31:28 -0400 Date: Fri, 26 Oct 2007 14:31:00 -0000 From: Daniel Jacobowitz To: Bobo Cc: gdb@sourceware.org Subject: Re: Breakpoint in C++ class constructor is never reached Message-ID: <20071026143128.GA26407@caradoc.them.org> Mail-Followup-To: Bobo , gdb@sourceware.org References: <20071026115446.GA26327@caradoc.them.org> <20071026122115.GA28419@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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: 2007-10/txt/msg00271.txt.bz2 On Fri, Oct 26, 2007 at 05:25:24PM +0300, Bobo wrote: > Unfortunately i can't do anything with one of the latest snapshots. > I've donwloaded gdb-weekly-6.7.50_20071023. > config goes ok (./configure --enable-gcc --prefix=/scratch/debugger). > make gives the following error: > make: Fatal error in reader: Makefile, line 63: Unexpected end of line seen > Current working directory /usr/local/gdb-6.7.5/gdb-6.7.50_20071023/libdecnumber > *** Error code 1 > make: Fatal error: Command failed for target `all-libdecnumber' > Current working directory /usr/local/gdb-6.7.5/gdb-6.7.50_20071023 > *** Error code 1 > make: Fatal error: Command failed for target `all' > > Is it a known issue? Should somebody submit a bug report for that? Oh dear. GCC requires GNU make, but GDB is not supposed to, I don't think. This is a new problem. > i can build the same version of gdb with gmake (i know this is not the idea... > i just tried to see if it works and it does!). However when i run the newly > built latest version of gdb with my C++ application i got "Symbol format > `elf32-sparc' unknown.". It is solved in 6.7.1 but probably is not synchronized > yet with the latest... That fix should be in HEAD, but I didn't commit it until the same day as that snapshot; you'll need to get a later one. -- Daniel Jacobowitz CodeSourcery