Guest User

Untitled

a guest
Nov 3rd, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.94 KB | None | 0 0
  1. /usr/bin/ld: warning: libmkl_rt.so, needed by /home/knakul853/lib/libarmadillo.so, not found (try using -rpath or -rpath-link)
  2. /usr/bin/ld: warning: libhdf5.so.103, needed by /home/knakul853/lib/libarmadillo.so, not found (try using -rpath or -rpath-link)
  3. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Dread'
  4. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Sget_simple_extent_ndims'
  5. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_SCHAR_g'
  6. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Eset_auto2'
  7. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Screate_simple'
  8. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Fcreate'
  9. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_UCHAR_g'
  10. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_UINT_g'
  11. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Tcreate'
  12. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_LONG_g'
  13. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Dwrite'
  14. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Fclose'
  15. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Tinsert'
  16. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Tequal'
  17. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Gclose'
  18. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5check_version'
  19. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Dget_space'
  20. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Lexists'
  21. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_INT_g'
  22. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Gcreate2'
  23. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Tcopy'
  24. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Tclose'
  25. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_ULLONG_g'
  26. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_LLONG_g'
  27. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Sclose'
  28. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Fis_hdf5'
  29. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_SHORT_g'
  30. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Dopen2'
  31. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Dget_type'
  32. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_DOUBLE_g'
  33. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Dclose'
  34. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5open'
  35. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_FLOAT_g'
  36. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Ldelete'
  37. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_USHORT_g'
  38. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Ovisit1'
  39. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Sget_simple_extent_dims'
  40. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Gopen2'
  41. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Dcreate2'
  42. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Eget_auto2'
  43. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5Fopen'
  44. /home/knakul853/lib/libarmadillo.so: undefined reference to `H5T_NATIVE_ULONG_g'
  45. collect2: error: ld returned 1 exit status
  46. src/mlpack/methods/sparse_coding/CMakeFiles/generate_pyx_sparse_coding.dir/build.make:131: recipe for target 'bin/generate_pyx_sparse_coding' failed
  47. make[2]: *** [bin/generate_pyx_sparse_coding] Error 1
  48. CMakeFiles/Makefile2:7563: recipe for target 'src/mlpack/methods/sparse_coding/CMakeFiles/generate_pyx_sparse_coding.dir/all' failed
  49. make[1]: *** [src/mlpack/methods/sparse_coding/CMakeFiles/generate_pyx_sparse_coding.dir/all] Error 2
  50. Makefile:138: recipe for target 'all' failed
  51. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment