https://bugs.winehq.org/show_bug.cgi?id=41158 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |-unknown Product|Wine-staging |Wine --- Comment #1 from Sebastian Lackner <sebastian(a)fds-team.de> --- This issue does not look Wine Staging related. On the first sight it seems there is something wrong with the way how you are trying to compiling Wine. When I'm correctly interpreting the log you are trying to use a 64-bit compiler (x86_64--netbsd-gcc) to do a 32-bit build (no --enable-win64 passed to ./configure). As a result, Wines ./configure script defines __i386__ so you end up trying to compile 32-bit and 64-bit at the same time. -- 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.