reuleaux
reuleaux copied to clipboard
/usr/bin/ld: cannot find -lhdf5
When I run catkin_make after cloning the repo I get this error message.
/usr/bin/ld: cannot find -lhdf5 collect2: error: ld returned 1 exit status reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/build.make:376: recipe for target '/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so' failed make[2]: *** [/home/kaush/catkin_ws/devel/lib/libhdf5_dataset.so] Error 1 CMakeFiles/Makefile2:1176: recipe for target 'reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all' failed make[1]: *** [reuleaux/map_creator/CMakeFiles/hdf5_dataset.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
How do I fix this?
Did you fix this? Having the same issue
Use the method given in #41 .
Thank you , it solved