root:/home/andriu94# cd iptables
root:/home/andriu94/iptables# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
root:/home/andriu94/iptables# make
make: *** Nie podano obiektów i nie znaleziono makefile. Stop.
root:/home/andriu94/iptables# make install
make: *** Brak reguł do wykonania obiektu `install'. Stop.
root:/home/andriu94/iptables#
root:/home/andriu94/iptables# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
root:/home/andriu94/iptables# make
make: *** Nie podano obiektów i nie znaleziono makefile. Stop.
root:/home/andriu94/iptables# make install
make: *** Brak reguł do wykonania obiektu `install'. Stop.
root:/home/andriu94/iptables#
Naprawdę chcesz się męczyć z kompilacją ? Prościej zainstalować iptables przez apt.
Ale skoro chcesz to zobacz config.log, a będziesz wiedział czego brakuje.