Re: [tcpdump-workers] Problem with build of tcpdump-current

2007-07-21 Thread Guy Harris
Francois-Xavier Le Bail wrote: Hi, I try to build tcpdump-current (tcpdump-2007.07.20) and have these errors (no problem with build of v3.9.5) : System : x86 - gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) --- gcc -O2 -DHAVE

Re: [tcpdump-workers] Problem compiling print-bgp.c (IPV6 disable)

2007-07-21 Thread Guy Harris
Francois-Xavier Le Bail wrote: I have an error compiling print-bgp.c if the support for IPV6 is disable. [...] print-bgp.o(.text+0x26d): In function `bgp_vpn_ip_print': : undefined reference to `ip6addr_string' [...] Here is a patch to solve it. Checked in. - This is the tcpdump-workers list.

[tcpdump-workers] Problem compiling print-bgp.c (IPV6 disable)

2007-07-21 Thread Francois-Xavier Le Bail
I have an error compiling print-bgp.c if the support for IPV6 is disable. [...] print-bgp.o(.text+0x26d): In function `bgp_vpn_ip_print': : undefined reference to `ip6addr_string' [...] Here is a patch to solve it. Regards, Francois-Xavier