https://bugs.winehq.org/show_bug.cgi?id=44388 Michele Renosto <composizion3(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |composizion3(a)hotmail.com --- Comment #7 from Michele Renosto <composizion3(a)hotmail.com> --- (In reply to Fabian Maurer from comment #2)
From bug 43530 comment24
By comparing the config.log between the build environments, the problem turns out to be "-fno-plt" in CFLAGS and "-z,now" in LDFLAGS, which Arch added recently. Wine built with these two flags enabled will have this issue.
Does the issue go away when you use that workaround?
I have the same problem, I compiled wine 3.0 on gentoo (GCC 6.4.0) with CFLAGS: -O2 -pipe -march=native -mtune=native LDFLAGS: -Wl,-O1 -Wl,--as-needed I had wine-staging 2.21 with the same flags and it started but I had the blackscreen problem... (In reply to mrdeathjr28 from comment #6)
(In reply to Bryan Quigley from comment #5)
Hi in my case compile wine from source aka
https://dl.winehq.org/wine/source/3.0/wine-3.0.tar.xz
In my test works ok
What flags did you use? -- 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.