-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in CMakeLists.txt #130
Comments
hi, cd /home/lokyitang/Desktop/FastANI/FastANI-1.34
autoconf
./configure --prefix=/path/to/install
make
make install |
I ran
|
Have you tried running |
I only ran |
I downloaded gsl-2.7.1.tar.gz, here, and after extracting it, I was able to run it successfully. You might want to check if it's an issue with the version. ./configure --with-gsl /path/to/gsl-2.7.1/
make Here's the version information for my
|
I also use the gsl-2.7.1 and the GNU make version is 4.3. |
It's quite strange. I have two servers using the same storage, but while the compilation is successful on Server A, on Server B the command checking for gsl/gsl_cdf.h... no
configure: error: GNU Scientific Library headers not found. If it really doesn't work, you can install it using |
Hello, I downloaded the FastANI v1.34 from source code, I got this error when running the command line
cmake .. -DCMAKE_BUILD_TYPE=Release -DGSL_ROOT_DIR=/path/gsl
I can't find the missing files in the respective directories. How can I solve the problem? Thank you.
The text was updated successfully, but these errors were encountered: