On Mon, 13 Dec 1999, Carlos A Schneider wrote:
>
> In-Reply-To: <[EMAIL PROTECTED]>
>
> Message-ID: <[EMAIL PROTECTED]>
> MIME-Version: 1.0
> Content-Type: TEXT/PLAIN; charset=US-ASCII
>
> Below is a cut-and-paste of the errors:
>
> [root@py5vs libax25-0.0.7]# make
> /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
>-DAX25_SYSCONFDIR=\""/usr/local/etc/ax25/"\"
>-DAX25_LOCALSTATEDIR=\""/usr/local/var/ax25/"\" -g -O2 -Wall -c axconfig.c
> rm -f .libs/axconfig.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I. -DAX25_SYSCONFDIR=\"/usr/local/etc/ax25/\"
>-DAX25_LOCALSTATEDIR=\"/usr/local/var/ax25/\" -g -O2 -Wall -c -fPIC -DPIC axconfig.c
>-o .libs/axconfig.lo
> In file included from /usr/include/errno.h:36,
> from axconfig.c:7:
> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
> In file included from /usr/include/sys/ioctl.h:27,
> from axconfig.c:12:
> /usr/include/bits/ioctls.h:24: asm/ioctls.h: No such file or directory
> In file included from /usr/include/sys/ioctl.h:30,
> from axconfig.c:12:
> /usr/include/bits/ioctl-types.h:25: asm/ioctls.h: No such file or directory
> In file included from /usr/include/sys/socket.h:34,
> from /usr/include/net/if.h:25,
> from axconfig.c:14:
> /usr/include/bits/socket.h:252: asm/socket.h: No such file or directory
> make: *** [axconfig.lo] Error 1
Probably you don't have symbolic links:
/usr/include/asm to /usr/src/linux/include/asm-i386
/usr/include/linux to /usr/src/linux/include/linux
or probably you don't have the kernel source tree uncompressed in
/usr/src/linux.