
luchyanus
(usa Lubuntu)
Enviado em 22/05/2014 - 18:40h
Caros,
Desejo instalar um programa que necessita do Wine 1.2.3. Esta versão
não se encontra nos repositórios do Ubuntu, então, baixei-a em
http://sourceforge.net/projects/wine/files/Source/wine-1.2.3.tar.bz2/download.
As instruções que recebi foram:
sudo apt-get build-dep wine
Depois na pasta descompactada:
sudo chmod +x configure
./configure
make && make install
Nem cheguei a digitar o último comando porque, após o "./configure",
recebi o seguinte erro:
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
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking whether gcc -m32 works... no
Não sei o que isso significa, então, pergunto-lhes: como instalo o
Wine 1.2.3 no Ubuntu 13.10 de 64 bits?