Re: Compiling, Lib Errors?

From: George (greerga@MIAVX1.ACS.MUOHIO.EDU)
Date: 07/10/97


On Wed, 9 Jul 1997, Chris Sanders <simkin@linex.com> wrote:

>dwc:~/circle30bpl11/src> make all
>make ../bin/circle
>make[1]: Entering directory `/home/drako/circle30bpl11/src'
>gcc -c -g -O -Wall -fno-strict-prototypes  comm.c
>In file included from /usr/include/endian.h:34,
>                 from /usr/include/ctype.h:43,
>                 from sysdep.h:38,
>                 from comm.c:14:
>/usr/include/bytesex.h:6: linux/version.h: No such file or directory

ln -s /usr/src/linux/include/linux /usr/include/linux
ln -s /usr/src/linux/include/asm /usr/include/asm

You must have a Linux kernel in /usr/src and the directory (or symlink)
must be named 'linux'.  The /usr/include/{linux,asm} point to the
respective parts of the kernel tree.

It's your sysadmin's problem (if that's not you).

-George


      +-----------------------------------------------------------+
      | Ensure that you have read the CircleMUD Mailing List FAQ: |
      |   http://cspo.queensu.ca/~fletcher/Circle/list-faq.html   |
      +-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST