2011-04-11 46 views
0

我遇到在使用Cygwin的Windows下安裝rb-gsl的問題。我使用安裝了開發工具包的Windows的RubyInstaller。我已經安裝了Cygwin和GSL運行時,gsl-apps,gsl-devel和gsl-doc軟件包。當發出寶石install命令我得到以下幾點:使用Cygwin安裝rb-gsl gem

$ gem.bat install "C:\Documents and Settings\jzh3fd.2UA1071FGF\Desktop\gsl-1.14 
.7.gem" 
Temporarily enhancing PATH to include DevKit... 
Building native extensions. This could take a while... 
ERROR: Error installing C:\Documents and Settings\jzh3fd.2UA1071FGF\Desktop\gsl 
-1.14.7.gem: 
     ERROR: Failed to build gem native extension. 

     C:/Ruby192/bin/ruby.exe extconf.rb 
checking gsl version... 1.14 
checking gsl cflags... -I/usr/include 
checking for main() in -lcblas... no 
checking gsl libs... -L/usr/lib -lgsl -lgslcblas -lm 
checking for round()... no 
checking for rngextra/rngextra.h... no 
checking for qrngextra/qrngextra.h... no 
checking for ool/ool_version.h... no 
checking for tensor/tensor.h... no 
checking for jacobi.h... no 
checking for gsl/gsl_cqp.h... no 
checking for gsl/gsl_multimin_fsdf.h... no 
checking for gsl_poly_solve_quartic() in -lgsl... no 
checking for gsl_eigen_francis() in -lgsl... no 
checking for ndlinear/gsl_multifit_ndlinear.h... no 
checking for alf/alf.h... no 
checking rb-gsl version...1.14.7 
checking ruby version... 1.9.2 
checking for graph... no 
checking for narray.h... yes 
checking for main() in -lnarray... no 
checking for tamu_anova/tamu_anova.h... no 
checking for main() in -ltamuanova... no 
creating Makefile 

make 
C:/Ruby192/bin/ruby -e "puts 'EXPORTS', 'Init_rb_gsl'" > rb_gsl-i386-mingw32.de 
f 
gcc -I. -IC:/Ruby192/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby192/include/ruby-1 
.9.1/ruby/backward -I/C/Ruby192/include/ruby-1.9.1 -I. -DHAVE_NARRAY_H -IC:/Rub 
y192/lib/ruby/gems/1.9.1/gems/narray-0.5.9.9/. -IC:/Ruby192/lib/ruby/site_ruby/1 
.9.1/i386-msvcrt -Wall -I../include -I/usr/include -o alf.o -c alf.c 
gcc -I. -IC:/Ruby192/include/ruby-1.9.1/i386-mingw32 -I/C/Ruby192/include/ruby-1 
.9.1/ruby/backward -I/C/Ruby192/include/ruby-1.9.1 -I. -DHAVE_NARRAY_H -IC:/Rub 
y192/lib/ruby/gems/1.9.1/gems/narray-0.5.9.9/. -IC:/Ruby192/lib/ruby/site_ruby/1 
.9.1/i386-msvcrt -Wall -I../include -I/usr/include -o array.o -c array.c 
In file included from array.c:14:0: 
../include/rb_gsl_common.h:18:27: fatal error: gsl/gsl_errno.h: No such file or 
directory 
compilation terminated. 
make: *** [array.o] Error 1 


Gem files will remain installed in C:/Ruby192/lib/ruby/gems/1.9.1/gems/gsl-1.14. 
7 for inspection. 
Results logged to C:/Ruby192/lib/ruby/gems/1.9.1/gems/gsl-1.14.7/ext/gem_make.ou 
t 

我檢查,我可以找到gsl_errno.h在/ usr/include目錄/ GSL

回答

0

拉昇GSL包括的命令提供的路徑在安裝寶石時線。

gem install gsl -- --with-gsl-include-path=/usr/include/gsl