./configure doesn't make makefile

гm trying to install GTKTerm

on my 12.04 LTS distribution. I read the INSTALL file for install the программное обеспечение. First I run ./configure, не errors пашите shown, but there is not the makefile, so when I run make, I receive this ошибка make: *** No targets specified and no makefile found. Stop. Here the output of ./configure

loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... missing
checking for working automake-1.4... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for strerror in -lcposix... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for pkg-config... /usr/bin/pkg-config
checking for gtk+-2.0 gdk-2.0... 

How хан I solve?

-1
задан 19 December 2015 в 15:48

2 ответа

Можно легко установить GTKTerm от терминала с помощью sudo apt-get install gtkterm.

РЕДАКТИРОВАНИЕ

, На что Вы смотрите, является проблемой зависимости (т.е. посмотрите строки как aclocal-1.4... missing). Необходимо установить все зависимости, которые требуются, прежде для Вас может скомпилировать GTKTerm, чтобы установить это зависимости, использовать это:

sudo apt-get build-dep gtkterm

, Как только Вы сделали это, необходимо быть в состоянии работать ./configure без любых проблем.

3
ответ дан 30 September 2019 в 00:50

make берет make-файл в качестве входа. Make-файл обычно называют makefile или Makefile. Настраивать команда должна генерировать make-файл, так, чтобы make мог быть в свою очередь выполнен. Проверьте, был ли make-файл сгенерирован в соответствии с Вашим рабочим каталогом.

-1
ответ дан 30 September 2019 в 00:50

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

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