[Bug 49381] Building wine from source on 32 bit Slackware Linux fails since 5.10.

WineHQ Bugzilla wine-bugs at winehq.org
Sat Sep 19 05:03:00 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49381

Nathan Bennett <version2013 at protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |version2013 at protonmail.com

--- Comment #6 from Nathan Bennett <version2013 at 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/0c14b1a962573ee125940f2008c646befe597226

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.

-- 
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.



More information about the wine-bugs mailing list