https://bugs.winehq.org/show_bug.cgi?id=49381
Nathan Bennett version2013@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |version2013@protonmail.com
--- Comment #6 from Nathan Bennett version2013@protonmail.com --- I had a similar wine build error with wine-5.10
I am guessing this commit was the fix put into wine-5.11 that allowed my build to finish successfully. https://source.winehq.org/git/wine.git/commit/0c14b1a962573ee125940f2008c646...
My build of wine-5.16 failed with a similar error as wine-5.10 wine-5.16 error: unix/server.o: In function `add_fd_to_cache': server.c:(.text+0x527): undefined reference to `RtlInterlockedCompareExchange64' unix/server.o: In function `remove_fd_from_cache': server.c:(.text+0xea9): undefined reference to `RtlInterlockedCompareExchange64' unix/server.o: In function `server_get_unix_fd': server.c:(.text+0x1257): undefined reference to `RtlInterlockedCompareExchange64' server.c:(.text+0x1392): undefined reference to `RtlInterlockedCompareExchange64'
Changing "-march=i486 -mtune=i686" to "-march=i686 -mtune=i686" allowed the wine-5.16 build to finish successfully.
Thank you.