help-octave
[Top][All Lists]
Advanced

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

building 2.9.10


From: Daniel Oberhoff
Subject: building 2.9.10
Date: Thu, 29 Mar 2007 13:18:40 +0200

Hi all,

trying to build 2.9.10 on tiger using macports for dependencies. I configure like this


./configure --prefix=/opt/octave/2.9.10/ --enable-shared --enable-dl --disable-static --with-hdf5 --with-fftw --without-mpi --infodir=/opt/ octave/2.9.10/share/info --mandir=/opt/octave/2.9.10/share/man --with- blas="-framework Accelerate" --with-arpack

the environment is set up like this:

 F77="gfortran-dp-4.2"   \
              CC="gcc-dp-4.2"         \
                CXX="g++-dp-4.2"        \
                CFLAGS="-O2"            \
                CXXFLAGS="-O2"          \
                LDFLAGS="-L${prefix}/lib" \
                CPPFLAGS="-I${prefix}/include" \
                SED=gnused              \
                AWK=gawk

after make -j 3 it builds for a while an then stumbles over src/ toplev.cc. The propblem is that OCT_CONF_DEFS contains bursts of backslashes, and its stumbles where there are five at a time before a space, which converts to two literal backslashes and "\ " which gcc can't handle. Now I was trying to fix this, but I am not so adept at hardcore unix tools. I had hoped using gnu sed and gnu awk would be ok, is there another tool I should substitute with the original gnu version?

Daniel


reply via email to

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