Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
raqxavier
commented
Jan 13, 2017
|
I tried: 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
raqxavier commentedJan 13, 2017
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