我的系统:Linux Mint 17.3 Rosa HDF5从7版更新:1.8.16,C ++程序
cmake
找到了库,但执行make
会抛出许多错误:
../isf/libISF.so: Nicht definierter Verweis auf H5::DataSet::read(std::string&, H5::DataType const&, H5::DataSpace const&, H5::DataSpace const&, H5::DSetMemXferPropList const&) const'
在cmake
中我像以前一样链接了相同的库:
TARGET_LINK_LIBRARIES(ISF
${HDF5_LIBRARIES}
"libhdf5_hl_cpp.so")
我做错了什么?