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

Linux compile errors



I am trying to compile oskit-20010214 and get the following
compiler errors:
 
In file included from ../unix/elf/crt1.c:34:
native.h:85: `sigaltstack' undeclared here (not in a function)
native.h:87: `__sigemptyset' undeclared here (not in a function)
native.h:88: `__sigfillset' undeclared here (not in a function)
make[1]: *** [crt1.o] Error 1
make[1]: Leaving directory `/usr/src/oskit-20010214/unix'
make: *** [unix/all.MAKE] Error 2
 
The compiler is gcc v.2.7.2.2 as recommended and the OS is the
corresponding Slackware 3.3 for the most part.  Continuing the
compilation with "make -k" produces a few more similar errors
and then seems O.K.  What will result if that section of the
oskit is skipped?
Ken Martwick
 



Follow-Ups: