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: bugzi...@digitalmars.com ReportedBy: llu...@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 --