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

Marcus Edel notifications at github.com
Fri Mar 11 12:46:04 EST 2016


You should run the the ```make mlpack_test```inside your build directory:
```
$ tar -xzf mlpack-x.y.z.tar.gz or clone the repository
$ cd mlpack-x.y.z
$ mkdir build
$ cd build
$ cmake ../
$ make mlpack_test
$ bin/mlpack_test -t FeedForwardNetworkTest 
```

Linking against ```boost_unit_test_framework``` instead of ```boost_unit_test``` should solve your issue.

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/562#issuecomment-195475187
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160311/4e7bdba5/attachment.html>


More information about the mlpack-git mailing list