jpelletier888 / ea-utils

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

gsl_randist.h: No such file or directory #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/

2. PREFIX=/path_to_local make install
3. wait for it to compile

What is the expected output? What do you see instead?
Should have compiled the code without any error

What version of the product are you using? On what operating system?
I downloaded the version on 24th June 2015
machine: Red Hat
4.7.0 (GCC) 

Please provide any additional information below.

Please find attached output of compilation which is thrown on standard terminal.
Thanks. 

Original issue reported on code.google.com by sanjeevs...@gmail.com on 24 Jun 2015 at 1:17

Attachments:

GoogleCodeExporter commented 8 years ago
try:

apt-get install libgsl-dev
or 
yum install gsl-devel

Original comment by earone...@gmail.com on 26 Jun 2015 at 2:20