Tässä on tullut jo useamman tunnin verran googleteltua ja yritettyä asentaa eri c compiler paketteja, mutta suoritettaessa komentoa ./tools/wineinstall tai sudo ./configure winen (0.9.13) kansiossa, tämä heittää virheilmoituksena seuraavaa:
:~/Desktop/wine-0.9.13$ ./tools/wineinstall
WINE Installer v0.75
Running configure...
configure: creating cache config.cache
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Configure failed, aborting install.
:~/Desktop/wine-0.9.13$ sudo ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Tietääkseni olen asentanut kaikki tarvittavat paketit, jotka wine vaatii toimiakseen... yritin myös ladata pakettia adeptin kautta muuttamalla repositorities -asetuksia, mutta ohjelma ei ole saanut viikon aikana yheyttä serveriin, joten latasin .tar.bz2 -paketin http -mirrorista. Lisäksi vielä mainita, että käytössä on AMD64 -prosessori... ilmeisesti tälläkin on vaikutusta asiaan...?