https://bugs.winehq.org/show_bug.cgi?id=52419
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #14 from Zebediah Figura z.figura12@gmail.com --- (In reply to nekoNexus from comment #13)
It seems the -fno-plt flag is the reason why this occurs
I don't believe we can support that flag, at least not on i386. We can't use GOT loads because some applications try to hook code by copying it and don't account for them (see e.g. [1]).
Is there a reason you need -fno-plt?
[1] https://source.winehq.org/git/wine.git/commitdiff/8f732c66ab37b54c30d63c74f7...