[mlpack-git] [mlpack/mlpack] Error compiling test program (#562)

Marcus Edel notifications at github.com
Sat Apr 2 18:12:04 EDT 2016


I can compile the code using your build commands without any problems. It would help if you could post the exact error. Also make sure ```LD_LIBRARY_PATH``` is set correctly or manually specify the location:

```
g++ -std=c++11 -L/path/to/mlpack/build/lib/ -lmlpack  -larmadillo -lboost_serialization -lboost_program_options -I/path/to/mlpack/build/include/ Neural_network_using_mlpack.cpp
```

---
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/562#issuecomment-204810912
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160402/cba22275/attachment.html>


More information about the mlpack-git mailing list