|
From: | Ben Abbott |
Subject: | [Octave-bug-tracker] [bug #43298] Octave 3.8.1 & 3.8.2 Will Not Build With OS X 10.10 Yosemite or Xcode 6.0.1 or later |
Date: | Thu, 25 Sep 2014 18:34:35 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10 |
Follow-up Comment #9, bug #43298 (project octave): As far as I know, LLVM doesn't work properly with Octave on MacOSX. Although I do include the LLVM stuff in configure ./configure \ CC=/opt/local/bin/gcc-mp-4.7 \ CFLAGS="-pipe -O2 -m64" \ CPPFLAGS="-D_THREAD_SAFE -I/opt/local/include" \ LDFLAGS="-L/opt/local/lib -m64 " \ CXX=/opt/local/bin/g++-mp-4.7 \ CXXFLAGS="-pipe -O2 -m64" \ F77=/opt/local/bin/gfortran-mp-4.7 \ FFLAGS="-pipe -O2 -m64" \ LLVM_CONFIG=/opt/local/bin/llvm-config-mp-3.3 \ --enable-jit \ --with-magick=GraphicsMagick \ --with-lapack="-llapack -latlas -lgfortran" \ --with-blas="-lcblas -lf77blas -latlas -lgfortran" \ --prefix=/usr/local/octave/3.8.2 \ --enable-gui \ --disable-java \ --with-framework-carbon \ --with-arpack \ --enable-docs \ --with-opengl \ --without-x \ --enable-link-all-dependencies Octave's configure doesn't use LLVM, and hence there is no JIT on MacOSX. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?43298> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |