<p>Hello, I built mlpack as per instructions here on git-hub and I seem to be able to load files in an out just fine, however, when I tried writing a short and sweet "hello world" linear regression is started throwing SIGILL (Illegal instruction) at me during runtime.</p>

<p>I compile using "g++ -std=c++11 -lmlpack  -larmadillo main.cpp". I also tried running:</p>

<p>mlpack_linear_regression -t iris.csv -r iris_labels.txt -v</p>

<p>The files loaded sucesfully but I was greeted by the same error:</p>

<p>mlpack_linear_regression -t ~/D…” terminated by signal SIGILL (Illegal instruction).</p>

<p>Just to make sure I ran: <br>
export LD_LIBRARY_PATH=/usr/local/lib/ and mlpack_knn -w/e works just fine. I can also import any components of the library (including the one for lienar regression just fine).</p>

<p>Might this be a system specific bug ? Or something that I have deeply screwed up with my personal system configuration ? Or am I just missing something very obvious ?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/issues/725">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJ4bFN38MvHGgmuvVJEfbhmutMuNPdBOks5qWp0FgaJpZM4JOURK">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFLCLv21e2TTLUhrpedixb_rZMKetks5qWp0FgaJpZM4JOURK.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/725"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>