- 主题:contrib/build-RH9.sh编译出错
源码是20070403的cvs
进入kbsbbs的源代码目录执行:
contrib/build-RH9.sh
提示:
contrib/build-RH9.sh: line 50: ./configure: 没有那个文件或目录
make: *** 没有指明目标并且找不到 makefile。 停止。
请问这是什么原因,怎么解决?
--
FROM 166.111.46.*
安装时提示:
[root@localhost kbs_bbs]# yum install autoconf
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
什么意思?
【 在 JulyClyde (七月) 的大作中提到: 】
: 没有装autoconf和automake吧
--
FROM 166.111.46.*
我的系统是FC6
【 在 JulyClyde (七月) 的大作中提到: 】
: redhat9有yum吗?
--
FROM 166.111.46.*
之前也是这么安装的,autoconf和automake无法安装是什么原因?
【 在 JulyClyde (七月) 的大作中提到: 】
: 那你用rh9的脚本干什么?
--
FROM 166.111.46.*
没有,执行./autogen.sh之后也没有,编译之后提示:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
make: *** 没有指明目标并且找不到 makefile。 停止。
【 在 atppp (Big Mouse) 的大作中提到: 】
: 你的源代码目录有CVS目录么?
: 在源代码目录和sshbbsd目录先执行./autogen.sh试一试
--
FROM 166.111.46.*
现在提示找不到makefile.in,这个文件在bbs2www目录下有一个,其它地方都提示找不到,把那个复制到需要的地方吗?
【 在 fancyrabbit (兔兔猫★Initial F★电工实习) 的大作中提到: 】
: ... 装 gcc 了么?
--
FROM 166.111.46.*
我把makefile.in复制到需要的地方之后,make install出现这样的提示:
[root@localhost kbs_bbs]# make install
cd .. && make am--refresh
make[1]: Entering directory `/home/bbs'
make[1]: *** 没有规则可以创建目标“am--refresh”。 停止。
make[1]: Leaving directory `/home/bbs'
make: *** [../config.status] 错误 2
【 在 Evillics (每天都是新的) 的大作中提到: 】
: 现在提示找不到makefile.in,这个文件在bbs2www目录下有一个,其它地方都提示找不到,把那个复制到需要的地方吗?
--
FROM 166.111.46.*
不知道,我刚接触linux,安装autoconf和automake时出现如下提示:
[root@localhost ~]# yum install automake
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core 1.1 kB 00:00
extras 1.1 kB 00:00
updates 1.2 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
[root@localhost ~]# yum install autoconf
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
请问这是怎么回事?
【 在 fancyrabbit (兔兔猫★Initial F★电工实习) 的大作中提到: 】
: ... 请问你知道 Makefile.in 是如何产生的吗?
--
FROM 166.111.46.*