[mlpack-git] [mlpack/mlpack] "undefined reference" when complie "adaboost_test.cpp" (#779)

kc420 notifications at github.com
Mon Sep 5 06:34:40 EDT 2016


I found that I should use cmake....
It seems that CMakeLists doesn't open c++11,  and I fixed it.
Then I encountered this:
[100%] Linking CXX executable mlpack_test
/usr/bin/ld: CMakeFiles/mlpack_test.dir/quic_svd_test.o: undefined reference to symbol 'wrapper_dgetri_'
//usr/lib/libarmadillo.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
CMakeFiles/mlpack_test.dir/build.make:1810: recipe for target 'mlpack_test' failed
make[2]: *** [mlpack_test] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/mlpack_test.dir/all' failed
make[1]: *** [CMakeFiles/mlpack_test.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/779#issuecomment-244715444
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160905/9d6cdbb6/attachment.html>


More information about the mlpack-git mailing list