[mlpack-git] [mlpack] Comiling error on fast_mks_model.cpp.o (#545)

tpBull notifications at github.com
Thu Mar 3 09:49:45 EST 2016


Having changed the ram size. And here coms another bug.

In file included from /home/bull/Desktop/Parallels Shared Folders/Home/Downloads/mlpack-2.0.1/src/mlpack/methods/adaboost/adaboost.hpp:185:0,
                 from /home/bull/Desktop/Parallels Shared Folders/Home/Downloads/mlpack-2.0.1/src/mlpack/methods/adaboost/adaboost_main.cpp:38:
/home/bull/Desktop/Parallels Shared Folders/Home/Downloads/mlpack-2.0.1/src/mlpack/methods/adaboost/adaboost_impl.hpp: In member function ‘void mlpack::adaboost::AdaBoost<WeakLearnerType, MatType>::Train(const MatType&, const arma::Row<long unsigned int>&, const WeakLearnerType&, size_t, double) [with WeakLearnerType = mlpack::perceptron::Perceptron<>; MatType = arma::Mat<double>; size_t = long unsigned int]’:
/home/bull/Desktop/Parallels Shared Folders/Home/Downloads/mlpack-2.0.1/src/mlpack/methods/adaboost/adaboost_impl.hpp:137:38: warning: ‘crt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if ((i > 0) && (std::abs(rt - crt) < tolerance))
                                      ^
Linking CXX executable ../../../../bin/mlpack_adaboost
../../../../lib/libmlpack.so.2.0: undefined reference to `wrapper_ilaenv_'
../../../../lib/libmlpack.so.2.0: undefined reference to `wrapper_dgelsd_'
../../../../lib/libmlpack.so.2.0: undefined reference to `wrapper_dgesvx_'
../../../../lib/libmlpack.so.2.0: undefined reference to `wrapper_dnrm2_'
collect2: error: ld returned 1 exit status


---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/545#issuecomment-191797050
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160303/6a1d70ec/attachment.html>


More information about the mlpack-git mailing list