我正在尝试在我的Mac上安装lynx
/ wget
。和安装需要gcc
来编译。我的gcc
目录中有/usr/local/bin
。我看到它非常多。
spankincubus:Downloads spankincubus$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin11.0.0/4.6.1/lto- wrapper
Target: x86_64-apple-darwin11.0.0
Configured with: ../gcc-4.6.1/configure --enable-languages=fortran,c++
Thread model: posix
gcc version 4.6.1 (GCC)
但是当我为wget运行配置实用程序时,我收到错误。任何的想法??我不是记录的gcc
专家。
checking whether make sets $(MAKE)... no
checking build system type... i386-apple-darwin11.4.2
checking host system type... i386-apple-darwin11.4.2
checking for gcc... gcc
checking whether the C compiler works... no
**configure: error: in `/usr/local/bin/wget-1.14':
configure: error: C compiler cannot create executables
See `config.log' for more details**
这就是我的gcc看起来
的方式 -rwxr-xr-x 1 root wheel 91368 Jul 23 2011 gcov
-rwxr-xr-x 1 root wheel 462124 Jul 23 2011 cpp
-rwxr-xr-x 1 root wheel 462060 Jul 23 2011 gcc
答案 0 :(得分:0)
老实说,即使看起来存在gcc;但它是否指向有效的安装?它仍然听起来没有正确安装,并且升级到Mountain Lion后,所有开源工具都已被擦除并推送到Xcode,必要时必须手动安装。