Hi,

Ken Raeburn <[EMAIL PROTECTED]> writes:

> DWARF is the name of the new debug info format used in ELF object
> files.  This suggests a bug in either gcc or gdb (or, possibly,
> binutils), and should be reported if you can figure out which one has
> the problem.  Unfortunately I don't know enough about available DWARF
> tools to help you with that. :-(

To work around this DWARF bug, you could resort to using the traditional
GNU stabs format instead of DWARF.  You can achieve this by compiling
with `-gstabs+' instead of just `-g' (I think the stabs format is
supported on most, if not all, platforms supported by GCC).

Thanks,
Ludovic.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to