[Issue 4154] Incorrect DWARF section names on Mac

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 5 12:16:20 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=4154



--- Comment #10 from Robert Clipsham <robert at octarineparrot.com> 2011-06-05 20:11:49 BST ---
(In reply to comment #9)
> I don't understand - why should dsymutil be needed at all? It isn't needed for
> gcc.

Au contraire - put the following in test.c:
----
int main()
{
    return 0;
}
----
then:
$ gcc -v -g test.c -o test
or 
$ clang -v -g test.c -o test
You'll notice the last command run by either is dsymutil test.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list