[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#3325: usr/include/bsd/signal.h:7: No include path in which to find signal.h



anonymous@tad.micro.umn.edu 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                 tobias@et-inf.fho-emden.de
 Fachbereich Elektrotechnik und Informatik   tobias@debian.org
 Constantiaplatz 4, 26723 Emden, Germany     tobias@linux.de


Reply to: