https://bugs.winehq.org/show_bug.cgi?id=37540 Michael Müller <michael(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)fds-team.de --- Comment #8 from Michael Müller <michael(a)fds-team.de> --- I am wondering if disabling PIC is not a valid solution for this problem. Without PIC the library needs to relocated (the same way as on windows) and Enigma can copy the functions without issues. I just compiled wine with "make CFLAGS=-fno-PIC" and the application starts without issues. Is there any obvious disadvantage of disabling PIC, except that it might consume more memory? -- 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.