请教:如何才能正确完整的安装proftp软件。
各位高手,你们好,我在安装proftp时遇到了麻烦,请指教。
安装proftpd软件环境为SOLAIRS 8,proftpd为proftpd-1.2.9rc1.tar
安装的编译软件为:gcc-3.3-sol9-sparc-local.gz
首先安装gcc-3.3-sol9-sparc-local.gz软件,
解压后安装
pkgadd -d ./gcc-3.3-sol9-sparc-local
安装结果:
安装<SMCgcc>;成功
指定安装后的gcc软件路径 PATH=$PATH:/usr/local/bin:
安装解压后的proftpd
./configure
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
checking target system type... sparc-sun-solaris2.8
checking for gcc... no
checking for cc... cc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.
结果出现以上错误,为什么会出现以上结果,什么地方安装有问题,请指教。