octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #40350] pager does not work on MacOSX (gui onl


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #40350] pager does not work on MacOSX (gui only)
Date: Mon, 28 Oct 2013 18:18:47 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0

Follow-up Comment #10, bug #40350 (project octave):

Ben,

I'm now using slightly different configure options:


../octave/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          \
    --with-lapack="-llapack -latlas -lgfortran"            \
    --with-blas="-lcblas -lf77blas -latlas -lgfortran"     \
    --prefix=/opt/octave/3.7                               \
    --enable-gui                                           \
    --enable-jit                                           \
    --disable-java                                         \
    --with-framework-carbon                                \
    --with-arpack                                          \
    --enable-docs                                          \
    --with-opengl                                          \
    --without-x


essentially I upgraded to llvm-3.3 and I added --without-x
to reduce dependencies for the app bundle, I am using the qt terminal by
default as qt is already included in the bundle.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40350>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]