Difference between revisions of "Frequently asked questions"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
(Created page with "* ''I get the following error when compiling?'' /usr/bin/ld: cannot find -lhdf5 collect2: error: ld returned 1 exit status CMakeFiles/diffusion.dir/build.make:100: recip...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* ''I get the following error when compiling?''
+
* '''I get the following error when compiling?'''
 +
<syntaxhighlight lang="bash">
 
   /usr/bin/ld: cannot find -lhdf5
 
   /usr/bin/ld: cannot find -lhdf5
 
   collect2: error: ld returned 1 exit status
 
   collect2: error: ld returned 1 exit status
 
   CMakeFiles/diffusion.dir/build.make:100: recipe for target XXXX failed
 
   CMakeFiles/diffusion.dir/build.make:100: recipe for target XXXX failed
Check that you have hdf5 installed. If running on Ubuntu, you might have libraries in a weird place. See [how to build#hdf5] for more details.
+
</syntaxhighlight>
 +
Check that you have hdf5 installed. If running on Ubuntu, you might have libraries in a weird place. See [[how to build#HDF5]] for more details.

Latest revision as of 10:30, 7 August 2018

  • I get the following error when compiling?
  /usr/bin/ld: cannot find -lhdf5
  collect2: error: ld returned 1 exit status
  CMakeFiles/diffusion.dir/build.make:100: recipe for target XXXX failed

Check that you have hdf5 installed. If running on Ubuntu, you might have libraries in a weird place. See how to build#HDF5 for more details.