[mlpack-svn] [MLPACK] #357: error building mlpack

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Aug 25 11:06:20 EDT 2014


#357: error building mlpack
-----------------------+----------------------------------------------------
  Reporter:  ftrovato  |        Owner:  rcurtin
      Type:  defect    |       Status:  closed 
  Priority:  major     |    Milestone:         
 Component:  mlpack    |   Resolution:  fixed  
  Keywords:            |     Blocking:         
Blocked By:            |  
-----------------------+----------------------------------------------------
Changes (by rcurtin):

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


Comment:

 Hi Fabio,

 Sorry for the slow reply.  The explicit linker path option
 `-L/path/to/mlpack/build/lib` is only necessary if libmlpack.so is not
 already in the linker's default search path.  If you have installed
 libmlpack.so to /usr/local/lib/ or /usr/lib/, then, in general, the -L
 option won't be necessary.  But if you are building something against
 libmlpack.so which is located in some weird directory, then you will have
 to use -L.

 To make ldconfig look in /usr/local/lib/, you will want to add
 /usr/local/lib/ to /etc/ld.so.conf (or one of the files that
 /etc/ld.so.conf includes).

 I think your issues have been worked out, so I'm going to resolve this
 ticket.  Feel free to reopen it or file a new ticket if there are still
 issues.

 Thanks,

 Ryan

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