mac os 下 configure: error: C++ preprocessor "/lib/cpp“ 怎么解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac os 下 configure: error: C++ preprocessor "/lib/cpp“ 怎么解决相关的知识,希望对你有一定的参考价值。
参考技术A buntu 10.04.3 LTS版本安装tigervnc的时候出现如下错误checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
这是缺少相应的库导致的,所以可能在不同系统,安装不同软件的时候都可能出现。
既然缺少相应的库,那解决方法也就简单了,安装相应的库也可。 参考技术B
github上看到解决了... 用的前面一种
不过首先还是要确定安装了gcc
因此参考了一楼安装方法..
然后又参考2楼... brew install gcc..才用下面的解决了
./configure CXXCPP=/usr/bin/cpp 或者 ./configure CPP=/usr/bin/cpp
以上是关于mac os 下 configure: error: C++ preprocessor "/lib/cpp“ 怎么解决的主要内容,如果未能解决你的问题,请参考以下文章
R 和 SQL Server 使用 Mac OS 的实际驱动程序
./configure: 没有这样的文件或目录 - 在 Mac OS X 上构建 nginx-rtmp-module
Brew:Mac OS 使用brew命令报错“Error opening archive: Failed to open ‘../Caches/Homebrew../”解决方法
Brew:Mac OS 使用brew命令报错“Error opening archive: Failed to open ‘../Caches/Homebrew../”解决方法