Trying to compile 1.1.30 on Mac OS X 10.5 .. its my normal build station I've compiled a lot of Wine on, including 1.1.29 still compiles just fine... when compiling 1.1.30... ./configure --disable-win16 works ok make depend works ok make works awhile then gives an error... its working in openal.o when it crashes... maybe something wrong in the new code with that? here is the last part of text that shows up on the screen... Code: .............. "_alGetBufferi", referenced from: _wine_alGetBufferi in openal.o "_alDopplerVelocity", referenced from: _wine_alDopplerVelocity in openal.o "_alDeleteBuffers", referenced from: _wine_alDeleteBuffers in openal.o "_alBufferiv", referenced from: _wine_alBufferiv in openal.o "_alGenBuffers", referenced from: _wine_alGenBuffers in openal.o "_alSourceUnqueueBuffers", referenced from: _wine_alSourceUnqueueBuffers in openal.o "_alcDestroyContext", referenced from: _wine_alcDestroyContext in openal.o _wine_alcDestroyContext in openal.o "_alcGetContextsDevice", referenced from: _wine_alcGetContextsDevice in openal.o "_alGetInteger", referenced from: _wine_alGetInteger in openal.o "_alGetIntegerv", referenced from: _wine_alGetIntegerv in openal.o "_alGetSourcefv", referenced from: _wine_alGetSourcefv in openal.o ld: symbol(s) not found collect2: ld returned 1 exit status winegcc: gcc failed make[2]: *** [openal32.dll.so] Error 2 make[1]: *** [openal32] Error 2 make: *** [dlls] Error 2