Linux-Hams archive - September 1997: Re: Compiling ax25-utils-2.1.42

Re: Compiling ax25-utils-2.1.42

Terry Dawson (tufxhnid.hvpfsndw@saba.com)
Tue, 09 Sep 1997 12:28:19 +1000


Edward J. Young wrote:
>
> make[1]: *** [kissattach.o] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.0.30/ax25-utils-2.1.42/kiss'
> make: *** [all] Error 2

You're in th wrong directory, and you appear to have
untarred the ax25-utils in the wrong directory.

cd /usr/src
tar xvfz linux-2.0.30.tar.gz
apply modules patch ..

cd /usr/src
tar xvfz ax25-utils-2.1.42.tar.gz
cd ax25-utils-2.1.42
make

Terry