search for: gsl_inc

Displaying 2 results from an estimated 2 matches for "gsl_inc".

Did you mean: gl_in
2012 Jun 09
0
-lgsl -lgslcblas fatal error no such file or directory
...owerShell\v1.0\;C:\Program Files\SAS\SharedFiles(32)\Formats;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\R\batchfiles_0.6-6;C:/R/GSL_test2/bin I also created two new variables in the system environmental variables list GSL_LIB, value c:/R/GSL_test2/lib/ GSL_INC, value c:/R/GSL_test2/inc/ The source C code is #include <stdio.h> #include <math.h> #include <stdlib.h> #include <gsl/gsl_rng.h> #include <gsl/gsl_randist.h> #include <R.h> void gibbsGSL(int *Np,int *thinp,int *seedp,double *xvec,double *yvec) { int i,j;...
2012 Jun 16
0
R CMD -lgsl -lgslcblas *.c returns a fatal error: gsl/gsl_rng.h no such file or directory exists
...the path list and have their own order. You'll notice I have the GSL path right on the end of the list. Should it go somewhere else? In physical location or path location? I also created the two new variables in the system environmental variables list. GSL_LIB, value c:/R/GSL_test2/lib/ GSL_INC, value c:/R/GSL_test2/inc/ The failing C source code is #include <stdio.h> #include <math.h> #include <stdlib.h> #include <gsl/gsl_rng.h> #include <gsl/gsl_randist.h> #include <R.h> void gibbsGSL(int *Np,int *thinp,int *seedp,double *xvec,double *yvec) {...