【发布时间】:2012-02-02 11:07:31
【问题描述】:
我想用 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。有人可以帮我吗?
【问题讨论】: