在Windows和Mac上,需要安装GSL的二进制库。在Linux上,您还需要这些库的标头文件。您可以在此处找到不同平台的GSL:1。Linux:http://www.gnu.org/software/gsl/ 2. Mac:https://trac.macports.org/browser/browser/trunk/dports/dports/math/math/math/math/gsl/gsl/portfile https://trac.macports.org/browser/trunk/dports/math/math/gsl-devel/portfile 3. Windows:http://gnuwin32.sourceforge.net/packages/packages/gsl.htm看起来像:./f2c.h:283:15:错误:声明中的异常规范与先前的声明extern double extern double erfc(double)throw();确保您在任何地方都没有“ -pedantic”标志,例如在您的〜/.r/makevars文件中。