Добрый вечер.
Хотел установить свежую версию Filezilla с официального сайт. Скачал архив и распаковал. Дальше по инструкции с сайта идёт:
mkdir compile
cd compile
../configure
make
make install
После того как ввожу ../configure, вылезает ошибка. Вывод с терминала:
~/Загрузки/filezilla-3.16.0/compile$ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 whether the C++ compiler works... no
configure: error: in `/home/spirit/Загрузки/filezilla-3.16.0/compile':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
Что я делаю не так?