3.2.0 Compile Problems on OSX

Joel LeBlanc jwleblan at gmail.com
Mon Jun 8 19:20:22 CDT 2009


I have been unable to compile octave 3.2.0 or any build from the hg tip.  I
have solved a few issues, but still get the following error during "make
check"
error: invalid character `' (ASCII 0) near ...

This actually happens on lots of .m files, and none of them have ASCII 0
where the error indicates, so I think its a problem with the interpreter.
 All of the ASCII 0's happen immediately following assert statements, and I
can make them go away on a file-by-file basis by adding an additional new
line at the end of the files (typically one already exists).  I used a hex
editor and verified that none of the files actually contained an ASCII 0.

Has anyone seen this problem before?

Below is my configuration information, as well as the build script I am
using.  I really don't know how to proceed.

Thanks in advance,

-Joel

P.S.
octave-bug-report won't run so I tried to include the basics below.

>> uname -a
9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009;
root:xnu-1228.12.14~1/RELEASE_I386 i386 i386 MacBookPro2,2 Darwin

*****************************************************
#! /bin/sh -ev

./autogen.sh

# Apple's vecLib:
export
blas='--with-lapack=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
--with-blas=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib'


# Similar to Fink's configure
./configure --prefix=/sw FLIBS=/sw/lib/gcc4.4/lib/libgfortran.dylib
F77=/sw/bin/gfortran CC=gcc-4 CPP=cpp-4 CXX=g++-4
--infodir='${prefix}/share/info' --mandir='${prefix}/share/man'
--libexecdir='${prefix}/lib' -enable-shared -enable-dl --disable-static
--without-mpi --with-hdf5 --with-fftw CPPFLAGS="-g -I/sw/include
-I/sw/include/freetype2 -I/sw/lib/flex/include" FFLAGS="-g -ff2c"
LDFLAGS="-L/sw/lib/fltk-aqua/lib -L/sw/lib/flex/lib -L/sw/lib
-lGraphicsMagick -lfltk_gl -lfltk -lpthread" $blas

make

make check
*************************************************************

>> octave_config_info
ans =
{
  dld =  1
  float_format = ieee_little_endian
  words_big_endian = 0
  words_little_endian =  1
  ALL_CFLAGS = -I. -I.. -I../liboctave -I../src -I../libcruft/misc
 -DHAVE_CONFIG_H -mieee-fp -Wall -W -Wshadow -Wformat -g -O
2
  ALL_CXXFLAGS = -I. -I.. -I../liboctave -I../src -I../libcruft/misc
 -DHAVE_CONFIG_H -mieee-fp -I/sw/include/freetype2 -I/sw/
include -Wall -W -Wshadow -Wold-style-cast -Wformat -g -O2
  ALL_FFLAGS = -g -ff2c -mieee-fp
  ALL_LDFLAGS = -L..  -fPIC -L/sw/lib/fltk-aqua/lib -L/sw/lib/flex/lib
-L/sw/lib -lGraphicsMagick -lfltk_gl -lfltk -lpthread
  AR = ar
  ARFLAGS = rc
  BLAS_LIBS =
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL
ib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework
/Versions/A/libLAPACK.dylib
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/F
rameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL
ib.framework/Versions/A/libBLAS.dylib
  CARBON_LIBS = -Wl,-framework -Wl,Carbon
  CC = gcc-4
  CC_VERSION = 4.3.3 (GCC)
  CFLAGS = -g -O2
  CPICFLAG = -fPIC
  CPPFLAGS = -g -I/sw/include -I/sw/include/freetype2 -I/sw/lib/flex/include
-I/sw/include
  CURL_LIBS = -lcurl
  CXX = g++-4
  CXXCPP = g++-4 -E
  CXXFLAGS = -g -O2
  CXXPICFLAG = -fPIC
  CXX_VERSION = 4.3.3
  DEFAULT_PAGER = less
  DEFS = -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION=""
-DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DOCTAVE_SOURC
E=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STR
INGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_P
THREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSEPCHAR=':' -DSEPCHAR_STR=":"
-D__NO_MATH_INLINES=1 -DCXX_NEW_FRIEND_TEMPLATE_DECL=1 -
DCXX_ISO_COMPLIANT_LIBRARY=1 -DHAVE_X_WINDOWS=1 -DHAVE_FRAMEWORK_CARBON=1
-DHAVE_LIBM=1 -DHAVE_QHULL=1 -DHAVE_PCRE_COMPILE=1 -
DHAVE_PCRE=1 -DHAVE_REGEXEC=1 -DHAVE_REGEX=1 -DHAVE_ZLIB_H=1 -DHAVE_ZLIB=1
-DHAVE_HDF5_H=1 -DHAVE_HDF5=1 -DHAVE_H5GGET_NUM_OBJ
S=1 -DHAVE_FFTW3=1 -DHAVE_GLPK_H=1 -DHAVE_GLPK=1 -DHAVE_CURL_CURL_H=1
-DHAVE_CURL=1 -DHAVE_MAGICK=1 -DHAVE_FRAMEWORK_OPENGL=1
-DHAVE_OPENGL=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_FTGL_UPPERCASE=1
-DHAVE_FTGL_FTGL_H=1 -DHAVE_FTGL_UPPERCASE=1 -DHAVE_FTGL=1 -DHAVE
_FLTK=1 -DHAVE_IEEE754_DATA_FORMAT=1 -DF77_FUNC(name,NAME)=name ## _
-DF77_FUNC_(name,NAME)=name ## __ -DHAVE_BLAS=1 -DHAVE_SU
ITESPARSE_AMD_H=1 -DHAVE_AMD=1 -DHAVE_SUITESPARSE_UMFPACK_H=1
-DHAVE_UMFPACK=1 -DUMFPACK_SEPARATE_SPLIT=1 -DHAVE_SUITESPARSE_C
OLAMD_H=1 -DHAVE_COLAMD=1 -DHAVE_SUITESPARSE_CCOLAMD_H=1 -DHAVE_CCOLAMD=1
-DHAVE_SUITESPARSE_CHOLMOD_H=1 -DHAVE_CHOLMOD=1 -DHA
VE_SUITESPARSE_CS_H=1 -DHAVE_CXSPARSE=1 -DHAVE_GETHOSTNAME=1
-DHAVE_GETPWNAM=1 -DHAVE_DEV_T=1 -DHAVE_INO_T=1 -DHAVE_NLINK_T=1
-DHAVE_NLINK_T=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_UNSIGNED_LONG_LONG_INT=1
-DHAVE_SIGSET_T=1 -DHAVE_SIG_ATOMIC_T=1 -DSIZEOF_SHORT
=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_PLACEMENT_DELETE=1 -DHAVE_DYNA
MIC_AUTO_ARRAYS=1 -DHAVE_FAST_INT_OPS=1 -DSIZEOF_LONG_DOUBLE=16
-DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHA
VE_SYS_WAIT_H=1 -DHAVE_ASSERT_H=1 -DHAVE_CURSES_H=1 -DHAVE_DLFCN_H=1
-DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_GRP_H=1 -DHAVE_I
NTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_MEMORY_H=1
-DHAVE_NCURSES_H=1 -DHAVE_POLL_H=1 -DHAVE_PTHREAD_H=1 -DHAVE
_PWD_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_POLL_H=1 -
DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_SYS_TYPES_H=1
 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_TERMCAP_H=1 -DHAVE_UNISTD_H=1
-DHAVE_UTIME_H=1 -DHAVE_SSTREAM=1 -DHAVE_TERMIOS_H=1 -DHAVE_SGTTY
_H=1 -DHAVE_GLOB_H=1 -DHAVE_FNMATCH_H=1 -DHAVE_FNMATCH=1 -DHAVE_GLOB=1
-DHAVE_ATEXIT=1 -DHAVE_BASENAME=1 -DHAVE_BCOPY=1 -DHAVE
_BZERO=1 -DHAVE_CHMOD=1 -DHAVE_DUP2=1 -DHAVE_ENDGRENT=1 -DHAVE_ENDPWENT=1
-DHAVE_EXECVP=1 -DHAVE_EXPM1=1 -DHAVE_EXPM1F=1 -DHAV
E_FCNTL=1 -DHAVE_FORK=1 -DHAVE_FSTAT=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETGRENT=1 -DH
AVE_GETGRGID=1 -DHAVE_GETGRNAM=1 -DHAVE_GETPGRP=1 -DHAVE_GETPID=1
-DHAVE_GETPPID=1 -DHAVE_GETPWENT=1 -DHAVE_GETPWUID=1 -DHAVE_
GETTIMEOFDAY=1 -DHAVE_GETUID=1 -DHAVE_GETWD=1 -DHAVE_KILL=1 -DHAVE_LGAMMA=1
-DHAVE_LGAMMAF=1 -DHAVE_LINK=1 -DHAVE_LOCALTIME_R=
1 -DHAVE_LOG1P=1 -DHAVE_LOG1PF=1 -DHAVE_LSTAT=1 -DHAVE_MEMMOVE=1
-DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_MKSTEMP=1 -DHAVE_PIPE=1
 -DHAVE_POLL=1 -DHAVE_PUTENV=1 -DHAVE_RAISE=1 -DHAVE_READLINK=1
-DHAVE_REALPATH=1 -DHAVE_RENAME=1 -DHAVE_RINDEX=1 -DHAVE_RMDIR
=1 -DHAVE_ROUNDL=1 -DHAVE_SELECT=1 -DHAVE_SETGRENT=1 -DHAVE_SETLOCALE=1
-DHAVE_SETPWENT=1 -DHAVE_SETVBUF=1 -DHAVE_SIGACTION=1
-DHAVE_SIGLONGJMP=1 -DHAVE_SIGPENDING=1 -DHAVE_SIGPROCMASK=1
-DHAVE_SIGSUSPEND=1 -DHAVE_SNPRINTF=1 -DHAVE_STAT=1 -DHAVE_STRCAS
ECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1
-DHAVE_STRPTIME=1 -DHAVE_STRSIGNAL=1 -DHAVE_SYMLINK=1 -DHAVE_TEM
PNAM=1 -DHAVE_TGAMMAF=1 -DHAVE_TRUNC=1 -DHAVE_UMASK=1 -DHAVE_UNAME=1
-DHAVE_UNLINK=1 -DHAVE_USLEEP=1 -DHAVE_UTIME=1 -DHAVE_VFP
RINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_WAITPID=1
-DHAVE_DECL_EXP2=1 -DHAVE_DECL_ROUND=1 -DHAVE_DECL_TGAMMA=1 -DHA
VE_EXP2=1 -DHAVE_ROUND=1 -DHAVE_TGAMMA=1 -DHAVE_STRFTIME=1
-DHAVE_C99_VSNPRINTF=1 -DHAVE_DYLD_API=1 -DENABLE_DYNAMIC_LINKING=1
 -DHAVE_TIMEVAL=1 -DHAVE_CMATH_ISNAN=1 -DHAVE_CMATH_ISNANF=1
-DHAVE_CMATH_ISINF=1 -DHAVE_CMATH_ISINFF=1 -DHAVE_CMATH_ISFINITE=
1 -DHAVE_CMATH_ISFINITEF=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1
-DHAVE_COPYSIGN=1 -DHAVE_DECL_SIGNBIT=1 -DHAVE_ACOSH=
1 -DHAVE_ACOSHF=1 -DHAVE_ASINH=1 -DHAVE_ASINHF=1 -DHAVE_ATANH=1
-DHAVE_ATANHF=1 -DHAVE_ERF=1 -DHAVE_ERFF=1 -DHAVE_ERFC=1 -DHAV
E_ERFCF=1 -DHAVE_EXP2F=1 -DHAVE_LOG2=1 -DHAVE_LOG2F=1 -DHAVE_HYPOTF=1
-DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_STRUCT_STAT_ST_BL
OCKS=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STRUCT_TM_TM_ZONE=1
-DHAVE_TM_ZONE=1 -DUSE_READLINE=1 -DEXCEPTION_IN_MATH=1 -DRETSI
GTYPE=void -DHAVE_DECL_SYS_SIGLIST=1 -DHAVE_POSIX_SIGNALS=1
-DRETSIGTYPE_IS_VOID=1 -DHAVE_GETRUSAGE=1 -DHAVE_TIMES=1 -DYYTEXT_
POINTER=1
  DL_LD = g++-4
  DL_LDFLAGS = -bundle -bundle_loader ../src/octave -L/sw/lib/fltk-aqua/lib
-L/sw/lib/flex/lib -L/sw/lib -lGraphicsMagick -lfl
tk_gl -lfltk -lpthread
  ENABLE_DYNAMIC_LINKING = true
  EXEEXT =
  F77 = /sw/bin/gfortran
  F77_FLOAT_STORE_FLAG = -ffloat-store
  FC = /sw/bin/gfortran
  FFLAGS = -g -ff2c -mieee-fp
  FFTW_LIBS = -lfftw3 -lfftw3f
  FLIBS = /sw/lib/gcc4.4/lib/libgfortran.dylib
  FPICFLAG = -fPIC
  GLPK_LIBS = -lglpk
  GNUPLOT = gnuplot
  INCFLAGS = -I. -I.. -I../liboctave -I../src -I../libcruft/misc
  LDFLAGS = -L/sw/lib/fltk-aqua/lib -L/sw/lib/flex/lib -L/sw/lib
-lGraphicsMagick -lfltk_gl -lfltk -lpthread
  LD_CXX = g++-4
  LD_STATIC_FLAG =
  LEX = flex
  LEXLIB =
  LFLAGS = -t -I
  LIBCRUFT = -lcruft
  LIBEXT = a
  LIBFLAGS = -L..
  LIBOCTAVE = -loctave
  LIBOCTINTERP = -loctinterp
  LIBREADLINE = -lreadline
  LIBS = -lreadline  -lncurses
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/
A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/v
ecLib.framework/Versions/A/libBLAS.dylib -lhdf5 -lz -lm
  LN_S = ln -s
  MAGICK_INCFLAGS = -I/sw/include/GraphicsMagick
  MAGICK_LIBS = -L/sw/lib -lGraphicsMagick++
  MKOCTFILE_DL_LDFLAGS = -bundle -bundle_loader
$BINDIR/octave-$OCTAVE_VERSION$EXEEXT
  RANLIB = ranlib
  RDYNAMIC_FLAG =
  RLD_FLAG =
  SED = /sw/bin/sed
  SHARED_LIBS = true
  SHLEXT = dylib
  SHLEXT_VER = 3.1.55.dylib
  SH_LD = g++-4
  SH_LDFLAGS = -dynamiclib -single_module -L/sw/lib/fltk-aqua/lib
-L/sw/lib/flex/lib -L/sw/lib -lGraphicsMagick -lfltk_gl -lfl
tk -lpthread
  SONAME_FLAGS = -install_name /sw/lib/octave-3.1.55/oct-conf.h
  STATIC_LIBS = false
  UGLY_DEFS = -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION=""
-DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DOCTAVE_
SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAV
E_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_PO
SIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DSEPCHAR=':' -DSEPCHAR_STR=":"
-D__NO_MATH_INLINES=1 -DCXX_NEW_FRIEND_TEMPLATE_DEC
L=1 -DCXX_ISO_COMPLIANT_LIBRARY=1 -DHAVE_X_WINDOWS=1
-DHAVE_FRAMEWORK_CARBON=1 -DHAVE_LIBM=1 -DHAVE_QHULL=1 -DHAVE_PCRE_COMPIL
E=1 -DHAVE_PCRE=1 -DHAVE_REGEXEC=1 -DHAVE_REGEX=1 -DHAVE_ZLIB_H=1
-DHAVE_ZLIB=1 -DHAVE_HDF5_H=1 -DHAVE_HDF5=1 -DHAVE_H5GGET_NU
M_OBJS=1 -DHAVE_FFTW3=1 -DHAVE_GLPK_H=1 -DHAVE_GLPK=1 -DHAVE_CURL_CURL_H=1
-DHAVE_CURL=1 -DHAVE_MAGICK=1 -DHAVE_FRAMEWORK_OPEN
GL=1 -DHAVE_OPENGL=1 -DHAVE_FTGL_FTGL_H=1 -DHAVE_FTGL_UPPERCASE=1
-DHAVE_FTGL_FTGL_H=1 -DHAVE_FTGL_UPPERCASE=1 -DHAVE_FTGL=1 -
DHAVE_FLTK=1 -DHAVE_IEEE754_DATA_FORMAT=1 -DF77_FUNC(name,NAME)=name ## _
-DF77_FUNC_(name,NAME)=name ## __ -DHAVE_BLAS=1 -DHA
VE_SUITESPARSE_AMD_H=1 -DHAVE_AMD=1 -DHAVE_SUITESPARSE_UMFPACK_H=1
-DHAVE_UMFPACK=1 -DUMFPACK_SEPARATE_SPLIT=1 -DHAVE_SUITESPA
RSE_COLAMD_H=1 -DHAVE_COLAMD=1 -DHAVE_SUITESPARSE_CCOLAMD_H=1
-DHAVE_CCOLAMD=1 -DHAVE_SUITESPARSE_CHOLMOD_H=1 -DHAVE_CHOLMOD=1
 -DHAVE_SUITESPARSE_CS_H=1 -DHAVE_CXSPARSE=1 -DHAVE_GETHOSTNAME=1
-DHAVE_GETPWNAM=1 -DHAVE_DEV_T=1 -DHAVE_INO_T=1 -DHAVE_NLINK
_T=1 -DHAVE_NLINK_T=1 -DHAVE_LONG_LONG_INT=1 -DHAVE_UNSIGNED_LONG_LONG_INT=1
-DHAVE_SIGSET_T=1 -DHAVE_SIG_ATOMIC_T=1 -DSIZEOF_
SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_PLACEMENT_DELETE=1 -DHAVE
_DYNAMIC_AUTO_ARRAYS=1 -DHAVE_FAST_INT_OPS=1 -DSIZEOF_LONG_DOUBLE=16
-DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1
 -DHAVE_SYS_WAIT_H=1 -DHAVE_ASSERT_H=1 -DHAVE_CURSES_H=1 -DHAVE_DLFCN_H=1
-DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_GRP_H=1 -DH
AVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_MEMORY_H=1
-DHAVE_NCURSES_H=1 -DHAVE_POLL_H=1 -DHAVE_PTHREAD_H=1 -
DHAVE_PWD_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_POLL_
H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_SYS_TYPE
S_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_TERMCAP_H=1 -DHAVE_UNISTD_H=1
-DHAVE_UTIME_H=1 -DHAVE_SSTREAM=1 -DHAVE_TERMIOS_H=1 -DHAVE_
SGTTY_H=1 -DHAVE_GLOB_H=1 -DHAVE_FNMATCH_H=1 -DHAVE_FNMATCH=1 -DHAVE_GLOB=1
-DHAVE_ATEXIT=1 -DHAVE_BASENAME=1 -DHAVE_BCOPY=1 -
DHAVE_BZERO=1 -DHAVE_CHMOD=1 -DHAVE_DUP2=1 -DHAVE_ENDGRENT=1
-DHAVE_ENDPWENT=1 -DHAVE_EXECVP=1 -DHAVE_EXPM1=1 -DHAVE_EXPM1F=1
-DHAVE_FCNTL=1 -DHAVE_FORK=1 -DHAVE_FSTAT=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETGRENT=
1 -DHAVE_GETGRGID=1 -DHAVE_GETGRNAM=1 -DHAVE_GETPGRP=1 -DHAVE_GETPID=1
-DHAVE_GETPPID=1 -DHAVE_GETPWENT=1 -DHAVE_GETPWUID=1 -D
HAVE_GETTIMEOFDAY=1 -DHAVE_GETUID=1 -DHAVE_GETWD=1 -DHAVE_KILL=1
-DHAVE_LGAMMA=1 -DHAVE_LGAMMAF=1 -DHAVE_LINK=1 -DHAVE_LOCALTI
ME_R=1 -DHAVE_LOG1P=1 -DHAVE_LOG1PF=1 -DHAVE_LSTAT=1 -DHAVE_MEMMOVE=1
-DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_MKSTEMP=1 -DHAVE_P
IPE=1 -DHAVE_POLL=1 -DHAVE_PUTENV=1 -DHAVE_RAISE=1 -DHAVE_READLINK=1
-DHAVE_REALPATH=1 -DHAVE_RENAME=1 -DHAVE_RINDEX=1 -DHAVE_
RMDIR=1 -DHAVE_ROUNDL=1 -DHAVE_SELECT=1 -DHAVE_SETGRENT=1 -DHAVE_SETLOCALE=1
-DHAVE_SETPWENT=1 -DHAVE_SETVBUF=1 -DHAVE_SIGACTI
ON=1 -DHAVE_SIGLONGJMP=1 -DHAVE_SIGPENDING=1 -DHAVE_SIGPROCMASK=1
-DHAVE_SIGSUSPEND=1 -DHAVE_SNPRINTF=1 -DHAVE_STAT=1 -DHAVE_S
TRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1
-DHAVE_STRPTIME=1 -DHAVE_STRSIGNAL=1 -DHAVE_SYMLINK=1 -DHAV
E_TEMPNAM=1 -DHAVE_TGAMMAF=1 -DHAVE_TRUNC=1 -DHAVE_UMASK=1 -DHAVE_UNAME=1
-DHAVE_UNLINK=1 -DHAVE_USLEEP=1 -DHAVE_UTIME=1 -DHAV
E_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_WAITPID=1
-DHAVE_DECL_EXP2=1 -DHAVE_DECL_ROUND=1 -DHAVE_DECL_TGAMMA=1
 -DHAVE_EXP2=1 -DHAVE_ROUND=1 -DHAVE_TGAMMA=1 -DHAVE_STRFTIME=1
-DHAVE_C99_VSNPRINTF=1 -DHAVE_DYLD_API=1 -DENABLE_DYNAMIC_LINK
ING=1 -DHAVE_TIMEVAL=1 -DHAVE_CMATH_ISNAN=1 -DHAVE_CMATH_ISNANF=1
-DHAVE_CMATH_ISINF=1 -DHAVE_CMATH_ISINFF=1 -DHAVE_CMATH_ISFI
NITE=1 -DHAVE_CMATH_ISFINITEF=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1
-DHAVE_ISINF=1 -DHAVE_COPYSIGN=1 -DHAVE_DECL_SIGNBIT=1 -DHAVE_A
COSH=1 -DHAVE_ACOSHF=1 -DHAVE_ASINH=1 -DHAVE_ASINHF=1 -DHAVE_ATANH=1
-DHAVE_ATANHF=1 -DHAVE_ERF=1 -DHAVE_ERFF=1 -DHAVE_ERFC=1
-DHAVE_ERFCF=1 -DHAVE_EXP2F=1 -DHAVE_LOG2=1 -DHAVE_LOG2F=1 -DHAVE_HYPOTF=1
-DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_STRUCT_STAT_
ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_RDEV=1 -DHAVE_STRUCT_TM_TM_ZONE=1
-DHAVE_TM_ZONE=1 -DUSE_READLINE=1 -DEXCEPTION_IN_MATH=1 -D
RETSIGTYPE=void -DHAVE_DECL_SYS_SIGLIST=1 -DHAVE_POSIX_SIGNALS=1
-DRETSIGTYPE_IS_VOID=1 -DHAVE_GETRUSAGE=1 -DHAVE_TIMES=1 -DYY
TEXT_POINTER=1
  USE_64_BIT_IDX_T = false
  X11_INCFLAGS = /usr/X11/include
  X11_LIBS = -L/usr/X11/lib -lX11
  XTRA_CFLAGS = -mieee-fp
  XTRA_CXXFLAGS = -mieee-fp -I/sw/include/freetype2 -I/sw/include
  YACC = bison -y
  YFLAGS = -dv
  api_version = api-v37
  archlibdir = /sw/lib/octave/3.1.55/exec/i386-apple-darwin9.7.0
  bindir = /sw/bin
  canonical_host_type = i386-apple-darwin9.7.0
  config_opts = '--prefix=/sw' 'FLIBS=/sw/lib/gcc4.4/lib/libgfortran.dylib'
'F77=/sw/bin/gfortran' 'CC=gcc-4' 'CPP=cpp-4' 'CXX
=g++-4' '--infodir=/sw/share/info' '--mandir=/sw/share/man'
'--libexecdir=/sw/lib' '-enable-shared' '-enable-dl' '--disable-st
atic' '--without-mpi' '--with-hdf5' '--with-fftw' 'CPPFLAGS=-g -I/sw/include
-I/sw/include/freetype2 -I/sw/lib/flex/include' '
FFLAGS=-g -ff2c' 'LDFLAGS=-L/sw/lib/fltk-aqua/lib -L/sw/lib/flex/lib
-L/sw/lib -lGraphicsMagick -lfltk_gl -lfltk -lpthread' '-
-with-lapack=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLi
b.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/
Versions/A/libLAPACK.dylib'
'--with-blas=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework
/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Fr
ameworks/vecLib.framework/Versions/A/libBLAS.dylib'
  datadir = /sw/share
  datarootdir = /sw/share
  exec_prefix = /sw
  fcnfiledir = /sw/share/octave/3.1.55/m
  imagedir = /sw/share/octave/3.1.55/imagelib
  includedir = /sw/include
  infodir = /sw/share/info
  infofile = /sw/share/info/octave.info
  libdir = /sw/lib
  libexecdir = /sw/lib
  localapiarchlibdir =
/sw/lib/octave/api-v37/site/exec/i386-apple-darwin9.7.0
  localapifcnfiledir = /sw/share/octave/site/api-v37/m
  localapioctfiledir =
/sw/lib/octave/site/oct/api-v37/i386-apple-darwin9.7.0
  localarchlibdir = /sw/lib/octave/site/exec/i386-apple-darwin9.7.0
  localfcnfiledir = /sw/share/octave/site/m
  localoctfiledir = /sw/lib/octave/site/oct/i386-apple-darwin9.7.0
  localstartupfiledir = /sw/share/octave/site/m/startup
  localverarchlibdir =
/sw/lib/octave/3.1.55/site/exec/i386-apple-darwin9.7.0
  localverfcnfiledir = /sw/share/octave/3.1.55/site/m
  localveroctfiledir = /sw/lib/octave/3.1.55/site/oct/i386-apple-darwin9.7.0
  man1dir = /sw/share/man/man1
  man1ext = .1
  mandir = /sw/share/man
  octfiledir = /sw/lib/octave/3.1.55/oct/i386-apple-darwin9.7.0
  octetcdir = /sw/share/octave/3.1.55/etc
  octincludedir = /sw/include/octave-3.1.55
  octlibdir = /sw/lib/octave-3.1.55
  prefix = /sw
  startupfiledir = /sw/share/octave/3.1.55/m/startup
  version = 3.1.55
  unix =  1
  mac =  1
  windows = 0
}

**********************************************************
Configure returns

checking build system type... i386-apple-darwin9.7.0
checking host system type... i386-apple-darwin9.7.0
checking for gcc... gcc-4
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc-4 accepts -g... yes
checking for gcc-4 option to accept ISO C89... none needed
checking how to run the C preprocessor... cpp-4
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: cannot remove `conftest.dSYM': Is a
directory
rm: cannot remove `conftest.dSYM': Is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
defining man1dir to be $(mandir)/man1
defining man1ext to be .1
defining doc_cache_file to be $(octetcdir)/doc-cache
defining infofile to be $(infodir)/octave.info
defining octincludedir to be $(includedir)/octave-$(version)
defining fcnfiledir to be $(datadir)/octave/$(version)/m
defining localfcnfiledir to be $(datadir)/octave/site/m
defining localapifcnfiledir to be $(datadir)/octave/site/$(api_version)/m
defining localverfcnfiledir to be $(datadir)/octave/$(version)/site/m
defining octetcdir to be $(datadir)/octave/$(version)/etc
defining octlibdir to be $(libdir)/octave-$(version)
defining archlibdir to be
$(libexecdir)/octave/$(version)/exec/$(canonical_host_type)
defining localarchlibdir to be
$(libexecdir)/octave/site/exec/$(canonical_host_type)
defining localapiarchlibdir to be
$(libexecdir)/octave/$(api_version)/site/exec/$(canonical_host_type)
defining localverarchlibdir to be
$(libexecdir)/octave/$(version)/site/exec/$(canonical_host_type)
defining octfiledir to be
$(libexecdir)/octave/$(version)/oct/$(canonical_host_type)
defining localoctfiledir to be
$(libexecdir)/octave/site/oct/$(canonical_host_type)
defining localapioctfiledir to be
$(libexecdir)/octave/site/oct/$(api_version)/$(canonical_host_type)
defining localveroctfiledir to be
$(libexecdir)/octave/$(version)/site/oct/$(canonical_host_type)
defining imagedir to be $(datadir)/octave/$(version)/imagelib
configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
checking whether we are using the GNU C++ compiler... yes
checking whether g++-4 accepts -g... yes
checking how to run the C++ preprocessor... g++-4 -E
checking for C++ support for new friend template declaration... yes
checking if C++ library is ISO compliant... yes
checking for broken C++ reinterpret_cast... no
checking for gcc... (cached) gcc-4
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc-4 accepts -g... (cached) yes
checking for gcc-4 option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... cpp-4
checking whether gcc-4 needs -traditional... no
checking for X... libraries /usr/X11/lib, headers /usr/X11/include
checking for XrmInitialize in -lX11... yes
checking whether ld accepts -framework Carbon... yes
configure: adding -Wl,-framework -Wl,Carbon to CARBON_LIBS
checking whether gcc-4 accepts -mieee-fp... yes
configure: adding -mieee-fp to XTRA_CFLAGS
checking whether g++-4 accepts -mieee-fp... yes
configure: adding -mieee-fp to XTRA_CXXFLAGS
checking for sin in -lm... yes
checking qhull/qhull_a.h usability... yes
checking qhull/qhull_a.h presence... yes
checking for qhull/qhull_a.h... yes
checking for qh_qhull in -lqhull... yes
checking whether the qhull library works... yes
checking for pcre-config... yes
checking whether pcre.h defines the macros we need... yes
checking for pcre_compile... yes
checking for regexec... yes
checking for gzclearerr in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for H5Pcreate in -lhdf5... yes
checking hdf5.h usability... yes
checking hdf5.h presence... yes
checking for hdf5.h... yes
checking for H5Gget_num_objs in -lhdf5... yes
checking whether HDF5 library has required API... yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftw_plan_dft_1d in -lfftw3... yes
checking for fftwf_plan_dft_1d in -lfftw3f... yes
checking glpk/glpk.h usability... no
checking glpk/glpk.h presence... no
checking for glpk/glpk.h... no
checking glpk.h usability... yes
checking glpk.h presence... yes
checking for glpk.h... yes
checking for glp_lpx_simplex in -lglpk... no
checking for _glp_lpx_simplex in -lglpk... yes
checking for curl_easy_escape in -lcurl... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for GraphicsMagick++-config... GraphicsMagick++-config
checking whether ld accepts -framework OpenGL... yes
configure: adding -Wl,-framework -Wl,OpenGL to OPENGL_LIBS
checking whether gluTessCallback is called with "(...)"... no
checking for freetype-config... /sw/bin/freetype-config
checking for FreeType -- version >= 9.0.3... yes
checking FTGL/ftgl.h usability... no
checking FTGL/ftgl.h presence... no
checking for FTGL/ftgl.h... no
checking FTGL/FTGL.h usability... yes
checking FTGL/FTGL.h presence... yes
checking for FTGL/FTGL.h... yes
checking ftgl.h usability... no
checking ftgl.h presence... no
checking for ftgl.h... no
checking for FTGL/FTGL.h... (cached) yes
checking for FTGLTextureFont in -lftgl... yes
checking for fltk-config... /sw/bin/fltk-config
checking for OpenGL support in FLTK... yes
checking for IEEE 754 data format... yes
checking for ranlib... ranlib
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /sw/bin/gfortran accepts -g... yes
checking how to get verbose linking output from /sw/bin/gfortran... -v
checking for Fortran 77 libraries of /sw/bin/gfortran...
/sw/lib/gcc4.4/lib/libgfortran.dylib
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore,
extra underscore
checking whether /sw/bin/gfortran accepts -mieee-fp... yes
adding -mieee-fp to FFLAGS
configure: defining FFLAGS to be -g -ff2c -mieee-fp
checking whether /sw/bin/gfortran accepts -ffloat-store... yes
setting F77_FLOAT_STORE_FLAG to -ffloat-store
checking for sgemm_ in
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib...
yes
checking whether LSAME is called correctly from Fortran... yes
checking whether ISAMAX is called correctly from Fortran... yes
checking whether DDOT is called correctly from Fortran... yes
checking whether DDOT is called correctly from Fortran... yes
checking whether CDOTU is called correctly from Fortran... yes
checking whether ZDOTU is called correctly from Fortran... yes
checking for cheev_ in
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib...
yes
checking for sqr1up_ in -lqrupdate... no
configure: WARNING: qrupdate not found. The QR & Cholesky updating functions
will be slow.
checking suitesparse/amd.h usability... yes
checking suitesparse/amd.h presence... yes
checking for suitesparse/amd.h... yes
checking for amd_postorder in -lamd... yes
checking for camd_postorder in -lcamd... yes
checking suitesparse/umfpack.h usability... yes
checking suitesparse/umfpack.h presence... yes
checking for suitesparse/umfpack.h... yes
checking for umfpack_zi_get_determinant in -lumfpack... yes
checking for UMFPACK seperate complex matrix and rhs split... yes
checking suitesparse/colamd.h usability... yes
checking suitesparse/colamd.h presence... yes
checking for suitesparse/colamd.h... yes
checking for colamd in -lcolamd... yes
checking suitesparse/ccolamd.h usability... yes
checking suitesparse/ccolamd.h presence... yes
checking for suitesparse/ccolamd.h... yes
checking for ccolamd in -lccolamd... yes
checking suitesparse/cholmod.h usability... yes
checking suitesparse/cholmod.h presence... yes
checking for suitesparse/cholmod.h... yes
checking for cholmod_start in -lcholmod... yes
checking suitesparse/cs.h usability... yes
checking suitesparse/cs.h presence... yes
checking for suitesparse/cs.h... yes
checking for cs_di_sqr in -lcxsparse... yes
checking for F77_FUNC(dseupd,DSEUPD) in -larpack... no
configure: WARNING: arpack not found. This will result in a lack of the eigs
function.
configure: defining FPICFLAG to be -fPIC
configure: defining CPICFLAG to be -fPIC
configure: defining CXXPICFLAG to be -fPIC
configure: defining SHLEXT to be dylib
configure: defining SHLLIB to be $(SHLEXT)
configure: defining SHLBIN to be
configure: defining SHLEXT_VER to be $(version).$(SHLEXT)
configure: defining SHLLIB_VER to be $(version).$(SHLLIB)
configure: defining SHLBIN_VER to be $(SHLBIN).$(version)
configure: defining SHLLINKEXT to be
configure: defining LIBPRE to be lib
configure: defining SHLPRE to be lib
configure: defining SHLLIBPRE to be lib
configure: defining SHLBINPRE to be lib
configure: defining SH_LD to be $(CXX)
configure: defining SH_LDFLAGS to be -dynamiclib -single_module $(LDFLAGS)
configure: defining DL_LD to be $(SH_LD)
configure: defining DL_LDFLAGS to be -bundle -bundle_loader
$(TOPDIR)/src/octave $(LDFLAGS)
configure: defining MKOCTFILE_DL_LDFLAGS to be -bundle -bundle_loader
$$BINDIR/octave-$$OCTAVE_VERSION$$EXEEXT
configure: defining SONAME_FLAGS to be -install_name $(octlibdir)/$@
configure: defining NO_OCT_FILE_STRIP to be true
configure: defining RLD_FLAG to be
configure: defining TEMPLATE_AR to be $(AR)
configure: defining TEMPLATE_ARFLAGS to be rc
configure: defining CRUFT_DLL_DEFS to be
configure: defining OCTAVE_DLL_DEFS to be
configure: defining OCTINTERP_DLL_DEFS to be
configure: defining OCTGRAPHICS_DLL_DEFS to be
configure: defining library_path_var to be DYLD_LIBRARY_PATH
checking for gethostname... yes
checking for getpwnam... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for dev_t... yes
checking for ino_t... yes
checking for nlink_t... yes
checking for nlink_t... (cached) yes
checking for long long int... yes
checking for unsigned long long int... yes
checking for sigset_t... yes
checking for sig_atomic_t... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking for working alloca.h... yes
checking for alloca... yes
checking for an ANSI C-conforming const... yes
checking whether <new> defines placement delete operator... yes
checking whether C++ supports dynamic auto arrays... yes
checking whether fast integer arithmetics is usable... yes
checking size of long double... 16
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking floatingpoint.h usability... no
checking floatingpoint.h presence... no
checking for floatingpoint.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for memory.h... (cached) yes
checking nan.h usability... no
checking nan.h presence... no
checking for nan.h... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sunmath.h usability... no
checking sunmath.h presence... no
checking for sunmath.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/types.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking conio.h usability... no
checking conio.h presence... no
checking for conio.h... no
checking for fnmatch... yes
checking for glob... yes
checking for atexit... yes
checking for basename... yes
checking for bcopy... yes
checking for bzero... yes
checking for canonicalize_file_name... no
checking for chmod... yes
checking for dup2... yes
checking for endgrent... yes
checking for endpwent... yes
checking for execvp... yes
checking for expm1... yes
checking for expm1f... yes
checking for fcntl... yes
checking for fork... yes
checking for fstat... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgrent... yes
checking for getgrgid... yes
checking for getgrnam... yes
checking for getpgrp... yes
checking for getpid... yes
checking for getppid... yes
checking for getpwent... yes
checking for getpwuid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getwd... yes
checking for _kbhit... no
checking for kill... yes
checking for lgamma... yes
checking for lgammaf... yes
checking for lgamma_r... no
checking for lgammaf_r... no
checking for link... yes
checking for localtime_r... yes
checking for log1p... yes
checking for log1pf... yes
checking for lstat... yes
checking for memmove... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for mkstemp... yes
checking for on_exit... no
checking for pipe... yes
checking for poll... yes
checking for putenv... yes
checking for raise... yes
checking for readlink... yes
checking for realpath... yes
checking for rename... yes
checking for resolvepath... no
checking for rindex... yes
checking for rmdir... yes
checking for roundl... yes
checking for select... yes
checking for setgrent... yes
checking for setlocale... yes
checking for setpwent... yes
checking for setvbuf... yes
checking for sigaction... yes
checking for siglongjmp... yes
checking for sigpending... yes
checking for sigprocmask... yes
checking for sigsuspend... yes
checking for snprintf... yes
checking for stat... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strerror... yes
checking for stricmp... no
checking for strncasecmp... yes
checking for strnicmp... no
checking for strptime... yes
checking for strsignal... yes
checking for symlink... yes
checking for tempnam... yes
checking for tgammaf... yes
checking for trunc... yes
checking for umask... yes
checking for uname... yes
checking for unlink... yes
checking for usleep... yes
checking for utime... yes
checking for vfprintf... yes
checking for vsprintf... yes
checking for vsnprintf... yes
checking for waitpid... yes
checking for _chmod... no
checking for _snprintf... no
checking for x_utime... no
checking for _utime32... no
checking whether exp2 is declared... yes
checking whether round is declared... yes
checking whether tgamma is declared... yes
checking for exp2... yes
checking for round... yes
checking for tgamma... yes
checking for strftime... yes
checking for c99 vsnprintf... yes
checking whether strptime is broken... no
checking whether putenv uses malloc... no
checking mach-o/dyld.h usability... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
checking for struct timeval... yes
checking whether gettimeofday can't accept two arguments... no
checking for std::isnan in <cmath>... yes
checking for std::isnan (float variant) in <cmath>... yes
checking for std::isinf in <cmath>... yes
checking for std::isinf (float variant) in <cmath>... yes
checking for std::isfinite in <cmath>... yes
checking for std::isfinite (float variant) in <cmath>... yes
checking for finite... yes
checking for isnan... yes
checking for isinf... yes
checking for copysign... yes
checking for signbit... no
checking for _finite... no
checking for _isnan... no
checking for _copysign... no
checking whether signbit is declared... yes
checking for acosh... yes
checking for acoshf... yes
checking for asinh... yes
checking for asinhf... yes
checking for atanh... yes
checking for atanhf... yes
checking for erf... yes
checking for erff... yes
checking for erfc... yes
checking for erfcf... yes
checking for exp2f... yes
checking for log2... yes
checking for log2f... yes
checking for hypotf... yes
checking for _hypotf... no
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether closedir returns void... no
checking for struct group.gr_passwd... no
checking if mkdir takes one argument... no
checking for tputs in -lncurses... yes
checking for rl_set_keyboard_input_timeout in -lreadline... yes
checking for struct exception in math.h... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... yes
checking for type of signal functions... posix
checking if signal handlers must be reinstalled when invoked... no
checking for getrusage... yes
checking for times... yes
checking for gawk... gawk
checking for gfind... no
checking for find... find
checking for a usable sed... /sw/bin/sed
checking for perl... perl
checking for python... python
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
defining LFLAGS to be -t -I
checking for bison... bison -y
checking whether ln -s works... yes
checking for a BSD-compatible install... /sw/bin/ginstall -c
checking for desktop-file-install... desktop-file-install
checking for gnuplot... gnuplot
checking for less... less
checking for gperf... gperf
checking for gs... gs
checking for makeinfo... makeinfo
checking for texi2dvi... texi2dvi
checking for texi2pdf... texi2pdf
configure: defining UGLY_DEFS to be -DPACKAGE_NAME=\\\\\"\\\\\"
-DPACKAGE_TARNAME=\\\\\"\\\\\" -DPACKAGE_VERSION=\\\\\"\\\\\"
-DPACKAGE_STRING=\\\\\"\\\\\" -DPACKAGE_BUGREPORT=\\\\\"\\\\\"
-DOCTAVE_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1
-D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1
-D_TANDEM_SOURCE=1 -DSEPCHAR=\':\' -DSEPCHAR_STR=\\\\\":\\\\\"
-D__NO_MATH_INLINES=1 -DCXX_NEW_FRIEND_TEMPLATE_DECL=1
-DCXX_ISO_COMPLIANT_LIBRARY=1 -DHAVE_X_WINDOWS=1 -DHAVE_FRAMEWORK_CARBON=1
-DHAVE_LIBM=1 -DHAVE_QHULL=1 -DHAVE_PCRE_COMPILE=1 -DHAVE_PCRE=1
-DHAVE_REGEXEC=1 -DHAVE_REGEX=1 -DHAVE_ZLIB_H=1 -DHAVE_ZLIB=1
-DHAVE_HDF5_H=1 -DHAVE_HDF5=1 -DHAVE_H5GGET_NUM_OBJS=1 -DHAVE_FFTW3=1
-DHAVE_GLPK_H=1 -DHAVE_GLPK=1 -DHAVE_CURL_CURL_H=1 -DHAVE_CURL=1
-DHAVE_MAGICK=1 -DHAVE_FRAMEWORK_OPENGL=1 -DHAVE_OPENGL=1
-DHAVE_FTGL_FTGL_H=1 -DHAVE_FTGL_UPPERCASE=1 -DHAVE_FTGL_FTGL_H=1
-DHAVE_FTGL_UPPERCASE=1 -DHAVE_FTGL=1 -DHAVE_FLTK=1
-DHAVE_IEEE754_DATA_FORMAT=1 -DF77_FUNC\(name,NAME\)=name\ \#\#\ _
-DF77_FUNC_\(name,NAME\)=name\ \#\#\ __ -DHAVE_BLAS=1
-DHAVE_SUITESPARSE_AMD_H=1 -DHAVE_AMD=1 -DHAVE_SUITESPARSE_UMFPACK_H=1
-DHAVE_UMFPACK=1 -DUMFPACK_SEPARATE_SPLIT=1 -DHAVE_SUITESPARSE_COLAMD_H=1
-DHAVE_COLAMD=1 -DHAVE_SUITESPARSE_CCOLAMD_H=1 -DHAVE_CCOLAMD=1
-DHAVE_SUITESPARSE_CHOLMOD_H=1 -DHAVE_CHOLMOD=1 -DHAVE_SUITESPARSE_CS_H=1
-DHAVE_CXSPARSE=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPWNAM=1 -DHAVE_DEV_T=1
-DHAVE_INO_T=1 -DHAVE_NLINK_T=1 -DHAVE_NLINK_T=1 -DHAVE_LONG_LONG_INT=1
-DHAVE_UNSIGNED_LONG_LONG_INT=1 -DHAVE_SIGSET_T=1 -DHAVE_SIG_ATOMIC_T=1
-DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_PLACEMENT_DELETE=1
-DHAVE_DYNAMIC_AUTO_ARRAYS=1 -DHAVE_FAST_INT_OPS=1 -DSIZEOF_LONG_DOUBLE=16
-DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SYS_WAIT_H=1 -DHAVE_ASSERT_H=1 -DHAVE_CURSES_H=1 -DHAVE_DLFCN_H=1
-DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_GRP_H=1 -DHAVE_INTTYPES_H=1
-DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NCURSES_H=1
-DHAVE_POLL_H=1 -DHAVE_PTHREAD_H=1 -DHAVE_PWD_H=1 -DHAVE_STDINT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_IOCTL_H=1
-DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_POLL_H=1 -DHAVE_SYS_RESOURCE_H=1
-DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1
-DHAVE_SYS_TIMES_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UTSNAME_H=1
-DHAVE_TERMCAP_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UTIME_H=1 -DHAVE_SSTREAM=1
-DHAVE_TERMIOS_H=1 -DHAVE_SGTTY_H=1 -DHAVE_GLOB_H=1 -DHAVE_FNMATCH_H=1
-DHAVE_FNMATCH=1 -DHAVE_GLOB=1 -DHAVE_ATEXIT=1 -DHAVE_BASENAME=1
-DHAVE_BCOPY=1 -DHAVE_BZERO=1 -DHAVE_CHMOD=1 -DHAVE_DUP2=1 -DHAVE_ENDGRENT=1
-DHAVE_ENDPWENT=1 -DHAVE_EXECVP=1 -DHAVE_EXPM1=1 -DHAVE_EXPM1F=1
-DHAVE_FCNTL=1 -DHAVE_FORK=1 -DHAVE_FSTAT=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETGRENT=1 -DHAVE_GETGRGID=1
-DHAVE_GETGRNAM=1 -DHAVE_GETPGRP=1 -DHAVE_GETPID=1 -DHAVE_GETPPID=1
-DHAVE_GETPWENT=1 -DHAVE_GETPWUID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_GETUID=1
-DHAVE_GETWD=1 -DHAVE_KILL=1 -DHAVE_LGAMMA=1 -DHAVE_LGAMMAF=1 -DHAVE_LINK=1
-DHAVE_LOCALTIME_R=1 -DHAVE_LOG1P=1 -DHAVE_LOG1PF=1 -DHAVE_LSTAT=1
-DHAVE_MEMMOVE=1 -DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_MKSTEMP=1
-DHAVE_PIPE=1 -DHAVE_POLL=1 -DHAVE_PUTENV=1 -DHAVE_RAISE=1 -DHAVE_READLINK=1
-DHAVE_REALPATH=1 -DHAVE_RENAME=1 -DHAVE_RINDEX=1 -DHAVE_RMDIR=1
-DHAVE_ROUNDL=1 -DHAVE_SELECT=1 -DHAVE_SETGRENT=1 -DHAVE_SETLOCALE=1
-DHAVE_SETPWENT=1 -DHAVE_SETVBUF=1 -DHAVE_SIGACTION=1 -DHAVE_SIGLONGJMP=1
-DHAVE_SIGPENDING=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSUSPEND=1
-DHAVE_SNPRINTF=1 -DHAVE_STAT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1
-DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRPTIME=1 -DHAVE_STRSIGNAL=1
-DHAVE_SYMLINK=1 -DHAVE_TEMPNAM=1 -DHAVE_TGAMMAF=1 -DHAVE_TRUNC=1
-DHAVE_UMASK=1 -DHAVE_UNAME=1 -DHAVE_UNLINK=1 -DHAVE_USLEEP=1 -DHAVE_UTIME=1
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_VSNPRINTF=1 -DHAVE_WAITPID=1
-DHAVE_DECL_EXP2=1 -DHAVE_DECL_ROUND=1 -DHAVE_DECL_TGAMMA=1 -DHAVE_EXP2=1
-DHAVE_ROUND=1 -DHAVE_TGAMMA=1 -DHAVE_STRFTIME=1 -DHAVE_C99_VSNPRINTF=1
-DHAVE_DYLD_API=1 -DENABLE_DYNAMIC_LINKING=1 -DHAVE_TIMEVAL=1
-DHAVE_CMATH_ISNAN=1 -DHAVE_CMATH_ISNANF=1 -DHAVE_CMATH_ISINF=1
-DHAVE_CMATH_ISINFF=1 -DHAVE_CMATH_ISFINITE=1 -DHAVE_CMATH_ISFINITEF=1
-DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1 -DHAVE_COPYSIGN=1
-DHAVE_DECL_SIGNBIT=1 -DHAVE_ACOSH=1 -DHAVE_ACOSHF=1 -DHAVE_ASINH=1
-DHAVE_ASINHF=1 -DHAVE_ATANH=1 -DHAVE_ATANHF=1 -DHAVE_ERF=1 -DHAVE_ERFF=1
-DHAVE_ERFC=1 -DHAVE_ERFCF=1 -DHAVE_EXP2F=1 -DHAVE_LOG2=1 -DHAVE_LOG2F=1
-DHAVE_HYPOTF=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_RDEV=1
-DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DUSE_READLINE=1
-DEXCEPTION_IN_MATH=1 -DRETSIGTYPE=void -DHAVE_DECL_SYS_SIGLIST=1
-DHAVE_POSIX_SIGNALS=1 -DRETSIGTYPE_IS_VOID=1 -DHAVE_GETRUSAGE=1
-DHAVE_TIMES=1 -DYYTEXT_POINTER=1
checking whether gcc-4 accepts -Wall... yes
adding -Wall to WARN_CFLAGS
checking whether gcc-4 accepts -W... yes
adding -W to WARN_CFLAGS
checking whether gcc-4 accepts -Wshadow... yes
adding -Wshadow to WARN_CFLAGS
checking whether gcc-4 accepts -Wformat... yes
adding -Wformat to WARN_CFLAGS
checking whether g++-4 accepts -Wall... yes
adding -Wall to WARN_CXXFLAGS
checking whether g++-4 accepts -W... yes
adding -W to WARN_CXXFLAGS
checking whether g++-4 accepts -Wshadow... yes
adding -Wshadow to WARN_CXXFLAGS
checking whether g++-4 accepts -Wold-style-cast... yes
adding -Wold-style-cast to WARN_CXXFLAGS
checking whether g++-4 accepts -Wformat... yes
adding -Wformat to WARN_CXXFLAGS
configure: creating ./config.status
config.status: creating octMakefile
config.status: creating Makeconf
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating doc/faq/Makefile
config.status: creating doc/interpreter/Makefile
config.status: creating doc/liboctave/Makefile
config.status: creating doc/refcard/Makefile
config.status: creating emacs/Makefile
config.status: creating examples/Makefile
config.status: creating examples/@polynomial/Makefile
config.status: creating examples/@FIRfilter/Makefile
config.status: creating liboctave/Makefile
config.status: creating liboctave/oct-types.h
config.status: creating src/Makefile
config.status: creating src/mxarray.h
config.status: creating libcruft/Makefile
config.status: creating libcruft/Makerules
config.status: creating libcruft/amos/Makefile
config.status: creating libcruft/blas/Makefile
config.status: creating libcruft/daspk/Makefile
config.status: creating libcruft/dasrt/Makefile
config.status: creating libcruft/dassl/Makefile
config.status: creating libcruft/fftpack/Makefile
config.status: creating libcruft/lapack/Makefile
config.status: creating libcruft/misc/Makefile
config.status: creating libcruft/odepack/Makefile
config.status: creating libcruft/ordered-qz/Makefile
config.status: creating libcruft/quadpack/Makefile
config.status: creating libcruft/ranlib/Makefile
config.status: creating libcruft/slatec-fn/Makefile
config.status: creating libcruft/slatec-err/Makefile
config.status: creating libcruft/villad/Makefile
config.status: creating libcruft/blas-xtra/Makefile
config.status: creating libcruft/lapack-xtra/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing Makefile commands
=== configuring in scripts (/Users/leblanc/code/octave/scripts)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=/sw'  'FLIBS=/sw/lib/gcc4.4/lib/libgfortran.dylib'
'F77=/sw/bin/gfortran' 'CC=gcc-4' 'CPP=cpp-4' 'CXX=g++-4'
'--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man'
'--libexecdir=${prefix}/lib' '-enable-shared' '-enable-dl'
'--disable-static' '--without-mpi' '--with-hdf5' '--with-fftw' 'CPPFLAGS=-g
-I/sw/include -I/sw/include/freetype2 -I/sw/lib/flex/include' 'FFLAGS=-g
-ff2c' 'LDFLAGS=-L/sw/lib/fltk-aqua/lib -L/sw/lib/flex/lib -L/sw/lib
-lGraphicsMagick -lfltk_gl -lfltk -lpthread'
'--with-lapack=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib'
'--with-blas=-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib'
--cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /sw/bin/ginstall -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating audio/Makefile
config.status: creating deprecated/Makefile
config.status: creating elfun/Makefile
config.status: creating general/Makefile
config.status: creating geometry/Makefile
config.status: creating help/Makefile
config.status: creating image/Makefile
config.status: creating io/Makefile
config.status: creating linear-algebra/Makefile
config.status: creating miscellaneous/Makefile
config.status: creating optimization/Makefile
config.status: creating path/Makefile
config.status: creating pkg/Makefile
config.status: creating plot/Makefile
config.status: creating polynomial/Makefile
config.status: creating set/Makefile
config.status: creating signal/Makefile
config.status: creating sparse/Makefile
config.status: creating specfun/Makefile
config.status: creating special-matrix/Makefile
config.status: creating startup/Makefile
config.status: creating statistics/Makefile
config.status: creating statistics/base/Makefile
config.status: creating statistics/distributions/Makefile
config.status: creating statistics/models/Makefile
config.status: creating statistics/tests/Makefile
config.status: creating strings/Makefile
config.status: creating time/Makefile
config.status: creating testfun/Makefile
configure:

Octave is now configured for i386-apple-darwin9.7.0

  Source directory:     .
  Installation prefix:  /sw
  C compiler:           gcc-4  -mieee-fp  -Wall -W -Wshadow -Wformat -g -O2
  C++ compiler:         g++-4  -mieee-fp -I/sw/include/freetype2
-I/sw/include  -Wall -W -Wshadow -Wold-style-cast -Wformat -g -O2
  Fortran compiler:     /sw/bin/gfortran -g -ff2c -mieee-fp
  Fortran libraries:    /sw/lib/gcc4.4/lib/libgfortran.dylib
  BLAS libraries:
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  FFTW libraries:       -lfftw3 -lfftw3f
  GLPK libraries:       -lglpk
  UMFPACK libraries:    -lumfpack
  AMD libraries:        -lamd
  CAMD libraries:       -lcamd
  COLAMD libraries:     -lcolamd
  CCOLAMD libraries:    -lccolamd
  CHOLMOD libraries:    -lcholmod
  CXSPARSE libraries:   -lcxsparse
  ARPACK libraries:
  QRUPDATE libraries:
  HDF5 libraries:       -lhdf5
  CURL libraries:       -lcurl
  REGEX libraries:      -L/sw/lib -lpcre
  QHULL libraries: -lqhull
  OPENGL libraries:     -lftgl -L/sw/lib -lfreetype -lz
-Wl,-framework,CoreServices -Wl,-framework,ApplicationServices
-Wl,-framework -Wl,OpenGL
  FLTK backend libs:    -L/sw/lib/fltk-aqua/lib -L/sw/lib -L/sw/lib
-lfltk_gl -framework AGL -framework OpenGL -lfltk -lpthread -framework
Carbon -framework ApplicationServices
  X11 include flags:    /usr/X11/include
  X11 libraries:        -L/usr/X11/lib -lX11
  CARBON libraries:     -Wl,-framework -Wl,Carbon
  LIBS:                 -lreadline  -lncurses
-Wl,-framework,Accelerate,-dylib_file,/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib:/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
-lhdf5 -lz -lm
  Default pager:        less
  gnuplot:              gnuplot
  Magick config:        GraphicsMagick++-config

  Do internal array bounds checking:  false
  Build static libraries:             false
  Build shared libraries:             true
  Dynamic Linking:                    true (dyld)
  Include support for GNU readline:   true
  64-bit array dims and indexing:     false

configure: WARNING: qrupdate not found. The QR & Cholesky updating functions
will be slow.
configure: WARNING: arpack not found. This will result in a lack of the eigs
function.
configure:

NOTE: libraries may be skipped if a library is not found OR
      if the library on your system is missing required features.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090608/f4301d80/attachment-0001.html 


More information about the Bug-octave mailing list