каталоги Freetype не создают компилятор C высказывания, не доступно

FreeType build system -- automatic system detection

The following settings are used:

  platform                    unix
  compiler                    cc
  configuration directory     ./builds/unix
  configuration rules         ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (the latter needs python).

cd builds/unix; /bin/sh ./configure  '--build=i686-pc-linux-gnu' 'CFLAGS=-m32CXXFLAGS=-m32LDFLAGS=-m32'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/vr/vv/freetype-2.4.12/builds/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
builds/unix/detect.mk:86: recipe for target 'setup' failed
make: *** [setup] Error 77
0
задан 31 January 2018 в 23:19

1 ответ

Сначала freetype упаковывается.

Если необходимо скомпилировать его, необходимо включить Репозитории исходного кода в программном обеспечении и Обновлениях (software-properties-gtk) затем установка build-essential пакет и зависимости сборки freetype с:

sudo apt-get install build-essential
sudo apt-get build-dep freetype

Можно проверить, что это создает успешно с

apt-get source freetype --compile

При попытке скомпилировать пакеты для встроенной системы, можно консультироваться с ее системой сборки и документацией набора инструментальных средств. При попытке скомпилировать библиотеки на 32 бита по системе на 64 бита то - это будет более просто при использовании debootstrap schroot.

0
ответ дан 31 October 2019 в 02:30

Другие вопросы по тегам:

Похожие вопросы: