Skip to content
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

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

Open
ShailNair opened this issue Jul 22, 2022 · 1 comment
Assignees

Comments

@ShailNair
Copy link

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 agudys self-assigned this Jul 23, 2022
@agudys
Copy link
Member

agudys commented Jul 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants