@samokiller

Как понять чего не хватает системе при сборке wine?

Operating System: Astra Linux (Orel 2.12.43)
Kernel: Linux 5.10.0-1038.40-generic
Architecture: x86-64

Пытаюсь собрать и установить wine 5.0 отсюда: https://github.com/wine-mirror/wine/tree/oldstable

sam@astraOrel:~/wine$ ls
aclocal.m4  config.log    COPYING.LIB    fonts    LICENSE      MAINTAINERS  programs  tools
ANNOUNCE    configure     dlls           include  LICENSE.OLD  nls          README    VERSION
AUTHORS     configure.ac  documentation  libs     loader       po           server
sam@astraOrel:~/wine$ ./configure
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for clang++... no
checking whether the compiler supports GNU C++... no
checking whether g++ accepts -g... no
checking for g++ option to enable C++11 features... none needed
checking for cpp... cpp
checking for ld... ld
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.


ia32-libs и ia32-libs-dev установлены. После установки - перезагрузил.

Как понять чего конкретно не хватает и как это найти?
  • Вопрос задан
  • 303 просмотра
Пригласить эксперта
Ответы на вопрос 3
@rPman
astra-linux основана на дебиане
попробуй установить необходимые зависимости средствами apt
apt-get build-dep wine

так же может сначала попробовать собрать wine из репозитария, там должно пройти все на автомате
Ответ написан
Комментировать
jcmvbkbc
@jcmvbkbc
"I'm here to consult you" © Dogbert
Как понять чего конкретно не хватает

если сообщения об ошибке в консоли недостаточно, то в каталоге, где выполнялся configure остаётся файл config.log с подробным логом действий, текстом программы, которая сгенерировала ошибку, командной строкой компилятора и его сообщением об ошибке. Можно посмотреть туда.
Ответ написан
Комментировать
smorman
@smorman
When In Rome do as The Romans do...
Хернёй не занимайся, а иди на оф. ресурс Wine и там всё написано, как устанавливать, на какую тебе нужно платформу.

п. 2 Getting Wine/Installation
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы