git3 build dies at net/built-in.o: undefined __nfa_fill

From: sean
Date: Fri Sep 16 2005 - 19:52:11 EST


On amd64, gcc-4.0.1:

.....
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
net/built-in.o: In function `ip_ct_port_tuple_to_nfattr':
: undefined reference to `__nfa_fill'
net/built-in.o: In function `ip_ct_port_tuple_to_nfattr':
: undefined reference to `__nfa_fill'
net/built-in.o: In function `tcp_to_nfattr':
: undefined reference to `__nfa_fill'
net/built-in.o: In function `icmp_tuple_to_nfattr':
: undefined reference to `__nfa_fill'
net/built-in.o: In function `icmp_tuple_to_nfattr':
: undefined reference to `__nfa_fill'
net/built-in.o:: more undefined references to `__nfa_fill' follow
make: *** [.tmp_vmlinux1] Error 1

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/