https://bugs.winehq.org/show_bug.cgi?id=44388
--- Comment #8 from Austin English austinenglish@gmail.com --- (In reply to Michele Renosto from comment #7)
(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
march/mtune =native should probably be avoided for wine.