https://bugs.winehq.org/show_bug.cgi?id=53392
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- (In reply to malic from comment #3)
I understand. What are my options there apart from digging and removing all the fno-PIC ?
Is there a reason you need -fPIC? As stated, Windows programs really do need -fno-PIC, so the ideal solution would be to compile with -fno-PIC.
Is the behaviour supposed to be the same for x64 ?
We use -fPIC on all architectures other than i386.