Bruce Dubbs wrote:

$ gcc -o ping ping.c
ping.c: In function `main':
ping.c:181: error: `SIGINT' undeclared (first use in this function)

Adding "#include <signal.h>" will fix that one, and the SIGALRM failure too. As for the others, I'm not in a position to be able to analyse them at the moment (just started another build).

Cheers,

Matt.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to