[mlpack-git] [mlpack/mlpack] unable to build mlpack (#776)

Marcus Edel notifications at github.com
Mon Sep 5 13:40:13 EDT 2016


That's an gcc issue (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54086) which was fixed in 4.7. So I think, you have to update your gcc version:

```
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.8
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50
export CC=gcc-4.8
export CXX=g++-4.8
```

rebuild mlpack (remove the build directory).



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/776#issuecomment-244791321
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160905/e3d37855/attachment.html>


More information about the mlpack-git mailing list