컴파일이 안돼요...(소스 컴파일)
nmap이라는 스캐닝 툴을 깔려고 리눅스에서 다운을 받았습니다...
소스더군요... 그래서 일단 ./configure를 실행시켰더니
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for g++... MISSING
이렇게 뜨는군요... 분명히 gcc는 깔려있는데 왜 이러져?
make도 안 먹구...
부탁드립니다 ㅜㅜ;
댓글 달기