Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

ea-utils error in MAC #52

Open
raqxavier opened this Issue Jan 13, 2017 · 1 comment

Comments

Projects
None yet
1 participant

Hi guys

I tried to install ea-utils on my MAC to run fastq-join on qiime. I keep getting this error:

g++ -O3 -I. fastq-lib.cpp tidx/tidx-lib.cpp -o varcall varcall.cpp -lgsl -lgslcblas
varcall.cpp:33:29: fatal error: gsl/gsl_randist.h: No such file or directory
compilation terminated.
make: *** [varcall] Error 1

I already installed gsl-2.3, and do not know what to do next.

thank you for your help
raquel

I tried:
#include <gsl/gsl_math.h>

and i added to the path :/usr/local/include/gsl/gsl_randist.h

still does not resolve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment