저는 wowlinux 를 쓰고 있는데
ircd-ko 깔때 에러가 나요
make 할때 아래와 같이 에러가 나네요
무슨 limits.h 없다고 나오는지
뭐를 더 깔아야 되나요
에러 텍스트 보시고 아시는분 있으면
알려 주세요
----------
[root@www ircd-ko-2.10.04+.orig]# make
Building config...
make[1]: Entering directory `/home/ilovesite/ircd-ko-2.10.04+.orig/config'
make[1]: Nothing to be done for `build'.
make[1]: Leaving directory `/home/ilovesite/ircd-ko-2.10.04+.orig/config'
Building ircd...
make[1]: Entering directory `/home/ilovesite/ircd-ko-2.10.04+.orig/ircd'
gcc -g -O2 -pipe -I../include -c bsd.c -o bsd.o
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:30,
from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:117,
from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:11,
from /usr/include/sys/param.h:23,
from ../include/sys.h:126,
from bsd.c:24:
/usr/include/bits/local_lim.h:27: linux/limits.h: 그런 파일이나 디렉토리가 없음
In file included from ../include/sys.h:126,
from bsd.c:24:
/usr/include/sys/param.h:24: linux/limits.h: 그런 파일이나 디렉토리가 없음
/usr/include/sys/param.h:25: linux/param.h: 그런 파일이나 디렉토리가 없음
In file included from /usr/include/signal.h:300,
from bsd.c:25:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: 그런 파일이나 디렉토리가 없음
In file included from /usr/include/sys/socket.h:34,
from bsd.c:26:
/usr/include/bits/socket.h:295: asm/socket.h: 그런 파일이나 디렉토리가 없음
In file included from bsd.c:25:
/usr/include/signal.h:303: warning: `struct sigcontext' declared inside parameter list
/usr/include/signal.h:303: warning: its scope is only this definition or declaration,
/usr/include/signal.h:303: warning: which is probably not what you want.
bsd.c: In function `dummy':
bsd.c:43: warning: passing arg 2 of `signal' from incompatible pointer type
bsd.c:44: warning: passing arg 2 of `signal' from incompatible pointer type
bsd.c:48: warning: passing arg 2 of `signal' from incompatible pointer type
bsd.c: In function `deliver_it':
bsd.c:115: `errno' undeclared (first use in this function)
bsd.c:115: (Each undeclared identifier is reported only once
bsd.c:115: for each function it appears in.)
bsd.c:115: `EWOULDBLOCK' undeclared (first use in this function)
bsd.c:115: `EAGAIN' undeclared (first use in this function)
bsd.c:119: `ENOBUFS' undeclared (first use in this function)
make[1]: *** [bsd.o] Error 1
make[1]: Leaving directory `/home/ilovesite/ircd-ko-2.10.04+.orig/ircd
위와 같이 에러남 make 할때