[Wine] Re: 64 bit compilation SUSE 10.2

richardrosa richardrosa at yahoo.com
Mon Mar 19 00:52:57 CDT 2007


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



More information about the wine-users mailing list