./configure 出错
checking for a supported version of gcc... Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
no (applellvm-9.0.0)
configure: error: please use gcc >= 3.0 or clang >= 2.9 or icc >= 13.0
这是为什么??
valgrind安装在./configure时出错
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答
qq_33256736 2018-03-11 08:18关注mkdir: cannot create directory `/usr/local/include/valgrind': Permission denied
应该是没有权限。
尝试make或者make install的时候加上sudo。
例如:
sudo make;
sudo make install解决 无用评论 打赏 举报