Установка tar.gz?
Установка tar.gz?
Пробовал поставить несколько программ. При вводе команды ./configure выдает ошибку:
./configure: Нет такого файла или каталога
При команде make выдают такую ошибку:
make: *** Не заданы цели и не найден make-файл. Останов.
Как можно исправить?
Пробовал ставить несколько программ, везде ошибки.
./configure: Нет такого файла или каталога
При команде make выдают такую ошибку:
make: *** Не заданы цели и не найден make-файл. Останов.
Как можно исправить?
Пробовал ставить несколько программ, везде ошибки.
- xxxYURAxxx
- Маньяк
- Сообщения: 165
- Зарегистрирован: 21 фев 2006, 11:57
- Откуда: Минск
- Контактная информация:
- xxxYURAxxx
- Маньяк
- Сообщения: 165
- Зарегистрирован: 21 фев 2006, 11:57
- Откуда: Минск
- Контактная информация:
Код: Выделить всё
# tar xzvf filename.tar.gz
# cd filename
# ./configure
# make
# make install
# make clean
Последний раз редактировалось Jay 27 май 2006, 12:33, всего редактировалось 1 раз.
Хм, интересно, а как бы смотрелась эта крошка, если ей перерезать горло? Мне кажется, неплохо...
Да, так и делаю.Яшчэ раз паўтараю:
$cd your_program_tarball
перад
$./configure
спрабаваў?
al@r:~/Downloads/synaptic-0.57.2> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... no
checking for catalogs to be installed... ar pt_BR es fr de tr zh_CN zh_HK zh_TW ru nl ja be it pl cs hu sr sr@Latn da he ca ko bg no nb sl pt_PT lt el xh mk
checking for intltool >= 0.23... 0.33 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... msgmerge
checking for xgettext... xgettext
checking for xmlto... no
configure: error: You need xmlto to build the documentation. Apt-get it or download it from http://cyberelk.net/tim/xmlto/
al@r:~/Downloads/synaptic-0.57.2>
Suse 10.1
а вот и ответ на твой вопрос почему на создался makefile:
Код: Выделить всё
configure: error: You need xmlto to build the documentation. Apt-get it or download it from http://cyberelk.net/tim/xmlto/
Never touch the running program!!!