1. tar xzvf gearmand-1.1.0.tar.gz  
  2. cd gearmand-1.1.0  
  3. ./configure  
  4. make  
  5. make install  
  6. 安装过程可能会出现如下错误:
  7. configure: error: cannot find Boost headers version >= 1.39.0
  8. 解决办法-》sudo apt-get install libboost-all-dev
  9. sorry, unimplemented: Graphite loop optimizations can only be used if the libcloog-ppl0 package is installed
  10. 解决办法-》改Makefile,查找并去掉 floop-parallelize-all
 posted on 2012-10-24 11:18  H&M  阅读(1287)  评论(0编辑  收藏  举报