<p>I am able to configure and generate mlpack using the cmake gui ARMA_USE_WRAPPER is not defined, so I have to link to all dependencies manually I am using MKL CMake found three of the MKL libraries on its own:</p>

<blockquote>
<p>mkl_core_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_coreso<br>
mkl_intel_lp64_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_intel_lp64so<br>
mkl_intel_thread_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_intel_threadso</p>
</blockquote>

<p>It does not find the following on its own:</p>

<blockquote>
<p>mkl_LIBARY<br>
mkl_lapack_LIBRARY</p>
</blockquote>

<p>I assumed the following:</p>

<blockquote>
<p>mkl_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_rtso<br>
mkl_lapack_LIBRARY = /opt/intel/mkl/lib/intel64/libmkl_lapack95_lp64a</p>
</blockquote>

<p>When reaching around 30% of compiling a large list of undefined references appear in my terminal These look like:</p>

<blockquote>
<p>/opt/intel/mkl/lib/intel64/libmkl_intel_lp64so: undefined reference to <code>mkl_lapack_zlaqgb</code><br>
/opt/intel/mkl/lib/intel64/libmkl_intel_lp64so: undefined reference to <code>mkl_lapack_zlaed8</code><br>
/opt/intel/mkl/lib/intel64/libmkl_intel_lp64so: undefined reference to <code>mkl_iss_dcsrilut</code></p>
</blockquote>

<p>Could someone please confirm whether my assumptions for the required libraries are correct Any tips for a solution would also be great </p>

<p>Thanks!</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/509">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFKlcdC91OWk7qsqX-cWkbHVihRk3ks5peP4cgaJpZM4HNpaa.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/509"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>