Well by adding #include <errno.h> to procutils.h gets me a little further along in compiling but then when the process then goes to /apps and calls.c it bombs out as the attached will indicate. I've checked for such files as types.h and found it in /usr/src/linux/include/linux/ (/usr/src/linux is a simlinkt to /usr/src/2.2.10). I'm not sure if this is the place that it is being searched for. Dang-it, I knew I should have taken programing <G>. -- Ted Ozolins Edmonton, Alberta.
[root@hedgehog ax25-utils-2.1.42]# make make[1]: Entering directory `/usr/src/ax25-utils-2.1.42/lib' gcc -Wall -Wstrict-prototypes -O2 -c -o procutils.o procutils.c procutils.c: In function `read_proc_ax25': procutils.c:36: `errno' undeclared (first use in this function) procutils.c:36: (Each undeclared identifier is reported only once procutils.c:36: for each function it appears in.) procutils.c: In function `read_proc_ax25_route': procutils.c:107: `errno' undeclared (first use in this function) procutils.c: In function `read_proc_nr_neigh': procutils.c:154: `errno' undeclared (first use in this function) procutils.c: In function `read_proc_nr_nodes': procutils.c:194: `errno' undeclared (first use in this function) procutils.c: In function `get_call': procutils.c:255: `errno' undeclared (first use in this function) make[1]: *** [procutils.o] Error 1 make[1]: Leaving directory `/usr/src/ax25-utils-2.1.42/lib' make: *** [all] Error 2