一:按照说明,安装到2.4 出现下面提示。(bbs-codeversion 20040428 snapshot)
Chimera@chen /home/bbs/bbssrc/software
$ make installfcgidev
cat: ../Makefile.Base: No such file or directory
cat: ../include/bbsconfig.h: No such file or directory
cat: /etc/issue: No such file or directory
wget
http://ytht.net/software/fcgi-2.2.2.tar.gz--11:00:13--
http://ytht.net/software/fcgi-2.2.2.tar.gz => `fcgi-2.2.2.tar.gz'
Resolving ytht.net... failed: Host not found.
make: *** [fcgi-2.2.2.tar.gz] Error 1
二:我的cpu 是奔腾4,如何修改下面这句话。
bbs/software/makefile
CPU:=$(shell cat ../Makefile.Base|grep mcpu|sed -e 's/.*\-mcpu=\(.*\) -march.*/\1/')
三: 我cvs bbscode ,查看/cvs/bbs/src/main.c 文件时,发现包含mcheck.h文件。
而代码中没有这一文件。浏览cvs库,也没有发现这一文件
--
FROM 61.51.146.42