> Compiling iptables-1.2.6a with gcc-3.0.4, I get the > following errors: > > ... > ... > extensions/libipt_owner.c:23:1: directives may not be > used inside a macro argument > extensions/libipt_owner.c:23:1: unterminated argument > list invoking macro "printf"
As far as I know, this is a glibc + gcc3 "bug". Updating to glibc 2.2.5 should solve your problem. greets -silvan