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

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

[Octave-bug-tracker] [bug #43298] Octave 3.8.1 & 3.8.2 Will Not Build Wi


From: Carlo de Falco
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 07:12:50 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0

Follow-up Comment #3, bug #43298 (project octave):

Yes, 

There is indeed a problem with building Octave on OSX
with apple distributed compilers and system tools.

In the past this has often been tracked down to the inability
of apple compilers to link reliably to fortran libraries, I
don't know whether this is the case now.

Here is my configure line, all dependencies were installed via MacPorts,
forcing the compiler to be gcc-4.9
 

../octave/configure                                    \
    CC=gcc                                             \
    CFLAGS="-pipe -O2 -m64"                            \
    CPPFLAGS="-D_THREAD_SAFE -I/opt/local/include"     \
    LDFLAGS="-L/opt/local/lib -m64 "                   \
    CXX=g++                                            \
    CXXFLAGS="-pipe -O2 -m64"                          \
    F77=gfortran                                       \
    FFLAGS="-pipe -O2 -m64"                            \
    LLVM_CONFIG=/opt/local/bin/llvm-config-mp-3.4      \
    --with-lapack="-llapack -latlas -lgfortran"        \
    --with-blas="-lcblas -lf77blas -latlas -lgfortran" \
    --prefix=/opt/octave/                              \
    --enable-gui                                       \
    --disable-jit                                      \
    --disable-java                                     \
    --with-framework-carbon                            \
    --with-arpack                                      \
    --enable-docs                                      \
    --with-opengl                                      \
    --without-x                                        \
    --enable-link-all-dependencies


HTH
c.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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