[mlpack-git] [mlpack/mlpack] mlpack2.0.1 compile failed in Mac os10.11 with boost_1.60.0 (#630)

Ryan Curtin notifications at github.com
Wed Apr 27 10:49:12 EDT 2016


It looks to me like CMake is finding clang instead of gcc to use.  Maybe you should try something like this:

```
cmake -DCMAKE_CXX_COMPILER=/path/to/gcc49 ../
```

(I don't know what the path to the gcc49 program is, so you will have to change that.)

It looks to me like there was no actual error during the CMake configuration process with clang, but I do think it might cause problems later if you compile Boost with gcc but mlpack with clang.

---
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/630#issuecomment-215107873
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160427/a3d2d0a1/attachment.html>


More information about the mlpack-git mailing list