Advertisement
Guest User

Untitled

a guest
Nov 19th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. tmp/ccmqQkrC.o: In function `main':
  2. sh2.cpp:(.text+0x55): undefined reference to `shogun::init_shogun(void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(_IO_FILE*, char const*), void (*)(bool&, bool&))'
  3. sh2.cpp:(.text+0x70): undefined reference to `shogun::SGMatrix<double>::SGMatrix(int, int, bool)'
  4. sh2.cpp:(.text+0xbc): undefined reference to `shogun::CDenseFeatures<double>::CDenseFeatures(int)'
  5. sh2.cpp:(.text+0xd3): undefined reference to `shogun::SGMatrix<double>::SGMatrix(shogun::SGMatrix<double> const&)'
  6. sh2.cpp:(.text+0xe6): undefined reference to `shogun::CDenseFeatures<double>::set_feature_matrix(shogun::SGMatrix<double>)'
  7. sh2.cpp:(.text+0xf2): undefined reference to `shogun::SGMatrix<double>::~SGMatrix()'
  8. sh2.cpp:(.text+0x10c): undefined reference to `shogun::CBinaryLabels::CBinaryLabels(int)'
  9. sh2.cpp:(.text+0x129): undefined reference to `shogun::CDenseLabels::set_label(int, double)'
  10. sh2.cpp:(.text+0x142): undefined reference to `shogun::CDenseLabels::set_label(int, double)'
  11. sh2.cpp:(.text+0x15b): undefined reference to `shogun::CDenseLabels::set_label(int, double)'
  12. sh2.cpp:(.text+0x17d): undefined reference to `shogun::CGaussianKernel::CGaussianKernel(int, double)'
  13. sh2.cpp:(.text+0x1d3): undefined reference to `shogun::CLibSVM::CLibSVM(double, shogun::CKernel*, shogun::CLabels*, shogun::LIBSVM_SOLVER_TYPE)'
  14. sh2.cpp:(.text+0x223): undefined reference to `shogun::sg_io'
  15. sh2.cpp:(.text+0x251): undefined reference to `shogun::SGIO::message(shogun::EMessageType, char const*, char const*, int, char const*, ...) const'
  16. sh2.cpp:(.text+0x273): undefined reference to `shogun::CSGObject::unref()'
  17. sh2.cpp:(.text+0x289): undefined reference to `shogun::exit_shogun()'
  18. sh2.cpp:(.text+0x29a): undefined reference to `shogun::SGMatrix<double>::~SGMatrix()'
  19. sh2.cpp:(.text+0x2c7): undefined reference to `shogun::SGMatrix<double>::~SGMatrix()'
  20. sh2.cpp:(.text+0x308): undefined reference to `shogun::SGMatrix<double>::~SGMatrix()'
  21. collect2: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement