Hi!<br>
<br>
I've installed Ubuntu 5.10 (Breezy Badger) on an amd64 machine. I
wanted to install wine and noticed that it is not packaged for amd64,
but I did see the comments on the bottom of this page
<a href="http://winehq.org/site/download-deb" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://winehq.org/site/download-deb</a>, which explain how to build wine
from source. I tried this, but ran into alot of problems.<br>
<br>
I got as far as running 'sudo apt-get --build source wine', and it spits out:<br>
<br>
checking for C compiler default output file name... configure: error: C
compiler cannot create executables See `config.log' for more details.
make: *** [config.status] Error 77 Build command 'cd wine-0.9.1-winehq
&amp;&amp; dpkg-buildpackage -b -uc' failed. E: Child process failed<br>
<br>
I solved this by installing the ia32-libs, ia32-libs-dev and ia32-libs-gtk packages.<br>
<br>
However the compilation failed again with:<br>
<br>
/usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching
for -lXext /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit
status winegcc: gcc failed. make[3]: *** [<a href="http://ddraw.dll.so">ddraw.dll.so</a>] Error 2
make[3]: Leaving directory `/home/drimbar/wine-0.9.1-winehq/dlls/ddraw'
make[2]: *** [ddraw] Error 2 make[2]: Leaving directory
`/home/drimbar/wine-0.9.1-winehq/dlls' make[1]: *** [dlls] Error 2
make[1]: Leaving directory `/home/drimbar/wine-0.9.1-winehq' make: ***
[build-stamp] Error 2 Build command 'cd wine-0.9.1-winehq &amp;&amp;
dpkg-buildpackage -b -uc' failed. E: Child process failed