Linker error for d.o: relocation R_X86_64_32 against `__dmd_personality_v0'

Rene Zwanenburg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 21 02:55:30 PDT 2016


On Thursday, 21 April 2016 at 01:20:27 UTC, rcorre wrote:
> s/compile/link
> I _can_ compile a D library, but as soon as I try to link 
> anything compiled with DMD it falls over.

What is dmd's verbose output? (add -v switch)

Some of the things it outputs are the location of the config file 
it uses, you can inspect that file to see if it has been borked 
somehow.

Near the bottom you can find the used link command, that could 
also reveal the problem.


More information about the Digitalmars-d-learn mailing list