1. This is change I had to make. The program "configure" wasn't detecting
libax25io because this needs libz to compile and program has a mistake.
--- configure Fri Jun 4 03:20:16 1999
+++ ../../ax25-tools-0.0.2/configure Sat Jun 26 12:26:04 1999
@@ -1202,7 +1202,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lax25io lz $LIBS"
+LIBS="-lz -lax25io $LIBS"
cat > conftest.$ac_ext <<EOF
#line 1208 "configure"
#include "confdefs.h"
2. Others changes:
cd /usr/local/include
mkdir netrose
cd netrose
ln -s /usr/include/linux/rose.h rose.h
cd ../netax25
ln -s /usr/include/linux/netrom.h kernel_netrom.h
These were the necessary changes to compile ax25-tools package.
Anyone else had to do this?
BTW, what about the node? I was waiting for this package to be released
to install the "node", because "node" from ax25utils-2.1.42 doesn't work
with my kernels from 2.2.6 to 2.2.10! I found that this new packages don't
have the "node" program.
Regards,
Jorge Matias
(CT2HBZ)