Any advise on the following would be greatly appreciated.
...
Linking CXX executable AbcCoreAbstractCompoundPropsTest1
cd /home/sebastian/Source/Client/external_libraries/Alembic_1.5.1_
2013091900/lib/Alembic/AbcCoreAbstract/Tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/AbcCoreAbstractCompoundPropsTest1.dir/link.txt --verbose=1
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/AbcCoreAbstractCompoundPropsTest1.dir/CompoundPropertyTest1.cpp.o -o AbcCoreAbstractCompoundPropsTest1 -rdynamic ../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a ../libAlembicAbcCoreAbstract.a ../../Util/libAlembicUtil.a -Wl,-Bstatic -lImath -lIlmThread -lIex -lHalf -Wl,-Bdynamic /usr/local/lib/libhdf5.a -lpthread -Wl,-Bstatic -lboost_thread-mt -lz -Wl,-Bdynamic -lm
../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a(HDF5HierarchyReader.cpp.o): In function `Alembic::AbcCoreHDF5::v6::HDF5HierarchyReader::readHierarchy(int)':
HDF5HierarchyReader.cpp:(.text+0x320): undefined reference to `H5LTget_attribute_uint'
HDF5HierarchyReader.cpp:(.text+0x572): undefined reference to `H5LTget_attribute_uint'
HDF5HierarchyReader.cpp:(.text+0x792): undefined reference to `H5LTget_attribute_char'
HDF5HierarchyReader.cpp:(.text+0x990): undefined reference to `H5LTget_attribute_uint'
HDF5HierarchyReader.cpp:(.text+0x9eb): undefined reference to `H5LTget_attribute_char'
../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a(HDF5HierarchyReader.cpp.o): In function `Alembic::AbcCoreHDF5::v6::HDF5HierarchyReader::HDF5HierarchyReader(int, Alembic::AbcCoreHDF5::v6::HDF5Hierarchy&, bool)':
HDF5HierarchyReader.cpp:(.text+0x164e): undefined reference to `H5LTget_attribute_int'
../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a(HDF5HierarchyWriter.cpp.o): In function `Alembic::AbcCoreHDF5::v6::HDF5HierarchyWriter::writeHierarchy(int)':
HDF5HierarchyWriter.cpp:(.text+0x26b): undefined reference to `H5LTset_attribute_uint'
HDF5HierarchyWriter.cpp:(.text+0x339): undefined reference to `H5LTset_attribute_uint'
HDF5HierarchyWriter.cpp:(.text+0x3b2): undefined reference to `H5LTset_attribute_char'
HDF5HierarchyWriter.cpp:(.text+0x3de): undefined reference to `H5LTset_attribute_uint'
HDF5HierarchyWriter.cpp:(.text+0x406): undefined reference to `H5LTset_attribute_char'
../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a(HDF5HierarchyWriter.cpp.o): In function `Alembic::AbcCoreHDF5::v6::HDF5HierarchyWriter::HDF5HierarchyWriter(int, Alembic::AbcCoreHDF5::v6::HDF5Hierarchy&)':
HDF5HierarchyWriter.cpp:(.text+0x81c): undefined reference to `H5LTset_attribute_int'
../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a(ArImpl.cpp.o): In function `Alembic::AbcCoreHDF5::v6::ArImpl::ArImpl(std::string const&, std::tr1::shared_ptr<Alembic::AbcCoreAbstract::v6::ReadArraySampleCache>, bool)':
ArImpl.cpp:(.text+0xb18): undefined reference to `H5LTget_attribute_int'
ArImpl.cpp:(.text+0x103e): undefined reference to `H5LTget_attribute_int'
../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a(AwImpl.cpp.o): In function `Alembic::AbcCoreHDF5::v6::AwImpl::AwImpl(std::string const&, Alembic::AbcCoreAbstract::v6::MetaData const&, bool)':
AwImpl.cpp:(.text+0x1ed0): undefined reference to `H5LTset_attribute_int'
AwImpl.cpp:(.text+0x1f01): undefined reference to `H5LTset_attribute_int'
../../AbcCoreHDF5/libAlembicAbcCoreHDF5.a(WriteUtil.cpp.o): In function `Alembic::AbcCoreHDF5::v6::WriteTimeSampling(int, std::string const&, Alembic::AbcCoreAbstract::v6::TimeSampling const&)':
WriteUtil.cpp:(.text+0x77e): undefined reference to `H5LTset_attribute_double'
collect2: error: ld returned 1 exit status
make[2]: *** [lib/Alembic/AbcCoreAbstract/Tests/AbcCoreAbstractCompoundPropsTest1] Error 1
make[2]: Leaving directory `/home/sebastian/Source/Client/external_libraries/Alembic_1.5.1_
2013091900'
make[1]: *** [lib/Alembic/AbcCoreAbstract/Tests/CMakeFiles/AbcCoreAbstractCompoundPropsTest1.dir/all] Error 2
make[1]: Leaving directory `/home/sebastian/Source/Client/external_libraries/Alembic_1.5.1_
2013091900'
make: *** [all] Error 2
-Seb.