guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slib and scm_shell() conflicts


From: Ludovic Courtès
Subject: Re: slib and scm_shell() conflicts
Date: Fri, 24 Feb 2006 09:45:36 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hi,

Ken Raeburn <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]