Tushar Teredesai wrote: > On 8/20/05, Bruce Dubbs <[EMAIL PROTECTED]> wrote: > >>BTW, reexamining the subject line, if inetutils is removed, where is >>ping installed? > > > How about the original ping <http://ftp.arl.mil/~mike/ping.html>? :) > Hopefully it still compiles cleanly and works. >
$ gcc -o ping ping.c ping.c: In function `main': ping.c:181: error: `SIGINT' undeclared (first use in this function) ping.c:181: error: (Each undeclared identifier is reported only once ping.c:181: error: for each function it appears in.) ping.c:182: error: `SIGALRM' undeclared (first use in this function) ping.c:203: warning: passing arg 2 of `select' from incompatible pointer type ping.c:206: warning: passing arg 5 of `recvfrom' from incompatible pointer type ping.c: In function `catcher': ping.c:244: error: `SIGALRM' undeclared (first use in this function) ping.c: In function `pr_pack': ping.c:362: error: incompatible type for argument 1 of `ntohl' ping.c:369: error: incompatible type for argument 1 of `ntohl' -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page