hap.py
hap.py copied to clipboard
Another Hap.py installation error related to stdc++
I am trying to install Hap.py on an HPC Cluster that I do not have administrative access to. After running cmake and make, I get the following errors:
[ 50%] Building CXX object src/c++/main/CMakeFiles/alleles.dir/alleles.cpp.o Linking CXX executable ../../../bin/alleles /usr/bin/ld: cannot find -lstdc++ collect2: error: ld returned 1 exit status make[2]: *** [bin/alleles] Error 1 make[1]: *** [src/c++/main/CMakeFiles/alleles.dir/all] Error 2 make: *** [all] Error 2
Any advice on this?
Can you compile any c++ code on your system? Seems like libstdc++ isn't installed?