我想用cloog和ppl安装gcc 4.6.2。我在我的系统中安装了两个库。当我尝试./configure --enable-languages=c,c++ --with-ppl=/usr/lib --with-cloog=/usr/lib
时,我收到错误Cannot find the directories "/usr/lib/lib" or "/usr/lib/include"
所以,我尝试了./configure --enable-languages=c,c++ --with-ppl --with-cloog
。在这种情况下,我得到Unable to find a usable ppl
。有人可以帮我吗?
答案 0 :(得分:0)
你没说你的系统是什么?你也没有说你检查了什么,以确保你确实安装了库?所以,这是一个可能是你的问题的常见问题。
假设您使用的是Linux,许多发行版为每个库都有两个包:
E.g。
您只需要第一个程序包来运行使用它的程序,但您需要同时编译这些程序。