[EMAIL PROTECTED] wrote:
> Package: libc5-dev
> Version: 5.2.18-6
>
> # cat test.c
> #include
> 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
Package: libc5-dev
Version: 5.2.18-6
# cat test.c
#include
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
--
Raul
2 matches
Mail list logo