[EMAIL PROTECTED] wrote: > Package: libc5-dev > Version: 5.2.18-6 > > # cat test.c > #include <bsd/signal.h> > main() {} > # make test > cc test.c -o test > In file included from test.c:1: > /usr/include/bsd/signal.h:7: No include path in which to find signal.h > make: *** [test] Error 1
If you want to use BSD signals you should use "#include <signal.h>" and compile the program with "-I/usr/include/bsd". Thanks, Peter -- Peter Tobias EMail: Fachhochschule Ostfriesland [EMAIL PROTECTED] Fachbereich Elektrotechnik und Informatik [EMAIL PROTECTED] Constantiaplatz 4, 26723 Emden, Germany [EMAIL PROTECTED]