https://bugs.winehq.org/show_bug.cgi?id=49381
Bug ID: 49381 Summary: Building wine from source on 32 bit Slackware Linux fails since 5.10. Product: Wine Version: 5.10 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: studiosg@giustetti.net Distribution: ---
Created attachment 67441 --> https://bugs.winehq.org/attachment.cgi?id=67441 Archive containing the configure, make dep and make output in 2 files
The issue arises while building Wine 5.10 on 32 bit Slackware. Both Slackware 14.2 stable and current (15.0 beta) are affected while The 64 bit version builds just fine.
The build procedure exits badly while linking ntdll.so, returning errors like: /usr/bin/ld: unix/server.o: in function `remove_fd_from_cache': server.c:(.text+0x29d): undefined reference to `InterlockedCompareExchange64' /usr/bin/ld: unix/server.o: in function `add_fd_to_cache': server.c:(.text+0x60f): undefined reference to `InterlockedCompareExchange64'
The output of the configure, make dep and make command is included into the attached archive. They refer to the 14.2 current environment.
Thanks Simone