Hello Herbert, hello all,
> make[1]: Entering directory `/opt/ax25-utils-2.1.42a/lib'
> gcc -Wall -Wstrict-prototypes -O2 -c -o axutils.o axutils.c
> gcc -Wall -Wstrict-prototypes -O2 -c -o axconfig.o axconfig.c
> gcc -Wall -Wstrict-prototypes -O2 -c -o daemon.o daemon.c
> gcc -Wall -Wstrict-prototypes -O2 -c -o nrconfig.o nrconfig.c
> 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
> gcc -Wall -Wstrict-prototypes -O2 -c -o rsconfig.o rsconfig.c
> gcc -Wall -Wstrict-prototypes -O2 -c -o ttyutils.o ttyutils.c
> gcc -Wall -Wstrict-prototypes -O2 -c -o version.o version.c
> make[1]: Target `all' not remade because of errors.
> make[1]: Leaving directory `/opt/ax25-utils-2.1.42a/lib'
> make: *** [all] Error 2
One thing to remember: ax25-utils-2.1.42a are _NOT_ designet for 2.2.x
kernels and will not run properly. Use the new ax25-util, libax25 and ax25-
tools instead (refer to the german AX-25-HOWTO on
http://www.ardos.de/gerd/axhowto/ for more details).
The error message is caused on a missing
#include <errno.h>
statement in procutils.h and probably some other files. But beware - if you
fixed this one, there will be more errors preventing ax25-utils-2.1.42a from
running.
As mentioned above, try the new 0.0.x version of that software.
Cheers, 73
Gerd
--
Gerd Roethig
Universit�t Leipzig, Medizinische Klinik u. PK I
Johannisallee 32, 04103 Leipzig
Tel. (0341) 97 12622, Fax (0341) 97 12515