[mlpack-svn] [MLPACK] #260: Build error on linking mlpack

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Nov 28 16:37:11 EST 2012


#260: Build error on linking mlpack
---------------------------+------------------------------------------------
  Reporter:  march         |        Owner:  rcurtin     
      Type:  defect        |       Status:  accepted    
  Priority:  major         |    Milestone:  mlpack 1.0.4
 Component:  build system  |   Resolution:              
  Keywords:                |     Blocking:              
Blocked By:                |  
---------------------------+------------------------------------------------

Comment (by rcurtin):

 Okay; I will try to get access to the system so that I can reproduce this
 stuff firsthand.  Are liblapack.so and libblas.so available on the system?
 Did you install Armadillo by hand?  If they are not in a standard
 directory you may have to add the directory by hand to your linker command
 (-L/path/to/liblapack/ -L/path/to/libblas/ -llapack -lblas) or use the
 CMake "link_directories(/path/to/liblapack/ /path/to/libblas/)" command
 before target_link_libraries() is called.

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