Skip to content

Trouble with Installing R Package gsl

3 messages · Uwe Ligges, cai zhu

1 day later
#
Looking at the gsl code suggest you can set environmant variables that 
are used by configure, hence setting

GSL_CFLAGS = -I/data1/zhucai/local/gsl/include
GSL_LIBS   = -L/data1/zhucai/local/gsl/lib -lgsl -lgslcblas

before  R CMD INSTALL  should do the trick (untested).

Uwe Ligges
On 24.07.2012 11:36, cai zhu wrote: