【发布时间】:2013-10-27 07:00:17
【问题描述】:
我正在尝试安装自定义 c++ 库 - Milia http://guaix.fis.ucm.es/projects/milia/wiki
当我运行./configure 时出现错误
configure: error: Package requirements (gsl) were not met:
No package 'gsl' found
我在/usr/local 目录中安装了 GSL,它工作正常。不完全确定为什么它找不到 gsl。
有什么想法吗?
【问题讨论】:
-
以下命令的输出是什么: pkg-config --cflags gsl 和 pkg-config --libs gsl ?你有哪个 GSL 版本?
-
另一个镜头是设置以下环境变量:GSL_CFLAGS 和 GSL_LIBS in milia configure
-
我有 GSL v1.16.. 运行 pkg-config 命令告诉我:“在 pkg-config 搜索路径中找不到包 gsl。”
标签: gsl