https://bugs.winehq.org/show_bug.cgi?id=37540
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
--- Comment #8 from Michael Müller michael@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?