Hi Slava, I tried to compile myself on a few systems with different gcc releases and your rather long commandline did work for me. Looking more closely i see that your compiler seems to be over-peaky failing on this:
> In function 'memcpy', > inlined from 'bgp_srcdst_lookup' at bgp.c:2121:21: > /usr/include/bits/string3.h:52:3: error: call to __builtin___memcpy_chk > will always overflow destination buffer Well it's not true: copying 16 bytes (the length of an IPv6 address in a sin6_addr structure (which is meant to hold IPv6 addresses) will not overflow anything. Cheers, Paolo _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
