wine был скачен с официального репозитория. но конфигурационный скрип показывает что не хватает 32х битных библиотек. в чём дело? ubuntu 11.04 64 bit gcc установлен
us@ms-X38-DS4:/usr/src/wine$ ./configure
./configure: line 2105: config.log: Permission denied
./configure: line 2115: config.log: Permission denied
us@ms-X38-DS4:/usr/src/wine$ sudo ./configure
[sudo] password for viro:
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.