Hi Folks, I trying to compile nftables, with the following configure options: configure --prefix=/usr --without-cli but I get the following error: CC mnl.o LEX scanner.c CC scanner.o scanner.c: In function 'nft_lex': scanner.c:1956:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( yyl = 0; yyl < yyleng; ++yyl ) ^ scanner.c: In function 'nft__scan_bytes': scanner.c:4091:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( i = 0; i < _yybytes_len; ++i ) ^ CC parser_bison.o CCLD nft mnl.o: In function `mnl_batch_begin': /tmp/NFTABLES/nftables/src/mnl.c:199: undefined reference to `nft_batch_begin' mnl.o: In function `mnl_batch_end': /tmp/NFTABLES/nftables/src/mnl.c:207: undefined reference to `nft_batch_end' mnl.o: In function `mnl_nft_setelem_add': /tmp/NFTABLES/nftables/src/mnl.c:877: undefined reference to `nft_set_elems_nlmsg_build_payload_iter' mnl.o: In function `mnl_nft_setelem_batch_add': /tmp/NFTABLES/nftables/src/mnl.c:925: undefined reference to `nft_set_elems_nlmsg_build_payload_iter' collect2: error: ld returned 1 exit status make[3]: *** [nft] Error 1 make[3]: Leaving directory `/tmp/NFTABLES/nftables/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/NFTABLES/nftables/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/NFTABLES/nftables' make: *** [all] Error 2 libmnl is current git clone at the time of writing libnftnl is current git clone at the time of writing nftables is current git clone at the time of writing I'm running slackware 14.1 64bit Any response are welcome TIA -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html