[R-SIG-Mac] "gsl" does not seem to find installed GSL

Kjell Konis kjell.konis at icloud.com
Thu Oct 22 06:04:17 CEST 2015


Hi Marius,

I have had this same problem several times. My workaround is to

1. download the source package 
2. uncompress/unarchive the package
3. delete the 2 configure scripts
4. in src, rename Makevars.in Makevars
5. edit Makevars, replace @GSL_CFLAGS@ with the output of 'gsl-config —cflags’ and replace @GSL_LIBS@ with the output of ‘gsl-config —libs'
6. R CMD INSTALL the gsl directory

Hope that works,
Kjell

> On Oct 21, 2015, at 4:12 PM, Marius Hofert <marius.hofert at uwaterloo.ca> wrote:
> 
> On Wed, Oct 21, 2015 at 7:02 PM, Marius Hofert wrote:
>> What fails? I did the exact same thing an another MacBook Pro a couple
>> of months ago and it worked there (also under OS X 10.11)... this is
>> strange.
>> 
> 
> I just tried to install "gsl" on the other machine again... and it
> also failed. I must have installed it under OS X 10.10 then (before
> the upgrade). Is this a known issue? (how can it be solved?)
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac



More information about the R-SIG-Mac mailing list