[mlpack-git] [mlpack] Error Building Adaboost method (#557)

Ryan Curtin notifications at github.com
Wed Mar 9 10:43:02 EST 2016


The problem appears to be that the symbols for boost serialization are not found.  But I can see in your build logs that the linker is attempting to link against boost serialization:

```
/usr/bin/c++    -std=c++0x -Wall -Wextra -ftemplate-depth=1000 -O3 -fopenmp   CMakeFiles/mlpack_adaboost.dir/adaboost_main.cpp.o  -o ../../../../bin/mlpack_adaboost -rdynamic ../../../../lib/libmlpack.so.2.0 -larmadillo -lboost_program_options -lboost_unit_test_framework -lboost_serialization -lrt -Wl,-rpath,/home/cain/Desktop/clustering/mlpack-2.0.1/build/lib:
```

Does the library libboost_serialization.so exist on your system?  If it does, see if you can write a simple boost serialization test program (maybe this one: http://www.boost.org/doc/libs/1_60_0/libs/serialization/example/demo.cpp ) and compile and run it.

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


More information about the mlpack-git mailing list