http://bugs.winehq.com/show_bug.cgi?id=1581
------- Additional Comments From beer.info@videotron.ca 2003-10-07 19:11 ------- I started the build again from scratch: ./configure --prefix=/usr/local/wine --without-opengl make depend ; make
This time the build completed without a problem. The first time I got two unresolved symbols when linking the wine executable:
InterlockedCompareExchange and InterlockedExchange
This forced me to link with kernel32.dll.so and wine worked. However since I can't reproduce the problem I'll have to blame it on some supernatural force that cannot be explained.