I've attached the error I receive when trying to compile the utils. Perhaps this might shed some light on my problem. -- 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
