[Issue 2932] New: bad e_ehsize (36 != 52)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun May 3 19:12:17 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2932
Summary: bad e_ehsize (36 != 52)
Product: D
Version: 1.043
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: llucax at gmail.com
When linking any D program using the GNU Gold linker
[http://en.wikipedia.org/wiki/Gold_(linker)], I get these errors:
/usr/bin/ld: hello.o: bad e_ehsize (36 != 52)
/usr/bin/ld: /home/luca/tesis/dmd/linux/bin/..
/lib/libphobos.a(dmain2_190_1a5.o): bad e_ehsize (36 != 52)
This is repeated for each .o file in the .a static library.
This might trigger a bug in GNU Gold itself:
http://sourceware.org/bugzilla/show_bug.cgi?id=10126
--
More information about the Digitalmars-d-bugs
mailing list