This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Breakpoint in C++ class constructor is never reached


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]