: make 시에 어떠한 에러메세지가 떨어지나요?
:
make를 하면 아래와 같은 에러가 뜹니다.
[root@rcn7xx ssh-2.4.0]# make
make all-recursive
make[1]: Entering directory `/root/ssh-2.4.0'
Making all in lib
make[2]: Entering directory `/root/ssh-2.4.0/lib'
Making all in sshutil
make[3]: Entering directory `/root/ssh-2.4.0/lib/sshutil'
Making all in sshcore
make[4]: Entering directory `/root/ssh-2.4.0/lib/sshutil/sshcore'
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I. -I. -I../../.. -I../../.. -I../../../lib/sshutil -I../../../lib/sshuti
l/sshcore -I../../../lib/sshutil/sshadt -I../../../lib/sshutil/ssholdadt -I../../../lib/sshutil/sshstrutil -I../../../li
b/sshutil/ssheloop -I../../../lib/sshutil/sshstream -I../../../lib/sshutil/sshfsm -I../../../lib/sshutil/sshsysutil -I..
/../../lib/sshutil/sshnet -I../../../lib/sshutil/sshmisc -I../../../lib/sshutil/sshpacketstream -I../../../lib/sshutil/s
shtestutil -I../../../lib/zlib -I../../../lib/sshmath -I../../../lib/sshreadline -I../../../lib/sshapputil -I../../../li
b/sshcrypt -I../../../lib/sshproto -I../../../lib/sshsession -I../../../lib/sshpgp -I../../../lib/sshfilexfer -D_G
NU_SOURCE -g -O2 -Wall -Wno-unknown-pragmas -c sshdebug.c In file included from /usr/include/errno.h:36,
from ../../../lib/sshutil/sshincludes_unix.h:100, from ../../../lib/sshutil/sshinclud
es.h:62, from sshdebug.c:14: /usr/include/bits/errno.h:25: linux/errno.h: No such file or direc
tory In file included from /usr/include/signal.h:300, from ../../../lib/sshutil/sshincludes_uni
x.h:103, from ../../../lib/sshutil/sshincludes.h:62, from sshdebug.c:1
4: /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or directory make[4]: *** [sshdebug.o] Error 1
make[4]: Leaving directory `/root/ssh-2.4.0/lib/sshutil/sshcore'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/ssh-2.4.0/lib/sshutil'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/ssh-2.4.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ssh-2.4.0'
make: *** [all-recursive-am] Error 2
파일이 없어서(?) 생기는 문제인거 같은데... configure 시에 제대로 됮 않은 건지 잘 모르겠
습니다. 친절히 답변을 해 주셔서 감사합니다.