Subject: | compile error |
Date: | Tue, 10 Sep 2013 11:33:19 -0400 |
To: | bug-Math-Gsl [...] rt.cpan.org |
From: | Justin Gardin <justin.gardin [...] gmail.com> |
*When attempting to install GSL::Math version 0.27 I receive the following
error*
Checking for GSL...
***
*** You need to have GSL 1.11 or greater installed. (You have 1.9).
*** Get GSL at http://www.gnu.org/software/gsl
*After changing the line of code in ./Build.PL from*
my $MIN_GSL_VERSION = "1.1";
*to*
*
*my $MIN_GSL_VERSION = "1.9";
*The error message disappears however this does not address the problem.
Continuing forward with the install after this change in Build.PL*
jgardin@jgardin-MacBookPro:~/programs/Math-GSL-0.27$ sudo perl Build.PL
Checking for GSL..
Found GSL 1.9 (via gsl-config) installed in /usr/local,
CFLAGS=-I/usr/local/include, -L/usr/local/lib -lgsl -lgslcblas -lm
Asking ExtUtils::PkgConfig with
ENV{PKG_CONFIG_PATH}=/usr/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/pkgconfig:/usr/libdata/pkgconfig:/usr/local/libdata/pkgconfig:/opt/pkgconfig:
Checking if cc supports "-Wall"...yes
Checking if cc supports "-Wno-unused-function"...yes
Checking if cc supports "-Wno-unused-value"...yes
Checking if cc supports "-Wno-unused-function"...yes
Checking if cc supports "-Wno-unused-variable"...yes
Checking if cc supports "-g"...yes
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Math-GSL' version '0.27'
Have a great day!
jgardin@jgardin-MacBookPro:~/programs/Math-GSL-0.27$ ./Build
Building Math-GSL
Can't find appropriate bindings version, check 'xs' directory, it should
contains bindings with version <= current GSL version (1.9) at
inc/GSLBuilder.pm line 72.
*After perusing the internet, I found that swiq was required for this perl
file. I installed swig 2.0.7. After deleting Build I ran Build.PL again,
receiving identical output from Build.pl and ./Build. Now I am stuck and I
do not know how to continue.*
*
*
*
*
*
*
*Justin*