[GIS Notes by Rupert » Blog Archive » HTTP access_log analysis]
[えせSEの1日1Hack : 2005-08-17]
[Birds Of a Feather | ログ解析ツール Visitors のプチ改造]
[HowtoForge Forums - Notes for CentOS 4.1 install Archive]
[HowtoForge Forums - CentOS 4.4 ~ cc: Command not found]
【Me FAQ】
Q1.make: cc: Command not found?
Error Meaage:
當執行 make 欲產生 visitors 執行檔時發生錯誤 make: cc: Command not found?
#make
cc -c -O2 -Wall -W -g visitors.c
make: cc: Command not found
make: *** [visitors.o] Error 127
複製代碼
Ans:
在 Google 上找到這篇[HowtoForge Forums - CentOS 4.4 ~ cc: Command not found],原因是因為機器沒有裝 C compiler 所以就無法順利執行了。(The C compiler is missing on your server. Install the GCC packages) 安裝 gcc-c++ 套件後就可以順利產生了。
#yum -y install gcc-c++
複製代碼
歡迎光臨 中央論壇 - CENTER BBS (https://www.centerbbs.com/)