-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi, when i install the blasr, I got an error .
when I installed hdf5 , there is no file named hdf5_cpp , my hdf5 version is 1.8.21 . could you help me fix this problem , thank you very much :
make[1]: Entering directory /ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr' make[2]: Entering directory /ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/alignment'
g++ -O3 -Wno-div-by-zero -I ../common -I /net/eichler/vol5/home/mchaisso/software/hdf/include/ -fpermissive -mtune=native -I ../common -I /net/eichler/vol5/home/mchaisso/software/hdf/include/ bin/Blasr.o -L/net/eichler/vol5/home/mchaisso/software/hdf/lib -lhdf5_cpp -lhdf5 -lz -lpthread -ldl -lrt -o bin/blasr
/usr/bin/ld: cannot find -lhdf5_cpp
collect2: ld returned 1 exit status
make[2]: *** [bin/blasr] Error 1
make[2]: Leaving directory /ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/alignment' make[2]: Entering directory /ds3512/home/panyp/NN1138-2/smartie-sv/src/blasr/sequtils'