As title, I'm having problems bulding it. The app I want to use doesn't work properly in 1.0.1 (tested in Ubuntu 9.04 and RH WS 4.6) but does in 1.1.23 (tested on Ubuntu 9.04). Our production system runs RH WS 4.6, but there's no RPM package for 1.1.23 so I am trying to build it myself. The configuration and make depend work ok, however when I make, it builds a good chunk of stuff before failing with the following error: Code: make[2]: Entering directory `/tmp/wine-1.1.23/dlls/advapi32' ../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared ./advapi32.spec advapi.o cred.o crypt.o crypt_arc4.o crypt_des.o crypt_lmhash.o crypt_md4.o crypt_md5.o crypt_sha.o eventlog.o lsa.o registry.o security.o service.o svcctl_c.o version.res -o advapi32.dll.so -lrpcrt4 -lkernel32 -lntdll -Wb,-drpcrt4 ../../libs/port/libwine_port.a Cannot open -rversion.res : No such file or directory winegcc: ../../tools/winebuild/winebuild failed make[2]: *** [advapi32.dll.so] Error 2 make[2]: Leaving directory `/tmp/wine-1.1.23/dlls/advapi32' make[1]: *** [advapi32] Error 2 make[1]: Leaving directory `/tmp/wine-1.1.23/dlls' make: [dlls] Error 2 What is advapi32.dll used for and more specifically what is version.res and how is is used by winegcc? Where does it come from and why can't it be found? All help appreciated!