>запускаем ./configure
>все вроде нормально
>запускаем МАКЕ выдает вот это:
>"Makefile", line 6: Missing dependency operator
>"Makefile", line 8: Need an operator
>"Makefile", line 10: Need an operator
>"Makefile", line 11: Missing dependency operator
>"Makefile", line 13: Need an operator
>make: fatal errors encountered -- cannot continue
>*** Error code 1
>Stop in /usr/local/jabber/jabber-1.4
Какой make и какая версия; попробуйте make -v
>вот кусок маке файла на котый ругается установщик:
>#
># Ok this is taken from an automaked file and tweaked out
>
>#
>include platform-settings
Это, что-ли, строка 6? Если да, то Ваш make не понимает директиву
include; большие подозрения, что он у Вас не гнутый, а Вам нужен
именно он.
>SUBDIRS=pthsock xdb_file dnsrv jsm dialback jabberd
>
>all: all-recursive
>
>clean: clean-recursive
>
>static: static-recursive
>
>single: single-recursive
>
>install:
> printf "\n\nNo actual make
>install, you just run it out of the directory!\n"
>
>
>Система ФРЯ 4.3
>Заранее всем спасибо