[mlpack-svn] [MLPACK] #335: Build errors with duplicated "lib64" in path

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Feb 26 06:51:58 EST 2014


#335: Build errors with duplicated "lib64" in path
------------------------------------------+---------------------------------
  Reporter:  noodleslick                  |        Owner:  rcurtin
      Type:  defect                       |       Status:  new    
  Priority:  trivial                      |    Milestone:         
 Component:  build system                 |   Resolution:         
  Keywords:  make errors; compile errors  |     Blocking:         
Blocked By:                               |  
------------------------------------------+---------------------------------

Comment (by noodleslick):

 After add the "-DBoost_NO_BOOST_CMAKE=ON"
 $ cmake ../ -DBoost_NO_BOOST_CMAKE=ON
 it can run through, but now new problems occured:

 $ make
 [  1%] Updating svnversion.hpp (if necessary)
 -- Found Subversion: /usr/bin/svn (found version "1.6.11")
 -- svnversion.hpp is already up to date.
 [  1%] Built target mlpack_svnversion
 [ 31%] Built target mlpack
 Linking CXX executable ../../../../bin/sparse_coding
 /usr/local/lib64/libarmadillo.so: undefined reference to `dsyr2k_'
 /usr/local/lib64/libarmadillo.so: undefined reference to `cscal_'
 /usr/local/lib64/libarmadillo.so: undefined reference to `caxpy_'
  ... ...
 /usr/local/lib64/libarmadillo.so: undefined reference to `dsyr2_'
 /usr/local/lib64/libarmadillo.so: undefined reference to `zdscal_'
 /usr/local/lib64/libarmadillo.so: undefined reference to `cher2k_'
 /usr/local/lib64/libarmadillo.so: undefined reference to `zher2_'
 /usr/local/lib64/libarmadillo.so: undefined reference to `cswap_'
 collect2: ld returned 1 exit status
 make[2]: *** [bin/sparse_coding] Error 1
 make[1]: ***
 [src/mlpack/methods/sparse_coding/CMakeFiles/sparse_coding.dir/all] Error
 2
 make: *** [all] Error 2

  Because of armadillo did not compiled correctly?
 ==================================================
 sorry for bothering you of the first problem.

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/335#comment:3>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list