|
| From: | Ben Abbott |
| Subject: | [Octave-bug-tracker] [bug #40350] pager does not work on MacOSX (gui only) |
| Date: | Mon, 28 Oct 2013 17:17:49 +0000 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36 |
Follow-up Comment #7, bug #40350 (project octave):
$ hg id
8b353af4a1ca tip @
I'll do a maintainer-clean and then build using the configure options that
Carlo has been using (included below).
./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.1 \
--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
I'll report back when done.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40350>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |