https://bugs.winehq.org/show_bug.cgi?id=45703
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #25 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Louis Lenders from comment #24)
Ok, here`s yet another mystery to solve....
That version of wine i applied the patch on top of was actually a wine version from a few weeks ago that I compiled with -fPIC -02
Now I upgraded that tree to wine-4.6 , applied patch, compiled with -fPIC -02, and it doesn`t work anymore, WINWORD crashes...
So I just rechecked:
wine-4.4 compiled with -fPIC -02 + patch --> WINWORD starts fine
wine-4.6 compiled with -fPIC -02 + patch --> WINWORD crashes....
Story continues, Anyone an idea how this is possible?
I don't know if it's a typo in your comment or if you actually rechecked with that but you did write -02 (zero-two) where it should be -O2 (capital Oh-two).