-
Notifications
You must be signed in to change notification settings - Fork 73
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 use sudo make install prefix=/usr/local #251
Comments
Could you please run "which g++" to make sure gcc is installed on your system? |
jbriel@GBGITJB-L:~/centrifuge$ which g++ I'm now present with this error: -fno-strict-aliasing -DCENTRIFUGE_VERSION=""1.0.4"" -DBUILD_HOST="" |
This feels like a sudo issue. Could you please manually run "sudo mkdir -p /usr/local/share/centrifuge/indices" to see whether it is feasible? |
It made the directory. However, it is completely empty. |
Trying to install centrifuge using the quick install guide. I am using WSL with Ubuntu 22.04 - each time I try to use it it just provides the following output:
dirname: missing operand
Try 'dirname --help' for more information.
dirname: missing operand
Try 'dirname --help' for more information.
/g++ -O3 -m64 -msse2 -funroll-loops -g3 -std=c++11 -DCOMPILER_OPTIONS=""-O3 -m64 -msse2 -funroll-loops -g3 -std=c++11 -DPOPCNT_CAPABILITY"" -DPOPCNT_CAPABILITY
-fno-strict-aliasing -DCENTRIFUGE_VERSION=""1.0.4"" -DBUILD_HOST=""
hostname
"" -DBUILD_TIME=""date
"" -DCOMPILER_VERSION=""/g++ -v 2>&1 | tail -1
"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBOWTIE_MM -DCENTRIFUGE -DBOWTIE2 -DBOWTIE_64BIT_INDEX -DNDEBUG -Wall-I third_party
-o centrifuge-build-bin centrifuge_build.cpp
ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp bt2_idx.cpp reference.cpp ds.cpp limit.cpp random_source.cpp tinythread.cpp diff_sample.cpp centrifuge_build_main.cpp
-lpthread
/bin/sh: 1: /g++: not found
make: *** [Makefile:281: centrifuge-build-bin] Error 127
The text was updated successfully, but these errors were encountered: