Hey, When compiling wine 1.2-rc6, I get the following error during the 'make' process: ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -fasynchronous-unwind-tables -shared ./rpcrt4.spec cproxy.o cpsf.o cstub.o ndr_clientserver.o ndr_cont ndr_es.o ndr_fullpointer.o ndr_marshall.o ndr_ole.o ndr_stubless.o rpc_assoc.o rpc_async.o rpc_binding.o rpc_epmap.o rpc_message.o rpc_server.o rpc_transport.o rpcrt4_main.o sion.res -o rpcrt4.dll.so -liphlpapi -lwininet -lsecur32 -luser32 -luuid -ladvapi32 -lkernel32 -lntdll -Wb,-diphlpapi -Wb,-dwininet -Wb,-dsecur32 -Wb,-duser32 ../../libs/po ort.a winebuild: rpc_server.o is an empty file winegcc: ../../tools/winebuild/winebuild failed make[1]: *** [rpcrt4.dll.so] Error 2 make[1]: Leaving directory `/root/wine-1.2-rc6/dlls/rpcrt4' make: *** [dlls/rpcrt4] Error 2 Any idea what this could be?