【发布时间】:2014-07-19 06:23:28
【问题描述】:
我想用 Intel Compiler 在 Arch Linux 上编译 an example program with CGAL 4.4。
但是,在编译这段代码时,我得到了以下错误:
$ icpc -o first_qp first_qp.cpp -lCGAL -I/usr/include/CGAL
The error message is here (pastebin)
我能做什么?
#我的盒子是最新的,并且 CGAL 和 boost 库已经被 pacman 安装了。
$ sudo pacman -Syu
$ sudo pacman -S cgal boost boost-libs
#我已经阅读了an article about a similar question,但无法解决。
【问题讨论】: