[mlpack-svn] [MLPACK] #268: Some problems in mlpack::util::CLIDeleter::CLIDeleter()

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Tue Jan 29 23:22:44 EST 2013


#268: Some problems in mlpack::util::CLIDeleter::CLIDeleter()
-------------------------------+--------------------------------------------
  Reporter:  kuzaleksaleks     |        Owner:  rcurtin
      Type:  defect            |       Status:  closed 
  Priority:  major             |    Milestone:         
 Component:  armadillo sparse  |   Resolution:  fixed  
  Keywords:                    |     Blocking:         
Blocked By:                    |  
-------------------------------+--------------------------------------------
Changes (by rcurtin):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Make sure you are linking against mlpack:

 {{{
 g++ main.cpp -lmlpack
 }}}

 If the linker complains that -lmlpack is not found, then use
 -L/path/to/libmlpack.so instead of -lmlpack and that should work.

 If this doesn't fix the problem, feel free to reopen the bug.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/268#comment:1>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list