[Wine] Re: 64 bit compilation SUSE 10.2

Robert M. Riches Jr. spamtrap42 at verizon.net
Mon Mar 19 00:52:51 CDT 2007


On 2007-01-03, richardrosa <richardrosa at yahoo.com> wrote:
> Greetings All,
>
>   I am attempting to compile wine under the SUSE 10.2 64 bit
> distribution, and am running into a bit of
> a problem.
>
>   I have installed every 32 bit library that I could find in the
> distro, including  the xorg-X11 libs. I ran the following commands:
>
>   ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib
>   make depend && make
>
>  The compilation chugs away for about 15 min, and then stops with the
> following messages:
>    ....
> ...
> /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
> skipping incompatible /usr/lib64/libaudiofile.a when searching for
> -laudiofile
> /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld:
> cannot find -laudiofile
> collect2: ld returned 1 exit status
> winegcc: gcc failed.
> make[2]: *** [wineesd.drv.so] Error 2
> make[2]: Leaving directory
> `/home/quacker/install/wine-0.9.20/dlls/winmm/wineesd'
> make[1]: *** [winmm/wineesd] Error 2
> make[1]: Leaving directory `/home/quacker/install/wine-0.9.20/dlls'
> make: *** [dlls] Error 2
>
>
>  I assume that there is either some additional library that is needed,
> or a parm on the configure, but I do not have a clue as to what is
> missing.
>
>  Any assistance in getting this to finish compilation would be greatly
> appreciated. 

Until somebody who knows something responds...

The above messages would lead me to believe the linker was
not finding a 32-bit version of the audiofile library.  Are
you sure that's one of the 32-bit libraries you installed?

Worse case, if you don't need audio, perhaps there is an
option to Wine's .configure that will disable compilation of
audio-related stuff.

-- 
Robert Riches
spamtrap42 at verizon.net
(Yes, that is one of my email addresses.)


More information about the wine-users mailing list