[mlpack-git] [mlpack] /usr/lib/libarmadillo.so.4: error adding symbols: DSO missing from command line (#494)

Ryan Curtin notifications at github.com
Sun Dec 13 21:01:47 EST 2015


Hi there,

You need to link against Armadillo in your call to `target_link_libraries()`.  Take a look at the CMakeLists.txt in the mlpack repository for more information on how to find Armadillo.  Or, you can just add "armadillo" to the `target_link_libraries()` line and hope that libarmadillo.so is on the linker's default search path. :)

Feel free to reopen if that wasn't the issue, but I'm pretty confident it is in this case.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/494#issuecomment-164322118
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20151213/19f5e99f/attachment.html>


More information about the mlpack-git mailing list