On Wed, 20 Apr 2011 09:33:50 +0800, cc wrote:
Amos Jeffries wrote:
I mean some file which needs to be found and used. But we the dev (and
thus ./configure which we write) do not know about.

Can you please supply the output of:
  grep -R "struct icmphdr" /usr/include/

(/usr/include/ being the usual location for system header files. If
Slackware uses a different directory please grep that other place).

"struct icmphdr" should be defined in one of the netinet/ files. We need
to start with figuring out which.

/usr/include/linux/skbuff.h:            struct icmphdr  *icmph;
/usr/include/linux/netfilter_ipv4/ipchains_core.h: struct
icmphdr fwp_icmph;       /* ICMP header */
/usr/include/linux/netfilter_ipv4/ipfwadm_core.h: struct
icmphdr fwp_icmph;       /* ICMP header */
/usr/include/linux/icmp.h:struct icmphdr {
/usr/include/netinet/ip_icmp.h:struct icmphdr

That's all I have.

Great. So /usr/include/netinet/ip_icmp.h is right. What does it define "struct icmphdr" as?


As for GCC 4.x,  I might need a bit more time.

No worries.

Amos

Reply via email to