https://bugs.winehq.org/show_bug.cgi?id=48391 --- Comment #8 from Alexey Kuznetsov <axet(a)me.com> --- I've tested 5.0-rc5, it is working with following build script: ( mkdir -p wine64 && cd wine64 && CC="ccache gcc" ../configure --enable-win64 --verbose --disable-tests && make ) ( mkdir -p wine32 && cd wine32 && CC="ccache gcc" ../configure --verbose --disable-tests --with-wine64=../wine64 && make) But still, winehq-devel (wine-5.0-rc4) not working. Any suggestions in how winehq build can be different from what I'm doing? My git diffectory is clean (git status --ignored) my build directory (wine32, wine64) removed every build. -- 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.