Вопрос знатокам.
isshin@kurosaki:~$ cd Исходники/wine-1.7.4
isshin@kurosaki:~/Исходники/wine-1.7.4$ ./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
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
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
isshin@kurosaki:~/Исходники/wine-1.7.4$
Какой вариант посоветуете?
Я пробовал собирать в lxc по инструкции с wineHQ, но lxc выдавал ошибки.
Собственно, простой перестановкой gcc дело не решить.
Может, надо доустановить какой пакет или прописать в ./configure путь до каких-нибудь исполняемых файлов, выдав их за требуемые gcc -m32? Я пока нуб в этих делах, сильно не бейте
