hap.py icon indicating copy to clipboard operation
hap.py copied to clipboard

Another Hap.py installation error related to stdc++

Open peterlchang opened this issue 6 years ago • 1 comments

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?

peterlchang avatar Jul 23 '19 00:07 peterlchang

Can you compile any c++ code on your system? Seems like libstdc++ isn't installed?

pkrusche avatar Aug 16 '19 12:08 pkrusche