【发布时间】:2017-04-09 18:41:01
【问题描述】:
我想在 Windows 10 上使用 GSL。在 cygwin 中安装 GSL 包后,我在 cygwin 下找不到安装 gsl 文件夹。错误是这样的:
$ g++ bessel.cpp -lm -lgsl -o bessel.out -L/usr/bin bessel.cpp:1:32:致命错误:gsl/gsl_sf_bessel.h:没有这样的文件或目录 编译终止。
虽然我确实看到安装了 GSL 包:
我在一个小的测试 .cpp 文件上关注了下面的链接。 Using GSL with cygwin g++
请帮助我在 Windows 10 中设置 gsl 库。
谢谢,
【问题讨论】: