[Issue 10274] DMD 2.063 produces broken binaries

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 11 13:36:03 PDT 2013


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



--- Comment #25 from Martin Nowak <code at dawg.eu> 2013-06-11 13:35:58 PDT ---
(In reply to comment #23)
> I assume this is the linker script generated by dmd -v:
> 
No, it's part of the output when you pass --verbose to the linker.
When I compile dmd junk -L--verbose the linker output should contain them.

On my machine this looks like this.


GNU ld version 2.23.51.0.1-3.fc18 20120806
...
using internal linker script:
==================================================
...
==================================================
attempt to open /usr/lib/gcc/x86_64-redhat-linux/4.7.2/../../../../lib64/crt1.o
succeeded
...

> jlquinn at wyvern:~/re/test$ ldd --version
The linker is usually called ld, ldd is a different tool.

-- 
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