[mlpack-svn] [MLPACK] #296: [OS X] bus error at execution

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Thu Aug 8 04:16:14 EDT 2013


#296: [OS X] bus error at execution
-----------------------------------------------+----------------------------
  Reporter:  natal                             |        Owner:  rcurtin 
      Type:  defect                            |       Status:  accepted
  Priority:  major                             |    Milestone:          
 Component:  mlpack                            |   Resolution:          
  Keywords:  OS X bus error g++ 4.8 execution  |     Blocking:          
Blocked By:                                    |  
-----------------------------------------------+----------------------------

Comment (by natal):

 Actually for the second point (is mlpack being compiled with g++-mp-48),
 it's hard to verify that cmake is doing the job correctly. I simply
 specified at the beginning of the CMakeList.txt :

 {{{
 SET(CMAKE_C_COMPILER /opt/local/bin/gcc-mp-4.8)
 SET(CMAKE_CXX_COMPILER /opt/local/bin/g++-mp-4.8)
 }}}

 Is this the right way to do it ?

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