http://bugs.winehq.com/show_bug.cgi?id=1690
Summary: InterlockedCompareExchange & InterlockedExchangeAdd not found Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: david.ronis@mcgill.ca
I follow wine in CVS. The current build fails (with gcc-3.3.1) because
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