http://bugs.winehq.com/show_bug.cgi?id=1672
Summary: Build of dlls/libntdll.dll.so fails: Undefined refs to InterlockedCompareExchange & InterlockedExchangeAdd Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: david.ronis@mcgill.ca
The summary says it all. I'm doing a build from CVS using gcc-3.3.1 on an i686-linux-gnu (slackwarew 9.0) box. I get:
make[1]: Entering directory `/home/ronis/Project/notar/wine/miscemu' gcc -o wine -Wl,--section-start,.interp=0x3c000100 main.o -L../dlls -lntdll.dll -L../libs/wine -lwine -L../libs/unicode -lwine_unicode -L../libs/port -lwine_port ../dlls/libntdll.dll.so: undefined reference to `InterlockedCompareExchange' ../dlls/libntdll.dll.so: undefined reference to `InterlockedExchangeAdd' collect2: ld returned 1 exit status