Тема такая, ставлю justniffer-0.5.11. Для начала была засада когда делал configure
Код: Выделить всё
[16.12.2013 16:56:46] Porshe: checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: see the Autoconf documentation
configure: WARNING: netinet/ip.h: section "Present But Cannot Be Compiled"
configure: WARNING: netinet/ip.h: proceeding with the compiler's result
configure: WARNING: ## ------------------------------ ##
configure: WARNING: ## Report this to info@plecno.com ##
configure: WARNING: ## ------------------------------ ##
checking for netinet/ip.h... no
Код: Выделить всё
# cat configure.ac
AC_INIT([justniffer], [1.0.5.11])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
говорю make отвечает
Код: Выделить всё
#make
"Makefile", line 16: Need an operator
make: fatal errors encountered -- cannot continue
Код: Выделить всё
# gmake
Makefile:16: *** missing separator. Stop.
Код: Выделить всё
# autoconf
autoconf-2.69: warning: both `configure.ac' and `configure.in' are present.
autoconf-2.69: warning: proceeding with `configure.ac'.
Код: Выделить всё
# uname -ia
FreeBSD venus 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Tue Jan 10 13:13:36 UTC 2012
Спасибо