-
Notifications
You must be signed in to change notification settings - Fork 36
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 during linking #85
Comments
Hi, have you tried the solution in #76 ? |
Closing this due to inactivity. Let me know if you have any more questions. |
Hi, same error. Fix in src/Makefile line 383: using gcc 10.2.0 |
Hmm, maybe I'll have to look into updating |
@aspitaleri Does this branch work better? #91 |
Yes - perfect! FreeSASA 2.1.2freesasa: error: no input Call 'freesasa -h' or 'man freesasa' for usage instructions Report bugs to https://github.com/mittinatten/freesasa/issues Thanks! |
Hi,
I cloned the newest version of the repo and followed the steps in the readme to build FreeSASA, but encountered the following error during linking:
g++ -std=gnu++14 -g -O2 -o freesasa main.o cif.o -lc++ libfreesasa.a -lxml2 -lpthread -ldl -lm /bin/ld: cannot find -lc++
I found that I could get it finish building and run if I just removed
-lc++
from the arguments, but I was hoping you could explain why this is the case. I'm attempting to install this on a cluster running CentOS 7 with gcc 6.2.0.Thank you for your help with maintaining FreeSASA!
The text was updated successfully, but these errors were encountered: