refresh-bio / PHIST

Phage-Host Interaction Search Tool
GNU General Public License v3.0
27 stars 2 forks source link

Installation error: g++: Error:unrecognized command line option ‘-fno-plt’ #8

Open ShailNair opened 2 years ago

ShailNair commented 2 years ago

Hi, I get the following error when I run makefile

make g++ -std=c++11 -O3 utils/phist.cpp -o utils/phist g++ -std=c++11 -o utils/matcher -I./kmer-db/libs -O3 utils/matcher.cpp utils/input_file.cpp -lz make -C kmer-db make[1]: Entering directory '/home/soft/PHIST/kmer-db' g++ -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/miniconda3/include -Wall -O3 -m64 -std=c++11 -fopenmp -pthread -mavx -I src/kmc_api -I "" -c src/analyzer.cpp -o src/analyzer.o g++: Error:unrecognized command line option ‘-fno-plt’ make[1]: *** [makefile:84: src/analyzer.o] Error 1 make[1]: Leaving directory '/home/soft/PHIST/kmer-db' make: *** [makefile:12: subsystem] Error 2

agudys commented 2 years ago

Hello! I'll take a look on that. Adam