Markus Kossmann wrote: > Actually the problem here is that there no 32bit libesd.so (without any > version number) or libesd.a in /usr/lib available. So ld tries to use the > 64bit version in /usr/lib64 and fails. Workaround: Make a > link /usr/lib/libesd.so -> /usr/lib/libesd.so.0. The same thing for > libaudiofile. > And you might also have a look at the /usr/bin/linux32 command to fake a > 32bit environment when configuring/compiling wine. Thanx. That was the answer. The link to libaudiofile was what was missing. Compile finished with the addition of : ln -s /usr/lib/libaudiofile.so.0 /usr/lib/libaudiofile.so (There already was a link for libesd.so. ) Thanx again to all for your help! Rich _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users