-
Notifications
You must be signed in to change notification settings - Fork 273
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
unable to install kraken2 #397
Comments
Hi @saras224 , I think this is probably because you are using an old g++ version. If you run If that doesn't work try with -6 instead of -7. Not sure if gcc is needed but it may be worth updating too. From the manual
So try to make sure you have the rest of the dependencies as well! In my system (last year) it was necessary to run these commands before I could proceed:
|
@saras224 did @AGalanis97 's advice work for you? |
Hi @jenniferlu717 |
Okay, im going to close this issue but I'll respond to your issue in the other issue thread @saras224 |
Hi
I am unable to install kraken2 latest version. it gives me an error but I don't understand how to correct it. Please help.
./install_kraken2.sh /home/rsharma/KRAKEN2_DIR/
g++ -fopenmp -Wall -std=c++11 -O3 -DLINEAR_PROBING -c -o estimate_capacity.o estimate_capacity.cc
cc1plus: error: unrecognized command line option "-std=c++11"
make: *** [: estimate_capacity.o] Error 1
make: Leaving directory '/home/rsharma/kraken2-2.1.0/src'
The text was updated successfully, but these errors were encountered: