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

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Tue Jan 29 13:53:59 EST 2013


#268: Some problems in mlpack::util::CLIDeleter::CLIDeleter()
------------------------------+---------------------------------------------
 Reporter:  kuzaleksaleks     |        Owner:  rcurtin
     Type:  defect            |       Status:  new    
 Priority:  major             |    Milestone:         
Component:  armadillo sparse  |     Keywords:         
 Blocking:                    |   Blocked By:         
------------------------------+---------------------------------------------
 Hello, again!

 I have built and installed mlpack successfully. But just after that I'v
 got problems with execution. Here is the code from main.cpp file that I
 tried to compile:

 #include <iostream>
 #include <mlpack/methods/neighbor_search/neighbor_search.hpp>

 using namespace std;

 int main()
 {
     cout << "Hello world!" << endl;
     return 0;
 }

 g++ main.cpp yielded the following trouble:

 /tmp/ccJUhKSe.o: In function
 `__static_initialization_and_destruction_0(int, int)':
 main.cpp:(.text+0xbe3): undefined reference to
 `mlpack::util::CLIDeleter::CLIDeleter()'
 main.cpp:(.text+0xbe8): undefined reference to
 `mlpack::util::CLIDeleter::~CLIDeleter()'
 collect2: ld returned 1 exit status

 Waiting for your help with impatience.

 Best regards,
 Kuzmin Aliaksei

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/268>
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