I built and installed HDF5 using BUILD_SHARED_LIBS=OFF in order to
statically link to my application. Additionally, I disabled ZLIB and SZIP
when configuring HDF5. The build tests fine with all the shipped tests
passing when tested standalone, but when I link to my application
(configured using CMake), it builds OK, but runs into an exception when
creating a group. I don't know enough to know what is causing this and
would really appreciate some help.
I built and installed HDF5 using BUILD_SHARED_LIBS=OFF in order to
statically link to my application. Additionally, I disabled ZLIB and SZIP
when configuring HDF5. The build tests fine with all the shipped tests
passing when tested standalone, but when I link to my application
(configured using CMake), it builds OK, but runs into an exception when
creating a group. I don't know enough to know what is causing this and
would really appreciate some help.