更新HDF5库后链接错误

时间:2016-05-03 09:15:04

标签: cmake hdf5

我的系统: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")

我做错了什么?

0 个答案:

没有答案