https://bugs.winehq.org/show_bug.cgi?id=37540
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks again,
for a shared WoW64 Wine build (32-bit + 64-bit) you'll additionally need to pass '-mcmodel=large' to the 64-bit build CFLAGS.
This needed to avoid 'R_X86_64_PC32' linker errors (an invalid relocation for shared libraries on x64). Those are changed into R_X86_64_64 types for large memory model (absolute relocation with 64-bit value).
64-bit Total Commander runs fine here with no-PIC.
Regards