[Bug 37540] Multiple games and applications wrapped with Enigma v4 and GG DRM schemes crash on startup (incompatible with use of position independent code (PIC) in Wine dlls)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 25 12:30:52 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=37540

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW

--- Comment #10 from Anastasius Focht <focht at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list