以下是我安装SAMBA时碰到的问题 好像是我系统里没安装一些编译器 如何解决啊!!!
[yu@localhost samba-4.0.0alpha5]$ cd source
[yu@localhost source]$ ./configure
SAMBA VERSION: 4.0.0alpha5
LIBREPLACE_LOCATION_CHECKS: START
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
LIBREPLACE_LOCATION_CHECKS: END
checking for perl... /usr/bin/perl
checking for yapp... false
LIBREPLACE_CC_CHECKS: START
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[yu@localhost source]$ make
bash: make: command not found
wzlwb 于 2009-02-27 08:55:32发表:
编译器都没装,怎么编译啊。
vipfanghui 于 2009-02-26 20:32:18发表:
在终端输入yum install gcc 后回车 试一试看行不.
tarim-x 于 2008-11-20 16:59:02发表:
安装gcc就行了,yum install gcc 试一试
ztguang 于 2008-11-20 16:52:27发表:
configure: error: no acceptable C compiler found in $PATH