<p>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:</p>

<pre><code>/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:
</code></pre>

<p>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: <a href="http://www.boost.org/doc/libs/1_60_0/libs/serialization/example/demo.cpp">http://www.boost.org/doc/libs/1_60_0/libs/serialization/example/demo.cpp</a> ) and compile and run it.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/557#issuecomment-194352715">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFKNZaXKp1vmhZus2a47gTsPF4u1mks5pruqGgaJpZM4Hscuy.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/557#issuecomment-194352715"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>