octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.6.4-rc1 release candidate available for ftp


From: Jean-Francois Cardoso
Subject: Re: Octave 3.6.4-rc1 release candidate available for ftp
Date: Sat, 05 Jan 2013 13:16:00 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 1/3/13 10:04 PM, John W. Eaton wrote:
The second release candidate of Octave 3.6.4 is now available

Build failure on Mac OS 10.6.8:

make[2]: *** No rule to make target `.DOCSTRINGS', needed by `all-local'.  Stop.
make[2]: *** Waiting for unfinished jobs....
: > time/.dirstamp
: > testfun/.dirstamp
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I think that the build completed with 3.6.4-rc0.

I am/was using the build script appended below.

Best, JFC

=======

export PATH=/usr/local/bin:$PATH  ## where gfortran and hand-made libs are.
export CFLAGS="-arch i386 -I/usr/local/include"
export FFLAGS="-arch i386 -I/usr/local/include"
export CXXFLAGS="-arch i386"  ## The -I flag is now automatic ?
export LDFLAGS="-arch i386 -L/usr/local/lib"
export CPPFLAGS="-I/usr/local/include -D_REENTRANT -D__LISTS__"

./configure \
    --prefix=/Users/cardoso/octave/octave-$octver \
    --disable-docs \
    --with-magick=ImageMagick \
    --with-glpk-includedir=/usr/local/include \
    --without-qhull         \
    --without-hdf5         \
    --without-curl          \
    --without-opengl        \
    --without-framework-opengl \
    --without-qrupdate      \
    --without-amd           \
    --without-camd          \
    --without-colamd        \
    --without-ccolamd       \
    --without-cholmod       \
    --without-cxsparse      \
    --without-umfpack

make -j2


reply via email to

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