On 24/03/12 22:58, Ronald van Haren wrote: > On Sat, Mar 24, 2012 at 1:20 PM, Allan McRae <[email protected]> wrote: >> >> iptables: >> /usr/include/linux/if_packet.h:176:2: error: unknown type name >> '__aligned_u64' >> > > A fixed package is in [testing] now. >
My solution was to add: rm include/linux/types.h before the configure. iptables should be using the system one if it is there. Then I noticed.... # FS#25358: libxt_statistic.so undefined symbol: lround export LDFLAGS='-lm' which is clearly wrong. I also have no idea why "unset CFLAGS; unset LDFLAGS" is done after all the building is complete... Allan

