jpelletier888 / ea-utils

Automatically exported from code.google.com/p/ea-utils
0 stars 0 forks source link

make install failing because it can't find gsl-randist.h #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.make install

What is the expected output? What do you see instead?
I expect the various binaries to compile and get put in the right place. 
Instead I get the following fatal error:
 varcall.cpp:33:29: fatal error: gsl/gsl_randist.h: No such file or directory

What version of the product are you using? On what operating system?
1.1.2-537 on Ubuntu 12.04 or 12.10 

Please provide any additional information below.
I installed gsl-bin, which includes gsl-randist but that didn't help because I 
guess I just had the binaries, not the source. I considered manually creating a 
gsl directory, downloading gsl_randist.h from the gsl-bin github repository, 
and putting it there, but that seemed likely to end in disaster.

Original issue reported on code.google.com by jc.szam...@alumni.utoronto.ca on 28 May 2013 at 4:03

GoogleCodeExporter commented 8 years ago
You need to install the gsl-devel or "libgsl0-dev" on ubuntu.

Original comment by earone...@gmail.com on 28 May 2013 at 5:07

GoogleCodeExporter commented 8 years ago
The new version of varcall requires the GNU scientific library to be installed 
in order to compile.

On UBUNTU  : 

apt-get install libgsl0-dev

On CENTOS/REDHAT:

rpm -i gsl-devel

Original comment by earone...@gmail.com on 28 May 2013 at 5:07

GoogleCodeExporter commented 8 years ago
This worked. Thanks!

Original comment by jc.szam...@alumni.utoronto.ca on 28 May 2013 at 7:25

GoogleCodeExporter commented 8 years ago
Added more docs around this issues, marking "Fixed"

Original comment by earone...@gmail.com on 3 Jun 2013 at 1:22