Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nir-krakauer/629ff8c607c0d496bb046d90c7576c74 to your computer and use it in GitHub Desktop.
Save nir-krakauer/629ff8c607c0d496bb046d90c7576c74 to your computer and use it in GitHub Desktop.
octave on Ubuntu 16.04.4 LTS - Homebrew build logs
Homebrew build logs for octave on Ubuntu 16.04.4 LTS
Build date: 2016-10-02 09:21:37
HOMEBREW_VERSION: 1.6.3
ORIGIN: https://github.com/Linuxbrew/brew
HEAD: b67917c837f1fb9c5bf2494cfd89b4eee6802802
Last commit: 7 days ago
Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core
Core tap HEAD: ac53e8038828f5f965c3f2177b5ac5d2545294ba
Core tap last commit: 2 hours ago
HOMEBREW_PREFIX: /Users/ce/nir/.linuxbrew
HOMEBREW_REPOSITORY: /Users/ce/nir/.linuxbrew
HOMEBREW_CELLAR: /Users/ce/nir/.linuxbrew/Cellar
HOMEBREW_CACHE: /Users/ce/nir/.cache/Homebrew
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GITHUB_API_TOKEN: set
CPU: octa-core 64-bit penryn
Homebrew Ruby: 2.3.3 => /Users/ce/nir/.linuxbrew/Library/Homebrew/vendor/portable-ruby/2.3.3_2/bin/ruby
Clang: N/A
Git: 2.7.4 => /usr/bin/git
Curl: 7.47.0 => /usr/bin/curl
Java: N/A
Kernel: Linux 4.4.0-119-generic x86_64 GNU/Linux
OS: Ubuntu 16.04.4 LTS (xenial)
Host glibc: 2.23
/usr/bin/gcc: 5.4.0
glibc: N/A
gcc: 5.5.0_4
xorg: 20170115_1
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some installed formulae are missing dependencies.
You should `brew install` the missing dependencies:
brew install freeglut libedit libelf libogg libsndfile libvorbis glu libomxil-bellagio libsha1 libvdpau mesa llvm portaudio systemd
Run `brew missing` for more details.
2016-10-02 08:48:48 -0400
./configure
--prefix=/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2
--enable-dependency-tracking
--enable-link-all-dependencies
--enable-shared
--disable-static
--disable-docs
--with-fltk-prefix=/Users/ce/nir/.linuxbrew/opt/fltk
--without-qt
--without-OSMesa
--with-portaudio
--with-sndfile
--disable-java
--with-hdf5-includedir=/Users/ce/nir/.linuxbrew/opt/hdf5/include
--with-hdf5-libdir=/Users/ce/nir/.linuxbrew/opt/hdf5/lib
--with-blas=-lblas -llapack
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1402' is supported by ustar format... yes
checking whether GID '1503' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... /usr/bin/gcc-5
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-5 accepts -g... yes
checking for /usr/bin/gcc-5 option to enable C11 features... none needed
checking dependency style of /usr/bin/gcc-5... gcc3
checking how to run the C preprocessor... /usr/bin/gcc-5 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... 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
checking whether _XOPEN_SOURCE should be defined... no
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 ${libdir}/octave/${version}/oct/${canonical_host_type}
defining localoctfiledir to be ${libdir}/octave/site/oct/${canonical_host_type}
defining localapioctfiledir to be ${libdir}/octave/site/oct/${api_version}/${canonical_host_type}
defining localveroctfiledir to be ${libdir}/octave/${version}/site/oct/${canonical_host_type}
defining octincludedir to be ${includedir}/octave-${version}/octave
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 octlocaledir to be ${datadir}/octave/${version}/locale
defining doc_cache_file to be ${octetcdir}/doc-cache
defining octtestsdir to be ${octetcdir}/tests
defining texi_macros_file to be ${octetcdir}/macros.texi
defining imagedir to be ${datadir}/octave/${version}/imagelib
defining octdatadir to be ${datadir}/octave/${version}/data
defining startupfiledir to be ${fcnfiledir}/startup
defining localstartupfiledir to be ${localfcnfiledir}/startup
defining man1dir to be ${mandir}/man1
defining man1ext to be .1
defining infofile to be ${infodir}/octave.info
checking for pkg-config... /Users/ce/nir/.linuxbrew/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gawk... (cached) gawk
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for gfind... no
checking for find... find
checking for a usable sed... /Users/ce/nir/.linuxbrew/bin/sed
checking for perl... perl
checking for gperf... no
configure: WARNING:
I didn't find gperf, but it's only a problem if you need to
reconstruct oct-gperf.h
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 -I
checking for bison... bison -y
checking syntax of bison api.prefix (or name-prefix) declaration... api brace
checking syntax of bison push/pull declaration... dash
checking for makeinfo... makeinfo
checking for texi2dvi... texi2dvi
checking for texi2pdf... texi2pdf
checking whether ln -s works... yes
checking for desktop-file-install... desktop-file-install
checking for gs... gs
checking for gnuplot... gnuplot
checking for less... less
checking for python... python
checking for icotool... no
configure: WARNING:
I didn't find icotool, but it's only a problem if you need to
reconstruct octave-logo.ico, which is the case if you're building from
VCS sources.
checking for rsvg-convert... rsvg-convert
configure: WARNING: building documentation disabled; make dist will fail
configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-5 accepts -g... yes
checking for /usr/bin/g++-5 option to enable C++11 features... -std=gnu++11
checking dependency style of /usr/bin/g++-5 -std=gnu++11... gcc3
checking how to run the C++ preprocessor... /usr/bin/g++-5 -std=gnu++11 -E
checking how to run the C preprocessor... /usr/bin/gcc-5 -E
checking whether /usr/bin/gcc-5 needs -traditional... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking C compiler version number... 5.4.0
checking C++ compiler version number... 5.4.0
checking whether stl_algo.h is broken... no
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for OpenMP flag of C compiler... -fopenmp
checking for OpenMP flag of C++ compiler... -fopenmp
checking omp.h usability... yes
checking omp.h presence... yes
checking for omp.h... yes
checking for omp_get_num_threads... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /Users/ce/nir/.linuxbrew/bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/gcc-5... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-5 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/gcc-5 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/gcc-5 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/gcc-5 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/gcc-5 static flag -static works... no
checking if /usr/bin/gcc-5 supports -c -o file.o... yes
checking if /usr/bin/gcc-5 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/gcc-5 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... /usr/bin/g++-5 -std=gnu++11 -E
checking for ld used by /usr/bin/g++-5 -std=gnu++11... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the /usr/bin/g++-5 -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for /usr/bin/g++-5 -std=gnu++11 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/g++-5 -std=gnu++11 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/g++-5 -std=gnu++11 static flag -static works... no
checking if /usr/bin/g++-5 -std=gnu++11 supports -c -o file.o... yes
checking if /usr/bin/g++-5 -std=gnu++11 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/g++-5 -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: defining FPICFLAG to be -fPIC
configure: defining CPICFLAG to be -fPIC
configure: defining CXXPICFLAG to be -fPIC
configure: defining SH_LD to be /usr/bin/g++-5 -std=gnu++11
configure: defining SH_LDFLAGS to be -shared
configure: defining DL_LD to be /usr/bin/g++-5 -std=gnu++11
configure: defining DL_LDFLAGS to be -shared
configure: defining MKOCTFILE_DL_LDFLAGS to be -shared -Wl,-Bsymbolic
configure: defining NO_OCT_FILE_STRIP to be false
configure: defining TEMPLATE_AR to be ar
configure: defining TEMPLATE_ARFLAGS to be cr
configure: defining CRUFT_DLL_DEFS to be
configure: defining OCTAVE_DLL_DEFS to be
configure: defining OCTINTERP_DLL_DEFS to be
configure: defining OCTGUI_DLL_DEFS to be
configure: defining OCTGRAPHICS_DLL_DEFS to be
configure: defining library_path_var to be LD_LIBRARY_PATH
checking for sin in -lm... yes
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /Users/ce/nir/.linuxbrew/bin/gfortran accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for /Users/ce/nir/.linuxbrew/bin/gfortran option to produce PIC... -fPIC
checking if /Users/ce/nir/.linuxbrew/bin/gfortran PIC flag -fPIC works... yes
checking if /Users/ce/nir/.linuxbrew/bin/gfortran static flag -static works... no
checking if /Users/ce/nir/.linuxbrew/bin/gfortran supports -c -o file.o... yes
checking if /Users/ce/nir/.linuxbrew/bin/gfortran supports -c -o file.o... (cached) yes
checking whether the /Users/ce/nir/.linuxbrew/bin/gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether a usable Fortran compiler was found... yes
checking how to get verbose linking output from /Users/ce/nir/.linuxbrew/bin/gfortran... -v
checking for Fortran 77 libraries of /Users/ce/nir/.linuxbrew/bin/gfortran... -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
configure: defining FFLAGS to be -Os -w -pipe -march=core2 -msse4.1
checking whether /Users/ce/nir/.linuxbrew/bin/gfortran has the intrinsic function ISNAN... yes
checking whether /Users/ce/nir/.linuxbrew/bin/gfortran generates correct size integers... yes
checking whether /Users/ce/nir/.linuxbrew/bin/gfortran accepts -ffloat-store... yes
setting F77_FLOAT_STORE_FLAG to -ffloat-store
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -rdynamic... yes
configure: defining CROSS_TOOL_PREFIX to be
configure: defining MKOCTFILE_AR to be ar
configure: defining MKOCTFILE_CC to be /usr/bin/gcc-5
configure: defining MKOCTFILE_CXX to be /usr/bin/g++-5 -std=gnu++11
configure: defining MKOCTFILE_DL_LD to be /usr/bin/g++-5 -std=gnu++11
configure: defining MKOCTFILE_F77 to be /Users/ce/nir/.linuxbrew/bin/gfortran
configure: defining MKOCTFILE_LD_CXX to be /usr/bin/g++-5 -std=gnu++11
configure: defining MKOCTFILE_RANLIB to be ranlib
checking libqhull/libqhull.h usability... yes
checking libqhull/libqhull.h presence... yes
checking for libqhull/libqhull.h... yes
checking for qh_qhull in -lqhull... yes
checking for qh_version in -lqhull... yes
checking whether the qhull library works... yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking whether pcre.h defines the macros we need... yes
checking for pcre-config... yes
checking for pcre_compile... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzclearerr in -lz... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzCompressInit in -lbz2... 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 enforced version 1.6 API... no
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 fftw3.h... (cached) yes
checking for fftwf_plan_dft_1d in -lfftw3f... yes
checking for fftw3 multi-threading support... -lfftw3_threads
checking for fftw3f multi-threading support... -lfftw3f_threads
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_simplex in -lglpk... yes
checking whether the glpk library has glp_interior(glp_prob*, glp_iptcp*)... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_easy_escape in -lcurl... yes
checking for CURLOPT_DIRLISTONLY in curl/curl.h... yes
checking sndfile.h usability... no
checking sndfile.h presence... no
checking for sndfile.h... no
configure: WARNING: sndfile library not found. The audioinfo, audioread, and audiowrite functions will be disabled.
checking portaudio.h usability... no
checking portaudio.h presence... no
checking for portaudio.h... no
configure: WARNING: PortAudio library not found. The audioplayer, audiorecorder, and audiodevinfo functions will be disabled.
checking Magick++.h usability... yes
checking Magick++.h presence... yes
checking for Magick++.h... yes
checking for Magick::ColorRGB in Magick++.h... yes
checking for setlocale... yes
checking for X... libraries /Users/ce/nir/.linuxbrew/lib64, headers /Users/ce/nir/.linuxbrew/include
checking for XrmInitialize in -lX11... yes
checking whether /usr/bin/ld -m elf_x86_64 accepts -framework Carbon... no
checking whether /usr/bin/ld -m elf_x86_64 accepts -framework OpenGL... no
checking for GL/gl.h... yes
checking for GL/glu.h... yes
checking for GL/glext.h... yes
checking for OpenGL/glext.h... no
checking for glEnable in -lGL... yes
checking for FT2... yes
checking for FreeType2 version >= 9.03... yes
checking for FT_Reference_Face... yes
checking for XFT... yes
checking for FONTCONFIG... yes
configure: WARNING: --without-OSMesa specified. Functions or features that depend on OSMesa will be disabled.
checking gl2ps.h usability... yes
checking gl2ps.h presence... yes
checking for gl2ps.h... yes
configure: WARNING: --without-qt specified. The Qt GUI will be disabled.
checking for fltk-config... /Users/ce/nir/.linuxbrew/opt/fltk/bin/fltk-config
checking for OpenGL support in FLTK... yes
checking for sgemm_ in -lblas -llapack... yes
checking whether LSAME is called correctly from Fortran... yes
checking whether ISAMAX is called correctly from Fortran... yes
checking whether SDOT 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 whether the integer size is correct... yes
checking for cheev_... yes
checking for sqr1up in -lqrupdate... yes
checking for slup1up in -lqrupdate... yes
checking suitesparse/amd.h usability... no
checking suitesparse/amd.h presence... no
checking for suitesparse/amd.h... no
checking ufsparse/amd.h usability... no
checking ufsparse/amd.h presence... no
checking for ufsparse/amd.h... no
checking amd/amd.h usability... no
checking amd/amd.h presence... no
checking for amd/amd.h... no
checking amd.h usability... yes
checking amd.h presence... yes
checking for amd.h... yes
checking for amd_postorder in -lamd... yes
checking suitesparse/camd.h usability... no
checking suitesparse/camd.h presence... no
checking for suitesparse/camd.h... no
checking ufsparse/camd.h usability... no
checking ufsparse/camd.h presence... no
checking for ufsparse/camd.h... no
checking camd/camd.h usability... no
checking camd/camd.h presence... no
checking for camd/camd.h... no
checking camd.h usability... yes
checking camd.h presence... yes
checking for camd.h... yes
checking for camd_postorder in -lcamd... yes
checking suitesparse/colamd.h usability... no
checking suitesparse/colamd.h presence... no
checking for suitesparse/colamd.h... no
checking ufsparse/colamd.h usability... no
checking ufsparse/colamd.h presence... no
checking for ufsparse/colamd.h... no
checking colamd/colamd.h usability... no
checking colamd/colamd.h presence... no
checking for colamd/colamd.h... no
checking colamd.h usability... yes
checking colamd.h presence... yes
checking for colamd.h... yes
checking for colamd in -lcolamd... yes
checking suitesparse/ccolamd.h usability... no
checking suitesparse/ccolamd.h presence... no
checking for suitesparse/ccolamd.h... no
checking ufsparse/ccolamd.h usability... no
checking ufsparse/ccolamd.h presence... no
checking for ufsparse/ccolamd.h... no
checking ccolamd/ccolamd.h usability... no
checking ccolamd/ccolamd.h presence... no
checking for ccolamd/ccolamd.h... no
checking ccolamd.h usability... yes
checking ccolamd.h presence... yes
checking for ccolamd.h... yes
checking for ccolamd in -lccolamd... yes
checking suitesparse/cholmod.h usability... no
checking suitesparse/cholmod.h presence... no
checking for suitesparse/cholmod.h... no
checking ufsparse/cholmod.h usability... no
checking ufsparse/cholmod.h presence... no
checking for ufsparse/cholmod.h... no
checking cholmod/cholmod.h usability... no
checking cholmod/cholmod.h presence... no
checking for cholmod/cholmod.h... no
checking cholmod.h usability... yes
checking cholmod.h presence... yes
checking for cholmod.h... yes
checking for cholmod_start in -lcholmod... yes
checking suitesparse/cs.h usability... no
checking suitesparse/cs.h presence... no
checking for suitesparse/cs.h... no
checking ufsparse/cs.h usability... no
checking ufsparse/cs.h presence... no
checking for ufsparse/cs.h... no
checking cxsparse/cs.h usability... no
checking cxsparse/cs.h presence... no
checking for cxsparse/cs.h... no
checking cs.h usability... yes
checking cs.h presence... yes
checking for cs.h... yes
checking for cs_di_sqr in -lcxsparse... yes
checking whether CXSparse is version 2.2 or later... yes
checking suitesparse/umfpack.h usability... no
checking suitesparse/umfpack.h presence... no
checking for suitesparse/umfpack.h... no
checking ufsparse/umfpack.h usability... no
checking ufsparse/umfpack.h presence... no
checking for ufsparse/umfpack.h... no
checking umfpack/umfpack.h usability... no
checking umfpack/umfpack.h presence... no
checking for umfpack/umfpack.h... no
checking umfpack.h usability... yes
checking umfpack.h presence... yes
checking for umfpack.h... yes
checking for umfpack_zi_get_determinant in -lumfpack... yes
checking for SuiteSparse_time in -lsuitesparseconfig... yes
checking for UMFPACK separate complex matrix and rhs split... yes
checking for dseupd in -larpack... yes
checking whether the arpack library works... yes
checking for library containing tputs... -lncurses
checking for rl_set_keyboard_input_timeout in -lreadline... yes
checking for library containing tputs... (cached) -lncurses
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... 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 for dlfcn.h... (cached) yes
checking floatingpoint.h usability... no
checking floatingpoint.h presence... no
checking for floatingpoint.h... no
checking fpu_control.h usability... yes
checking fpu_control.h presence... yes
checking for fpu_control.h... yes
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 locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for memory.h... (cached) yes
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 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 sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
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... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.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 int64_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking for uint64_t... yes
checking for dev_t... yes
checking for ino_t... yes
checking for ptrdiff_t... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of long double... 16
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking for struct group.gr_passwd... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking whether /usr/bin/g++-5 -std=gnu++11 allows overload of char, int8_t, and uint8_t... yes
checking whether C++ supports dynamic auto arrays... yes
checking for IEEE 754 data format... yes
checking whether bit_and, bit_or, bit_xor are defined in the C++ library... yes
checking whether complex class can set components independently... yes
checking whether complex class can reference components independently... no
checking whether fast integer arithmetics is usable... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for C/C++ restrict keyword... __restrict
checking for canonicalize_file_name... yes
checking for realpath... yes
checking for readlinkat... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fcntl... yes
checking for symlink... yes
checking for fdopendir... yes
checking for mempcpy... yes
checking for btowc... yes
checking for isblank... yes
checking for iswctype... yes
checking for mbsrtowcs... yes
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... yes
checking for fstatat... yes
checking for ftruncate... yes
checking for getdtablesize... yes
checking for getlogin_r... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for getpwnam_r... yes
checking for link... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for mkfifo... yes
checking for mkostemp... yes
checking for tzset... yes
checking for openat... yes
checking for pipe... yes
checking for readlink... yes
checking for pathconf... yes
checking for secure_getenv... yes
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for setenv... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for snprintf... yes
checking for strdup... yes
checking for strndup... yes
checking for strptime... yes
checking for localtime_r... yes
checking for timegm... yes
checking for vasnprintf... no
checking for iswcntrl... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for wctype.h... yes
checking for sys/stat.h... (cached) yes
checking for netdb.h... yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for sys/cdefs.h... yes
checking for math.h... yes
checking for sys/mman.h... yes
checking for sys/select.h... (cached) yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utsname.h... yes
checking for sys/wait.h... (cached) yes
checking for features.h... yes
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... no
checking for mbstate_t... yes
checking whether frexp() can be used without linking with libm... yes
checking whether alarm is declared... yes
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... yes
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking whether lstat correctly handles trailing slash... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getcwd is declared... yes
checking whether getdtablesize is declared... yes
checking whether getlogin_r is declared... yes
checking whether getlogin is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv is declared... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for nl_langinfo and CODESET... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for ld used by /usr/bin/gcc-5... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking for pthread.h... (cached) yes
checking for pthread_kill in -lpthread... yes
checking for multithread API to use... posix
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for unsigned long long int... (cached) yes
checking for long long int... (cached) yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for a traditional french locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether <sys/select.h> is self-contained... yes
checking whether pselect is declared without a macro... yes
checking whether select is declared without a macro... yes
checking for inline... inline
checking for library containing setsockopt... none needed
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking for promoted mode_t type... mode_t
checking for sigset_t... yes
checking for long file names... yes
checking whether setenv is declared... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... yes
checking for struct tm.tm_gmtoff... yes
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether ffs is declared without a macro... yes
checking whether strcasecmp is declared without a macro... yes
checking whether strncasecmp is declared without a macro... yes
checking whether strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking whether strsignal is declared... (cached) yes
checking whether sys_siglist is declared... yes
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking whether socket is declared without a macro... yes
checking whether connect is declared without a macro... yes
checking whether accept is declared without a macro... yes
checking whether bind is declared without a macro... yes
checking whether getpeername is declared without a macro... yes
checking whether getsockname is declared without a macro... yes
checking whether getsockopt is declared without a macro... yes
checking whether listen is declared without a macro... yes
checking whether recv is declared without a macro... yes
checking whether send is declared without a macro... yes
checking whether recvfrom is declared without a macro... yes
checking whether sendto is declared without a macro... yes
checking whether setsockopt is declared without a macro... yes
checking whether shutdown is declared without a macro... yes
checking whether accept4 is declared without a macro... yes
checking for struct timespec in <time.h>... yes
checking whether unsetenv is declared... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking whether this system has an arbitrary file name length limit... yes
checking for closedir... yes
checking for d_ino member in directory struct... yes
checking for d_type member in directory struct... yes
checking whether alphasort is declared without a macro... yes
checking whether closedir is declared without a macro... yes
checking whether dirfd is declared without a macro... yes
checking whether fdopendir is declared without a macro... yes
checking whether opendir is declared without a macro... yes
checking whether readdir is declared without a macro... yes
checking whether rewinddir is declared without a macro... yes
checking whether scandir is declared without a macro... yes
checking for dirfd... yes
checking whether dirfd is declared... (cached) yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup works... yes
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking whether fdopendir is declared... (cached) yes
checking whether fdopendir works... yes
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working POSIX fnmatch... yes
checking whether frexp works... yes
checking whether frexpf can be used without linking with libm... yes
checking whether frexpf works... yes
checking for fseeko... (cached) yes
checking whether fstatat (..., 0) works... yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether getcwd handles long file names properly... yes
checking for getpagesize... yes
checking whether getcwd aborts when 4k < cwd_length < 16k... no
checking whether getdtablesize works... yes
checking for gethostname... yes
checking for HOST_NAME_MAX... yes
checking whether getlogin_r works with small buffers... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for GNU glob interface version 1... yes
checking whether glob lists broken symlinks... no
checking whether isnan(double) can be used without linking with libm... yes
checking whether link obeys POSIX... yes
checking for pthread_rwlock_t... yes
checking whether lseek detects pipes... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether acosf is declared without a macro... yes
checking whether acosl is declared without a macro... yes
checking whether asinf is declared without a macro... yes
checking whether asinl is declared without a macro... yes
checking whether atanf is declared without a macro... yes
checking whether atanl is declared without a macro... yes
checking whether cbrt is declared without a macro... yes
checking whether cbrtf is declared without a macro... yes
checking whether cbrtl is declared without a macro... yes
checking whether ceilf is declared without a macro... yes
checking whether ceill is declared without a macro... yes
checking whether copysign is declared without a macro... yes
checking whether copysignf is declared without a macro... yes
checking whether copysignl is declared without a macro... yes
checking whether cosf is declared without a macro... yes
checking whether cosl is declared without a macro... yes
checking whether coshf is declared without a macro... yes
checking whether expf is declared without a macro... yes
checking whether expl is declared without a macro... yes
checking whether exp2 is declared without a macro... yes
checking whether exp2f is declared without a macro... yes
checking whether exp2l is declared without a macro... yes
checking whether expm1 is declared without a macro... yes
checking whether expm1f is declared without a macro... yes
checking whether expm1l is declared without a macro... yes
checking whether fabsf is declared without a macro... yes
checking whether fabsl is declared without a macro... yes
checking whether floorf is declared without a macro... yes
checking whether floorl is declared without a macro... yes
checking whether fma is declared without a macro... yes
checking whether fmaf is declared without a macro... yes
checking whether fmal is declared without a macro... yes
checking whether fmod is declared without a macro... yes
checking whether fmodf is declared without a macro... yes
checking whether fmodl is declared without a macro... yes
checking whether frexpf is declared without a macro... yes
checking whether frexpl is declared without a macro... yes
checking whether hypotf is declared without a macro... yes
checking whether hypotl is declared without a macro... yes
checking whether ilogb is declared without a macro... yes
checking whether ilogbf is declared without a macro... yes
checking whether ilogbl is declared without a macro... yes
checking whether ldexpf is declared without a macro... yes
checking whether ldexpl is declared without a macro... yes
checking whether log is declared without a macro... yes
checking whether logf is declared without a macro... yes
checking whether logl is declared without a macro... yes
checking whether log10 is declared without a macro... yes
checking whether log10f is declared without a macro... yes
checking whether log10l is declared without a macro... yes
checking whether log1p is declared without a macro... yes
checking whether log1pf is declared without a macro... yes
checking whether log1pl is declared without a macro... yes
checking whether log2 is declared without a macro... yes
checking whether log2f is declared without a macro... yes
checking whether log2l is declared without a macro... yes
checking whether logb is declared without a macro... yes
checking whether logbf is declared without a macro... yes
checking whether logbl is declared without a macro... yes
checking whether modf is declared without a macro... yes
checking whether modff is declared without a macro... yes
checking whether modfl is declared without a macro... yes
checking whether powf is declared without a macro... yes
checking whether remainder is declared without a macro... yes
checking whether remainderf is declared without a macro... yes
checking whether remainderl is declared without a macro... yes
checking whether rint is declared without a macro... yes
checking whether rintf is declared without a macro... yes
checking whether rintl is declared without a macro... yes
checking whether round is declared without a macro... yes
checking whether roundf is declared without a macro... yes
checking whether roundl is declared without a macro... yes
checking whether sinf is declared without a macro... yes
checking whether sinl is declared without a macro... yes
checking whether sinhf is declared without a macro... yes
checking whether sqrtf is declared without a macro... yes
checking whether sqrtl is declared without a macro... yes
checking whether tanf is declared without a macro... yes
checking whether tanl is declared without a macro... yes
checking whether tanhf is declared without a macro... yes
checking whether trunc is declared without a macro... yes
checking whether truncf is declared without a macro... yes
checking whether truncl is declared without a macro... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbsrtowcs works... guessing yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking whether mkfifo rejects trailing slashes... yes
checking for working mktime... yes
checking for __mktime_internal... no
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... yes
checking for sched_getaffinity... yes
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... yes
checking for glibc compatible sched_getaffinity... yes
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking for putenv compatible with GNU and SVID... yes
checking for raise... yes
checking for sigprocmask... yes
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking for rewinddir... yes
checking whether rmdir works... yes
checking whether select supports a 0 argument... (cached) yes
checking whether select detects invalid fds... (cached) yes
checking whether setenv validates arguments... yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for socklen_t... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking for working stdalign.h... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... no
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether secure_getenv is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... (cached) yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strsignal... yes
checking whether strsignal always returns a string... yes
checking whether symlink handles trailing slash correctly... yes
checking whether getrusage is declared without a macro... yes
checking whether <sys/select.h> is self-contained... (cached) yes
checking whether pselect is declared without a macro... (cached) yes
checking whether select is declared without a macro... (cached) yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) yes
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) yes
checking whether futimens is declared without a macro... (cached) yes
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) yes
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) yes
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) yes
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) yes
checking for struct tms... yes
checking whether times is declared without a macro... yes
checking for struct utsname... yes
checking whether uname is declared without a macro... yes
checking whether waitpid is declared without a macro... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for timezone_t... no
checking whether tmpfile should be overridden... no
checking for uname... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... yes
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether unlink honors trailing slashes... yes
checking whether unlink of a parent directory fails as it should... guessing yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for ptrdiff_t... (cached) yes
checking for vasprintf... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for stdint.h... (cached) yes
checking for ctermid... 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 fork... yes
checking for getegid... (cached) yes
checking for geteuid... (cached) yes
checking for getgid... (cached) 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 getuid... (cached) yes
checking for isascii... yes
checking for kill... yes
checking for lgamma... yes
checking for lgammaf... yes
checking for lgamma_r... yes
checking for lgammaf_r... yes
checking for log1p... yes
checking for log1pf... yes
checking for realpath... (cached) yes
checking for resolvepath... no
checking for roundl... yes
checking for select... yes
checking for setgrent... yes
checking for setpwent... yes
checking for setsid... yes
checking for siglongjmp... yes
checking for strsignal... (cached) yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for tgammaf... yes
checking for toascii... yes
checking for umask... yes
checking for waitpid... yes
checking for _getch... no
checking for _kbhit... no
checking for modf... yes
checking for pow... yes
checking for sqrt... yes
checking for sqrtf... yes
checking whether exp2 is declared... (cached) yes
checking whether round is declared... (cached) yes
checking whether tgamma is declared... yes
checking for exp2... yes
checking for round... yes
checking for tgamma... yes
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 std::signbit in <cmath>... yes
checking for std::signbit (float variant) in <cmath>... yes
checking for finite... yes
checking for isnan... yes
checking for isinf... yes
checking for signbit... no
checking for _finite... no
checking for _isnan... no
checking whether signbit is declared... yes
checking for std::acos in <complex>... yes
checking for std::acosh in <complex>... yes
checking for std::asin in <complex>... yes
checking for std::asinh in <complex>... yes
checking for std::atan in <complex>... yes
checking for std::atanh in <complex>... 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 cbrt... yes
checking for cbrtf... yes
checking for erf... yes
checking for erff... yes
checking for erfc... yes
checking for erfcf... yes
checking for exp2f... yes
checking for hypotf... yes
checking for _hypotf... no
checking for log2... yes
checking for log2f... yes
checking for MATH DEFINES in math.h... yes
checking for getrusage... (cached) yes
checking for getpwnam... yes
checking whether closedir returns void... no
checking for struct exception in math.h... yes
checking whether sys_siglist is declared... (cached) yes
checking whether /usr/bin/gcc-5 accepts -Wall... yes
adding -Wall to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -W... yes
adding -W to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -Wformat... yes
adding -Wformat to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -Wpointer-arith... yes
adding -Wpointer-arith to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -Wmissing-prototypes... yes
adding -Wmissing-prototypes to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -Wstrict-prototypes... yes
adding -Wstrict-prototypes to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -Wwrite-strings... yes
adding -Wwrite-strings to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -Wcast-align... yes
adding -Wcast-align to WARN_CFLAGS
checking whether /usr/bin/gcc-5 accepts -Wcast-qual... yes
adding -Wcast-qual to WARN_CFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -Wall... yes
adding -Wall to WARN_CXXFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -W... yes
adding -W to WARN_CXXFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -Wold-style-cast... yes
adding -Wold-style-cast to WARN_CXXFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -Wformat... yes
adding -Wformat to WARN_CXXFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -Wpointer-arith... yes
adding -Wpointer-arith to WARN_CXXFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -Wwrite-strings... yes
adding -Wwrite-strings to WARN_CXXFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -Wcast-align... yes
adding -Wcast-align to WARN_CXXFLAGS
checking whether /usr/bin/g++-5 -std=gnu++11 accepts -Wcast-qual... yes
adding -Wcast-qual to WARN_CXXFLAGS
checking for #pragma GCC diagnostic push/pop/ignore... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build-aux/check-subst-vars.sh
config.status: creating doc/doxyhtml/Doxyfile
config.status: creating libgnu/Makefile
config.status: creating oct-conf-post.h-tmp
config.status: creating build-aux/mk-default-qt-settings.sh-tmp
config.status: creating build-aux/mk-f77-def.sh-tmp
config.status: creating build-aux/mk-mxarray-h.sh-tmp
config.status: creating build-aux/mk-version-h.sh-tmp
config.status: creating build-aux/subst-config-vals.sh-tmp
config.status: creating build-aux/subst-cross-config-vals.sh-tmp
config.status: creating build-aux/subst-default-vals.sh-tmp
config.status: creating build-aux/subst-f77-isnan-macro.sh-tmp
config.status: creating build-aux/subst-script-vals.sh-tmp
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing oct-conf-post.h commands
config.status: executing build-aux/mk-default-qt-settings.sh commands
config.status: executing build-aux/mk-f77-def.sh commands
config.status: executing build-aux/mk-mxarray-h.sh commands
config.status: executing build-aux/mk-version-h.sh commands
config.status: executing build-aux/subst-config-vals.sh commands
config.status: executing build-aux/subst-cross-config-vals.sh commands
config.status: executing build-aux/subst-default-vals.sh commands
config.status: executing build-aux/subst-f77-isnan-macro.sh commands
config.status: executing build-aux/subst-script-vals.sh commands
configure:
Octave is now configured for x86_64-pc-linux-gnu
Source directory: .
Installation prefix: /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2
C compiler: /usr/bin/gcc-5 -pthread -fopenmp -Wall -W -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT
C++ compiler: /usr/bin/g++-5 -std=gnu++11 -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT
Fortran compiler: /Users/ce/nir/.linuxbrew/bin/gfortran -Os -w -pipe -march=core2 -msse4.1
Fortran libraries: -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath
Lex libraries:
LIBS: -lm
Extra LDFLAGS:
AMD CPPFLAGS:
AMD LDFLAGS:
AMD libraries: -lamd
ARPACK CPPFLAGS:
ARPACK LDFLAGS: -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib
ARPACK libraries: -larpack
BLAS libraries: -lblas -llapack
BZ2 CPPFLAGS:
BZ2 LDFLAGS:
BZ2 libraries: -lbz2
CAMD CPPFLAGS:
CAMD LDFLAGS:
CAMD libraries: -lcamd
CARBON libraries:
CCOLAMD CPPFLAGS:
CCOLAMD LDFLAGS:
CCOLAMD libraries: -lccolamd
CHOLMOD CPPFLAGS:
CHOLMOD LDFLAGS:
CHOLMOD libraries: -lcholmod
COLAMD CPPFLAGS:
COLAMD LDFLAGS:
COLAMD libraries: -lcolamd
CURL CPPFLAGS:
CURL LDFLAGS:
CURL libraries: -lcurl
CXSPARSE CPPFLAGS:
CXSPARSE LDFLAGS:
CXSPARSE libraries: -lcxsparse
DL libraries: -ldl
FFTW3 CPPFLAGS: -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include
FFTW3 LDFLAGS: -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib
FFTW3 libraries: -lfftw3_threads -lfftw3
FFTW3F CPPFLAGS: -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include
FFTW3F LDFLAGS: -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib
FFTW3F libraries: -lfftw3f_threads -lfftw3f
FLTK CPPFLAGS: -I/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/include
FLTK LDFLAGS: -L/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/lib -Wl,-rpath,/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/lib -L/Users/ce/nir/.linuxbrew/lib64 -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -lfltk_gl -lGLU -lGL -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11
FLTK libraries:
fontconfig CPPFLAGS: -I/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/include -I/Users/ce/nir/.linuxbrew/Cellar/expat/2.2.0/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -I/Users/ce/nir/.linuxbrew/Cellar/expat/2.2.0/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16
fontconfig libraries: -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype
FreeType2 CPPFLAGS: -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16
FreeType2 libraries: -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype
GLPK CPPFLAGS:
GLPK LDFLAGS:
GLPK libraries: -lglpk
HDF5 CPPFLAGS: -I/Users/ce/nir/.linuxbrew/opt/hdf5/include
HDF5 LDFLAGS: -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib
HDF5 libraries: -lhdf5
Java home:
Java JVM path:
Java CPPFLAGS:
Java libraries:
LAPACK libraries:
LLVM CPPFLAGS:
LLVM LDFLAGS:
LLVM libraries:
Magick++ CPPFLAGS: -I/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/include/GraphicsMagick
Magick++ LDFLAGS: -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib
Magick++ libraries: -lGraphicsMagick++ -lGraphicsMagick
OPENGL libraries: -lGL -lGLU
OSMesa CPPFLAGS:
OSMesa LDFLAGS:
OSMesa libraries:
PCRE CPPFLAGS: -I/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/include
PCRE libraries: -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre
PortAudio CPPFLAGS:
PortAudio LDFLAGS:
PortAudio libraries:
PTHREAD flags: -pthread
PTHREAD libraries:
QHULL CPPFLAGS:
QHULL LDFLAGS:
QHULL libraries: -lqhull
QRUPDATE CPPFLAGS:
QRUPDATE LDFLAGS:
QRUPDATE libraries: -lqrupdate
Qt CPPFLAGS:
Qt LDFLAGS:
Qt libraries:
Qt moc:
Qt uic:
Qt rcc:
Qt lrelease:
READLINE libraries: -lreadline
Sndfile CPPFLAGS:
Sndfile LDFLAGS:
Sndfile libraries:
SuiteSparse config libraries: -lsuitesparseconfig
TERM libraries: -lncurses
UMFPACK CPPFLAGS:
UMFPACK LDFLAGS:
UMFPACK libraries: -lumfpack
X11 include flags: /Users/ce/nir/.linuxbrew/include
X11 libraries: -L/Users/ce/nir/.linuxbrew/lib64 -lX11
Z CPPFLAGS:
Z LDFLAGS:
Z libraries: -lz
Default pager: less
gnuplot: gnuplot
Build Octave Qt GUI: no
JIT compiler for loops: no
Build Java interface: no
Do internal array bounds checking: no
Build static libraries: no
Build shared libraries: yes
Dynamic Linking: yes (dlopen)
Include support for GNU readline: yes
64-bit array dims and indexing: no
OpenMP SMP multithreading: yes
Build cross tools: no
Build docs: no
Truncate intermediate FP results: yes
configure: WARNING:
I didn't find gperf, but it's only a problem if you need to
reconstruct oct-gperf.h
configure: WARNING:
I didn't find icotool, but it's only a problem if you need to
reconstruct octave-logo.ico, which is the case if you're building from
VCS sources.
configure: WARNING: building documentation disabled; make dist will fail
configure: WARNING: sndfile library not found. The audioinfo, audioread, and audiowrite functions will be disabled.
configure: WARNING: PortAudio library not found. The audioplayer, audiorecorder, and audiodevinfo functions will be disabled.
configure: WARNING: --without-OSMesa specified. Functions or features that depend on OSMesa will be disabled.
configure: WARNING: --without-qt specified. The Qt GUI will be disabled.
configure:
configure: NOTE: Libraries or auxiliary programs may be skipped if they are
configure: NOTE: not found OR if they are missing required features on your
configure: NOTE: system.
2016-10-02 08:53:24 -0400
make
all
preserving existing HG-ID file
cd libgnu && make all
GEN liboctave/operators/mx-ops.h
GEN liboctave/operators/smx-ops.h
GEN liboctave/operators/vx-ops.h
GEN liboctave/operators/mx-cdm-dm.h
GEN liboctave/operators/mx-dm-cdm.h
make[1]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
GEN liboctave/operators/mx-cs-dm.h
GEN liboctave/operators/mx-cs-m.h
GEN alloca.h
GEN configmake.h
GEN c++defs.h
GEN liboctave/operators/mx-cs-nda.h
GEN arg-nonnull.h
GEN warn-on-use.h
GEN liboctave/operators/mx-cdm-cm.h
GEN liboctave/operators/mx-cdm-m.h
GEN sys/types.h
GEN liboctave/operators/mx-cdm-s.h
GEN liboctave/operators/mx-cm-cdm.h
GEN liboctave/operators/mx-cm-dm.h
GEN sys/uio.h
GEN liboctave/operators/mx-cnda-nda.h
GEN sys/select.h
GEN liboctave/operators/mx-cm-m.h
GEN liboctave/operators/mx-cm-s.h
GEN sys/socket.h
GEN liboctave/operators/mx-cnda-s.h
GEN sys/stat.h
GEN sys/time.h
GEN liboctave/operators/mx-dm-cs.h
GEN sys/times.h
GEN liboctave/operators/mx-dm-cm.h
GEN sys/utsname.h
GEN sys/wait.h
GEN time.h
GEN unistd.h
GEN liboctave/operators/mx-m-cs.h
GEN liboctave/operators/mx-nda-cs.h
GEN wctype.h
GEN wchar.h
GEN liboctave/operators/mx-m-cdm.h
GEN dirent.h
GEN liboctave/operators/mx-m-cm.h
GEN fcntl.h
GEN glob.h
GEN liboctave/operators/mx-nda-cnda.h
GEN liboctave/operators/mx-s-cdm.h
GEN math.h
GEN signal.h
GEN stdio.h
GEN liboctave/operators/mx-s-cm.h
GEN liboctave/operators/mx-s-cnda.h
GEN stdlib.h
GEN liboctave/operators/mx-dm-m.h
GEN string.h
GEN liboctave/operators/mx-m-dm.h
GEN strings.h
GEN liboctave/operators/mx-fcdm-fdm.h
GEN liboctave/operators/mx-fdm-fcdm.h
GEN liboctave/operators/mx-fcs-fdm.h
GEN liboctave/operators/mx-fcs-fm.h
GEN sys/resource.h
GEN liboctave/operators/mx-fcs-fnda.h
GEN liboctave/operators/mx-fcdm-fcm.h
make all-recursive
GEN liboctave/operators/mx-fcdm-fm.h
GEN liboctave/operators/mx-fcdm-fs.h
GEN liboctave/operators/mx-fcm-fcdm.h
GEN liboctave/operators/mx-fcm-fdm.h
make[2]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
GEN liboctave/operators/mx-fcm-fm.h
make[3]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
CC allocator.lo
CC areadlink.lo
GEN liboctave/operators/mx-fcnda-fnda.h
CC areadlink-with-size.lo
CC base64.lo
GEN liboctave/operators/mx-fcm-fs.h
GEN liboctave/operators/mx-fcnda-fs.h
GEN liboctave/operators/mx-fdm-fcs.h
CC bitrotate.lo
CC c-ctype.lo
GEN liboctave/operators/mx-fdm-fcm.h
GEN liboctave/operators/mx-fm-fcs.h
GEN liboctave/operators/mx-fnda-fcs.h
GEN liboctave/operators/mx-fm-fcdm.h
CC canonicalize.lo
GEN liboctave/operators/mx-fm-fcm.h
GEN liboctave/operators/mx-fnda-fcnda.h
CC careadlinkat.lo
CC cloexec.lo
CC md2.lo
CC md4.lo
CC md5.lo
CC sha1.lo
GEN liboctave/operators/mx-fs-fcdm.h
CC sha256.lo
CC sha512.lo
CC dirname.lo
CC basename.lo
GEN liboctave/operators/mx-fs-fcm.h
CC dirname-lgpl.lo
GEN liboctave/operators/mx-fs-fcnda.h
GEN liboctave/operators/mx-fdm-fm.h
GEN liboctave/operators/mx-fm-fdm.h
GEN liboctave/operators/mx-pm-m.h
CC basename-lgpl.lo
GEN liboctave/operators/mx-pm-cm.h
GEN liboctave/operators/mx-m-pm.h
CC stripslash.lo
GEN liboctave/operators/mx-cm-pm.h
CC exitfail.lo
CC fd-hook.lo
GEN liboctave/operators/mx-pm-fm.h
CC file-set.lo
CC filemode.lo
CC filenamecat-lgpl.lo
CC hard-locale.lo
CC hash.lo
GEN liboctave/operators/mx-fm-pm.h
CC hash-pjw.lo
GEN liboctave/operators/mx-pm-fcm.h
CC hash-triple.lo
CC localcharset.lo
GEN liboctave/operators/mx-fcm-pm.h
GEN liboctave/operators/mx-s-i8nda.h
CC malloca.lo
CC math.lo
GEN liboctave/operators/mx-i8nda-s.h
GEN liboctave/operators/mx-s-ui8nda.h
GEN liboctave/operators/mx-ui8nda-s.h
GEN liboctave/operators/mx-s-i16nda.h
CC nproc.lo
GEN liboctave/operators/mx-i16nda-s.h
GEN liboctave/operators/mx-s-ui16nda.h
GEN liboctave/operators/mx-ui16nda-s.h
CC openat-die.lo
CC progname.lo
GEN liboctave/operators/mx-s-i32nda.h
CC same.lo
CC save-cwd.lo
GEN liboctave/operators/mx-i32nda-s.h
CC sig-handler.lo
CC sockets.lo
GEN liboctave/operators/mx-s-ui32nda.h
GEN liboctave/operators/mx-ui32nda-s.h
CC strftime.lo
GEN liboctave/operators/mx-s-i64nda.h
CC strnlen1.lo
CC sys_socket.lo
CC tempname.lo
GEN liboctave/operators/mx-i64nda-s.h
CC glthread/tls.lo
CC tmpdir.lo
CC glthread/threadlib.lo
GEN liboctave/operators/mx-s-ui64nda.h
GEN liboctave/operators/mx-ui64nda-s.h
CC u64.lo
GEN liboctave/operators/mx-fs-i8nda.h
GEN liboctave/operators/mx-i8nda-fs.h
CC unistd.lo
CC dup-safer.lo
CC fd-safer.lo
CC pipe-safer.lo
CC wctype-h.lo
CC xmalloc.lo
GEN liboctave/operators/mx-fs-ui8nda.h
GEN liboctave/operators/mx-ui8nda-fs.h
CC xalloc-die.lo
GEN liboctave/operators/mx-fs-i16nda.h
CC xgetcwd.lo
GEN liboctave/operators/mx-i16nda-fs.h
GEN liboctave/operators/mx-fs-ui16nda.h
GEN liboctave/operators/mx-ui16nda-fs.h
CC xstrndup.lo
CC xsize.lo
GEN liboctave/operators/mx-fs-i32nda.h
GEN liboctave/operators/mx-i32nda-fs.h
GEN liboctave/operators/mx-fs-ui32nda.h
CC asnprintf.lo
CC chdir-long.lo
GEN liboctave/operators/mx-ui32nda-fs.h
GEN liboctave/operators/mx-fs-i64nda.h
GEN liboctave/operators/mx-i64nda-fs.h
GEN liboctave/operators/mx-fs-ui64nda.h
CC fcntl.lo
CC glob.lo
GEN liboctave/operators/mx-ui64nda-fs.h
CC mbrtowc.lo
GEN liboctave/operators/mx-nda-i8.h
CC mktime.lo
GEN liboctave/operators/mx-i8-nda.h
GEN liboctave/operators/mx-nda-ui8.h
CC nanosleep.lo
GEN liboctave/operators/mx-ui8-nda.h
CC openat-proc.lo
CC printf-args.lo
GEN liboctave/operators/mx-nda-i16.h
CC printf-parse.lo
GEN liboctave/operators/mx-i16-nda.h
CC time_rz.lo
GEN liboctave/operators/mx-nda-ui16.h
GEN charset.alias
CC vasnprintf.lo
GEN liboctave/operators/mx-ui16-nda.h
GEN ref-add.sed
GEN ref-del.sed
CC glthread/lock.lo
GEN liboctave/operators/mx-nda-i32.h
GEN liboctave/operators/mx-i32-nda.h
GEN liboctave/operators/mx-nda-ui32.h
GEN liboctave/operators/mx-ui32-nda.h
GEN liboctave/operators/mx-nda-i64.h
GEN liboctave/operators/mx-nda-ui64.h
GEN liboctave/operators/mx-i64-nda.h
GEN liboctave/operators/mx-ui64-nda.h
GEN liboctave/operators/mx-fnda-i8.h
GEN liboctave/operators/mx-i8-fnda.h
GEN liboctave/operators/mx-fnda-ui8.h
GEN liboctave/operators/mx-ui8-fnda.h
GEN liboctave/operators/mx-fnda-i16.h
GEN liboctave/operators/mx-i16-fnda.h
GEN liboctave/operators/mx-fnda-ui16.h
GEN liboctave/operators/mx-ui16-fnda.h
GEN liboctave/operators/mx-fnda-i32.h
GEN liboctave/operators/mx-i32-fnda.h
CCLD libgnu.la
GEN liboctave/operators/mx-fnda-ui32.h
GEN liboctave/operators/mx-ui32-fnda.h
GEN liboctave/operators/mx-fnda-i64.h
GEN liboctave/operators/mx-i64-fnda.h
GEN liboctave/operators/mx-fnda-ui64.h
GEN liboctave/operators/mx-nda-i8nda.h
GEN liboctave/operators/mx-ui64-fnda.h
GEN liboctave/operators/mx-i8nda-nda.h
GEN liboctave/operators/mx-nda-ui8nda.h
GEN liboctave/operators/mx-ui8nda-nda.h
GEN liboctave/operators/mx-nda-i16nda.h
GEN liboctave/operators/mx-i16nda-nda.h
GEN liboctave/operators/mx-nda-ui16nda.h
GEN liboctave/operators/mx-ui16nda-nda.h
GEN liboctave/operators/mx-nda-i32nda.h
GEN liboctave/operators/mx-i32nda-nda.h
GEN liboctave/operators/mx-nda-ui32nda.h
GEN liboctave/operators/mx-ui32nda-nda.h
GEN liboctave/operators/mx-nda-i64nda.h
GEN liboctave/operators/mx-i64nda-nda.h
GEN liboctave/operators/mx-nda-ui64nda.h
GEN liboctave/operators/mx-ui64nda-nda.h
GEN liboctave/operators/mx-fnda-i8nda.h
GEN liboctave/operators/mx-i8nda-fnda.h
GEN liboctave/operators/mx-fnda-ui8nda.h
GEN liboctave/operators/mx-ui8nda-fnda.h
GEN liboctave/operators/mx-fnda-i16nda.h
GEN liboctave/operators/mx-i16nda-fnda.h
GEN liboctave/operators/mx-fnda-ui16nda.h
GEN liboctave/operators/mx-ui16nda-fnda.h
GEN liboctave/operators/mx-fnda-i32nda.h
GEN liboctave/operators/mx-i32nda-fnda.h
GEN liboctave/operators/mx-fnda-ui32nda.h
GEN liboctave/operators/mx-ui32nda-fnda.h
GEN liboctave/operators/mx-fnda-i64nda.h
GEN liboctave/operators/mx-i64nda-fnda.h
GEN liboctave/operators/mx-fnda-ui64nda.h
ar: `u' modifier ignored since `D' is the default (see `U')
GEN liboctave/operators/mx-ui64nda-fnda.h
GEN liboctave/operators/mx-i8nda-ui8.h
GEN liboctave/operators/mx-i8nda-i16.h
GEN liboctave/operators/mx-i8nda-ui16.h
GEN liboctave/operators/mx-i8nda-i32.h
GEN liboctave/operators/mx-i8nda-ui32.h
GEN liboctave/operators/mx-i8nda-i64.h
GEN liboctave/operators/mx-i8nda-ui64.h
GEN liboctave/operators/mx-i16nda-i8.h
GEN liboctave/operators/mx-i16nda-ui8.h
GEN liboctave/operators/mx-i16nda-ui16.h
GEN liboctave/operators/mx-i16nda-i32.h
GEN liboctave/operators/mx-i16nda-ui32.h
GEN liboctave/operators/mx-i16nda-i64.h
GEN liboctave/operators/mx-i16nda-ui64.h
make[3]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
GEN liboctave/operators/mx-i32nda-i8.h
make[2]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[1]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
GEN liboctave/operators/mx-i32nda-ui8.h
GEN liboctave/operators/mx-i32nda-i16.h
GEN liboctave/operators/mx-i32nda-ui16.h
GEN liboctave/operators/mx-i32nda-ui32.h
GEN liboctave/operators/mx-i32nda-i64.h
GEN liboctave/operators/mx-i32nda-ui64.h
GEN liboctave/operators/mx-i64nda-i8.h
GEN liboctave/operators/mx-i64nda-ui8.h
GEN liboctave/operators/mx-i64nda-i16.h
GEN liboctave/operators/mx-i64nda-ui16.h
GEN liboctave/operators/mx-i64nda-i32.h
GEN liboctave/operators/mx-i64nda-ui32.h
GEN liboctave/operators/mx-i64nda-ui64.h
GEN liboctave/operators/mx-ui8nda-i8.h
GEN liboctave/operators/mx-ui8nda-i16.h
GEN liboctave/operators/mx-ui8nda-ui16.h
GEN liboctave/operators/mx-ui8nda-i32.h
GEN liboctave/operators/mx-ui8nda-ui32.h
GEN liboctave/operators/mx-ui8nda-i64.h
GEN liboctave/operators/mx-ui8nda-ui64.h
GEN liboctave/operators/mx-ui16nda-i8.h
GEN liboctave/operators/mx-ui16nda-ui8.h
GEN liboctave/operators/mx-ui16nda-i16.h
GEN liboctave/operators/mx-ui16nda-i32.h
GEN liboctave/operators/mx-ui16nda-ui32.h
GEN liboctave/operators/mx-ui16nda-i64.h
GEN liboctave/operators/mx-ui16nda-ui64.h
GEN liboctave/operators/mx-ui32nda-i8.h
GEN liboctave/operators/mx-ui32nda-ui8.h
GEN liboctave/operators/mx-ui32nda-i16.h
GEN liboctave/operators/mx-ui32nda-ui16.h
GEN liboctave/operators/mx-ui32nda-i32.h
GEN liboctave/operators/mx-ui32nda-i64.h
GEN liboctave/operators/mx-ui32nda-ui64.h
GEN liboctave/operators/mx-ui64nda-i8.h
GEN liboctave/operators/mx-ui64nda-ui8.h
GEN liboctave/operators/mx-ui64nda-i16.h
GEN liboctave/operators/mx-ui64nda-ui16.h
GEN liboctave/operators/mx-ui64nda-i32.h
GEN liboctave/operators/mx-ui64nda-ui32.h
GEN liboctave/operators/mx-ui64nda-i64.h
GEN liboctave/operators/mx-i8-ui8nda.h
GEN liboctave/operators/mx-i8-i16nda.h
GEN liboctave/operators/mx-i8-ui16nda.h
GEN liboctave/operators/mx-i8-i32nda.h
GEN liboctave/operators/mx-i8-ui32nda.h
GEN liboctave/operators/mx-i8-i64nda.h
GEN liboctave/operators/mx-i8-ui64nda.h
GEN liboctave/operators/mx-i16-i8nda.h
GEN liboctave/operators/mx-i16-ui8nda.h
GEN liboctave/operators/mx-i16-ui16nda.h
GEN liboctave/operators/mx-i16-i32nda.h
GEN liboctave/operators/mx-i16-ui32nda.h
GEN liboctave/operators/mx-i16-i64nda.h
GEN liboctave/operators/mx-i16-ui64nda.h
GEN liboctave/operators/mx-i32-i8nda.h
GEN liboctave/operators/mx-i32-ui8nda.h
GEN liboctave/operators/mx-i32-i16nda.h
GEN liboctave/operators/mx-i32-ui16nda.h
GEN liboctave/operators/mx-i32-ui32nda.h
GEN liboctave/operators/mx-i32-i64nda.h
GEN liboctave/operators/mx-i32-ui64nda.h
GEN liboctave/operators/mx-i64-i8nda.h
GEN liboctave/operators/mx-i64-ui8nda.h
GEN liboctave/operators/mx-i64-i16nda.h
GEN liboctave/operators/mx-i64-ui16nda.h
GEN liboctave/operators/mx-i64-i32nda.h
GEN liboctave/operators/mx-i64-ui32nda.h
GEN liboctave/operators/mx-i64-ui64nda.h
GEN liboctave/operators/mx-ui8-i8nda.h
GEN liboctave/operators/mx-ui8-i16nda.h
GEN liboctave/operators/mx-ui8-ui16nda.h
GEN liboctave/operators/mx-ui8-i32nda.h
GEN liboctave/operators/mx-ui8-ui32nda.h
GEN liboctave/operators/mx-ui8-i64nda.h
GEN liboctave/operators/mx-ui8-ui64nda.h
GEN liboctave/operators/mx-ui16-i8nda.h
GEN liboctave/operators/mx-ui16-ui8nda.h
GEN liboctave/operators/mx-ui16-i16nda.h
GEN liboctave/operators/mx-ui16-i32nda.h
GEN liboctave/operators/mx-ui16-ui32nda.h
GEN liboctave/operators/mx-ui16-i64nda.h
GEN liboctave/operators/mx-ui16-ui64nda.h
GEN liboctave/operators/mx-ui32-i8nda.h
GEN liboctave/operators/mx-ui32-ui8nda.h
GEN liboctave/operators/mx-ui32-i16nda.h
GEN liboctave/operators/mx-ui32-ui16nda.h
GEN liboctave/operators/mx-ui32-i32nda.h
GEN liboctave/operators/mx-ui32-i64nda.h
GEN liboctave/operators/mx-ui32-ui64nda.h
GEN liboctave/operators/mx-ui64-i8nda.h
GEN liboctave/operators/mx-ui64-ui8nda.h
GEN liboctave/operators/mx-ui64-i16nda.h
GEN liboctave/operators/mx-ui64-ui16nda.h
GEN liboctave/operators/mx-ui64-i32nda.h
GEN liboctave/operators/mx-ui64-ui32nda.h
GEN liboctave/operators/mx-ui64-i64nda.h
GEN liboctave/operators/mx-i8nda-ui8nda.h
GEN liboctave/operators/mx-i8nda-i16nda.h
GEN liboctave/operators/mx-i8nda-ui16nda.h
GEN liboctave/operators/mx-i8nda-i32nda.h
GEN liboctave/operators/mx-i8nda-ui32nda.h
GEN liboctave/operators/mx-i8nda-i64nda.h
GEN liboctave/operators/mx-i8nda-ui64nda.h
GEN liboctave/operators/mx-i16nda-i8nda.h
GEN liboctave/operators/mx-i16nda-ui8nda.h
GEN liboctave/operators/mx-i16nda-ui16nda.h
GEN liboctave/operators/mx-i16nda-i32nda.h
GEN liboctave/operators/mx-i16nda-ui32nda.h
GEN liboctave/operators/mx-i16nda-i64nda.h
GEN liboctave/operators/mx-i16nda-ui64nda.h
GEN liboctave/operators/mx-i32nda-i8nda.h
GEN liboctave/operators/mx-i32nda-ui8nda.h
GEN liboctave/operators/mx-i32nda-i16nda.h
GEN liboctave/operators/mx-i32nda-ui16nda.h
GEN liboctave/operators/mx-i32nda-ui32nda.h
GEN liboctave/operators/mx-i32nda-i64nda.h
GEN liboctave/operators/mx-i32nda-ui64nda.h
GEN liboctave/operators/mx-i64nda-i8nda.h
GEN liboctave/operators/mx-i64nda-ui8nda.h
GEN liboctave/operators/mx-i64nda-i16nda.h
GEN liboctave/operators/mx-i64nda-ui16nda.h
GEN liboctave/operators/mx-i64nda-i32nda.h
GEN liboctave/operators/mx-i64nda-ui32nda.h
GEN liboctave/operators/mx-i64nda-ui64nda.h
GEN liboctave/operators/mx-ui8nda-i8nda.h
GEN liboctave/operators/mx-ui8nda-i16nda.h
GEN liboctave/operators/mx-ui8nda-ui16nda.h
GEN liboctave/operators/mx-ui8nda-i32nda.h
GEN liboctave/operators/mx-ui8nda-ui32nda.h
GEN liboctave/operators/mx-ui8nda-i64nda.h
GEN liboctave/operators/mx-ui8nda-ui64nda.h
GEN liboctave/operators/mx-ui16nda-i8nda.h
GEN liboctave/operators/mx-ui16nda-ui8nda.h
GEN liboctave/operators/mx-ui16nda-i16nda.h
GEN liboctave/operators/mx-ui16nda-i32nda.h
GEN liboctave/operators/mx-ui16nda-ui32nda.h
GEN liboctave/operators/mx-ui16nda-i64nda.h
GEN liboctave/operators/mx-ui16nda-ui64nda.h
GEN liboctave/operators/mx-ui32nda-i8nda.h
GEN liboctave/operators/mx-ui32nda-ui8nda.h
GEN liboctave/operators/mx-ui32nda-i16nda.h
GEN liboctave/operators/mx-ui32nda-ui16nda.h
GEN liboctave/operators/mx-ui32nda-i32nda.h
GEN liboctave/operators/mx-ui32nda-i64nda.h
GEN liboctave/operators/mx-ui32nda-ui64nda.h
GEN liboctave/operators/mx-ui64nda-i8nda.h
GEN liboctave/operators/mx-ui64nda-ui8nda.h
GEN liboctave/operators/mx-ui64nda-i16nda.h
GEN liboctave/operators/mx-ui64nda-ui16nda.h
GEN liboctave/operators/mx-ui64nda-i32nda.h
GEN liboctave/operators/mx-ui64nda-ui32nda.h
GEN liboctave/operators/mx-ui64nda-i64nda.h
GEN liboctave/operators/vx-ccv-cv.h
GEN liboctave/operators/vx-ccv-s.h
GEN liboctave/operators/vx-crv-rv.h
GEN liboctave/operators/vx-crv-s.h
GEN liboctave/operators/vx-cs-cv.h
GEN liboctave/operators/vx-cs-rv.h
GEN liboctave/operators/vx-cv-ccv.h
GEN liboctave/operators/vx-cv-cs.h
GEN liboctave/operators/vx-rv-crv.h
GEN liboctave/operators/vx-rv-cs.h
GEN liboctave/operators/vx-s-ccv.h
GEN liboctave/operators/vx-s-crv.h
GEN liboctave/operators/vx-fccv-fcv.h
GEN liboctave/operators/vx-fccv-fs.h
GEN liboctave/operators/vx-fcrv-frv.h
GEN liboctave/operators/vx-fcrv-fs.h
GEN liboctave/operators/vx-fcs-fcv.h
GEN liboctave/operators/vx-fcs-frv.h
GEN liboctave/operators/vx-fcv-fccv.h
GEN liboctave/operators/vx-fcv-fcs.h
GEN liboctave/operators/vx-frv-fcrv.h
GEN liboctave/operators/vx-frv-fcs.h
GEN liboctave/operators/vx-fs-fccv.h
GEN liboctave/operators/vx-fs-fcrv.h
GEN liboctave/operators/smx-sm-cs.h
GEN liboctave/operators/smx-cs-sm.h
GEN liboctave/operators/smx-scm-s.h
GEN liboctave/operators/smx-s-scm.h
GEN liboctave/operators/smx-scm-sm.h
GEN liboctave/operators/smx-sm-scm.h
GEN liboctave/operators/smx-m-sm.h
GEN liboctave/operators/smx-m-scm.h
GEN liboctave/operators/smx-cm-sm.h
GEN liboctave/operators/smx-cm-scm.h
GEN liboctave/operators/smx-sm-m.h
GEN liboctave/operators/smx-scm-m.h
GEN liboctave/operators/smx-sm-cm.h
GEN liboctave/operators/smx-scm-cm.h
GEN liboctave/operators/smx-bm-sbm.h
GEN liboctave/operators/smx-sbm-bm.h
GEN liboctave/numeric/DASPK-opts.h
GEN liboctave/numeric/DASRT-opts.h
GEN liboctave/numeric/DASSL-opts.h
GEN liboctave/numeric/LSODE-opts.h
GEN liboctave/numeric/Quad-opts.h
GEN liboctave/operators/mx-cdm-dm.cc
GEN liboctave/operators/mx-dm-cdm.cc
GEN liboctave/operators/mx-cs-dm.cc
GEN liboctave/operators/mx-cs-m.cc
GEN liboctave/operators/mx-cs-nda.cc
GEN liboctave/operators/mx-cdm-cm.cc
GEN liboctave/operators/mx-cdm-m.cc
GEN liboctave/operators/mx-cdm-s.cc
GEN liboctave/operators/mx-cm-cdm.cc
GEN liboctave/operators/mx-cm-dm.cc
GEN liboctave/operators/mx-cm-m.cc
GEN liboctave/operators/mx-cnda-nda.cc
GEN liboctave/operators/mx-cm-s.cc
GEN liboctave/operators/mx-cnda-s.cc
GEN liboctave/operators/mx-dm-cs.cc
GEN liboctave/operators/mx-dm-cm.cc
GEN liboctave/operators/mx-m-cs.cc
GEN liboctave/operators/mx-nda-cs.cc
GEN liboctave/operators/mx-m-cdm.cc
GEN liboctave/operators/mx-m-cm.cc
GEN liboctave/operators/mx-nda-cnda.cc
GEN liboctave/operators/mx-s-cdm.cc
GEN liboctave/operators/mx-s-cm.cc
GEN liboctave/operators/mx-s-cnda.cc
GEN liboctave/operators/mx-dm-m.cc
GEN liboctave/operators/mx-m-dm.cc
GEN liboctave/operators/mx-fcdm-fdm.cc
GEN liboctave/operators/mx-fdm-fcdm.cc
GEN liboctave/operators/mx-fcs-fdm.cc
GEN liboctave/operators/mx-fcs-fm.cc
GEN liboctave/operators/mx-fcs-fnda.cc
GEN liboctave/operators/mx-fcdm-fcm.cc
GEN liboctave/operators/mx-fcdm-fm.cc
GEN liboctave/operators/mx-fcdm-fs.cc
GEN liboctave/operators/mx-fcm-fcdm.cc
GEN liboctave/operators/mx-fcm-fdm.cc
GEN liboctave/operators/mx-fcm-fm.cc
GEN liboctave/operators/mx-fcnda-fnda.cc
GEN liboctave/operators/mx-fcm-fs.cc
GEN liboctave/operators/mx-fcnda-fs.cc
GEN liboctave/operators/mx-fdm-fcs.cc
GEN liboctave/operators/mx-fdm-fcm.cc
GEN liboctave/operators/mx-fm-fcs.cc
GEN liboctave/operators/mx-fnda-fcs.cc
GEN liboctave/operators/mx-fm-fcdm.cc
GEN liboctave/operators/mx-fm-fcm.cc
GEN liboctave/operators/mx-fnda-fcnda.cc
GEN liboctave/operators/mx-fs-fcdm.cc
GEN liboctave/operators/mx-fs-fcm.cc
GEN liboctave/operators/mx-fs-fcnda.cc
GEN liboctave/operators/mx-fdm-fm.cc
GEN liboctave/operators/mx-fm-fdm.cc
GEN liboctave/operators/mx-pm-m.cc
GEN liboctave/operators/mx-m-pm.cc
GEN liboctave/operators/mx-pm-cm.cc
GEN liboctave/operators/mx-cm-pm.cc
GEN liboctave/operators/mx-pm-fm.cc
GEN liboctave/operators/mx-fm-pm.cc
GEN liboctave/operators/mx-pm-fcm.cc
GEN liboctave/operators/mx-fcm-pm.cc
GEN liboctave/operators/mx-s-i8nda.cc
GEN liboctave/operators/mx-i8nda-s.cc
GEN liboctave/operators/mx-s-ui8nda.cc
GEN liboctave/operators/mx-ui8nda-s.cc
GEN liboctave/operators/mx-s-i16nda.cc
GEN liboctave/operators/mx-i16nda-s.cc
GEN liboctave/operators/mx-s-ui16nda.cc
GEN liboctave/operators/mx-ui16nda-s.cc
GEN liboctave/operators/mx-s-i32nda.cc
GEN liboctave/operators/mx-i32nda-s.cc
GEN liboctave/operators/mx-s-ui32nda.cc
GEN liboctave/operators/mx-ui32nda-s.cc
GEN liboctave/operators/mx-s-i64nda.cc
GEN liboctave/operators/mx-i64nda-s.cc
GEN liboctave/operators/mx-s-ui64nda.cc
GEN liboctave/operators/mx-ui64nda-s.cc
GEN liboctave/operators/mx-fs-i8nda.cc
GEN liboctave/operators/mx-i8nda-fs.cc
GEN liboctave/operators/mx-fs-ui8nda.cc
GEN liboctave/operators/mx-ui8nda-fs.cc
GEN liboctave/operators/mx-fs-i16nda.cc
GEN liboctave/operators/mx-i16nda-fs.cc
GEN liboctave/operators/mx-fs-ui16nda.cc
GEN liboctave/operators/mx-ui16nda-fs.cc
GEN liboctave/operators/mx-fs-i32nda.cc
GEN liboctave/operators/mx-i32nda-fs.cc
GEN liboctave/operators/mx-fs-ui32nda.cc
GEN liboctave/operators/mx-ui32nda-fs.cc
GEN liboctave/operators/mx-fs-i64nda.cc
GEN liboctave/operators/mx-i64nda-fs.cc
GEN liboctave/operators/mx-fs-ui64nda.cc
GEN liboctave/operators/mx-ui64nda-fs.cc
GEN liboctave/operators/mx-nda-i8.cc
GEN liboctave/operators/mx-i8-nda.cc
GEN liboctave/operators/mx-nda-ui8.cc
GEN liboctave/operators/mx-ui8-nda.cc
GEN liboctave/operators/mx-nda-i16.cc
GEN liboctave/operators/mx-i16-nda.cc
GEN liboctave/operators/mx-nda-ui16.cc
GEN liboctave/operators/mx-ui16-nda.cc
GEN liboctave/operators/mx-nda-i32.cc
GEN liboctave/operators/mx-i32-nda.cc
GEN liboctave/operators/mx-nda-ui32.cc
GEN liboctave/operators/mx-ui32-nda.cc
GEN liboctave/operators/mx-nda-i64.cc
GEN liboctave/operators/mx-i64-nda.cc
GEN liboctave/operators/mx-nda-ui64.cc
GEN liboctave/operators/mx-ui64-nda.cc
GEN liboctave/operators/mx-fnda-i8.cc
GEN liboctave/operators/mx-i8-fnda.cc
GEN liboctave/operators/mx-fnda-ui8.cc
GEN liboctave/operators/mx-ui8-fnda.cc
GEN liboctave/operators/mx-fnda-i16.cc
GEN liboctave/operators/mx-i16-fnda.cc
GEN liboctave/operators/mx-fnda-ui16.cc
GEN liboctave/operators/mx-ui16-fnda.cc
GEN liboctave/operators/mx-fnda-i32.cc
GEN liboctave/operators/mx-i32-fnda.cc
GEN liboctave/operators/mx-fnda-ui32.cc
GEN liboctave/operators/mx-ui32-fnda.cc
GEN liboctave/operators/mx-fnda-i64.cc
GEN liboctave/operators/mx-i64-fnda.cc
GEN liboctave/operators/mx-fnda-ui64.cc
GEN liboctave/operators/mx-ui64-fnda.cc
GEN liboctave/operators/mx-nda-i8nda.cc
GEN liboctave/operators/mx-i8nda-nda.cc
GEN liboctave/operators/mx-nda-ui8nda.cc
GEN liboctave/operators/mx-ui8nda-nda.cc
GEN liboctave/operators/mx-nda-i16nda.cc
GEN liboctave/operators/mx-i16nda-nda.cc
GEN liboctave/operators/mx-nda-ui16nda.cc
GEN liboctave/operators/mx-ui16nda-nda.cc
GEN liboctave/operators/mx-nda-i32nda.cc
GEN liboctave/operators/mx-i32nda-nda.cc
GEN liboctave/operators/mx-nda-ui32nda.cc
GEN liboctave/operators/mx-ui32nda-nda.cc
GEN liboctave/operators/mx-nda-i64nda.cc
GEN liboctave/operators/mx-i64nda-nda.cc
GEN liboctave/operators/mx-nda-ui64nda.cc
GEN liboctave/operators/mx-ui64nda-nda.cc
GEN liboctave/operators/mx-fnda-i8nda.cc
GEN liboctave/operators/mx-i8nda-fnda.cc
GEN liboctave/operators/mx-fnda-ui8nda.cc
GEN liboctave/operators/mx-ui8nda-fnda.cc
GEN liboctave/operators/mx-fnda-i16nda.cc
GEN liboctave/operators/mx-i16nda-fnda.cc
GEN liboctave/operators/mx-fnda-ui16nda.cc
GEN liboctave/operators/mx-ui16nda-fnda.cc
GEN liboctave/operators/mx-fnda-i32nda.cc
GEN liboctave/operators/mx-i32nda-fnda.cc
GEN liboctave/operators/mx-fnda-ui32nda.cc
GEN liboctave/operators/mx-ui32nda-fnda.cc
GEN liboctave/operators/mx-fnda-i64nda.cc
GEN liboctave/operators/mx-i64nda-fnda.cc
GEN liboctave/operators/mx-fnda-ui64nda.cc
GEN liboctave/operators/mx-ui64nda-fnda.cc
GEN liboctave/operators/mx-i8nda-ui8.cc
GEN liboctave/operators/mx-i8nda-i16.cc
GEN liboctave/operators/mx-i8nda-ui16.cc
GEN liboctave/operators/mx-i8nda-i32.cc
GEN liboctave/operators/mx-i8nda-ui32.cc
GEN liboctave/operators/mx-i8nda-i64.cc
GEN liboctave/operators/mx-i8nda-ui64.cc
GEN liboctave/operators/mx-i16nda-i8.cc
GEN liboctave/operators/mx-i16nda-ui8.cc
GEN liboctave/operators/mx-i16nda-ui16.cc
GEN liboctave/operators/mx-i16nda-i32.cc
GEN liboctave/operators/mx-i16nda-ui32.cc
GEN liboctave/operators/mx-i16nda-i64.cc
GEN liboctave/operators/mx-i16nda-ui64.cc
GEN liboctave/operators/mx-i32nda-i8.cc
GEN liboctave/operators/mx-i32nda-ui8.cc
GEN liboctave/operators/mx-i32nda-i16.cc
GEN liboctave/operators/mx-i32nda-ui16.cc
GEN liboctave/operators/mx-i32nda-ui32.cc
GEN liboctave/operators/mx-i32nda-i64.cc
GEN liboctave/operators/mx-i32nda-ui64.cc
GEN liboctave/operators/mx-i64nda-i8.cc
GEN liboctave/operators/mx-i64nda-ui8.cc
GEN liboctave/operators/mx-i64nda-i16.cc
GEN liboctave/operators/mx-i64nda-ui16.cc
GEN liboctave/operators/mx-i64nda-i32.cc
GEN liboctave/operators/mx-i64nda-ui32.cc
GEN liboctave/operators/mx-i64nda-ui64.cc
GEN liboctave/operators/mx-ui8nda-i8.cc
GEN liboctave/operators/mx-ui8nda-i16.cc
GEN liboctave/operators/mx-ui8nda-ui16.cc
GEN liboctave/operators/mx-ui8nda-i32.cc
GEN liboctave/operators/mx-ui8nda-ui32.cc
GEN liboctave/operators/mx-ui8nda-i64.cc
GEN liboctave/operators/mx-ui8nda-ui64.cc
GEN liboctave/operators/mx-ui16nda-i8.cc
GEN liboctave/operators/mx-ui16nda-ui8.cc
GEN liboctave/operators/mx-ui16nda-i16.cc
GEN liboctave/operators/mx-ui16nda-i32.cc
GEN liboctave/operators/mx-ui16nda-ui32.cc
GEN liboctave/operators/mx-ui16nda-i64.cc
GEN liboctave/operators/mx-ui16nda-ui64.cc
GEN liboctave/operators/mx-ui32nda-i8.cc
GEN liboctave/operators/mx-ui32nda-ui8.cc
GEN liboctave/operators/mx-ui32nda-i16.cc
GEN liboctave/operators/mx-ui32nda-ui16.cc
GEN liboctave/operators/mx-ui32nda-i32.cc
GEN liboctave/operators/mx-ui32nda-i64.cc
GEN liboctave/operators/mx-ui32nda-ui64.cc
GEN liboctave/operators/mx-ui64nda-i8.cc
GEN liboctave/operators/mx-ui64nda-ui8.cc
GEN liboctave/operators/mx-ui64nda-i16.cc
GEN liboctave/operators/mx-ui64nda-ui16.cc
GEN liboctave/operators/mx-ui64nda-i32.cc
GEN liboctave/operators/mx-ui64nda-ui32.cc
GEN liboctave/operators/mx-ui64nda-i64.cc
GEN liboctave/operators/mx-i8-ui8nda.cc
GEN liboctave/operators/mx-i8-i16nda.cc
GEN liboctave/operators/mx-i8-ui16nda.cc
GEN liboctave/operators/mx-i8-i32nda.cc
GEN liboctave/operators/mx-i8-ui32nda.cc
GEN liboctave/operators/mx-i8-i64nda.cc
GEN liboctave/operators/mx-i8-ui64nda.cc
GEN liboctave/operators/mx-i16-i8nda.cc
GEN liboctave/operators/mx-i16-ui8nda.cc
GEN liboctave/operators/mx-i16-ui16nda.cc
GEN liboctave/operators/mx-i16-i32nda.cc
GEN liboctave/operators/mx-i16-ui32nda.cc
GEN liboctave/operators/mx-i16-i64nda.cc
GEN liboctave/operators/mx-i16-ui64nda.cc
GEN liboctave/operators/mx-i32-i8nda.cc
GEN liboctave/operators/mx-i32-ui8nda.cc
GEN liboctave/operators/mx-i32-i16nda.cc
GEN liboctave/operators/mx-i32-ui16nda.cc
GEN liboctave/operators/mx-i32-ui32nda.cc
GEN liboctave/operators/mx-i32-i64nda.cc
GEN liboctave/operators/mx-i32-ui64nda.cc
GEN liboctave/operators/mx-i64-i8nda.cc
GEN liboctave/operators/mx-i64-ui8nda.cc
GEN liboctave/operators/mx-i64-i16nda.cc
GEN liboctave/operators/mx-i64-ui16nda.cc
GEN liboctave/operators/mx-i64-i32nda.cc
GEN liboctave/operators/mx-i64-ui32nda.cc
GEN liboctave/operators/mx-i64-ui64nda.cc
GEN liboctave/operators/mx-ui8-i8nda.cc
GEN liboctave/operators/mx-ui8-i16nda.cc
GEN liboctave/operators/mx-ui8-ui16nda.cc
GEN liboctave/operators/mx-ui8-i32nda.cc
GEN liboctave/operators/mx-ui16-i8nda.cc
GEN liboctave/operators/mx-ui8-ui32nda.cc
GEN liboctave/operators/mx-ui8-i64nda.cc
GEN liboctave/operators/mx-ui8-ui64nda.cc
GEN liboctave/operators/mx-ui16-ui8nda.cc
GEN liboctave/operators/mx-ui16-i16nda.cc
GEN liboctave/operators/mx-ui16-i32nda.cc
GEN liboctave/operators/mx-ui16-ui32nda.cc
GEN liboctave/operators/mx-ui16-i64nda.cc
GEN liboctave/operators/mx-ui16-ui64nda.cc
GEN liboctave/operators/mx-ui32-i8nda.cc
GEN liboctave/operators/mx-ui32-ui8nda.cc
GEN liboctave/operators/mx-ui32-i16nda.cc
GEN liboctave/operators/mx-ui32-ui16nda.cc
GEN liboctave/operators/mx-ui32-i32nda.cc
GEN liboctave/operators/mx-ui32-i64nda.cc
GEN liboctave/operators/mx-ui32-ui64nda.cc
GEN liboctave/operators/mx-ui64-i8nda.cc
GEN liboctave/operators/mx-ui64-ui8nda.cc
GEN liboctave/operators/mx-ui64-i16nda.cc
GEN liboctave/operators/mx-ui64-ui16nda.cc
GEN liboctave/operators/mx-ui64-i32nda.cc
GEN liboctave/operators/mx-ui64-ui32nda.cc
GEN liboctave/operators/mx-ui64-i64nda.cc
GEN liboctave/operators/mx-i8nda-ui8nda.cc
GEN liboctave/operators/mx-i8nda-i16nda.cc
GEN liboctave/operators/mx-i8nda-ui16nda.cc
GEN liboctave/operators/mx-i8nda-i32nda.cc
GEN liboctave/operators/mx-i8nda-ui32nda.cc
GEN liboctave/operators/mx-i8nda-i64nda.cc
GEN liboctave/operators/mx-i8nda-ui64nda.cc
GEN liboctave/operators/mx-i16nda-i8nda.cc
GEN liboctave/operators/mx-i16nda-ui8nda.cc
GEN liboctave/operators/mx-i16nda-ui16nda.cc
GEN liboctave/operators/mx-i16nda-i32nda.cc
GEN liboctave/operators/mx-i16nda-ui32nda.cc
GEN liboctave/operators/mx-i16nda-i64nda.cc
GEN liboctave/operators/mx-i16nda-ui64nda.cc
GEN liboctave/operators/mx-i32nda-i8nda.cc
GEN liboctave/operators/mx-i32nda-ui8nda.cc
GEN liboctave/operators/mx-i32nda-i16nda.cc
GEN liboctave/operators/mx-i32nda-ui16nda.cc
GEN liboctave/operators/mx-i32nda-ui32nda.cc
GEN liboctave/operators/mx-i32nda-i64nda.cc
GEN liboctave/operators/mx-i32nda-ui64nda.cc
GEN liboctave/operators/mx-i64nda-i8nda.cc
GEN liboctave/operators/mx-i64nda-ui8nda.cc
GEN liboctave/operators/mx-i64nda-i16nda.cc
GEN liboctave/operators/mx-i64nda-ui16nda.cc
GEN liboctave/operators/mx-i64nda-i32nda.cc
GEN liboctave/operators/mx-i64nda-ui32nda.cc
GEN liboctave/operators/mx-i64nda-ui64nda.cc
GEN liboctave/operators/mx-ui8nda-i8nda.cc
GEN liboctave/operators/mx-ui8nda-i16nda.cc
GEN liboctave/operators/mx-ui8nda-ui16nda.cc
GEN liboctave/operators/mx-ui8nda-i32nda.cc
GEN liboctave/operators/mx-ui8nda-ui32nda.cc
GEN liboctave/operators/mx-ui8nda-i64nda.cc
GEN liboctave/operators/mx-ui8nda-ui64nda.cc
GEN liboctave/operators/mx-ui16nda-i8nda.cc
GEN liboctave/operators/mx-ui16nda-ui8nda.cc
GEN liboctave/operators/mx-ui16nda-i16nda.cc
GEN liboctave/operators/mx-ui16nda-i32nda.cc
GEN liboctave/operators/mx-ui16nda-i64nda.cc
GEN liboctave/operators/mx-ui16nda-ui32nda.cc
GEN liboctave/operators/mx-ui16nda-ui64nda.cc
GEN liboctave/operators/mx-ui32nda-i8nda.cc
GEN liboctave/operators/mx-ui32nda-ui8nda.cc
GEN liboctave/operators/mx-ui32nda-i16nda.cc
GEN liboctave/operators/mx-ui32nda-ui16nda.cc
GEN liboctave/operators/mx-ui32nda-i32nda.cc
GEN liboctave/operators/mx-ui32nda-i64nda.cc
GEN liboctave/operators/mx-ui32nda-ui64nda.cc
GEN liboctave/operators/mx-ui64nda-ui8nda.cc
GEN liboctave/operators/mx-ui64nda-i8nda.cc
GEN liboctave/operators/mx-ui64nda-i16nda.cc
GEN liboctave/operators/mx-ui64nda-ui16nda.cc
GEN liboctave/operators/mx-ui64nda-i32nda.cc
GEN liboctave/operators/mx-ui64nda-ui32nda.cc
GEN liboctave/operators/mx-ui64nda-i64nda.cc
GEN liboctave/operators/vx-ccv-cv.cc
GEN liboctave/operators/vx-ccv-s.cc
GEN liboctave/operators/vx-crv-rv.cc
GEN liboctave/operators/vx-crv-s.cc
GEN liboctave/operators/vx-cs-cv.cc
GEN liboctave/operators/vx-cs-rv.cc
GEN liboctave/operators/vx-cv-ccv.cc
GEN liboctave/operators/vx-cv-cs.cc
GEN liboctave/operators/vx-rv-crv.cc
GEN liboctave/operators/vx-rv-cs.cc
GEN liboctave/operators/vx-s-ccv.cc
GEN liboctave/operators/vx-s-crv.cc
GEN liboctave/operators/vx-fccv-fcv.cc
GEN liboctave/operators/vx-fccv-fs.cc
GEN liboctave/operators/vx-fcrv-frv.cc
GEN liboctave/operators/vx-fcrv-fs.cc
GEN liboctave/operators/vx-fcs-fcv.cc
GEN liboctave/operators/vx-fcs-frv.cc
GEN liboctave/operators/vx-fcv-fccv.cc
GEN liboctave/operators/vx-fcv-fcs.cc
GEN liboctave/operators/vx-frv-fcrv.cc
GEN liboctave/operators/vx-frv-fcs.cc
GEN liboctave/operators/vx-fs-fccv.cc
GEN liboctave/operators/vx-fs-fcrv.cc
GEN liboctave/operators/smx-sm-cs.cc
GEN liboctave/operators/smx-cs-sm.cc
GEN liboctave/operators/smx-scm-s.cc
GEN liboctave/operators/smx-s-scm.cc
GEN liboctave/operators/smx-scm-sm.cc
GEN liboctave/operators/smx-sm-scm.cc
GEN liboctave/operators/smx-m-sm.cc
GEN liboctave/operators/smx-m-scm.cc
GEN liboctave/operators/smx-cm-sm.cc
GEN liboctave/operators/smx-cm-scm.cc
GEN liboctave/operators/smx-sm-m.cc
GEN liboctave/operators/smx-scm-m.cc
GEN liboctave/operators/smx-sm-cm.cc
GEN liboctave/operators/smx-scm-cm.cc
GEN liboctave/operators/smx-bm-sbm.cc
GEN liboctave/operators/smx-sbm-bm.cc
GEN libinterp/corefcn/.octave-dirstamp
GEN libinterp/.octave-dirstamp
GEN test/.octave-dirstamp
GEN run-octave
GEN liboctave/cruft/ranlib/.octave-dirstamp
GEN liboctave/cruft/slatec-fn/.octave-dirstamp
GEN liboctave/.octave-dirstamp
GEN src/.octave-dirstamp
GEN scripts/audio/.octave-dirstamp
GEN scripts/deprecated/.octave-dirstamp
GEN scripts/elfun/.octave-dirstamp
GEN scripts/general/.octave-dirstamp
GEN scripts/geometry/.octave-dirstamp
GEN scripts/gui/.octave-dirstamp
GEN scripts/help/.octave-dirstamp
GEN scripts/image/.octave-dirstamp
GEN scripts/io/.octave-dirstamp
GEN scripts/java/.octave-dirstamp
GEN scripts/linear-algebra/.octave-dirstamp
GEN scripts/miscellaneous/.octave-dirstamp
GEN scripts/ode/.octave-dirstamp
GEN scripts/optimization/.octave-dirstamp
GEN scripts/path/.octave-dirstamp
GEN scripts/pkg/.octave-dirstamp
GEN scripts/plot/appearance/.octave-dirstamp
GEN scripts/plot/draw/.octave-dirstamp
GEN scripts/plot/util/.octave-dirstamp
GEN scripts/polynomial/.octave-dirstamp
GEN scripts/prefs/.octave-dirstamp
GEN scripts/profiler/.octave-dirstamp
GEN scripts/set/.octave-dirstamp
GEN scripts/signal/.octave-dirstamp
GEN scripts/sparse/.octave-dirstamp
GEN scripts/specfun/.octave-dirstamp
GEN scripts/special-matrix/.octave-dirstamp
GEN scripts/startup/.octave-dirstamp
GEN scripts/statistics/base/.octave-dirstamp
GEN scripts/statistics/distributions/.octave-dirstamp
GEN scripts/statistics/models/.octave-dirstamp
GEN scripts/statistics/tests/.octave-dirstamp
GEN scripts/strings/.octave-dirstamp
GEN scripts/testfun/.octave-dirstamp
GEN scripts/time/.octave-dirstamp
GEN scripts/@ftp/.octave-dirstamp
GEN scripts/.octave-dirstamp
GEN doc/doxyhtml/.octave-dirstamp
GEN doc/interpreter/.octave-dirstamp
GEN etc/icons/.octave-dirstamp
GEN libinterp/builtin-defun-decls.h
GEN libinterp/corefcn/defaults.h
GEN libinterp/corefcn/graphics-props.cc
GEN libinterp/corefcn/graphics.h
GEN libinterp/corefcn/mxarray.h
GEN libinterp/version.h
GEN test/conv.tst
GEN test/sparse.tst
GEN test/.bc-overload-tests-stamp
GEN octave-config.h
make all-recursive
make[1]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
Making all in libgnu
make[2]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make all-recursive
make[3]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[4]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[3]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[2]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[2]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
GEN liboctave/cruft/ranlib/ranlib.def
GEN liboctave/cruft/slatec-fn/derfc.f
GEN liboctave/cruft/slatec-fn/erfc.f
GEN liboctave/cruft/cruft.def
GEN liboctave/liboctave-build-info.cc
GEN libinterp/corefcn/oct-errno.cc
GEN libinterp/operators/ops.cc
GEN libinterp/builtins.cc
GEN libinterp/build-env.cc
GEN libinterp/liboctinterp-build-info.cc
GEN src/mkoctfile.cc
GEN src/main.cc
GEN src/octave-build-info.cc
GEN src/octave-config.cc
GEN libinterp/octave.cc-tst
GEN libinterp/octave-value/ov-base.cc-tst
GEN libinterp/octave-value/ov-bool-mat.cc-tst
GEN libinterp/octave-value/ov-cell.cc-tst
GEN libinterp/octave-value/ov-class.cc-tst
GEN libinterp/octave-value/ov-cx-diag.cc-tst
GEN libinterp/octave-value/ov-fcn-handle.cc-tst
GEN libinterp/octave-value/ov-fcn-inline.cc-tst
GEN libinterp/octave-value/ov-java.cc-tst
GEN libinterp/octave-value/ov-null-mat.cc-tst
GEN libinterp/octave-value/ov-oncleanup.cc-tst
GEN libinterp/octave-value/ov-range.cc-tst
GEN libinterp/octave-value/ov-struct.cc-tst
GEN libinterp/octave-value/ov-typeinfo.cc-tst
GEN libinterp/octave-value/ov-usr-fcn.cc-tst
GEN libinterp/octave-value/ov.cc-tst
GEN libinterp/parse-tree/lex.ll-tst
GEN libinterp/parse-tree/pt-assign.cc-tst
GEN libinterp/parse-tree/pt-binop.cc-tst
GEN libinterp/parse-tree/pt-eval.cc-tst
GEN libinterp/parse-tree/pt-fcn-handle.cc-tst
GEN libinterp/parse-tree/pt-idx.cc-tst
GEN libinterp/parse-tree/pt-mat.cc-tst
GEN libinterp/corefcn/Cell.cc-tst
GEN libinterp/corefcn/__contourc__.cc-tst
GEN libinterp/corefcn/__dispatch__.cc-tst
GEN libinterp/corefcn/__dsearchn__.cc-tst
GEN libinterp/corefcn/__ichol__.cc-tst
GEN libinterp/corefcn/__ilu__.cc-tst
GEN libinterp/corefcn/__lin_interpn__.cc-tst
GEN libinterp/corefcn/__magick_read__.cc-tst
GEN libinterp/corefcn/__pchip_deriv__.cc-tst
GEN libinterp/corefcn/__qp__.cc-tst
GEN libinterp/corefcn/besselj.cc-tst
GEN libinterp/corefcn/betainc.cc-tst
GEN libinterp/corefcn/bitfcns.cc-tst
GEN libinterp/corefcn/bsxfun.cc-tst
GEN libinterp/corefcn/cellfun.cc-tst
GEN libinterp/corefcn/conv2.cc-tst
GEN libinterp/corefcn/dassl.cc-tst
GEN libinterp/corefcn/data.cc-tst
GEN libinterp/corefcn/debug.cc-tst
GEN libinterp/corefcn/defaults.cc-tst
GEN libinterp/corefcn/det.cc-tst
GEN libinterp/corefcn/dirfns.cc-tst
GEN libinterp/corefcn/dlmread.cc-tst
GEN libinterp/corefcn/dot.cc-tst
GEN libinterp/corefcn/eig.cc-tst
GEN libinterp/corefcn/ellipj.cc-tst
GEN libinterp/corefcn/error.cc-tst
GEN libinterp/corefcn/errwarn.cc-tst
GEN libinterp/corefcn/fft.cc-tst
GEN libinterp/corefcn/fft2.cc-tst
GEN libinterp/corefcn/file-io.cc-tst
GEN libinterp/corefcn/filter.cc-tst
GEN libinterp/corefcn/find.cc-tst
GEN libinterp/corefcn/gammainc.cc-tst
GEN libinterp/corefcn/gcd.cc-tst
GEN libinterp/corefcn/getrusage.cc-tst
GEN libinterp/corefcn/givens.cc-tst
GEN libinterp/corefcn/graphics.cc-tst
GEN libinterp/corefcn/gsvd.cc-tst
GEN libinterp/corefcn/hash.cc-tst
GEN libinterp/corefcn/help.cc-tst
GEN libinterp/corefcn/hess.cc-tst
GEN libinterp/corefcn/hex2num.cc-tst
GEN libinterp/corefcn/input.cc-tst
GEN libinterp/corefcn/inv.cc-tst
GEN libinterp/corefcn/kron.cc-tst
GEN libinterp/corefcn/lookup.cc-tst
GEN libinterp/corefcn/lsode.cc-tst
GEN libinterp/corefcn/lu.cc-tst
GEN libinterp/corefcn/mappers.cc-tst
GEN libinterp/corefcn/matrix_type.cc-tst
GEN libinterp/corefcn/max.cc-tst
GEN libinterp/corefcn/mgorth.cc-tst
GEN libinterp/corefcn/nproc.cc-tst
GEN libinterp/corefcn/oct-map.cc-tst
GEN libinterp/corefcn/ordschur.cc-tst
GEN libinterp/corefcn/pinv.cc-tst
GEN libinterp/corefcn/pr-output.cc-tst
GEN libinterp/corefcn/psi.cc-tst
GEN libinterp/corefcn/quad.cc-tst
GEN libinterp/corefcn/quadcc.cc-tst
GEN libinterp/corefcn/qz.cc-tst
GEN libinterp/corefcn/rand.cc-tst
GEN libinterp/corefcn/rcond.cc-tst
GEN libinterp/corefcn/regexp.cc-tst
GEN libinterp/corefcn/schur.cc-tst
GEN libinterp/corefcn/sighandlers.cc-tst
GEN libinterp/corefcn/sparse-xpow.cc-tst
GEN libinterp/corefcn/spparms.cc-tst
GEN libinterp/corefcn/sqrtm.cc-tst
GEN libinterp/corefcn/str2double.cc-tst
GEN libinterp/corefcn/strfind.cc-tst
GEN libinterp/corefcn/strfns.cc-tst
GEN libinterp/corefcn/sub2ind.cc-tst
GEN libinterp/corefcn/svd.cc-tst
GEN libinterp/corefcn/sylvester.cc-tst
GEN libinterp/corefcn/symtab.cc-tst
GEN libinterp/corefcn/syscalls.cc-tst
GEN libinterp/corefcn/sysdep.cc-tst
GEN libinterp/corefcn/time.cc-tst
GEN libinterp/corefcn/toplev.cc-tst
GEN libinterp/corefcn/tril.cc-tst
GEN libinterp/corefcn/tsearch.cc-tst
GEN libinterp/corefcn/typecast.cc-tst
GEN libinterp/corefcn/utils.cc-tst
GEN libinterp/corefcn/variables.cc-tst
GEN libinterp/parse-tree/oct-parse.in.yy-tst
GEN libinterp/dldfcn/__delaunayn__.cc-tst
GEN libinterp/dldfcn/__eigs__.cc-tst
GEN libinterp/dldfcn/__fltk_uigetfile__.cc-tst
GEN libinterp/dldfcn/__glpk__.cc-tst
GEN libinterp/dldfcn/__init_fltk__.cc-tst
GEN libinterp/dldfcn/__init_gnuplot__.cc-tst
GEN libinterp/dldfcn/__osmesa_print__.cc-tst
GEN libinterp/dldfcn/__voronoi__.cc-tst
GEN libinterp/dldfcn/amd.cc-tst
GEN libinterp/dldfcn/audiodevinfo.cc-tst
GEN libinterp/dldfcn/convhulln.cc-tst
GEN libinterp/dldfcn/chol.cc-tst
GEN libinterp/dldfcn/dmperm.cc-tst
GEN libinterp/dldfcn/fftw.cc-tst
GEN libinterp/dldfcn/gzip.cc-tst
GEN libinterp/dldfcn/qr.cc-tst
GEN libinterp/dldfcn/symbfact.cc-tst
GEN liboctave/array/CMatrix.cc-tst
GEN liboctave/array/CSparse.cc-tst
GEN liboctave/array/dMatrix.cc-tst
GEN liboctave/array/dSparse.cc-tst
GEN liboctave/array/fCMatrix.cc-tst
GEN liboctave/array/fMatrix.cc-tst
GEN liboctave/array/idx-vector.cc-tst
GEN liboctave/util/oct-inttypes.cc-tst
GEN liboctave/array/Array.cc-tst
GEN liboctave/array/Sparse.cc-tst
GEN libinterp/dldfcn/PKG_ADD
GEN scripts/plot/util/gnuplot_binary.m
GEN scripts/audio/PKG_ADD
GEN scripts/deprecated/PKG_ADD
GEN scripts/elfun/PKG_ADD
GEN scripts/general/PKG_ADD
GEN scripts/geometry/PKG_ADD
GEN scripts/gui/PKG_ADD
GEN scripts/help/PKG_ADD
GEN scripts/image/PKG_ADD
GEN scripts/io/PKG_ADD
GEN scripts/java/PKG_ADD
GEN scripts/linear-algebra/PKG_ADD
GEN scripts/miscellaneous/PKG_ADD
GEN scripts/ode/PKG_ADD
GEN scripts/optimization/PKG_ADD
GEN scripts/path/PKG_ADD
GEN scripts/pkg/PKG_ADD
GEN scripts/plot/appearance/PKG_ADD
GEN scripts/plot/draw/PKG_ADD
GEN scripts/plot/util/PKG_ADD
GEN scripts/polynomial/PKG_ADD
GEN scripts/prefs/PKG_ADD
GEN scripts/profiler/PKG_ADD
GEN scripts/set/PKG_ADD
GEN scripts/signal/PKG_ADD
GEN scripts/sparse/PKG_ADD
GEN scripts/specfun/PKG_ADD
GEN scripts/special-matrix/PKG_ADD
GEN scripts/startup/PKG_ADD
GEN scripts/statistics/base/PKG_ADD
GEN scripts/statistics/distributions/PKG_ADD
GEN scripts/statistics/models/PKG_ADD
GEN scripts/statistics/tests/PKG_ADD
GEN scripts/strings/PKG_ADD
GEN scripts/testfun/PKG_ADD
GEN scripts/time/PKG_ADD
GEN scripts/@ftp/PKG_ADD
Installing test/.gdbinit from version at etc/gdbinit
Installing .gdbinit from version at etc/gdbinit
GEN etc/icons/octave.appdata.xml
GEN etc/icons/octave.desktop
CXX liboctave/array/liboctave_array_libarray_la-Array-b.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-ch.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-C.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-d.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-f.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-fC.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-i.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-idx-vec.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-s.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-str.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-util.lo
CXX liboctave/array/liboctave_array_libarray_la-Array-voidp.lo
CXX liboctave/array/liboctave_array_libarray_la-boolMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-boolNDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-boolSparse.lo
CXX liboctave/array/liboctave_array_libarray_la-CColVector.lo
CXX liboctave/array/liboctave_array_libarray_la-CDiagMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-chMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-chNDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-CMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-CNDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-CRowVector.lo
CXX liboctave/array/liboctave_array_libarray_la-CSparse.lo
CXX liboctave/array/liboctave_array_libarray_la-dColVector.lo
CXX liboctave/array/liboctave_array_libarray_la-dDiagMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-dim-vector.lo
CXX liboctave/array/liboctave_array_libarray_la-dMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-dNDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-dRowVector.lo
CXX liboctave/array/liboctave_array_libarray_la-dSparse.lo
CXX liboctave/array/liboctave_array_libarray_la-fCColVector.lo
CXX liboctave/array/liboctave_array_libarray_la-fCDiagMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-fCMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-fCNDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-fColVector.lo
CXX liboctave/array/liboctave_array_libarray_la-fCRowVector.lo
CXX liboctave/array/liboctave_array_libarray_la-fDiagMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-fMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-fNDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-fRowVector.lo
CXX liboctave/array/liboctave_array_libarray_la-idx-vector.lo
CXX liboctave/array/liboctave_array_libarray_la-int16NDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-int32NDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-int64NDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-int8NDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-MArray-C.lo
CXX liboctave/array/liboctave_array_libarray_la-MArray-d.lo
CXX liboctave/array/liboctave_array_libarray_la-MArray-f.lo
CXX liboctave/array/liboctave_array_libarray_la-MArray-fC.lo
CXX liboctave/array/liboctave_array_libarray_la-MArray-i.lo
CXX liboctave/array/liboctave_array_libarray_la-MArray-s.lo
CXX liboctave/array/liboctave_array_libarray_la-MatrixType.lo
CXX liboctave/array/liboctave_array_libarray_la-MSparse-C.lo
CXX liboctave/array/liboctave_array_libarray_la-MSparse-d.lo
CXX liboctave/array/liboctave_array_libarray_la-PermMatrix.lo
CXX liboctave/array/liboctave_array_libarray_la-Range.lo
CXX liboctave/array/liboctave_array_libarray_la-Sparse-b.lo
CXX liboctave/array/liboctave_array_libarray_la-Sparse-C.lo
CXX liboctave/array/liboctave_array_libarray_la-Sparse-d.lo
CXX liboctave/array/liboctave_array_libarray_la-uint16NDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-uint32NDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-uint64NDArray.lo
CXX liboctave/array/liboctave_array_libarray_la-uint8NDArray.lo
F77 liboctave/cruft/ranlib/advnst.lo
F77 liboctave/cruft/ranlib/genbet.lo
F77 liboctave/cruft/ranlib/genchi.lo
F77 liboctave/cruft/ranlib/genexp.lo
F77 liboctave/cruft/ranlib/genf.lo
F77 liboctave/cruft/ranlib/gengam.lo
F77 liboctave/cruft/ranlib/genmn.lo
F77 liboctave/cruft/ranlib/genmul.lo
F77 liboctave/cruft/ranlib/gennch.lo
F77 liboctave/cruft/ranlib/gennf.lo
F77 liboctave/cruft/ranlib/gennor.lo
F77 liboctave/cruft/ranlib/genprm.lo
F77 liboctave/cruft/ranlib/genunf.lo
F77 liboctave/cruft/ranlib/getcgn.lo
F77 liboctave/cruft/ranlib/getsd.lo
F77 liboctave/cruft/ranlib/ignbin.lo
F77 liboctave/cruft/ranlib/ignlgi.lo
F77 liboctave/cruft/ranlib/ignnbn.lo
F77 liboctave/cruft/ranlib/ignpoi.lo
F77 liboctave/cruft/ranlib/ignuin.lo
F77 liboctave/cruft/ranlib/initgn.lo
F77 liboctave/cruft/ranlib/inrgcm.lo
F77 liboctave/cruft/ranlib/lennob.lo
F77 liboctave/cruft/ranlib/mltmod.lo
F77 liboctave/cruft/ranlib/phrtsd.lo
F77 liboctave/cruft/ranlib/qrgnin.lo
F77 liboctave/cruft/ranlib/ranf.lo
F77 liboctave/cruft/ranlib/setall.lo
F77 liboctave/cruft/ranlib/setant.lo
F77 liboctave/cruft/ranlib/setgmn.lo
F77 liboctave/cruft/ranlib/setsd.lo
F77 liboctave/cruft/ranlib/sexpo.lo
F77 liboctave/cruft/ranlib/sgamma.lo
F77 liboctave/cruft/ranlib/snorm.lo
F77 liboctave/cruft/ranlib/wrap.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cacai.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cacon.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbesh.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbesi.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbesj.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbesk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbesy.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbinu.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbuni.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbunk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cunk1.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cunk2.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-crati.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cshch.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cuni1.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cuoik.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cairy.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbiry.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-ckscl.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cs1s2.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cuchk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cuni2.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cwrsk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-casyi.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cbknu.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cmlri.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cseri.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cunhj.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-cunik.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-dgamln.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-gamln.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-xzabs.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-xzexp.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-xzlog.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-xzsqrt.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zacai.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zacon.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zairy.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zasyi.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbesh.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbesi.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbesj.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbesk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbesy.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbinu.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbiry.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbknu.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbuni.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zbunk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zdiv.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zkscl.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zmlri.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zrati.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zmlt.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zs1s2.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zseri.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zshch.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zuchk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zunhj.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zuni1.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zuni2.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zunik.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zunk1.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zunk2.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zwrsk.lo
F77 liboctave/cruft/amos/liboctave_cruft_libcruft_la-zuoik.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-ddot3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-zdotc3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-sdot3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-cdotc3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-dmatm3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-zmatm3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-smatm3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-cmatm3.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xddot.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xdnrm2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xdznrm2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xzdotc.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xzdotu.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xsdot.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xsnrm2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xscnrm2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xcdotc.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xcdotu.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-xerbla.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-cconv2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-csconv2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-dconv2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-sconv2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-zconv2.lo
F77 liboctave/cruft/blas-xtra/liboctave_cruft_libcruft_la-zdconv2.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-datv.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dcnst0.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dcnstr.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-ddasic.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-ddasid.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-ddasik.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-ddaspk.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-ddstp.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-ddwnrm.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dfnrmd.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dfnrmk.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dhels.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dheqr.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dinvwt.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dlinsd.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dlinsk.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dmatd.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dnedd.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dnedk.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dnsd.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dnsid.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dnsik.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dnsk.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dorth.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dslvd.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dslvk.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dspigm.lo
F77 liboctave/cruft/daspk/liboctave_cruft_libcruft_la-dyypnw.lo
F77 liboctave/cruft/dasrt/liboctave_cruft_libcruft_la-ddasrt.lo
F77 liboctave/cruft/dasrt/liboctave_cruft_libcruft_la-drchek.lo
F77 liboctave/cruft/dasrt/liboctave_cruft_libcruft_la-droots.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddaini.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddajac.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddanrm.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddaslv.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddassl.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddastp.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddatrp.lo
F77 liboctave/cruft/dassl/liboctave_cruft_libcruft_la-ddawts.lo
CXX liboctave/cruft/Faddeeva/liboctave_cruft_libcruft_la-Faddeeva.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-xclange.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-xdlamch.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-xdlange.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-xilaenv.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-xslamch.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-xslange.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-xzlange.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-zrsf2csf.lo
F77 liboctave/cruft/lapack-xtra/liboctave_cruft_libcruft_la-crsf2csf.lo
CC liboctave/cruft/misc/liboctave_cruft_libcruft_la-blaswrap.lo
CC liboctave/cruft/misc/liboctave_cruft_libcruft_la-cquit.lo
F77 liboctave/cruft/misc/liboctave_cruft_libcruft_la-d1mach.lo
CC liboctave/cruft/misc/liboctave_cruft_libcruft_la-f77-fcn.lo
CXX liboctave/cruft/misc/liboctave_cruft_libcruft_la-f77-extern.lo
F77 liboctave/cruft/misc/liboctave_cruft_libcruft_la-i1mach.lo
CC liboctave/cruft/misc/liboctave_cruft_libcruft_la-lo-error.lo
CXX liboctave/cruft/misc/liboctave_cruft_libcruft_la-quit.lo
F77 liboctave/cruft/misc/liboctave_cruft_libcruft_la-r1mach.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-cfode.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-dlsode.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-ewset.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-intdy.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-prepj.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-solsy.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-stode.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-vnorm.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-scfode.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-sewset.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-sintdy.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-slsode.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-sprepj.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-ssolsy.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-sstode.lo
F77 liboctave/cruft/odepack/liboctave_cruft_libcruft_la-svnorm.lo
F77 liboctave/cruft/ordered-qz/liboctave_cruft_libcruft_la-dsubsp.lo
F77 liboctave/cruft/ordered-qz/liboctave_cruft_libcruft_la-exchqz.lo
F77 liboctave/cruft/ordered-qz/liboctave_cruft_libcruft_la-ssubsp.lo
F77 liboctave/cruft/ordered-qz/liboctave_cruft_libcruft_la-sexchqz.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqagi.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqagie.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqagp.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqagpe.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqelg.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqk15i.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqk21.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-dqpsrt.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qagie.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qagi.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qagpe.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qagp.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qelg.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qk15i.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qk21.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-qpsrt.lo
F77 liboctave/cruft/quadpack/liboctave_cruft_libcruft_la-xerror.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-fdump.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-ixsav.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-j4save.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xerclr.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xercnt.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xerhlt.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xermsg.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xerprn.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xersve.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xerrwd.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xgetf.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xgetua.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xsetf.lo
F77 liboctave/cruft/slatec-err/liboctave_cruft_libcruft_la-xsetua.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-albeta.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-alngam.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-alnrel.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-algams.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-acosh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-asinh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-atanh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-betai.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-csevl.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-d9gmit.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-d9lgic.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-d9lgit.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-d9lgmc.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dacosh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dasinh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-datanh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dbetai.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dcsevl.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-derf.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dgamit.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dgami.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dgamlm.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dgamma.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dgamr.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dlbeta.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dlgams.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dlngam.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dlnrel.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dpchim.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dpchst.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-dpsifn.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-erf.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-gami.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-gamit.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-gamlim.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-gamma.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-gamr.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-initds.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-inits.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-pchim.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-pchst.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-psifn.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-r9lgmc.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-r9lgit.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-r9gmit.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-r9lgic.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xdacosh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xdasinh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xdatanh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xdbetai.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xderf.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xderfc.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xdgami.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xdgamit.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xdgamma.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xgmainc.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xacosh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xasinh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xatanh.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xerf.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xerfc.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xsgmainc.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xgamma.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xbetai.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-derfc.lo
F77 liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-erfc.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-CollocWt.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-DASPK.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-DASRT.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-DASSL.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-EIG.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-gsvd.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-LSODE.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-ODES.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-Quad.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-aepbalance.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-chol.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-eigs-base.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-fEIG.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-gepbalance.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-hess.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-lo-mappers.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-lo-specfun.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-lu.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-oct-convn.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-oct-fftw.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-oct-norm.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-oct-rand.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-oct-spparms.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-qr.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-qrp.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-randgamma.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-randmtzig.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-randpoisson.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-schur.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-sparse-chol.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-sparse-dmsolve.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-sparse-lu.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-sparse-qr.lo
CXX liboctave/numeric/liboctave_numeric_libnumeric_la-svd.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cdm-dm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-dm-cdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cs-dm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cs-m.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cs-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cdm-cm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cdm-m.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cdm-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cm-cdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cm-dm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cm-m.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cnda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cm-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cnda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-dm-cs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-dm-cm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-m-cs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-cs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-m-cdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-m-cm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-cnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-cdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-cm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-cnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-dm-m.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-m-dm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcdm-fdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fdm-fcdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcs-fdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcs-fm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcs-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcdm-fcm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcdm-fm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcdm-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcm-fcdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcm-fdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcm-fm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcnda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcm-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcnda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fdm-fcs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fdm-fcm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fm-fcs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-fcs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fm-fcdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fm-fcm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-fcdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-fcnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-fcm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-fcnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fdm-fm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fm-fdm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-pm-m.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-m-pm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-pm-cm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-cm-pm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-pm-fm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fm-pm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-pm-fcm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fcm-pm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-s-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fs-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-fnda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-fnda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-ui64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-ui8.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-ui16.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-ui32.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i64.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i8nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i16nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i32nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-i64nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui8nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui16nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui32nda-ui64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-ui8nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-ui16nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-ui32nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-mx-ui64nda-i64nda.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-ccv-cv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-ccv-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-crv-rv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-crv-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-cs-cv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-cs-rv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-cv-ccv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-cv-cs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-rv-crv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-rv-cs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-s-ccv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-s-crv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fccv-fcv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fccv-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fcrv-frv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fcrv-fs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fcs-fcv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fcs-frv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fcv-fccv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fcv-fcs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-frv-fcrv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-frv-fcs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fs-fccv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-vx-fs-fcrv.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-sm-cs.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-cs-sm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-scm-s.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-s-scm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-scm-sm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-sm-scm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-m-sm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-m-scm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-cm-sm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-cm-scm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-sm-m.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-scm-m.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-sm-cm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-scm-cm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-bm-sbm.lo
CXX liboctave/operators/liboctave_operators_liboperators_la-smx-sbm-bm.lo
CXX liboctave/system/liboctave_system_libsystem_la-child-list.lo
CXX liboctave/system/liboctave_system_libsystem_la-dir-ops.lo
CXX liboctave/system/liboctave_system_libsystem_la-file-ops.lo
CXX liboctave/system/liboctave_system_libsystem_la-file-stat.lo
CXX liboctave/system/liboctave_system_libsystem_la-lo-sysdep.lo
CXX liboctave/system/liboctave_system_libsystem_la-mach-info.lo
CXX liboctave/system/liboctave_system_libsystem_la-oct-env.lo
CXX liboctave/system/liboctave_system_libsystem_la-oct-group.lo
CXX liboctave/system/liboctave_system_libsystem_la-oct-passwd.lo
CXX liboctave/system/liboctave_system_libsystem_la-oct-syscalls.lo
CXX liboctave/system/liboctave_system_libsystem_la-oct-time.lo
CXX liboctave/system/liboctave_system_libsystem_la-oct-uname.lo
CXX liboctave/util/liboctave_util_libutil_la-cmd-edit.lo
CXX liboctave/util/liboctave_util_libutil_la-cmd-hist.lo
CXX liboctave/util/liboctave_util_libutil_la-data-conv.lo
CXX liboctave/util/liboctave_util_libutil_la-glob-match.lo
CXX liboctave/util/liboctave_util_libutil_la-kpse.lo
CXX liboctave/util/liboctave_util_libutil_la-lo-array-errwarn.lo
CXX liboctave/util/liboctave_util_libutil_la-lo-array-gripes.lo
CXX liboctave/util/liboctave_util_libutil_la-lo-hash.lo
CXX liboctave/util/liboctave_util_libutil_la-lo-ieee.lo
CXX liboctave/util/liboctave_util_libutil_la-lo-utils.lo
CXX liboctave/util/liboctave_util_libutil_la-oct-base64.lo
CXX liboctave/util/liboctave_util_libutil_la-oct-glob.lo
CXX liboctave/util/liboctave_util_libutil_la-oct-inttypes.lo
CXX liboctave/util/liboctave_util_libutil_la-oct-locbuf.lo
CXX liboctave/util/liboctave_util_libutil_la-oct-mutex.lo
CXX liboctave/util/liboctave_util_libutil_la-oct-string.lo
CXX liboctave/util/liboctave_util_libutil_la-oct-shlib.lo
CXX liboctave/util/liboctave_util_libutil_la-pathsearch.lo
CXX liboctave/util/liboctave_util_libutil_la-lo-regexp.lo
CXX liboctave/util/liboctave_util_libutil_la-singleton-cleanup.lo
CXX liboctave/util/liboctave_util_libutil_la-sparse-sort.lo
CXX liboctave/util/liboctave_util_libutil_la-sparse-util.lo
CXX liboctave/util/liboctave_util_libutil_la-str-vec.lo
CXX liboctave/util/liboctave_util_libutil_la-unwind-prot.lo
CXX liboctave/util/liboctave_util_libutil_la-url-transfer.lo
CC liboctave/util/liboctave_util_libutil_la-f2c-main.lo
CC liboctave/util/liboctave_util_libutil_la-lo-cutils.lo
CC liboctave/util/liboctave_util_libutil_la-oct-rl-edit.lo
CC liboctave/util/liboctave_util_libutil_la-oct-rl-hist.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-areadlink-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-async-system-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-base64-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-canonicalize-file-name-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-dirent-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-fcntl-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-filepos-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-fpucw-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-gen-tempname-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-getopt-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-glob-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-hash-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-math-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-mkostemp-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-nanosleep-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-nproc-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-octave-popen2.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-putenv-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-set-program-name-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-signal-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-stat-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-strdup-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-strftime-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-strmode-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-strptime-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-time-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-tmpfile-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-uname-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-unistd-wrappers.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-unsetenv-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-vasprintf-wrapper.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-wait-for-input.lo
CC liboctave/wrappers/liboctave_wrappers_libwrappers_la-wait-wrappers.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-lex.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-oct-parse.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-arg-list.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-array-list.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-assign.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-binop.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-bp.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-cbinop.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-cell.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-check.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-classdef.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-cmd.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-colon.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-const.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-decl.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-eval.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-except.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-exp.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-fcn-handle.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-funcall.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-id.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-idx.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-jump.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-loop.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-mat.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-misc.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-pr-code.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-select.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-stmt.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt-unop.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-pt.lo
CXX libinterp/parse-tree/libinterp_parse_tree_libparse_tree_la-token.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-base.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-bool-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-bool.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-builtin.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-cell.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-ch-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-class.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-classdef.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-colon.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-complex.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-cs-list.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-cx-diag.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-cx-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-dld-fcn.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-fcn-handle.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-fcn-inline.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-fcn.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-float.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-flt-complex.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-flt-cx-diag.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-flt-cx-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-flt-re-diag.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-flt-re-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-java.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-lazy-idx.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-mex-fcn.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-null-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-oncleanup.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-perm.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-range.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-re-diag.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-re-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-scalar.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-str-mat.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-struct.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-typeinfo.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-usr-fcn.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ovl.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-int16.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-int32.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-int64.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-int8.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-uint16.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-uint32.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-uint64.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-uint8.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-bool-sparse.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-cx-sparse.lo
CXX libinterp/octave-value/libinterp_octave_value_liboctave_value_la-ov-re-sparse.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-Cell.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__contourc__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__dispatch__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__dsearchn__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__ichol__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__ilu__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__lin_interpn__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__luinc__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__magick_read__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__pchip_deriv__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-__qp__.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-balance.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-besselj.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-betainc.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-bitfcns.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-bsxfun.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-c-file-ptr-stream.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-call-stack.lo
CC libinterp/corefcn/libinterp_corefcn_libcorefcn_la-cdisplay.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-cellfun.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-colloc.lo
CC libinterp/corefcn/libinterp_corefcn_libcorefcn_la-coct-hdf5-types.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-comment-list.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-conv2.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-daspk.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-dasrt.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-dassl.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-data.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-debug.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-defaults.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-defun.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-det.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-dirfns.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-display.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-dlmread.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-dot.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-dynamic-ld.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-eig.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ellipj.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-error.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-errwarn.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-event-queue.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-fft.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-fft2.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-fftn.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-file-io.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-filter.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-find.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ft-text-renderer.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gammainc.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gcd.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-getgrent.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-getpwent.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-getrusage.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-givens.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gl-render.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gl2ps-print.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-graphics.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gripes.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-gsvd.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-hash.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-help.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-hess.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-hex2num.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-hook-fcn.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-input.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-inv.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-interpreter.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-kron.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-load-path.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-load-save.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-lookup.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-ascii-helper.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-hdf5.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-mat-ascii.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-mat4.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-mat5.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-oct-text.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-oct-binary.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ls-utils.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-lsode.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-lu.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-mappers.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-matrix_type.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-max.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-mex.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-mgorth.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-nproc.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-fstrm.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-hdf5-types.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-hist.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-iostrm.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-lvalue.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-map.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-prcstrm.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-procbuf.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-stream.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-strstrm.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-tex-lexer.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-oct-tex-parser.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-octave-link.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-ordschur.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-pager.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-pinv.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-pr-output.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-procstream.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-profiler.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-psi.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-quad.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-quadcc.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-qz.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-rand.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-rcond.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-regexp.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-schur.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sighandlers.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sparse-xdiv.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sparse-xpow.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sparse.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-spparms.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sqrtm.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-str2double.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-strfind.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-strfns.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sub2ind.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-svd.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sylvester.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-symtab.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-syscalls.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-sysdep.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-time.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-text-renderer.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-toplev.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-tril.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-tsearch.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-txt-eng.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-typecast.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-urlwrite.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-utils.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-variables.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-xdiv.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-xnorm.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-xpow.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-zfstream.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-jit-util.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-jit-typeinfo.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-jit-ir.lo
CXX libinterp/corefcn/libinterp_corefcn_libcorefcn_la-pt-jit.lo
CXX liboctave/liboctave_liboctave_la-liboctave-build-info.lo
CXX libinterp/libinterp_liboctinterp_la-octave.lo
CXX libinterp/libinterp_liboctinterp_la-version.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-b-b.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-b-bm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-b-sbm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-bm-b.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-bm-bm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-bm-sbm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cdm-cdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cdm-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cdm-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cdm-dm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cdm-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cdm-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cell.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-chm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-class.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-cdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-dm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-pm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cm-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cs-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cs-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cs-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cs-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cs-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-cs-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-cdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-dm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-dm-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fcdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fcm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fcs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcm-fcdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcm-fcm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcm-fcs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcm-fdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcm-fm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcm-fs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcm-pm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcn.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcs-fcm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcs-fcs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcs-fm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fcs-fs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fdm-fcdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fdm-fcm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fdm-fcs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fdm-fdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fdm-fm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fdm-fs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fm-fcdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fm-fcm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fm-fcs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fm-fdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fm-fm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fm-fs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fm-pm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fs-fcm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fs-fcs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fs-fm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-fs-fs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-i16-i16.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-i32-i32.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-i64-i64.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-i8-i8.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-int-concat.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-cdm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-dm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-pm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-m-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-pm-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-pm-fcm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-pm-fm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-pm-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-pm-pm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-pm-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-pm-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-range.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-s-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-s-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-s-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-s-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-s-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-s-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sbm-b.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sbm-bm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sbm-sbm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-scm-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-scm-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-scm-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-scm-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-scm-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-scm-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sm-cm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sm-cs.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sm-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sm-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sm-scm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-sm-sm.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-str-m.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-str-s.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-str-str.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-struct.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-ui16-ui16.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-ui32-ui32.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-ui64-ui64.lo
CXX libinterp/operators/libinterp_liboctinterp_la-op-ui8-ui8.lo
CXX libinterp/template-inst/libinterp_liboctinterp_la-Array-tc.lo
CXX libinterp/template-inst/libinterp_liboctinterp_la-Array-jit.lo
CXX libinterp/corefcn/libinterp_liboctinterp_la-oct-errno.lo
CXX libinterp/operators/libinterp_liboctinterp_la-ops.lo
CXX libinterp/libinterp_liboctinterp_la-builtins.lo
CXX libinterp/libinterp_liboctinterp_la-build-env.lo
GEN libinterp/build-env-features.cc
CXX libinterp/libinterp_liboctinterp_la-liboctinterp-build-info.lo
CXX libinterp/dldfcn/libinterp_dldfcn___delaunayn___la-__delaunayn__.lo
CXX libinterp/dldfcn/libinterp_dldfcn___eigs___la-__eigs__.lo
CXX libinterp/dldfcn/libinterp_dldfcn___fltk_uigetfile___la-__fltk_uigetfile__.lo
CXX libinterp/dldfcn/libinterp_dldfcn___glpk___la-__glpk__.lo
CXX libinterp/dldfcn/libinterp_dldfcn___init_fltk___la-__init_fltk__.lo
CXX libinterp/dldfcn/libinterp_dldfcn___init_gnuplot___la-__init_gnuplot__.lo
CXX libinterp/dldfcn/libinterp_dldfcn___osmesa_print___la-__osmesa_print__.lo
CXX libinterp/dldfcn/libinterp_dldfcn___voronoi___la-__voronoi__.lo
CXX libinterp/dldfcn/libinterp_dldfcn_amd_la-amd.lo
CXX libinterp/dldfcn/libinterp_dldfcn_audiodevinfo_la-audiodevinfo.lo
CXX libinterp/dldfcn/libinterp_dldfcn_audioread_la-audioread.lo
CXX libinterp/dldfcn/libinterp_dldfcn_ccolamd_la-ccolamd.lo
CXX libinterp/dldfcn/libinterp_dldfcn_chol_la-chol.lo
CXX libinterp/dldfcn/libinterp_dldfcn_colamd_la-colamd.lo
CXX libinterp/dldfcn/libinterp_dldfcn_convhulln_la-convhulln.lo
CXX libinterp/dldfcn/libinterp_dldfcn_dmperm_la-dmperm.lo
CXX libinterp/dldfcn/libinterp_dldfcn_fftw_la-fftw.lo
CXX libinterp/dldfcn/libinterp_dldfcn_gzip_la-gzip.lo
CXX libinterp/dldfcn/libinterp_dldfcn_qr_la-qr.lo
CXX libinterp/dldfcn/libinterp_dldfcn_symbfact_la-symbfact.lo
CXX libinterp/dldfcn/libinterp_dldfcn_symrcm_la-symrcm.lo
CXX src/src_mkoctfile-mkoctfile.o
CC src/src_octave-display-available.o
CXX src/src_octave-main.o
CXX src/src_octave_cli-main-cli.o
CXX src/src_octave_cli-octave-build-info.o
CXX src/src_octave_config-octave-config.o
CXXLD liboctave/array/libarray.la
F77LD liboctave/cruft/ranlib/libranlib.la
CXXLD liboctave/cruft/libcruft.la
CXXLD liboctave/numeric/libnumeric.la
ar: `u' modifier ignored since `D' is the default (see `U')
CXXLD liboctave/operators/liboperators.la
CXXLD liboctave/system/libsystem.la
ar: `u' modifier ignored since `D' is the default (see `U')
CXXLD liboctave/util/libutil.la
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD liboctave/wrappers/libwrappers.la
CXXLD libinterp/parse-tree/libparse-tree.la
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
CXXLD libinterp/octave-value/liboctave-value.la
CXXLD libinterp/corefcn/libcorefcn.la
ar: `u' modifier ignored since `D' is the default (see `U')
CXX libinterp/libinterp_liboctinterp_la-build-env-features.lo
ar: `u' modifier ignored since `D' is the default (see `U')
CXXLD src/mkoctfile
CXXLD src/octave
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
CXXLD src/octave-config
ar: `u' modifier ignored since `D' is the default (see `U')
CXXLD liboctave/liboctave.la
CXXLD libinterp/liboctinterp.la
CXXLD libinterp/dldfcn/__delaunayn__.la
CXXLD libinterp/dldfcn/__eigs__.la
CXXLD libinterp/dldfcn/__fltk_uigetfile__.la
CXXLD libinterp/dldfcn/__osmesa_print__.la
CXXLD libinterp/dldfcn/__glpk__.la
CXXLD libinterp/dldfcn/__init_fltk__.la
CXXLD libinterp/dldfcn/__init_gnuplot__.la
CXXLD libinterp/dldfcn/__voronoi__.la
CXXLD libinterp/dldfcn/amd.la
CXXLD libinterp/dldfcn/audiodevinfo.la
CXXLD libinterp/dldfcn/audioread.la
CXXLD libinterp/dldfcn/ccolamd.la
CXXLD libinterp/dldfcn/chol.la
CXXLD libinterp/dldfcn/colamd.la
CXXLD libinterp/dldfcn/convhulln.la
CXXLD libinterp/dldfcn/dmperm.la
CXXLD libinterp/dldfcn/fftw.la
CXXLD libinterp/dldfcn/gzip.la
CXXLD libinterp/dldfcn/qr.la
CXXLD libinterp/dldfcn/symbfact.la
CXXLD libinterp/dldfcn/symrcm.la
CXXLD src/octave-cli
GEN libinterp/dldfcn/__delaunayn__.oct
GEN libinterp/dldfcn/__eigs__.oct
GEN libinterp/dldfcn/__fltk_uigetfile__.oct
GEN libinterp/dldfcn/__glpk__.oct
GEN libinterp/dldfcn/__init_fltk__.oct
GEN libinterp/dldfcn/__init_gnuplot__.oct
GEN libinterp/dldfcn/__osmesa_print__.oct
GEN libinterp/dldfcn/__voronoi__.oct
GEN libinterp/dldfcn/amd.oct
GEN libinterp/dldfcn/audiodevinfo.oct
GEN libinterp/dldfcn/audioread.oct
GEN libinterp/dldfcn/ccolamd.oct
GEN libinterp/dldfcn/chol.oct
GEN libinterp/dldfcn/colamd.oct
GEN libinterp/dldfcn/convhulln.oct
GEN libinterp/dldfcn/dmperm.oct
GEN libinterp/dldfcn/gzip.oct
GEN libinterp/dldfcn/fftw.oct
GEN libinterp/dldfcn/symrcm.oct
GEN libinterp/dldfcn/qr.oct
GEN libinterp/dldfcn/symbfact.oct
GEN src/octave-cli-4.2.0-rc2
Octave successfully built. Now choose from the following:
./run-octave - to run in place to test before installing
make check - to run the tests
make install - to install (PREFIX=/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2)
HG ID for this build is "9d5062749814"
make[2]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
make[1]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
2016-10-02 09:02:34 -0400
make
check
preserving existing HG-ID file
make check-recursive
make[1]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
Making check in libgnu
make[2]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make check-recursive
make[3]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[4]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[3]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[2]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[2]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
Octave successfully built. Now choose from the following:
./run-octave - to run in place to test before installing
make check - to run the tests
make install - to install (PREFIX=/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2)
HG ID for this build is "9d5062749814"
make check-local
make[3]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
cd test && /bin/bash ../run-octave --norc --silent --no-history /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/test/fntests.m /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/test
Integrated test scripts:
liboctave/array/Array.cc-tst ................................ PASS 21/21
liboctave/array/CMatrix.cc-tst .............................. PASS 11/11
liboctave/array/CSparse.cc-tst .............................. PASS 10/10
liboctave/array/Sparse.cc-tst ............................... PASS 104/104
liboctave/array/dMatrix.cc-tst .............................. PASS 10/10
liboctave/array/dSparse.cc-tst .............................. PASS 12/12
liboctave/array/fCMatrix.cc-tst ............................. PASS 11/11
liboctave/array/fMatrix.cc-tst .............................. PASS 8/8
liboctave/array/idx-vector.cc-tst ........................... PASS 2/2
liboctave/util/oct-inttypes.cc-tst .......................... PASS 28/28
libinterp/corefcn/Cell.cc-tst ............................... PASS 4/4
libinterp/corefcn/__contourc__.cc-tst ....................... PASS 1/1
libinterp/corefcn/__dispatch__.cc-tst ....................... PASS 1/1
libinterp/corefcn/__dsearchn__.cc-tst ....................... PASS 1/1
libinterp/corefcn/__ichol__.cc-tst .......................... PASS 1/1
libinterp/corefcn/__ilu__.cc-tst ............................ PASS 1/1
libinterp/corefcn/__lin_interpn__.cc-tst .................... PASS 1/1
libinterp/corefcn/__magick_read__.cc-tst .................... PASS 4/4
libinterp/corefcn/__pchip_deriv__.cc-tst .................... PASS 1/1
libinterp/corefcn/__qp__.cc-tst ............................. PASS 1/1
libinterp/corefcn/besselj.cc-tst ............................ PASS 191/191
libinterp/corefcn/betainc.cc-tst ............................ PASS 23/23
libinterp/corefcn/bitfcns.cc-tst ............................ PASS 57/57
libinterp/corefcn/bsxfun.cc-tst ............................. PASS 76/76
libinterp/corefcn/cellfun.cc-tst ............................ PASS 129/129
libinterp/corefcn/conv2.cc-tst .............................. PASS 48/51
XFAIL 3
libinterp/corefcn/dassl.cc-tst .............................. PASS 4/4
libinterp/corefcn/data.cc-tst ............................... PASS 1005/1005
libinterp/corefcn/debug.cc-tst .............................. PASS 2/2
libinterp/corefcn/defaults.cc-tst ........................... PASS 10/10
libinterp/corefcn/det.cc-tst ................................ PASS 5/5
libinterp/corefcn/dirfns.cc-tst ............................. PASS 1/1
libinterp/corefcn/dlmread.cc-tst ............................ PASS 20/20
libinterp/corefcn/dot.cc-tst ................................ PASS 22/22
libinterp/corefcn/eig.cc-tst ................................ PASS 75/75
libinterp/corefcn/ellipj.cc-tst ............................. PASS 18/18
libinterp/corefcn/error.cc-tst .............................. PASS 2/2
libinterp/corefcn/errwarn.cc-tst ............................ PASS 1/1
libinterp/corefcn/fft.cc-tst ................................ PASS 19/19
libinterp/corefcn/fft2.cc-tst ............................... PASS 4/4
libinterp/corefcn/file-io.cc-tst ............................ PASS 81/81
libinterp/corefcn/filter.cc-tst ............................. PASS 14/14
libinterp/corefcn/find.cc-tst ............................... PASS 16/16
libinterp/corefcn/gammainc.cc-tst ........................... PASS 4/4
libinterp/corefcn/gcd.cc-tst ................................ PASS 9/9
libinterp/corefcn/getrusage.cc-tst .......................... PASS 1/1
libinterp/corefcn/givens.cc-tst ............................. PASS 6/6
libinterp/corefcn/graphics.cc-tst ........................... PASS 36/39
FAIL 3
libinterp/corefcn/gsvd.cc-tst ............................... PASS 16/16
libinterp/corefcn/hash.cc-tst ............................... PASS 53/53
libinterp/corefcn/help.cc-tst ............................... PASS 1/1
libinterp/corefcn/hess.cc-tst ............................... PASS 5/5
libinterp/corefcn/hex2num.cc-tst ............................ PASS 7/7
libinterp/corefcn/input.cc-tst .............................. PASS 20/20
libinterp/corefcn/inv.cc-tst ................................ PASS 7/7
libinterp/corefcn/kron.cc-tst ............................... PASS 14/14
libinterp/corefcn/lookup.cc-tst ............................. PASS 20/20
libinterp/corefcn/lsode.cc-tst .............................. PASS 5/5
libinterp/corefcn/lu.cc-tst ................................. PASS 22/22
libinterp/corefcn/mappers.cc-tst ............................ PASS 401/401
libinterp/corefcn/matrix_type.cc-tst ........................ PASS 51/51
libinterp/corefcn/max.cc-tst ................................ PASS 110/114
XFAIL 4
libinterp/corefcn/mgorth.cc-tst ............................. PASS 2/2
libinterp/corefcn/nproc.cc-tst .............................. PASS 5/5
libinterp/corefcn/oct-map.cc-tst ............................ PASS 8/8
libinterp/corefcn/ordschur.cc-tst ........................... PASS 4/4
libinterp/corefcn/pinv.cc-tst ............................... PASS 9/9
libinterp/corefcn/pr-output.cc-tst .......................... PASS 9/9
libinterp/corefcn/psi.cc-tst ................................ PASS 30/30
libinterp/corefcn/quad.cc-tst ............................... PASS 8/8
libinterp/corefcn/quadcc.cc-tst ............................. PASS 19/19
libinterp/corefcn/qz.cc-tst ................................. PASS 4/4
libinterp/corefcn/rand.cc-tst ............................... PASS 63/63
libinterp/corefcn/rcond.cc-tst .............................. PASS 8/8
libinterp/corefcn/regexp.cc-tst ............................. PASS 107/107
libinterp/corefcn/schur.cc-tst .............................. PASS 11/11
libinterp/corefcn/sighandlers.cc-tst ........................ PASS 9/9
libinterp/corefcn/sparse-xpow.cc-tst ........................ PASS 2/2
libinterp/corefcn/spparms.cc-tst ............................ PASS 9/9
libinterp/corefcn/sqrtm.cc-tst .............................. PASS 3/3
libinterp/corefcn/str2double.cc-tst ......................... PASS 31/31
libinterp/corefcn/strfind.cc-tst ............................ PASS 19/19
libinterp/corefcn/strfns.cc-tst ............................. PASS 86/86
libinterp/corefcn/sub2ind.cc-tst ............................ PASS 31/31
libinterp/corefcn/svd.cc-tst ................................ PASS 18/18
libinterp/corefcn/sylvester.cc-tst .......................... PASS 9/9
libinterp/corefcn/symtab.cc-tst ............................. PASS 7/7
libinterp/corefcn/syscalls.cc-tst ........................... PASS 6/6
libinterp/corefcn/sysdep.cc-tst ............................. PASS 8/8
libinterp/corefcn/time.cc-tst ............................... PASS 27/27
libinterp/corefcn/toplev.cc-tst ............................. PASS 7/7
libinterp/corefcn/tril.cc-tst ............................... PASS 2/2
libinterp/corefcn/tsearch.cc-tst ............................ PASS 6/6
libinterp/corefcn/typecast.cc-tst ........................... PASS 59/59
libinterp/corefcn/utils.cc-tst .............................. PASS 90/90
libinterp/corefcn/variables.cc-tst .......................... PASS 33/33
libinterp/dldfcn/__delaunayn__.cc-tst ....................... PASS 1/1
libinterp/dldfcn/__eigs__.cc-tst ............................ PASS 1/1
libinterp/dldfcn/__fltk_uigetfile__.cc-tst .................. PASS 1/1
libinterp/dldfcn/__glpk__.cc-tst ............................ PASS 1/1
libinterp/dldfcn/__init_fltk__.cc-tst ....................... PASS 1/1
libinterp/dldfcn/__init_gnuplot__.cc-tst .................... PASS 1/1
libinterp/dldfcn/__osmesa_print__.cc-tst .................... PASS 0/0
SKIP 2
libinterp/dldfcn/__voronoi__.cc-tst ......................... PASS 1/1
libinterp/dldfcn/amd.cc-tst ................................. PASS 4/4
libinterp/dldfcn/audiodevinfo.cc-tst ........................ PASS 0/0
SKIP 4
libinterp/dldfcn/chol.cc-tst ................................ PASS 42/42
libinterp/dldfcn/convhulln.cc-tst ........................... PASS 4/4
libinterp/dldfcn/dmperm.cc-tst .............................. PASS 5/5
libinterp/dldfcn/fftw.cc-tst ................................ PASS 13/13
libinterp/dldfcn/gzip.cc-tst ................................ PASS 5/7
XFAIL 2
libinterp/dldfcn/qr.cc-tst .................................. PASS 57/57
libinterp/dldfcn/symbfact.cc-tst ............................ PASS 4/4
libinterp/octave-value/ov-base.cc-tst ....................... PASS 1/1
libinterp/octave-value/ov-bool-mat.cc-tst ................... PASS 1/1
libinterp/octave-value/ov-cell.cc-tst ....................... PASS 1/1
libinterp/octave-value/ov-class.cc-tst ...................... PASS 48/48
SKIP 2
libinterp/octave-value/ov-cx-diag.cc-tst .................... PASS 1/1
libinterp/octave-value/ov-fcn-handle.cc-tst ................. PASS 14/14
libinterp/octave-value/ov-fcn-inline.cc-tst ................. PASS 30/30
libinterp/octave-value/ov-java.cc-tst ....................... PASS 0/0
SKIP 7
libinterp/octave-value/ov-null-mat.cc-tst ................... PASS 8/8
libinterp/octave-value/ov-oncleanup.cc-tst .................. PASS 1/1
libinterp/octave-value/ov-range.cc-tst ...................... PASS 1/1
libinterp/octave-value/ov-struct.cc-tst ..................... PASS 28/28
libinterp/octave-value/ov-typeinfo.cc-tst ................... PASS 56/56
SKIP 1
libinterp/octave-value/ov-usr-fcn.cc-tst .................... PASS 7/7
libinterp/octave-value/ov.cc-tst ............................ PASS 109/109
libinterp/parse-tree/lex.ll-tst ............................. PASS 7/7
libinterp/parse-tree/oct-parse.in.yy-tst .................... PASS 24/24
libinterp/parse-tree/pt-assign.cc-tst ....................... PASS 2/2
libinterp/parse-tree/pt-binop.cc-tst ........................ PASS 1/1
libinterp/parse-tree/pt-eval.cc-tst ......................... PASS 4/4
libinterp/parse-tree/pt-fcn-handle.cc-tst ................... PASS 5/5
libinterp/parse-tree/pt-idx.cc-tst .......................... PASS 6/6
libinterp/parse-tree/pt-mat.cc-tst .......................... PASS 200/200
libinterp/octave.cc-tst ..................................... PASS 8/8
scripts/@ftp/ascii.m ........................................ PASS 1/1
scripts/@ftp/binary.m ....................................... PASS 1/1
scripts/@ftp/cd.m ........................................... PASS 1/1
scripts/@ftp/close.m ........................................ PASS 1/1
scripts/@ftp/delete.m ....................................... PASS 1/1
scripts/@ftp/dir.m .......................................... PASS 1/1
scripts/@ftp/display.m ...................................... PASS 1/1
scripts/@ftp/ftp.m .......................................... PASS 1/1
scripts/@ftp/loadobj.m ...................................... PASS 1/1
scripts/@ftp/mget.m ......................................... PASS 1/1
scripts/@ftp/mkdir.m ........................................ PASS 1/1
scripts/@ftp/mput.m ......................................... PASS 1/1
scripts/@ftp/rename.m ....................................... PASS 1/1
scripts/@ftp/rmdir.m ........................................ PASS 1/1
scripts/@ftp/saveobj.m ...................................... PASS 1/1
scripts/audio/@audioplayer/audioplayer.m .................... PASS 0/0
SKIP 4
scripts/audio/@audiorecorder/audiorecorder.m ................ PASS 0/0
SKIP 4
scripts/audio/record.m ...................................... PASS 5/5
scripts/audio/sound.m ....................................... PASS 4/4
scripts/audio/soundsc.m ..................................... PASS 10/10
scripts/deprecated/bicubic.m ................................ PASS 1/1
scripts/deprecated/comma.m .................................. PASS 1/1
scripts/deprecated/delaunay3.m .............................. PASS 1/1
scripts/deprecated/dump_prefs.m ............................. PASS 1/1
scripts/deprecated/luinc.m .................................. PASS 2/2
scripts/deprecated/mahalanobis.m ............................ PASS 7/7
scripts/deprecated/md5sum.m ................................. PASS 3/3
scripts/deprecated/octave_tmp_file_name.m ................... PASS 1/1
scripts/deprecated/onenormest.m ............................. PASS 4/4
scripts/deprecated/paren.m .................................. PASS 1/1
scripts/deprecated/playaudio.m .............................. PASS 5/5
scripts/deprecated/semicolon.m .............................. PASS 1/1
scripts/deprecated/sleep.m .................................. PASS 3/3
scripts/deprecated/usleep.m ................................. PASS 3/3
scripts/deprecated/wavread.m ................................ PASS 6/6
scripts/deprecated/wavwrite.m ............................... PASS 4/4
SKIP 7
scripts/elfun/acosd.m ....................................... PASS 3/3
scripts/elfun/acot.m ........................................ PASS 3/3
scripts/elfun/acotd.m ....................................... PASS 3/3
scripts/elfun/acoth.m ....................................... PASS 3/3
scripts/elfun/acsc.m ........................................ PASS 3/3
scripts/elfun/acscd.m ....................................... PASS 3/3
scripts/elfun/acsch.m ....................................... PASS 3/3
scripts/elfun/asec.m ........................................ PASS 3/3
scripts/elfun/asecd.m ....................................... PASS 3/3
scripts/elfun/asech.m ....................................... PASS 3/3
scripts/elfun/asind.m ....................................... PASS 3/3
scripts/elfun/atan2d.m ...................................... PASS 3/3
scripts/elfun/atand.m ....................................... PASS 3/3
scripts/elfun/cosd.m ........................................ PASS 5/5
scripts/elfun/cot.m ......................................... PASS 3/3
scripts/elfun/cotd.m ........................................ PASS 5/5
scripts/elfun/coth.m ........................................ PASS 3/3
scripts/elfun/csc.m ......................................... PASS 3/3
scripts/elfun/cscd.m ........................................ PASS 5/5
scripts/elfun/csch.m ........................................ PASS 3/3
scripts/elfun/sec.m ......................................... PASS 3/3
scripts/elfun/secd.m ........................................ PASS 5/5
scripts/elfun/sech.m ........................................ PASS 3/3
scripts/elfun/sind.m ........................................ PASS 5/5
scripts/elfun/tand.m ........................................ PASS 5/5
scripts/general/accumarray.m ................................ PASS 22/22
scripts/general/accumdim.m .................................. PASS 13/13
scripts/general/bincoeff.m .................................. PASS 11/11
scripts/general/bitcmp.m .................................... PASS 10/10
scripts/general/bitget.m .................................... PASS 15/15
scripts/general/bitset.m .................................... PASS 21/21
scripts/general/blkdiag.m ................................... PASS 10/10
scripts/general/cart2pol.m .................................. PASS 24/24
scripts/general/cart2sph.m .................................. PASS 18/18
scripts/general/cell2mat.m .................................. PASS 19/19
scripts/general/celldisp.m .................................. PASS 3/3
scripts/general/chop.m ...................................... PASS 10/10
scripts/general/circshift.m ................................. PASS 15/15
scripts/general/common_size.m ............................... PASS 4/4
scripts/general/cplxpair.m .................................. PASS 20/20
scripts/general/cumtrapz.m .................................. PASS 9/9
scripts/general/curl.m ...................................... PASS 1/1
scripts/general/dblquad.m ................................... PASS 4/4
scripts/general/deal.m ...................................... PASS 4/4
scripts/general/deg2rad.m ................................... PASS 8/8
scripts/general/del2.m ...................................... PASS 14/14
scripts/general/divergence.m ................................ PASS 1/1
scripts/general/fieldnames.m ................................ PASS 2/2
SKIP 3
scripts/general/flip.m ...................................... PASS 10/10
scripts/general/flipdim.m ................................... PASS 1/1
scripts/general/fliplr.m .................................... PASS 9/9
scripts/general/flipud.m .................................... PASS 9/9
scripts/general/grabcode.m .................................. PASS 4/4
scripts/general/gradient.m .................................. PASS 5/5
scripts/general/idivide.m ................................... PASS 13/13
scripts/general/inputParser.m ............................... PASS 19/22
XFAIL 3
scripts/general/int2str.m ................................... PASS 9/9
scripts/general/interp1.m ................................... PASS 212/212
scripts/general/interp2.m ................................... PASS 50/50
scripts/general/interp3.m ................................... PASS 21/21
scripts/general/interpft.m .................................. PASS 15/15
scripts/general/interpn.m ................................... PASS 7/7
scripts/general/isdir.m ..................................... PASS 4/4
scripts/general/isequal.m ................................... PASS 60/60
scripts/general/isequaln.m .................................. PASS 8/8
scripts/general/logspace.m .................................. PASS 6/6
scripts/general/methods.m ................................... PASS 1/1
SKIP 1
scripts/general/nargchk.m ................................... PASS 9/9
scripts/general/narginchk.m ................................. PASS 4/4
scripts/general/nargoutchk.m ................................ PASS 9/9
scripts/general/nextpow2.m .................................. PASS 9/9
scripts/general/nthargout.m ................................. PASS 2/2
scripts/general/num2str.m ................................... PASS 39/40
XFAIL 1
scripts/general/pol2cart.m .................................. PASS 24/24
scripts/general/polyarea.m .................................. PASS 4/4
scripts/general/postpad.m ................................... PASS 15/15
scripts/general/prepad.m .................................... PASS 20/20
scripts/general/publish.m ................................... PASS 6/6
scripts/general/quadgk.m .................................... PASS 24/24
scripts/general/quadl.m ..................................... PASS 8/8
scripts/general/quadv.m ..................................... PASS 9/9
scripts/general/rad2deg.m ................................... PASS 8/8
scripts/general/randi.m ..................................... PASS 29/29
scripts/general/rat.m ....................................... PASS 4/4
scripts/general/repmat.m .................................... PASS 45/45
scripts/general/rot90.m ..................................... PASS 9/9
scripts/general/rotdim.m .................................... PASS 20/20
scripts/general/shift.m ..................................... PASS 9/9
scripts/general/shiftdim.m .................................. PASS 6/6
scripts/general/sortrows.m .................................. PASS 8/8
scripts/general/sph2cart.m .................................. PASS 18/18
scripts/general/structfun.m ................................. PASS 3/3
scripts/general/subsindex.m ................................. PASS 3/3
scripts/general/trapz.m ..................................... PASS 11/11
scripts/general/triplequad.m ................................ PASS 1/1
scripts/general/validateattributes.m ........................ PASS 50/50
scripts/geometry/convhull.m ................................. PASS 1/1
scripts/geometry/delaunay.m ................................. PASS 15/15
scripts/geometry/delaunayn.m ................................ PASS 3/3
scripts/geometry/dsearch.m .................................. PASS 2/2
scripts/geometry/dsearchn.m ................................. PASS 6/6
scripts/geometry/griddata.m ................................. PASS 14/14
scripts/geometry/griddata3.m ................................ PASS 2/2
scripts/geometry/griddatan.m ................................ PASS 2/2
scripts/geometry/inpolygon.m ................................ PASS 13/13
scripts/geometry/rectint.m .................................. PASS 17/17
scripts/geometry/tsearchn.m ................................. PASS 5/5
scripts/geometry/voronoi.m .................................. PASS 8/8
scripts/geometry/voronoin.m ................................. PASS 3/3
scripts/gui/errordlg.m ...................................... PASS 3/3
scripts/gui/guidata.m ....................................... PASS 4/4
scripts/gui/helpdlg.m ....................................... PASS 3/3
scripts/gui/inputdlg.m ...................................... PASS 5/5
scripts/gui/listdlg.m ....................................... PASS 6/6
scripts/gui/msgbox.m ........................................ PASS 5/5
scripts/gui/questdlg.m ...................................... PASS 7/7
scripts/gui/uibuttongroup.m ................................. PASS 1/1
scripts/gui/uigetdir.m ...................................... PASS 1/1
scripts/gui/uigetfile.m ..................................... PASS 1/1
scripts/gui/uimenu.m ........................................ PASS 0/3
FAIL 3
scripts/gui/uiputfile.m ..................................... PASS 1/1
scripts/gui/waitbar.m ....................................... PASS 4/4
scripts/gui/waitforbuttonpress.m ............................ PASS 2/2
scripts/gui/warndlg.m ....................................... PASS 3/3
scripts/help/__gripe_missing_component__.m .................. PASS 7/7
scripts/help/__makeinfo__.m ................................. PASS 1/1
scripts/help/__unimplemented__.m ............................ PASS 1/1
scripts/help/ans.m .......................................... PASS 1/1
scripts/help/doc.m .......................................... PASS 0/0
SKIP 1
scripts/help/doc_cache_create.m ............................. PASS 1/1
scripts/help/error_ids.m .................................... PASS 1/1
scripts/help/get_first_help_sentence.m ...................... PASS 7/7
scripts/help/help.m ......................................... PASS 5/5
scripts/help/print_usage.m .................................. PASS 1/1
scripts/help/type.m ......................................... PASS 9/9
scripts/help/warning_ids.m .................................. PASS 1/1
scripts/help/which.m ........................................ PASS 5/5
scripts/image/cmpermute.m ................................... PASS 19/19
scripts/image/cmunique.m .................................... PASS 19/19
scripts/image/colormap.m .................................... PASS 9/9
scripts/image/contrast.m .................................... PASS 1/1
scripts/image/gray2ind.m .................................... PASS 20/20
scripts/image/hsv2rgb.m ..................................... PASS 28/28
scripts/image/im2double.m ................................... PASS 18/18
scripts/image/image.m ....................................... PASS 1/1
scripts/image/imfinfo.m ..................................... PASS 1/1
scripts/image/imformats.m ................................... PASS 6/6
scripts/image/imread.m ...................................... PASS 5/5
scripts/image/imshow.m ...................................... PASS 6/6
scripts/image/imwrite.m ..................................... PASS 20/20
scripts/image/ind2gray.m .................................... PASS 19/19
scripts/image/ind2rgb.m ..................................... PASS 21/21
scripts/image/iscolormap.m .................................. PASS 5/5
scripts/image/ntsc2rgb.m .................................... PASS 22/22
scripts/image/rgb2hsv.m ..................................... PASS 26/26
scripts/image/rgb2ind.m ..................................... PASS 6/6
scripts/image/rgb2ntsc.m .................................... PASS 18/18
scripts/image/rgbplot.m ..................................... PASS 5/5
scripts/io/beep.m ........................................... PASS 1/1
scripts/io/csvread.m ........................................ PASS 1/1
scripts/io/csvwrite.m ....................................... PASS 2/2
scripts/io/dlmwrite.m ....................................... PASS 1/1
scripts/io/fileread.m ....................................... PASS 4/4
scripts/io/importdata.m ..................................... PASS 26/26
scripts/io/is_valid_file_id.m ............................... PASS 5/5
scripts/io/strread.m ........................................ PASS 54/54
scripts/io/textread.m ....................................... PASS 9/9
scripts/java/javachk.m ...................................... PASS 5/5
SKIP 1
scripts/java/usejava.m ...................................... PASS 5/5
SKIP 1
scripts/linear-algebra/bandwidth.m .......................... PASS 19/19
scripts/linear-algebra/commutation_matrix.m ................. PASS 6/6
scripts/linear-algebra/cond.m ............................... PASS 8/8
scripts/linear-algebra/condeig.m ............................ PASS 8/8
scripts/linear-algebra/condest.m ............................ PASS 8/8
scripts/linear-algebra/cross.m .............................. PASS 5/5
scripts/linear-algebra/duplication_matrix.m ................. PASS 7/7
scripts/linear-algebra/expm.m ............................... PASS 8/8
scripts/linear-algebra/housh.m .............................. PASS 6/6
scripts/linear-algebra/isbanded.m ........................... PASS 19/19
scripts/linear-algebra/isdefinite.m ......................... PASS 7/7
scripts/linear-algebra/isdiag.m ............................. PASS 12/12
scripts/linear-algebra/ishermitian.m ........................ PASS 12/12
scripts/linear-algebra/issymmetric.m ........................ PASS 14/14
scripts/linear-algebra/istril.m ............................. PASS 12/12
scripts/linear-algebra/istriu.m ............................. PASS 12/12
scripts/linear-algebra/linsolve.m ........................... PASS 8/8
scripts/linear-algebra/logm.m ............................... PASS 10/10
scripts/linear-algebra/normest.m ............................ PASS 8/8
scripts/linear-algebra/normest1.m ........................... PASS 13/13
scripts/linear-algebra/null.m ............................... PASS 8/8
scripts/linear-algebra/orth.m ............................... PASS 1/1
scripts/linear-algebra/planerot.m ........................... PASS 5/5
scripts/linear-algebra/qzhess.m ............................. PASS 4/4
scripts/linear-algebra/rank.m ............................... PASS 9/9
scripts/linear-algebra/rref.m ............................... PASS 6/6
scripts/linear-algebra/subspace.m ........................... PASS 2/2
scripts/linear-algebra/trace.m .............................. PASS 9/9
scripts/linear-algebra/vech.m ............................... PASS 3/3
scripts/miscellaneous/bug_report.m .......................... PASS 1/1
scripts/miscellaneous/bunzip2.m ............................. PASS 1/1
scripts/miscellaneous/cast.m ................................ PASS 17/17
scripts/miscellaneous/citation.m ............................ PASS 3/3
scripts/miscellaneous/compare_versions.m .................... PASS 46/46
scripts/miscellaneous/computer.m ............................ PASS 5/5
scripts/miscellaneous/copyfile.m ............................ PASS 7/7
scripts/miscellaneous/debug.m ............................... PASS 1/1
scripts/miscellaneous/delete.m .............................. PASS 4/4
scripts/miscellaneous/desktop.m ............................. PASS 2/2
scripts/miscellaneous/dir.m ................................. PASS 3/3
scripts/miscellaneous/dos.m ................................. PASS 3/3
scripts/miscellaneous/edit.m ................................ PASS 1/1
scripts/miscellaneous/fact.m ................................ PASS 1/1
scripts/miscellaneous/fileattrib.m .......................... PASS 3/3
scripts/miscellaneous/fileparts.m ........................... PASS 13/13
scripts/miscellaneous/fullfile.m ............................ PASS 26/26
scripts/miscellaneous/genvarname.m .......................... PASS 31/31
scripts/miscellaneous/getappdata.m .......................... PASS 6/6
scripts/miscellaneous/getfield.m ............................ PASS 5/5
scripts/miscellaneous/gunzip.m .............................. PASS 1/1
scripts/miscellaneous/info.m ................................ PASS 1/1
scripts/miscellaneous/inputname.m ........................... PASS 9/9
scripts/miscellaneous/isappdata.m ........................... PASS 5/5
scripts/miscellaneous/isdeployed.m .......................... PASS 1/1
scripts/miscellaneous/ismac.m ............................... PASS 2/2
scripts/miscellaneous/ispc.m ................................ PASS 2/2
scripts/miscellaneous/isunix.m .............................. PASS 2/2
scripts/miscellaneous/license.m ............................. PASS 11/11
scripts/miscellaneous/list_primes.m ......................... PASS 7/7
scripts/miscellaneous/ls.m .................................. PASS 3/3
scripts/miscellaneous/ls_command.m .......................... PASS 2/2
scripts/miscellaneous/menu.m ................................ PASS 5/5
scripts/miscellaneous/mex.m ................................. PASS 1/1
scripts/miscellaneous/mexext.m .............................. PASS 1/1
scripts/miscellaneous/mkdir.m ............................... PASS 3/3
scripts/miscellaneous/movefile.m ............................ PASS 6/6
scripts/miscellaneous/namelengthmax.m ....................... PASS 1/1
scripts/miscellaneous/news.m ................................ PASS 3/3
scripts/miscellaneous/open.m ................................ PASS 3/3
scripts/miscellaneous/orderfields.m ......................... PASS 14/14
scripts/miscellaneous/pack.m ................................ PASS 1/1
scripts/miscellaneous/parseparams.m ......................... PASS 7/7
scripts/miscellaneous/perl.m ................................ PASS 1/1
scripts/miscellaneous/python.m .............................. PASS 1/1
scripts/miscellaneous/recycle.m ............................. PASS 5/5
scripts/miscellaneous/rmappdata.m ........................... PASS 7/7
scripts/miscellaneous/run.m ................................. PASS 3/3
scripts/miscellaneous/setappdata.m .......................... PASS 5/5
scripts/miscellaneous/setfield.m ............................ PASS 6/6
scripts/miscellaneous/substruct.m ........................... PASS 6/6
scripts/miscellaneous/swapbytes.m ........................... PASS 5/5
scripts/miscellaneous/symvar.m .............................. PASS 3/3
scripts/miscellaneous/tar.m ................................. PASS 6/6
scripts/miscellaneous/tempdir.m ............................. PASS 2/2
scripts/miscellaneous/tmpnam.m .............................. PASS 1/1
scripts/miscellaneous/unix.m ................................ PASS 3/3
scripts/miscellaneous/unpack.m .............................. PASS 9/9
scripts/miscellaneous/untar.m ............................... PASS 1/1
scripts/miscellaneous/unzip.m ............................... PASS 1/1
scripts/miscellaneous/ver.m ................................. PASS 3/3
scripts/miscellaneous/version.m ............................. PASS 9/9
scripts/miscellaneous/what.m ................................ PASS 2/2
scripts/miscellaneous/xor.m ................................. PASS 8/8
scripts/miscellaneous/zip.m ................................. PASS 6/6
scripts/ode/ode23.m ......................................... PASS 38/38
scripts/ode/ode45.m ......................................... PASS 42/42
scripts/ode/odeget.m ........................................ PASS 17/17
scripts/ode/odeset.m ........................................ PASS 10/11
XFAIL 1
scripts/optimization/__all_opts__.m ......................... PASS 1/1
scripts/optimization/fminbnd.m .............................. PASS 7/7
scripts/optimization/fminsearch.m ........................... PASS 3/3
scripts/optimization/fminunc.m .............................. PASS 6/6
scripts/optimization/fsolve.m ............................... PASS 6/6
scripts/optimization/fzero.m ................................ PASS 2/2
scripts/optimization/glpk.m ................................. PASS 3/3
scripts/optimization/lsqnonneg.m ............................ PASS 2/2
scripts/optimization/optimget.m ............................. PASS 12/12
scripts/optimization/optimset.m ............................. PASS 7/7
scripts/optimization/pqpnonneg.m ............................ PASS 2/2
scripts/optimization/qp.m ................................... PASS 1/1
scripts/optimization/sqp.m .................................. PASS 17/17
scripts/path/matlabroot.m ................................... PASS 1/1
scripts/path/pathdef.m ...................................... PASS 1/1
scripts/path/savepath.m ..................................... PASS 1/1
scripts/plot/appearance/__clabel__.m ........................ PASS 1/1
scripts/plot/appearance/__getlegenddata__.m ................. PASS 1/1
scripts/plot/appearance/annotation.m ........................ PASS 11/11
scripts/plot/appearance/axis.m .............................. PASS 5/5
scripts/plot/appearance/datetick.m .......................... PASS 1/1
scripts/plot/appearance/grid.m .............................. PASS 2/2
scripts/plot/appearance/gtext.m ............................. PASS 1/1
scripts/plot/appearance/legend.m ............................ PASS 2/2
scripts/plot/appearance/lighting.m .......................... PASS 8/8
scripts/plot/appearance/material.m .......................... PASS 16/16
scripts/plot/appearance/orient.m ............................ PASS 8/8
scripts/plot/appearance/shading.m ........................... PASS 7/7
scripts/plot/appearance/text.m .............................. PASS 8/8
scripts/plot/appearance/title.m ............................. PASS 4/4
scripts/plot/appearance/view.m .............................. PASS 2/2
scripts/plot/appearance/whitebg.m ........................... PASS 1/1
scripts/plot/appearance/xlabel.m ............................ PASS 2/2
scripts/plot/appearance/xlim.m .............................. PASS 2/2
scripts/plot/appearance/ylabel.m ............................ PASS 2/2
scripts/plot/appearance/ylim.m .............................. PASS 2/2
scripts/plot/appearance/zlabel.m ............................ PASS 2/2
scripts/plot/appearance/zlim.m .............................. PASS 2/2
scripts/plot/draw/area.m .................................... PASS 8/8
scripts/plot/draw/camlight.m ................................ PASS 9/9
scripts/plot/draw/compass.m ................................. PASS 5/5
scripts/plot/draw/contour.m ................................. PASS 2/2
scripts/plot/draw/contourc.m ................................ PASS 1/1
scripts/plot/draw/errorbar.m ................................ PASS 11/11
scripts/plot/draw/feather.m ................................. PASS 5/5
scripts/plot/draw/fplot.m ................................... PASS 11/11
scripts/plot/draw/hist.m .................................... PASS 15/15
scripts/plot/draw/isocaps.m ................................. PASS 29/29
scripts/plot/draw/isocolors.m ............................... PASS 1/1
scripts/plot/draw/isonormals.m .............................. PASS 5/5
scripts/plot/draw/isosurface.m .............................. PASS 29/30
XFAIL 1
scripts/plot/draw/light.m ................................... PASS 2/2
scripts/plot/draw/line.m .................................... PASS 1/1
scripts/plot/draw/loglog.m .................................. PASS 2/2
scripts/plot/draw/patch.m ................................... PASS 2/2
scripts/plot/draw/reducepatch.m ............................. PASS 19/19
scripts/plot/draw/reducevolume.m ............................ PASS 22/22
scripts/plot/draw/rose.m .................................... PASS 2/2
scripts/plot/draw/semilogx.m ................................ PASS 2/2
scripts/plot/draw/semilogy.m ................................ PASS 2/2
scripts/plot/draw/shrinkfaces.m ............................. PASS 13/13
scripts/plot/draw/smooth3.m ................................. PASS 22/22
scripts/plot/draw/sombrero.m ................................ PASS 2/2
scripts/plot/draw/stairs.m .................................. PASS 9/9
scripts/plot/draw/stem.m .................................... PASS 10/10
scripts/plot/draw/stem3.m ................................... PASS 9/9
scripts/plot/draw/stemleaf.m ................................ PASS 17/17
scripts/plot/draw/surface.m ................................. PASS 1/1
scripts/plot/draw/surfnorm.m ................................ PASS 9/9
scripts/plot/draw/trimesh.m ................................. PASS 7/7
scripts/plot/draw/trisurf.m ................................. PASS 8/8
scripts/plot/util/__actual_axis_position__.m ................ PASS 1/1
scripts/plot/util/__default_plot_options__.m ................ PASS 1/1
scripts/plot/util/__gnuplot_drawnow__.m ..................... PASS 1/1
scripts/plot/util/__next_line_color__.m ..................... PASS 1/1
scripts/plot/util/__next_line_style__.m ..................... PASS 1/1
scripts/plot/util/__opengl_info__.m .........................
1 >-+
>
>
>
0.8 >-+
>
>
>
0.6 >-+
>
>
0.4 >-+
>
>
>
0.2 >-+
>
>
> + + + + +
0 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
0 0.2 0.4 0.6 0.8 1
PASS 0/1
XFAIL 1
scripts/plot/util/__plt_get_axis_arg__.m .................... PASS 1/1
scripts/plot/util/__pltopt__.m .............................. PASS 8/8
scripts/plot/util/allchild.m ................................ PASS 2/3
FAIL 1
scripts/plot/util/ancestor.m ................................ PASS 7/7
scripts/plot/util/axes.m .................................... PASS 1/1
scripts/plot/util/cla.m ..................................... PASS 2/2
scripts/plot/util/clf.m ..................................... PASS 3/3
scripts/plot/util/close.m ................................... PASS 7/7
scripts/plot/util/colstyle.m ................................ PASS 6/6
scripts/plot/util/copyobj.m ................................. PASS 2/2
scripts/plot/util/figure.m .................................. PASS 5/5
scripts/plot/util/findall.m ................................. PASS 0/1
FAIL 1
scripts/plot/util/findobj.m ................................. PASS 10/10
scripts/plot/util/frame2im.m ................................ PASS 4/4
scripts/plot/util/gca.m ..................................... PASS 1/1
scripts/plot/util/gcbf.m .................................... PASS 1/1
scripts/plot/util/gcbo.m .................................... PASS 1/1
scripts/plot/util/gcf.m ..................................... PASS 1/1
scripts/plot/util/ginput.m .................................. PASS 1/1
scripts/plot/util/gnuplot_binary.in.m ....................... PASS 1/1
scripts/plot/util/gnuplot_binary.m .......................... PASS 1/1
scripts/plot/util/graphics_toolkit.m ........................ PASS 0/2
FAIL 2
scripts/plot/util/hggroup.m ................................. PASS 1/1
scripts/plot/util/hgload.m .................................. PASS 3/3
scripts/plot/util/hgsave.m .................................. PASS 4/4
scripts/plot/util/hold.m .................................... PASS 2/2
scripts/plot/util/im2frame.m ................................ PASS 4/4
scripts/plot/util/isaxes.m .................................. PASS 2/2
scripts/plot/util/isfigure.m ................................ PASS 1/1
scripts/plot/util/ishghandle.m .............................. PASS 6/6
scripts/plot/util/ishold.m .................................. PASS 1/1
scripts/plot/util/isprop.m .................................. PASS 8/8
scripts/plot/util/linkaxes.m ................................ PASS 4/4
scripts/plot/util/linkprop.m ................................ PASS 7/7
scripts/plot/util/meshgrid.m ................................ PASS 8/8
scripts/plot/util/ndgrid.m .................................. PASS 9/9
scripts/plot/util/newplot.m ................................. PASS 2/2
scripts/plot/util/printd.m .................................. PASS 1/1
scripts/plot/util/rotate.m .................................. PASS 11/11
scripts/plot/util/subplot.m ................................. PASS 3/3
scripts/polynomial/compan.m ................................. PASS 6/6
scripts/polynomial/conv.m ................................... PASS 22/22
scripts/polynomial/deconv.m ................................. PASS 8/8
scripts/polynomial/mkpp.m ................................... PASS 16/16
scripts/polynomial/mpoles.m ................................. PASS 1/1
scripts/polynomial/padecoef.m ............................... PASS 14/14
scripts/polynomial/pchip.m .................................. PASS 23/23
scripts/polynomial/poly.m ................................... PASS 4/4
scripts/polynomial/polyaffine.m ............................. PASS 1/1
scripts/polynomial/polyder.m ................................ PASS 5/5
scripts/polynomial/polyeig.m ................................ PASS 6/6
scripts/polynomial/polyfit.m ................................ PASS 9/9
scripts/polynomial/polygcd.m ................................ PASS 4/4
scripts/polynomial/polyint.m ................................ PASS 4/4
scripts/polynomial/polyout.m ................................ PASS 5/5
scripts/polynomial/polyreduce.m ............................. PASS 8/8
scripts/polynomial/polyval.m ................................ PASS 15/15
scripts/polynomial/polyvalm.m ............................... PASS 3/3
scripts/polynomial/ppder.m .................................. PASS 11/11
scripts/polynomial/ppint.m .................................. PASS 2/2
scripts/polynomial/ppjumps.m ................................ PASS 3/3
scripts/polynomial/ppval.m .................................. PASS 17/17
scripts/polynomial/residue.m ................................ PASS 4/5
XFAIL 1
scripts/polynomial/roots.m .................................. PASS 12/12
scripts/polynomial/spline.m ................................. PASS 27/27
scripts/polynomial/splinefit.m .............................. PASS 3/3
scripts/polynomial/unmkpp.m ................................. PASS 6/6
scripts/prefs/addpref.m ..................................... PASS 7/7
scripts/prefs/getpref.m ..................................... PASS 4/4
scripts/prefs/ispref.m ...................................... PASS 5/5
scripts/prefs/preferences.m ................................. PASS 1/1
scripts/prefs/rmpref.m ...................................... PASS 5/5
scripts/prefs/setpref.m ..................................... PASS 7/7
scripts/profiler/profexport.m ............................... PASS 5/5
scripts/profiler/profile.m .................................. PASS 4/4
scripts/profiler/profshow.m ................................. PASS 4/4
scripts/set/intersect.m ..................................... PASS 16/16
scripts/set/ismember.m ...................................... PASS 32/32
scripts/set/powerset.m ...................................... PASS 9/9
scripts/set/setdiff.m ....................................... PASS 15/15
scripts/set/setxor.m ........................................ PASS 15/15
scripts/set/union.m ......................................... PASS 22/22
scripts/set/unique.m ........................................ PASS 39/39
scripts/signal/autoreg_matrix.m ............................. PASS 4/4
scripts/signal/bartlett.m ................................... PASS 9/9
scripts/signal/blackman.m ................................... PASS 13/13
scripts/signal/detrend.m .................................... PASS 3/3
scripts/signal/fftconv.m .................................... PASS 8/8
scripts/signal/fftfilt.m .................................... PASS 10/10
scripts/signal/fftshift.m ................................... PASS 13/13
scripts/signal/freqz.m ...................................... PASS 3/3
scripts/signal/hamming.m .................................... PASS 13/13
scripts/signal/hanning.m .................................... PASS 13/13
scripts/signal/ifftshift.m .................................. PASS 13/13
scripts/signal/periodogram.m ................................ PASS 8/8
scripts/signal/sinc.m ....................................... PASS 4/4
scripts/signal/sinetone.m ................................... PASS 1/1
scripts/signal/sinewave.m ................................... PASS 8/8
scripts/signal/spectral_adf.m ............................... PASS 4/4
scripts/signal/spectral_xdf.m ............................... PASS 4/4
scripts/signal/unwrap.m ..................................... PASS 24/24
scripts/sparse/bicg.m ....................................... PASS 3/3
scripts/sparse/bicgstab.m ................................... PASS 4/4
scripts/sparse/cgs.m ........................................ PASS 3/3
scripts/sparse/eigs.m ....................................... PASS 154/154
scripts/sparse/gmres.m ...................................... PASS 10/10
scripts/sparse/gplot.m ...................................... PASS 1/1
scripts/sparse/ichol.m ...................................... PASS 24/24
scripts/sparse/ilu.m ........................................ PASS 41/41
scripts/sparse/nonzeros.m ................................... PASS 4/4
scripts/sparse/pcg.m ........................................ PASS 4/4
scripts/sparse/pcr.m ........................................ PASS 3/3
scripts/sparse/qmr.m ........................................ PASS 4/4
scripts/sparse/spaugment.m .................................. PASS 1/1
scripts/sparse/spconvert.m .................................. PASS 7/7
scripts/sparse/spdiags.m .................................... PASS 9/9
scripts/sparse/speye.m ...................................... PASS 5/5
scripts/sparse/spfun.m ...................................... PASS 4/4
scripts/sparse/spones.m ..................................... PASS 3/3
scripts/sparse/sprand.m ..................................... PASS 18/18
scripts/sparse/sprandn.m .................................... PASS 18/18
scripts/sparse/sprandsym.m .................................. PASS 9/9
scripts/sparse/spstats.m .................................... PASS 1/1
scripts/sparse/spy.m ........................................ PASS 1/1
scripts/sparse/svds.m ....................................... PASS 6/6
scripts/sparse/treelayout.m ................................. PASS 3/3
scripts/specfun/bessel.m .................................... PASS 1/1
scripts/specfun/beta.m ...................................... PASS 12/12
scripts/specfun/betaln.m .................................... PASS 9/9
scripts/specfun/ellipke.m ................................... PASS 9/9
scripts/specfun/expint.m .................................... PASS 10/10
scripts/specfun/factor.m .................................... PASS 7/7
scripts/specfun/factorial.m ................................. PASS 9/9
scripts/specfun/isprime.m ................................... PASS 15/15
scripts/specfun/lcm.m ....................................... PASS 5/5
scripts/specfun/legendre.m .................................. PASS 19/19
scripts/specfun/nchoosek.m .................................. PASS 17/17
scripts/specfun/nthroot.m ................................... PASS 14/14
scripts/specfun/perms.m ..................................... PASS 5/5
scripts/specfun/pow2.m ...................................... PASS 4/4
scripts/specfun/primes.m .................................... PASS 5/5
scripts/specfun/reallog.m ................................... PASS 6/6
scripts/specfun/realpow.m ................................... PASS 8/8
scripts/specfun/realsqrt.m .................................. PASS 5/5
scripts/special-matrix/gallery.m ............................ PASS 122/122
scripts/special-matrix/hadamard.m ........................... PASS 6/6
scripts/special-matrix/hankel.m ............................. PASS 11/11
scripts/special-matrix/hilb.m ............................... PASS 5/5
scripts/special-matrix/invhilb.m ............................ PASS 7/7
scripts/special-matrix/magic.m .............................. PASS 9/9
scripts/special-matrix/pascal.m ............................. PASS 12/12
scripts/special-matrix/rosser.m ............................. PASS 3/3
scripts/special-matrix/toeplitz.m ........................... PASS 8/8
scripts/special-matrix/vander.m ............................. PASS 10/10
scripts/special-matrix/wilkinson.m .......................... PASS 10/10
scripts/startup/__finish__.m ................................ PASS 1/1
scripts/statistics/base/center.m ............................ PASS 14/14
scripts/statistics/base/cloglog.m ........................... PASS 5/5
scripts/statistics/base/corr.m .............................. PASS 10/10
scripts/statistics/base/cov.m ............................... PASS 14/14
scripts/statistics/base/gls.m ............................... PASS 13/13
scripts/statistics/base/histc.m ............................. PASS 8/8
scripts/statistics/base/iqr.m ............................... PASS 8/8
scripts/statistics/base/kendall.m ........................... PASS 10/10
scripts/statistics/base/kurtosis.m .......................... PASS 18/18
scripts/statistics/base/logit.m ............................. PASS 4/4
scripts/statistics/base/lscov.m ............................. PASS 3/3
scripts/statistics/base/mean.m .............................. PASS 18/18
scripts/statistics/base/meansq.m ............................ PASS 11/11
scripts/statistics/base/median.m ............................ PASS 18/18
scripts/statistics/base/mode.m .............................. PASS 21/21
scripts/statistics/base/moment.m ............................ PASS 18/18
scripts/statistics/base/ols.m ............................... PASS 12/12
scripts/statistics/base/ppplot.m ............................ PASS 2/2
scripts/statistics/base/prctile.m ........................... PASS 14/14
scripts/statistics/base/probit.m ............................ PASS 3/3
scripts/statistics/base/quantile.m .......................... PASS 22/22
scripts/statistics/base/range.m ............................. PASS 7/7
scripts/statistics/base/ranks.m ............................. PASS 13/13
scripts/statistics/base/run_count.m ......................... PASS 15/15
scripts/statistics/base/runlength.m ......................... PASS 7/7
scripts/statistics/base/skewness.m .......................... PASS 21/21
scripts/statistics/base/spearman.m .......................... PASS 9/9
scripts/statistics/base/statistics.m ........................ PASS 9/9
scripts/statistics/base/std.m ............................... PASS 16/16
scripts/statistics/base/table.m ............................. PASS 9/9
scripts/statistics/base/var.m ............................... PASS 16/16
scripts/statistics/base/zscore.m ............................ PASS 12/12
scripts/statistics/distributions/betacdf.m .................. PASS 17/17
scripts/statistics/distributions/betainv.m .................. PASS 20/20
scripts/statistics/distributions/betapdf.m .................. PASS 21/21
scripts/statistics/distributions/betarnd.m .................. PASS 27/27
scripts/statistics/distributions/binocdf.m .................. PASS 20/20
scripts/statistics/distributions/binoinv.m .................. PASS 23/23
scripts/statistics/distributions/binopdf.m .................. PASS 22/22
scripts/statistics/distributions/binornd.m .................. PASS 29/29
scripts/statistics/distributions/cauchy_cdf.m ............... PASS 19/19
scripts/statistics/distributions/cauchy_inv.m ............... PASS 19/19
scripts/statistics/distributions/cauchy_pdf.m ............... PASS 19/19
scripts/statistics/distributions/cauchy_rnd.m ............... PASS 27/27
scripts/statistics/distributions/chi2cdf.m .................. PASS 14/14
scripts/statistics/distributions/chi2inv.m .................. PASS 14/14
scripts/statistics/distributions/chi2pdf.m .................. PASS 13/13
scripts/statistics/distributions/chi2rnd.m .................. PASS 19/19
scripts/statistics/distributions/discrete_cdf.m ............. PASS 14/14
scripts/statistics/distributions/discrete_inv.m ............. PASS 13/13
scripts/statistics/distributions/discrete_pdf.m ............. PASS 14/14
scripts/statistics/distributions/discrete_rnd.m ............. PASS 17/17
scripts/statistics/distributions/empirical_cdf.m ............ PASS 9/9
scripts/statistics/distributions/empirical_inv.m ............ PASS 8/8
scripts/statistics/distributions/empirical_pdf.m ............ PASS 8/8
scripts/statistics/distributions/empirical_rnd.m ............ PASS 8/8
scripts/statistics/distributions/expcdf.m ................... PASS 13/13
scripts/statistics/distributions/expinv.m ................... PASS 14/14
scripts/statistics/distributions/exppdf.m ................... PASS 12/12
scripts/statistics/distributions/exprnd.m ................... PASS 19/19
scripts/statistics/distributions/fcdf.m ..................... PASS 20/20
scripts/statistics/distributions/finv.m ..................... PASS 20/20
scripts/statistics/distributions/fpdf.m ..................... PASS 20/20
scripts/statistics/distributions/frnd.m ..................... PASS 27/27
scripts/statistics/distributions/gamcdf.m ................... PASS 18/18
scripts/statistics/distributions/gaminv.m ................... PASS 20/20
scripts/statistics/distributions/gampdf.m ................... PASS 19/19
scripts/statistics/distributions/gamrnd.m ................... PASS 27/27
scripts/statistics/distributions/geocdf.m ................... PASS 14/14
scripts/statistics/distributions/geoinv.m ................... PASS 14/14
scripts/statistics/distributions/geopdf.m ................... PASS 13/13
scripts/statistics/distributions/geornd.m ................... PASS 20/20
scripts/statistics/distributions/hygecdf.m .................. PASS 26/26
scripts/statistics/distributions/hygeinv.m .................. PASS 27/27
scripts/statistics/distributions/hygepdf.m .................. PASS 25/25
scripts/statistics/distributions/hygernd.m .................. PASS 32/32
scripts/statistics/distributions/kolmogorov_smirnov_cdf.m ... PASS 4/4
scripts/statistics/distributions/laplace_cdf.m .............. PASS 5/5
scripts/statistics/distributions/laplace_inv.m .............. PASS 6/6
scripts/statistics/distributions/laplace_pdf.m .............. PASS 5/5
scripts/statistics/distributions/laplace_rnd.m .............. PASS 9/9
scripts/statistics/distributions/logistic_cdf.m ............. PASS 5/5
scripts/statistics/distributions/logistic_inv.m ............. PASS 6/6
scripts/statistics/distributions/logistic_pdf.m ............. PASS 5/5
scripts/statistics/distributions/logistic_rnd.m ............. PASS 9/9
scripts/statistics/distributions/logncdf.m .................. PASS 19/19
scripts/statistics/distributions/logninv.m .................. PASS 19/19
scripts/statistics/distributions/lognpdf.m .................. PASS 18/18
scripts/statistics/distributions/lognrnd.m .................. PASS 27/27
scripts/statistics/distributions/nbincdf.m .................. PASS 20/20
scripts/statistics/distributions/nbininv.m .................. PASS 24/24
scripts/statistics/distributions/nbinpdf.m .................. PASS 19/19
scripts/statistics/distributions/nbinrnd.m .................. PASS 27/27
scripts/statistics/distributions/normcdf.m .................. PASS 19/19
scripts/statistics/distributions/norminv.m .................. PASS 19/19
scripts/statistics/distributions/normpdf.m .................. PASS 18/18
scripts/statistics/distributions/normrnd.m .................. PASS 27/27
scripts/statistics/distributions/poisscdf.m ................. PASS 14/14
scripts/statistics/distributions/poissinv.m ................. PASS 14/14
scripts/statistics/distributions/poisspdf.m ................. PASS 13/13
scripts/statistics/distributions/poissrnd.m ................. PASS 21/21
scripts/statistics/distributions/stdnormal_cdf.m ............ PASS 5/5
scripts/statistics/distributions/stdnormal_inv.m ............ PASS 6/6
scripts/statistics/distributions/stdnormal_pdf.m ............ PASS 5/5
scripts/statistics/distributions/stdnormal_rnd.m ............ PASS 9/9
scripts/statistics/distributions/tcdf.m ..................... PASS 26/26
scripts/statistics/distributions/tinv.m ..................... PASS 14/14
scripts/statistics/distributions/tpdf.m ..................... PASS 14/14
scripts/statistics/distributions/trnd.m ..................... PASS 19/19
scripts/statistics/distributions/unidcdf.m .................. PASS 14/14
scripts/statistics/distributions/unidinv.m .................. PASS 14/14
scripts/statistics/distributions/unidpdf.m .................. PASS 13/13
scripts/statistics/distributions/unidrnd.m .................. PASS 13/13
scripts/statistics/distributions/unifcdf.m .................. PASS 19/19
scripts/statistics/distributions/unifinv.m .................. PASS 19/19
scripts/statistics/distributions/unifpdf.m .................. PASS 18/18
scripts/statistics/distributions/unifrnd.m .................. PASS 27/27
scripts/statistics/distributions/wblcdf.m ................... PASS 18/18
scripts/statistics/distributions/wblinv.m ................... PASS 18/18
scripts/statistics/distributions/wblpdf.m ................... PASS 17/17
scripts/statistics/distributions/wblrnd.m ................... PASS 27/27
scripts/statistics/tests/kolmogorov_smirnov_test.m .......... PASS 7/7
scripts/statistics/tests/kruskal_wallis_test.m .............. PASS 1/1
scripts/statistics/tests/t_test.m ........................... PASS 3/3
scripts/statistics/tests/z_test.m ........................... PASS 3/3
scripts/strings/base2dec.m .................................. PASS 12/12
scripts/strings/bin2dec.m ................................... PASS 9/9
scripts/strings/blanks.m .................................... PASS 8/8
scripts/strings/cstrcat.m ................................... PASS 6/6
scripts/strings/deblank.m ................................... PASS 15/15
scripts/strings/dec2base.m .................................. PASS 21/21
scripts/strings/dec2bin.m ................................... PASS 5/5
scripts/strings/dec2hex.m ................................... PASS 5/5
scripts/strings/findstr.m ................................... PASS 6/6
scripts/strings/hex2dec.m ................................... PASS 7/7
scripts/strings/index.m ..................................... PASS 18/18
scripts/strings/isletter.m .................................. PASS 2/2
scripts/strings/isstrprop.m ................................. PASS 10/10
scripts/strings/mat2str.m ................................... PASS 15/15
scripts/strings/ostrsplit.m ................................. PASS 12/12
scripts/strings/regexptranslate.m ........................... PASS 7/7
scripts/strings/rindex.m .................................... PASS 6/6
scripts/strings/str2num.m ................................... PASS 6/6
scripts/strings/strcat.m .................................... PASS 19/19
scripts/strings/strchr.m .................................... PASS 7/7
scripts/strings/strjoin.m ................................... PASS 7/7
scripts/strings/strjust.m ................................... PASS 8/8
scripts/strings/strmatch.m .................................. PASS 17/17
scripts/strings/strsplit.m .................................. PASS 39/39
scripts/strings/strtok.m .................................... PASS 32/32
scripts/strings/strtrim.m ................................... PASS 10/10
scripts/strings/strtrunc.m .................................. PASS 13/13
scripts/strings/substr.m .................................... PASS 16/16
scripts/strings/untabify.m .................................. PASS 8/8
scripts/strings/validatestring.m ............................ PASS 18/18
scripts/testfun/__have_feature__.m .......................... PASS 1/1
scripts/testfun/__printf_assert__.m ......................... PASS 1/1
scripts/testfun/__prog_output_assert__.m .................... PASS 1/1
scripts/testfun/__run_test_suite__.m ........................ PASS 1/1
scripts/testfun/assert.m .................................... PASS 95/95
scripts/testfun/demo.m ...................................... PASS 7/7
scripts/testfun/example.m ................................... PASS 9/9
scripts/testfun/fail.m ...................................... PASS 12/12
scripts/testfun/rundemos.m .................................. PASS 2/2
scripts/testfun/runtests.m .................................. PASS 2/2
scripts/testfun/speed.m ..................................... PASS 4/4
scripts/testfun/test.m ...................................... PASS 57/58
SKIP 1
XFAIL 1
scripts/time/addtodate.m .................................... PASS 36/36
scripts/time/asctime.m ...................................... PASS 4/4
scripts/time/calendar.m ..................................... PASS 3/3
scripts/time/clock.m ........................................ PASS 1/1
scripts/time/ctime.m ........................................ PASS 4/4
scripts/time/date.m ......................................... PASS 1/1
scripts/time/datenum.m ...................................... PASS 28/28
scripts/time/datestr.m ...................................... PASS 38/38
scripts/time/datevec.m ...................................... PASS 28/28
scripts/time/eomday.m ....................................... PASS 14/14
scripts/time/etime.m ........................................ PASS 9/9
scripts/time/is_leap_year.m ................................. PASS 6/6
scripts/time/now.m .......................................... PASS 4/4
scripts/time/weekday.m ...................................... PASS 20/20
Fixed test scripts:
bug-35448.tst ............................................... PASS 2/2
bug-36025.tst ............................................... PASS 1/1
bug-38236.tst ............................................... PASS 0/1
XFAIL 1
bug-38691.tst ............................................... PASS 1/1
bug-44940.tst ............................................... PASS 1/1
class-concat.tst ............................................ PASS 2/2
classdef.tst ................................................ PASS 18/20
XFAIL 2
classes.tst ................................................. PASS 141/152
XFAIL 11
ctor-vs-method.tst .......................................... PASS 4/4
fcn-handle-derived-resolution.tst ........................... PASS 7/7
nest.tst .................................................... PASS 19/19
args.tst .................................................... PASS 26/26
bc-overloads.tst ............................................ PASS 451/451
bug-31371.tst ............................................... PASS 1/1
bug-38565.tst ............................................... PASS 1/1
bug-38576.tst ............................................... PASS 1/1
bug-46330.tst ............................................... PASS 1/1
colormaps.tst ............................................... PASS 1/1
command.tst ................................................. PASS 42/42
complex.tst ................................................. PASS 7/7
conv.tst .................................................... PASS 405/405
diag-perm.tst ............................................... PASS 30/30
error.tst ................................................... PASS 11/11
eval-catch.tst .............................................. PASS 9/9
for.tst ..................................................... PASS 14/14
func.tst .................................................... PASS 49/49
global.tst .................................................. PASS 10/10
if.tst ...................................................... PASS 15/15
index.tst ................................................... PASS 180/180
io.tst ...................................................... PASS 135/135
jit.tst ..................................................... PASS 0/2
SKIP 42
XFAIL 2
line-continue.tst ........................................... PASS 11/11
logical-index.tst ........................................... PASS 43/43
null-assign.tst ............................................. PASS 21/21
parser.tst .................................................. PASS 47/47
prefer.tst .................................................. PASS 27/27
range.tst ................................................... PASS 58/58
recursion.tst ............................................... PASS 2/2
return.tst .................................................. PASS 2/2
slice.tst ................................................... PASS 133/133
sparse.tst .................................................. PASS 1204/1204
struct.tst .................................................. PASS 46/46
switch.tst .................................................. PASS 8/8
system.tst .................................................. PASS 102/103
FAIL 1
transpose.tst ............................................... PASS 16/16
try.tst ..................................................... PASS 18/18
unwind.tst .................................................. PASS 2/2
while.tst ................................................... PASS 6/6
Summary:
PASS 14740
FAIL 11
XFAIL 34
SKIPPED 81
See the file /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/test/fntests.log for additional details.
Items listed as XFAIL above are known bugs.
Bug report numbers for them may be found in the log file:
/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/test/fntests.log
Please help improve Octave by contributing fixes for them.
Tests are most often skipped because the features they require
have been disabled. Features are most often disabled because
they require dependencies that were not present when Octave
was built. The configure script should have printed a summary
at the end of its run indicating which dependencies were not found.
191 (of 892) .m files have no tests.
Please help improve Octave by contributing tests for these files
(see the list in the file /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/test/fntests.log).
make[3]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
make[2]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
make[1]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
2016-10-02 09:17:55 -0400
make
install
preserving existing HG-ID file
make install-recursive
make[1]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
Making install in libgnu
make[2]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make install-recursive
make[3]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[4]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[5]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
if test yes = no; then \
case 'linux-gnu' in \
darwin[56]*) \
need_charset_alias=true ;; \
darwin* | cygwin* | mingw* | pw32* | cegcc*) \
need_charset_alias=false ;; \
*) \
need_charset_alias=true ;; \
esac ; \
else \
need_charset_alias=false ; \
fi ; \
if $need_charset_alias; then \
/bin/bash /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/build-aux/install-sh -d /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib ; \
fi ; \
if test -f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.alias; then \
sed -f ref-add.sed /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.alias > /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.tmp /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.alias ; \
rm -f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.tmp ; \
else \
if $need_charset_alias; then \
sed -f ref-add.sed charset.alias > /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.tmp ; \
/usr/bin/install -c -m 644 /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.tmp /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.alias ; \
rm -f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/charset.tmp ; \
fi ; \
fi
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[4]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[3]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[2]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libgnu'
make[2]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
Octave successfully built. Now choose from the following:
./run-octave - to run in place to test before installing
make check - to run the tests
make install - to install (PREFIX=/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2)
HG ID for this build is "9d5062749814"
make[3]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/startup
for f in scripts/audio/PKG_ADD scripts/deprecated/PKG_ADD scripts/elfun/PKG_ADD scripts/general/PKG_ADD scripts/geometry/PKG_ADD scripts/gui/PKG_ADD scripts/help/PKG_ADD scripts/image/PKG_ADD scripts/io/PKG_ADD scripts/java/PKG_ADD scripts/linear-algebra/PKG_ADD scripts/miscellaneous/PKG_ADD scripts/ode/PKG_ADD scripts/optimization/PKG_ADD scripts/path/PKG_ADD scripts/pkg/PKG_ADD scripts/plot/appearance/PKG_ADD scripts/plot/draw/PKG_ADD scripts/plot/util/PKG_ADD scripts/polynomial/PKG_ADD scripts/prefs/PKG_ADD scripts/profiler/PKG_ADD scripts/set/PKG_ADD scripts/signal/PKG_ADD scripts/sparse/PKG_ADD scripts/specfun/PKG_ADD scripts/special-matrix/PKG_ADD scripts/startup/PKG_ADD scripts/statistics/base/PKG_ADD scripts/statistics/distributions/PKG_ADD scripts/statistics/models/PKG_ADD scripts/statistics/tests/PKG_ADD scripts/strings/PKG_ADD scripts/testfun/PKG_ADD scripts/time/PKG_ADD scripts/@ftp/PKG_ADD; do \
if [ -n "`cat $f`" ]; then \
base=`echo $f | /Users/ce/nir/.linuxbrew/bin/sed 's,^scripts/,,'`; \
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/`echo $base | /Users/ce/nir/.linuxbrew/bin/sed 's,/[^/]*$,,'`; \
/usr/bin/install -c -m 644 $f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/$base; \
fi \
done
if test -n "desktop-file-install"; then \
desktop-file-install --dir=/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/applications \
--vendor www.octave.org etc/icons/octave.desktop; \
fi
for f in test/conv.tst test/sparse.tst test/tbcover.m test/bc-overloads.tst test/@double/tbcover.m test/@single/tbcover.m test/@char/tbcover.m test/@logical/tbcover.m test/@int8/tbcover.m test/@int16/tbcover.m test/@int32/tbcover.m test/@int64/tbcover.m test/@uint8/tbcover.m test/@uint16/tbcover.m test/@uint32/tbcover.m test/@uint64/tbcover.m test/@struct/tbcover.m test/@cell/tbcover.m test/@function_handle/tbcover.m test/args.tst test/bug-31371.tst test/bug-38565.tst test/bug-38576.tst test/bug-46330.tst test/colormaps.tst test/command.tst test/complex.tst test/diag-perm.tst test/error.tst test/eval-catch.tst test/for.tst test/func.tst test/global.tst test/if.tst test/index.tst test/io.tst test/jit.tst test/line-continue.tst test/logical-index.tst test/null-assign.tst test/parser.tst test/prefer.tst test/range.tst test/recursion.tst test/return.tst test/slice.tst test/struct.tst test/switch.tst test/system.tst test/transpose.tst test/try.tst test/unwind.tst test/while.tst test/bug-35448/fA.m test/bug-35448/fB.m test/bug-35448/fC.m test/bug-35448/bug-35448.tst test/bug-36025/@testclass/one.m test/bug-36025/@testclass/testclass.m test/bug-36025/@testclass/two.m test/bug-36025/bug-36025.tst test/bug-38236/df_vr.m test/bug-38236/u_vr.m test/bug-38236/bug-38236.tst test/bug-38691/dir1/func1.m test/bug-38691/dir2/func1.m test/bug-38691/dir2/func2.m test/bug-38691/dir2/func3.m test/bug-38691/bug-38691.tst test/bug-44940/bug-44940.tst test/bug-44940/class_bug44940.m test/class-concat/@foo/foo.m test/class-concat/class-concat.tst test/classdef/foo_method_changes_property_size.m test/classdef/foo_static_method_constant_property.m test/classdef/foo_value_class.m test/classdef/classdef.tst test/classes/@Blork/Blork.m test/classes/@Blork/bleek.m test/classes/@Blork/display.m test/classes/@Blork/get.m test/classes/@Blork/set.m test/classes/@Cork/Cork.m test/classes/@Cork/click.m test/classes/@Cork/display.m test/classes/@Cork/get.m test/classes/@Cork/set.m test/classes/@Dork/Dork.m test/classes/@Dork/bling.m test/classes/@Dork/display.m test/classes/@Dork/gack.m test/classes/@Dork/get.m test/classes/@Dork/getStash.m test/classes/@Dork/private/myStash.m test/classes/@Dork/set.m test/classes/@Gork/Gork.m test/classes/@Gork/cork.m test/classes/@Gork/display.m test/classes/@Gork/gark.m test/classes/@Gork/get.m test/classes/@Gork/set.m test/classes/@Gork/subsasgn.m test/classes/@Gork/subsref.m test/classes/@Pork/Pork.m test/classes/@Pork/bling.m test/classes/@Pork/display.m test/classes/@Pork/get.m test/classes/@Pork/gurk.m test/classes/@Pork/private/myStash.m test/classes/@Pork/set.m test/classes/@Sneetch/Sneetch.m test/classes/@Sneetch/display.m test/classes/@Snork/Snork.m test/classes/@Snork/cack.m test/classes/@Snork/display.m test/classes/@Snork/double.m test/classes/@Snork/end.m test/classes/@Snork/eq.m test/classes/@Snork/ge.m test/classes/@Snork/get.m test/classes/@Snork/getStash.m test/classes/@Snork/gick.m test/classes/@Snork/gt.m test/classes/@Snork/horzcat.m test/classes/@Snork/ldivide.m test/classes/@Snork/le.m test/classes/@Snork/loadobj.m test/classes/@Snork/lt.m test/classes/@Snork/minus.m test/classes/@Snork/mldivide.m test/classes/@Snork/mpower.m test/classes/@Snork/mrdivide.m test/classes/@Snork/mtimes.m test/classes/@Snork/ne.m test/classes/@Snork/plus.m test/classes/@Snork/power.m test/classes/@Snork/private/myStash.m test/classes/@Snork/rdivide.m test/classes/@Snork/saveobj.m test/classes/@Snork/set.m test/classes/@Snork/subsasgn.m test/classes/@Snork/subsindex.m test/classes/@Snork/subsref.m test/classes/@Snork/tattack.m test/classes/@Snork/times.m test/classes/@Snork/uminus.m test/classes/@Snork/uplus.m test/classes/@Snork/vertcat.m test/classes/@Spork/Spork.m test/classes/@Spork/cack.m test/classes/@Spork/display.m test/classes/@Spork/geek.m test/classes/@Spork/get.m test/classes/@Spork/getStash.m test/classes/@Spork/loadobj.m test/classes/@Spork/private/myStash.m test/classes/@Spork/saveobj.m test/classes/@Spork/set.m test/classes/@CPrecedenceTester1/CPrecedenceTester1.m test/classes/@CPrecedenceTester1/tattack.m test/classes/@CPrecedenceTester2/CPrecedenceTester2.m test/classes/@CPrecedenceTester2/tattack.m test/classes/@CPrecedenceTester3/CPrecedenceTester3.m test/classes/@CPrecedenceTester3/tattack.m test/classes/@SizeTester/SizeTester.m test/classes/@SizeTester/numel.m test/classes/@SizeTester/size.m test/classes/classes.tst test/ctor-vs-method/@derived/derived.m test/ctor-vs-method/@derived/parent.m test/ctor-vs-method/@other/other.m test/ctor-vs-method/@other/parent.m test/ctor-vs-method/@parent/method.m test/ctor-vs-method/@parent/parent.m test/ctor-vs-method/__trace__.m test/ctor-vs-method/ctor-vs-method.tst test/fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m test/fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m test/fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m test/fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m test/fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m test/fcn-handle-derived-resolution/@fhdr_parent/numel.m test/fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m test/fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst test/nest/arg_nest.m test/nest/arg_ret.m test/nest/nest_eval.m test/nest/no_closure.m test/nest/persistent_nest.m test/nest/recursive_nest.m test/nest/recursive_nest2.m test/nest/recursive_nest3.m test/nest/scope0.m test/nest/scope1.m test/nest/scope2.m test/nest/scope3.m test/nest/script_nest.m test/nest/script_nest_script.m test/nest/nest.tst test/nest/varg_nest.m test/nest/varg_nest2.m test/publish/test_script_code_only.m test/publish/test_script_empty.m test/publish/test_script_example.m test/publish/test_script_head_only.m test/publish/test_script.m; do \
if test -f "$f"; then d=; else d="./"; fi; \
base=`echo $f | /Users/ce/nir/.linuxbrew/bin/sed 's,^test/,,'`; \
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/fixed/`echo $base | /Users/ce/nir/.linuxbrew/bin/sed 's,/*[^/]*$,,'`; \
/usr/bin/install -c -m 644 $d$f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/fixed/$base; \
done
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/site/m /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/site/api-v51/m /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/site/m /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/site/oct/x86_64-pc-linux-gnu /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/site/oct/api-v51/x86_64-pc-linux-gnu /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/site/oct/x86_64-pc-linux-gnu /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/libexec/octave/site/exec/x86_64-pc-linux-gnu /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/libexec/octave/api-v51/site/exec/x86_64-pc-linux-gnu /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/libexec/octave/4.2.0-rc2/site/exec/x86_64-pc-linux-gnu
if test -f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/startup/octaverc; then true; \
else \
/usr/bin/install -c -m 644 ./scripts/startup/version-rcfile \
/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/startup/octaverc; \
fi
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/imagelib'
for f in etc/icons/octave-logo-512.png etc/icons/octave-logo-256.png etc/icons/octave-logo-128.png etc/icons/octave-logo-64.png etc/icons/octave-logo-48.png etc/icons/octave-logo-32.png etc/icons/octave-logo-24.png etc/icons/octave-logo-22.png etc/icons/octave-logo-16.png; do \
size=`echo $f | /Users/ce/nir/.linuxbrew/bin/sed -n -e "s/.*-\([0-9]\+\)\.png/\1/p"`; \
if test -f $f; then d=; else d="./"; fi; \
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/icons/hicolor/${size}x${size}/apps; \
/usr/bin/install -c -m 644 "$d$f" /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/icons/hicolor/${size}x${size}/apps/octave.png; \
done
/usr/bin/install -c -m 644 scripts/image/default.img etc/icons/octave-logo.svg etc/icons/octave-sombrero.png etc/icons/octave-logo.ico '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/imagelib'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests'
if test -f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/startup/inputrc; then true; \
else \
/usr/bin/install -c -m 644 ./scripts/startup/inputrc \
/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/startup/inputrc; \
fi
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/corefcn'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests'
/usr/bin/install -c -m 644 libinterp/corefcn/Cell.cc-tst libinterp/corefcn/__contourc__.cc-tst libinterp/corefcn/__dispatch__.cc-tst libinterp/corefcn/__dsearchn__.cc-tst libinterp/corefcn/__ichol__.cc-tst libinterp/corefcn/__ilu__.cc-tst libinterp/corefcn/__lin_interpn__.cc-tst libinterp/corefcn/__magick_read__.cc-tst libinterp/corefcn/__pchip_deriv__.cc-tst libinterp/corefcn/__qp__.cc-tst libinterp/corefcn/besselj.cc-tst libinterp/corefcn/betainc.cc-tst libinterp/corefcn/bitfcns.cc-tst libinterp/corefcn/bsxfun.cc-tst libinterp/corefcn/cellfun.cc-tst libinterp/corefcn/conv2.cc-tst libinterp/corefcn/dassl.cc-tst libinterp/corefcn/data.cc-tst libinterp/corefcn/debug.cc-tst libinterp/corefcn/defaults.cc-tst libinterp/corefcn/det.cc-tst libinterp/corefcn/dirfns.cc-tst libinterp/corefcn/dlmread.cc-tst libinterp/corefcn/dot.cc-tst libinterp/corefcn/eig.cc-tst libinterp/corefcn/ellipj.cc-tst libinterp/corefcn/error.cc-tst libinterp/corefcn/errwarn.cc-tst libinterp/corefcn/fft.cc-tst libinterp/corefcn/fft2.cc-tst libinterp/corefcn/file-io.cc-tst libinterp/corefcn/filter.cc-tst libinterp/corefcn/find.cc-tst libinterp/corefcn/gammainc.cc-tst libinterp/corefcn/gcd.cc-tst libinterp/corefcn/getrusage.cc-tst libinterp/corefcn/givens.cc-tst libinterp/corefcn/graphics.cc-tst libinterp/corefcn/gsvd.cc-tst libinterp/corefcn/hash.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/corefcn'
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/site/m/startup
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/liboctave/array'
if test -f /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/site/m/startup/octaverc; \
then true; \
else \
/usr/bin/install -c -m 644 ./scripts/startup/site-rcfile \
/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/site/m/startup/octaverc; \
fi
/usr/bin/install -c -m 644 liboctave/array/CMatrix.cc-tst liboctave/array/CSparse.cc-tst liboctave/array/dMatrix.cc-tst liboctave/array/dSparse.cc-tst liboctave/array/fCMatrix.cc-tst liboctave/array/fMatrix.cc-tst liboctave/array/idx-vector.cc-tst liboctave/array/Array.cc-tst liboctave/array/Sparse.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/liboctave/array'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/data'
/usr/bin/install -c -m 644 examples/data/penny.mat '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/data'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/usr/bin/install -c -m 644 liboctave/liboctave-build-info.h liboctave/array/Array.h liboctave/array/Array-util.h liboctave/array/boolMatrix.h liboctave/array/boolNDArray.h liboctave/array/boolSparse.h liboctave/array/CColVector.h liboctave/array/CDiagMatrix.h liboctave/array/chMatrix.h liboctave/array/chNDArray.h liboctave/array/CMatrix.h liboctave/array/CNDArray.h liboctave/array/CRowVector.h liboctave/array/CSparse.h liboctave/array/dColVector.h liboctave/array/dDiagMatrix.h liboctave/array/DiagArray2.h liboctave/array/dim-vector.h liboctave/array/dMatrix.h liboctave/array/dNDArray.h liboctave/array/dRowVector.h liboctave/array/dSparse.h liboctave/array/fCColVector.h liboctave/array/fCDiagMatrix.h liboctave/array/fCMatrix.h liboctave/array/fCNDArray.h liboctave/array/fColVector.h liboctave/array/fCRowVector.h liboctave/array/fDiagMatrix.h liboctave/array/fMatrix.h liboctave/array/fNDArray.h liboctave/array/fRowVector.h liboctave/array/idx-vector.h liboctave/array/int16NDArray.h liboctave/array/int32NDArray.h liboctave/array/int64NDArray.h liboctave/array/int8NDArray.h liboctave/array/intNDArray.h liboctave/array/MArray.h liboctave/array/Matrix.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/@ftp'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/audio'
/usr/bin/install -c -m 644 scripts/@ftp/ascii.m scripts/@ftp/binary.m scripts/@ftp/cd.m scripts/@ftp/close.m scripts/@ftp/delete.m scripts/@ftp/dir.m scripts/@ftp/display.m scripts/@ftp/ftp.m scripts/@ftp/loadobj.m scripts/@ftp/mget.m scripts/@ftp/mkdir.m scripts/@ftp/mput.m scripts/@ftp/rename.m scripts/@ftp/rmdir.m scripts/@ftp/saveobj.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/@ftp'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/audio/@audioplayer'
/usr/bin/install -c -m 644 scripts/audio/lin2mu.m scripts/audio/mu2lin.m scripts/audio/record.m scripts/audio/sound.m scripts/audio/soundsc.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/audio'
/usr/bin/install -c -m 644 scripts/audio/@audioplayer/__get_properties__.m scripts/audio/@audioplayer/audioplayer.m scripts/audio/@audioplayer/display.m scripts/audio/@audioplayer/get.m scripts/audio/@audioplayer/isplaying.m scripts/audio/@audioplayer/pause.m scripts/audio/@audioplayer/play.m scripts/audio/@audioplayer/playblocking.m scripts/audio/@audioplayer/resume.m scripts/audio/@audioplayer/set.m scripts/audio/@audioplayer/stop.m scripts/audio/@audioplayer/subsasgn.m scripts/audio/@audioplayer/subsref.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/audio/@audioplayer'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/audio/@audiorecorder'
/usr/bin/install -c -m 644 scripts/audio/@audiorecorder/__get_properties__.m scripts/audio/@audiorecorder/audiorecorder.m scripts/audio/@audiorecorder/display.m scripts/audio/@audiorecorder/get.m scripts/audio/@audiorecorder/getaudiodata.m scripts/audio/@audiorecorder/getplayer.m scripts/audio/@audiorecorder/isrecording.m scripts/audio/@audiorecorder/pause.m scripts/audio/@audiorecorder/play.m scripts/audio/@audiorecorder/record.m scripts/audio/@audiorecorder/recordblocking.m scripts/audio/@audiorecorder/resume.m scripts/audio/@audiorecorder/set.m scripts/audio/@audiorecorder/stop.m scripts/audio/@audiorecorder/subsasgn.m scripts/audio/@audiorecorder/subsref.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/audio/@audiorecorder'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/liboctave/util'
/usr/bin/install -c -m 644 liboctave/util/oct-inttypes.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/liboctave/util'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/deprecated'
/usr/bin/install -c -m 644 scripts/deprecated/bicubic.m scripts/deprecated/bitmax.m scripts/deprecated/comma.m scripts/deprecated/delaunay3.m scripts/deprecated/dump_prefs.m scripts/deprecated/find_dir_in_path.m scripts/deprecated/finite.m scripts/deprecated/fmod.m scripts/deprecated/fnmatch.m scripts/deprecated/gmap40.m scripts/deprecated/isstr.m scripts/deprecated/loadaudio.m scripts/deprecated/luinc.m scripts/deprecated/mahalanobis.m scripts/deprecated/md5sum.m scripts/deprecated/mouse_wheel_zoom.m scripts/deprecated/nfields.m scripts/deprecated/octave_config_info.m scripts/deprecated/octave_tmp_file_name.m scripts/deprecated/onenormest.m scripts/deprecated/paren.m scripts/deprecated/playaudio.m scripts/deprecated/saveaudio.m scripts/deprecated/semicolon.m scripts/deprecated/setaudio.m scripts/deprecated/sleep.m scripts/deprecated/syl.m scripts/deprecated/usage.m scripts/deprecated/usleep.m scripts/deprecated/wavread.m scripts/deprecated/wavwrite.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/deprecated'
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/icons/hicolor/scalable/apps
/usr/bin/install -c -m 644 ./etc/icons/octave-logo.svg /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/icons/hicolor/scalable/apps/octave.svg
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/appdata
/usr/bin/install -c -m 644 etc/icons/octave.appdata.xml /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/appdata/www.octave.org-octave.appdata.xml
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/elfun'
/usr/bin/install -c -m 644 scripts/elfun/acosd.m scripts/elfun/acot.m scripts/elfun/acotd.m scripts/elfun/acoth.m scripts/elfun/acsc.m scripts/elfun/acscd.m scripts/elfun/acsch.m scripts/elfun/asec.m scripts/elfun/asecd.m scripts/elfun/asech.m scripts/elfun/asind.m scripts/elfun/atan2d.m scripts/elfun/atand.m scripts/elfun/cosd.m scripts/elfun/cot.m scripts/elfun/cotd.m scripts/elfun/coth.m scripts/elfun/csc.m scripts/elfun/cscd.m scripts/elfun/csch.m scripts/elfun/sec.m scripts/elfun/secd.m scripts/elfun/sech.m scripts/elfun/sind.m scripts/elfun/tand.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/elfun'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/general'
/usr/bin/install -c -m 644 scripts/general/accumarray.m scripts/general/accumdim.m scripts/general/bincoeff.m scripts/general/bitcmp.m scripts/general/bitget.m scripts/general/bitset.m scripts/general/blkdiag.m scripts/general/cart2pol.m scripts/general/cart2sph.m scripts/general/cell2mat.m scripts/general/celldisp.m scripts/general/chop.m scripts/general/circshift.m scripts/general/common_size.m scripts/general/cplxpair.m scripts/general/cumtrapz.m scripts/general/curl.m scripts/general/dblquad.m scripts/general/deal.m scripts/general/deg2rad.m scripts/general/del2.m scripts/general/display.m scripts/general/divergence.m scripts/general/fieldnames.m scripts/general/flip.m scripts/general/flipdim.m scripts/general/fliplr.m scripts/general/flipud.m scripts/general/grabcode.m scripts/general/gradient.m scripts/general/idivide.m scripts/general/inputParser.m scripts/general/int2str.m scripts/general/interp1.m scripts/general/interp2.m scripts/general/interp3.m scripts/general/interpft.m scripts/general/interpn.m scripts/general/isdir.m scripts/general/isequal.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/general'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/general/private'
/usr/bin/install -c -m 644 scripts/general/private/__isequal__.m scripts/general/private/__publish_html_output__.m scripts/general/private/__publish_latex_output__.m scripts/general/private/__splinen__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/general/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/geometry'
/usr/bin/install -c -m 644 scripts/geometry/convhull.m scripts/geometry/delaunayn.m scripts/geometry/delaunay.m scripts/geometry/dsearch.m scripts/geometry/dsearchn.m scripts/geometry/griddata.m scripts/geometry/griddata3.m scripts/geometry/griddatan.m scripts/geometry/inpolygon.m scripts/geometry/rectint.m scripts/geometry/tsearchn.m scripts/geometry/voronoi.m scripts/geometry/voronoin.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/geometry'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/gui'
/usr/bin/install -c -m 644 scripts/gui/dialog.m scripts/gui/errordlg.m scripts/gui/guidata.m scripts/gui/guihandles.m scripts/gui/helpdlg.m scripts/gui/inputdlg.m scripts/gui/listdlg.m scripts/gui/msgbox.m scripts/gui/questdlg.m scripts/gui/uibuttongroup.m scripts/gui/uicontextmenu.m scripts/gui/uicontrol.m scripts/gui/uigetdir.m scripts/gui/uigetfile.m scripts/gui/uimenu.m scripts/gui/uipanel.m scripts/gui/uipushtool.m scripts/gui/uiputfile.m scripts/gui/uiresume.m scripts/gui/uitoggletool.m scripts/gui/uitoolbar.m scripts/gui/uiwait.m scripts/gui/waitbar.m scripts/gui/waitforbuttonpress.m scripts/gui/warndlg.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/gui'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/gui/private'
/usr/bin/install -c -m 644 scripts/gui/private/__file_filter__.m scripts/gui/private/__fltk_file_filter__.m scripts/gui/private/__get_funcname__.m scripts/gui/private/__is_function__.m scripts/gui/private/__uigetdir_fltk__.m scripts/gui/private/__uigetfile_fltk__.m scripts/gui/private/__uiobject_split_args__.m scripts/gui/private/__uiputfile_fltk__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/gui/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/corefcn'
/usr/bin/install -c -m 644 libinterp/corefcn/help.cc-tst libinterp/corefcn/hess.cc-tst libinterp/corefcn/hex2num.cc-tst libinterp/corefcn/input.cc-tst libinterp/corefcn/inv.cc-tst libinterp/corefcn/kron.cc-tst libinterp/corefcn/lookup.cc-tst libinterp/corefcn/lsode.cc-tst libinterp/corefcn/lu.cc-tst libinterp/corefcn/mappers.cc-tst libinterp/corefcn/matrix_type.cc-tst libinterp/corefcn/max.cc-tst libinterp/corefcn/mgorth.cc-tst libinterp/corefcn/nproc.cc-tst libinterp/corefcn/oct-map.cc-tst libinterp/corefcn/ordschur.cc-tst libinterp/corefcn/pinv.cc-tst libinterp/corefcn/pr-output.cc-tst libinterp/corefcn/psi.cc-tst libinterp/corefcn/quad.cc-tst libinterp/corefcn/quadcc.cc-tst libinterp/corefcn/qz.cc-tst libinterp/corefcn/rand.cc-tst libinterp/corefcn/rcond.cc-tst libinterp/corefcn/regexp.cc-tst libinterp/corefcn/schur.cc-tst libinterp/corefcn/sighandlers.cc-tst libinterp/corefcn/sparse-xpow.cc-tst libinterp/corefcn/spparms.cc-tst libinterp/corefcn/sqrtm.cc-tst libinterp/corefcn/str2double.cc-tst libinterp/corefcn/strfind.cc-tst libinterp/corefcn/strfns.cc-tst libinterp/corefcn/sub2ind.cc-tst libinterp/corefcn/svd.cc-tst libinterp/corefcn/sylvester.cc-tst libinterp/corefcn/symtab.cc-tst libinterp/corefcn/syscalls.cc-tst libinterp/corefcn/sysdep.cc-tst libinterp/corefcn/time.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/corefcn'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/help'
/usr/bin/install -c -m 644 scripts/help/__gripe_missing_component__.m scripts/help/__makeinfo__.m scripts/help/__unimplemented__.m scripts/help/ans.m scripts/help/doc.m scripts/help/doc_cache_create.m scripts/help/get_first_help_sentence.m scripts/help/error_ids.m scripts/help/help.m scripts/help/lookfor.m scripts/help/print_usage.m scripts/help/type.m scripts/help/warning_ids.m scripts/help/which.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/help'
/usr/bin/install -c -m 644 liboctave/array/MatrixType.h liboctave/array/MDiagArray2.h liboctave/array/MSparse.h liboctave/array/PermMatrix.h liboctave/array/Range.h liboctave/array/Sparse.h liboctave/array/uint16NDArray.h liboctave/array/uint32NDArray.h liboctave/array/uint64NDArray.h liboctave/array/uint8NDArray.h liboctave/cruft/misc/f77-fcn.h liboctave/cruft/misc/lo-error.h liboctave/cruft/misc/quit.h liboctave/numeric/CollocWt.h liboctave/numeric/DAE.h liboctave/numeric/DAEFunc.h liboctave/numeric/DAERT.h liboctave/numeric/DAERTFunc.h liboctave/numeric/DASPK.h liboctave/numeric/DASRT.h liboctave/numeric/DASSL.h liboctave/numeric/DET.h liboctave/numeric/EIG.h liboctave/numeric/gsvd.h liboctave/numeric/LSODE.h liboctave/numeric/ODE.h liboctave/numeric/ODEFunc.h liboctave/numeric/ODES.h liboctave/numeric/ODESFunc.h liboctave/numeric/Quad.h liboctave/numeric/aepbalance.h liboctave/numeric/base-dae.h liboctave/numeric/base-de.h liboctave/numeric/base-min.h liboctave/numeric/bsxfun-decl.h liboctave/numeric/bsxfun.h liboctave/numeric/chol.h liboctave/numeric/eigs-base.h liboctave/numeric/fEIG.h liboctave/numeric/gepbalance.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/help/private'
/usr/bin/install -c -m 644 scripts/help/private/__additional_help_message__.m scripts/help/private/__strip_html_tags__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/help/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/image'
/usr/bin/install -c -m 644 scripts/image/autumn.m scripts/image/bone.m scripts/image/brighten.m scripts/image/cmpermute.m scripts/image/cmunique.m scripts/image/colorcube.m scripts/image/colormap.m scripts/image/contrast.m scripts/image/cool.m scripts/image/copper.m scripts/image/cubehelix.m scripts/image/flag.m scripts/image/gray.m scripts/image/gray2ind.m scripts/image/hot.m scripts/image/hsv.m scripts/image/hsv2rgb.m scripts/image/iscolormap.m scripts/image/im2double.m scripts/image/image.m scripts/image/imagesc.m scripts/image/imfinfo.m scripts/image/imformats.m scripts/image/imread.m scripts/image/imshow.m scripts/image/imwrite.m scripts/image/ind2gray.m scripts/image/ind2rgb.m scripts/image/jet.m scripts/image/lines.m scripts/image/ntsc2rgb.m scripts/image/ocean.m scripts/image/pink.m scripts/image/prism.m scripts/image/rainbow.m scripts/image/rgb2hsv.m scripts/image/rgb2ind.m scripts/image/rgb2ntsc.m scripts/image/rgbplot.m scripts/image/spinmap.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/image'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/image/private'
/usr/bin/install -c -m 644 scripts/image/private/__imfinfo__.m scripts/image/private/__imread__.m scripts/image/private/__imwrite__.m scripts/image/private/colorspace_conversion_input_check.m scripts/image/private/colorspace_conversion_revert.m scripts/image/private/imageIO.m scripts/image/private/imwrite_filename.m scripts/image/private/ind2x.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/image/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/io'
/usr/bin/install -c -m 644 scripts/io/beep.m scripts/io/csvread.m scripts/io/csvwrite.m scripts/io/dlmwrite.m scripts/io/fileread.m scripts/io/importdata.m scripts/io/is_valid_file_id.m scripts/io/strread.m scripts/io/textread.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/io'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/java'
/usr/bin/install -c -m 644 scripts/java/java_get.m scripts/java/java_set.m scripts/java/javaArray.m scripts/java/javaaddpath.m scripts/java/javachk.m scripts/java/javaclasspath.m scripts/java/javamem.m scripts/java/javarmpath.m scripts/java/usejava.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/java'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/linear-algebra'
/usr/bin/install -c -m 644 scripts/linear-algebra/bandwidth.m scripts/linear-algebra/commutation_matrix.m scripts/linear-algebra/cond.m scripts/linear-algebra/condest.m scripts/linear-algebra/condeig.m scripts/linear-algebra/cross.m scripts/linear-algebra/duplication_matrix.m scripts/linear-algebra/expm.m scripts/linear-algebra/housh.m scripts/linear-algebra/isbanded.m scripts/linear-algebra/isdefinite.m scripts/linear-algebra/isdiag.m scripts/linear-algebra/ishermitian.m scripts/linear-algebra/issymmetric.m scripts/linear-algebra/istril.m scripts/linear-algebra/istriu.m scripts/linear-algebra/krylov.m scripts/linear-algebra/linsolve.m scripts/linear-algebra/logm.m scripts/linear-algebra/normest.m scripts/linear-algebra/normest1.m scripts/linear-algebra/null.m scripts/linear-algebra/orth.m scripts/linear-algebra/planerot.m scripts/linear-algebra/qzhess.m scripts/linear-algebra/rank.m scripts/linear-algebra/rref.m scripts/linear-algebra/subspace.m scripts/linear-algebra/trace.m scripts/linear-algebra/vech.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/linear-algebra'
/usr/bin/install -c -m 644 scripts/general/isequaln.m scripts/general/loadobj.m scripts/general/logspace.m scripts/general/methods.m scripts/general/nargchk.m scripts/general/narginchk.m scripts/general/nargoutchk.m scripts/general/nextpow2.m scripts/general/nthargout.m scripts/general/num2str.m scripts/general/pol2cart.m scripts/general/polyarea.m scripts/general/postpad.m scripts/general/prepad.m scripts/general/publish.m scripts/general/quadgk.m scripts/general/quadl.m scripts/general/quadv.m scripts/general/rad2deg.m scripts/general/randi.m scripts/general/rat.m scripts/general/repmat.m scripts/general/rot90.m scripts/general/rotdim.m scripts/general/saveobj.m scripts/general/shift.m scripts/general/shiftdim.m scripts/general/sortrows.m scripts/general/sph2cart.m scripts/general/structfun.m scripts/general/subsindex.m scripts/general/trapz.m scripts/general/triplequad.m scripts/general/validateattributes.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/general'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/miscellaneous'
/usr/bin/install -c -m 644 scripts/miscellaneous/bug_report.m scripts/miscellaneous/bunzip2.m scripts/miscellaneous/cast.m scripts/miscellaneous/citation.m scripts/miscellaneous/compare_versions.m scripts/miscellaneous/computer.m scripts/miscellaneous/copyfile.m scripts/miscellaneous/debug.m scripts/miscellaneous/delete.m scripts/miscellaneous/desktop.m scripts/miscellaneous/dir.m scripts/miscellaneous/dos.m scripts/miscellaneous/edit.m scripts/miscellaneous/fact.m scripts/miscellaneous/fileattrib.m scripts/miscellaneous/fileparts.m scripts/miscellaneous/fullfile.m scripts/miscellaneous/genvarname.m scripts/miscellaneous/getappdata.m scripts/miscellaneous/getfield.m scripts/miscellaneous/gunzip.m scripts/miscellaneous/info.m scripts/miscellaneous/inputname.m scripts/miscellaneous/isappdata.m scripts/miscellaneous/isdeployed.m scripts/miscellaneous/ismac.m scripts/miscellaneous/ispc.m scripts/miscellaneous/isunix.m scripts/miscellaneous/license.m scripts/miscellaneous/list_primes.m scripts/miscellaneous/ls.m scripts/miscellaneous/ls_command.m scripts/miscellaneous/menu.m scripts/miscellaneous/mex.m scripts/miscellaneous/mexext.m scripts/miscellaneous/mkdir.m scripts/miscellaneous/mkoctfile.m scripts/miscellaneous/movefile.m scripts/miscellaneous/namelengthmax.m scripts/miscellaneous/news.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/miscellaneous'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/miscellaneous/private'
/usr/bin/install -c -m 644 scripts/miscellaneous/private/display_info_file.m scripts/miscellaneous/private/__w2mpth__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/miscellaneous/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/ode'
/usr/bin/install -c -m 644 scripts/ode/ode23.m scripts/ode/ode45.m scripts/ode/odeset.m scripts/ode/odeget.m scripts/ode/odeplot.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/ode'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/ode/private'
/usr/bin/install -c -m 644 scripts/ode/private/AbsRel_Norm.m scripts/ode/private/integrate_adaptive.m scripts/ode/private/integrate_const.m scripts/ode/private/integrate_n_steps.m scripts/ode/private/kahan.m scripts/ode/private/known_option_names.m scripts/ode/private/ode_event_handler.m scripts/ode/private/ode_struct_value_check.m scripts/ode/private/runge_kutta_23.m scripts/ode/private/runge_kutta_45_dorpri.m scripts/ode/private/runge_kutta_interpolate.m scripts/ode/private/starting_stepsize.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/ode/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/octave-value'
/usr/bin/install -c -m 644 libinterp/octave-value/ov-base.cc-tst libinterp/octave-value/ov-bool-mat.cc-tst libinterp/octave-value/ov-cell.cc-tst libinterp/octave-value/ov-class.cc-tst libinterp/octave-value/ov-cx-diag.cc-tst libinterp/octave-value/ov-fcn-handle.cc-tst libinterp/octave-value/ov-fcn-inline.cc-tst libinterp/octave-value/ov-java.cc-tst libinterp/octave-value/ov-null-mat.cc-tst libinterp/octave-value/ov-oncleanup.cc-tst libinterp/octave-value/ov-range.cc-tst libinterp/octave-value/ov-struct.cc-tst libinterp/octave-value/ov-typeinfo.cc-tst libinterp/octave-value/ov-usr-fcn.cc-tst libinterp/octave-value/ov.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/octave-value'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/optimization'
/usr/bin/install -c -m 644 scripts/optimization/__all_opts__.m scripts/optimization/fminbnd.m scripts/optimization/fminsearch.m scripts/optimization/fminunc.m scripts/optimization/fsolve.m scripts/optimization/fzero.m scripts/optimization/glpk.m scripts/optimization/lsqnonneg.m scripts/optimization/optimget.m scripts/optimization/optimset.m scripts/optimization/pqpnonneg.m scripts/optimization/qp.m scripts/optimization/sqp.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/optimization'
/usr/bin/install -c -m 644 liboctave/numeric/hess.h liboctave/numeric/lo-amos-proto.h liboctave/numeric/lo-arpack-proto.h liboctave/numeric/lo-blas-proto.h liboctave/numeric/lo-fftpack-proto.h liboctave/numeric/lo-lapack-proto.h liboctave/numeric/lo-mappers.h liboctave/numeric/lo-qrupdate-proto.h liboctave/numeric/lo-ranlib-proto.h liboctave/numeric/lo-slatec-proto.h liboctave/numeric/lo-specfun.h liboctave/numeric/lu.h liboctave/numeric/oct-convn.h liboctave/numeric/oct-fftw.h liboctave/numeric/oct-norm.h liboctave/numeric/oct-rand.h liboctave/numeric/oct-spparms.h liboctave/numeric/qr.h liboctave/numeric/qrp.h liboctave/numeric/randgamma.h liboctave/numeric/randmtzig.h liboctave/numeric/randpoisson.h liboctave/numeric/schur.h liboctave/numeric/sparse-chol.h liboctave/numeric/sparse-dmsolve.h liboctave/numeric/sparse-lu.h liboctave/numeric/sparse-qr.h liboctave/numeric/svd.h liboctave/operators/mx-base.h liboctave/operators/mx-defs.h liboctave/operators/mx-ext.h liboctave/operators/mx-op-decl.h liboctave/operators/mx-op-defs.h liboctave/operators/Sparse-diag-op-defs.h liboctave/operators/Sparse-op-decls.h liboctave/operators/Sparse-op-defs.h liboctave/operators/Sparse-perm-op-defs.h liboctave/system/child-list.h liboctave/system/dir-ops.h liboctave/system/file-ops.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/usr/bin/install -c -m 644 scripts/image/spring.m scripts/image/summer.m scripts/image/viridis.m scripts/image/white.m scripts/image/winter.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/image'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/optimization/private'
/usr/bin/install -c -m 644 scripts/optimization/private/__fdjac__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/optimization/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/path'
/usr/bin/install -c -m 644 scripts/path/matlabroot.m scripts/path/pathdef.m scripts/path/savepath.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/path'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/path/private'
/usr/bin/install -c -m 644 scripts/path/private/getsavepath.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/path/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/pkg'
/usr/bin/install -c -m 644 scripts/pkg/pkg.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/pkg'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/pkg/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/appearance'
/usr/bin/install -c -m 644 scripts/pkg/private/build.m scripts/pkg/private/configure_make.m scripts/pkg/private/default_prefix.m scripts/pkg/private/describe.m scripts/pkg/private/dirempty.m scripts/pkg/private/get_description.m scripts/pkg/private/get_forge_download.m scripts/pkg/private/get_forge_pkg.m scripts/pkg/private/getarch.m scripts/pkg/private/getarchdir.m scripts/pkg/private/get_unsatisfied_deps.m scripts/pkg/private/install.m scripts/pkg/private/installed_packages.m scripts/pkg/private/list_forge_packages.m scripts/pkg/private/load_packages.m scripts/pkg/private/load_packages_and_dependencies.m scripts/pkg/private/rebuild.m scripts/pkg/private/save_order.m scripts/pkg/private/uninstall.m scripts/pkg/private/unload_packages.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/pkg/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/appearance/private'
/usr/bin/install -c -m 644 scripts/plot/appearance/__clabel__.m scripts/plot/appearance/__getlegenddata__.m scripts/plot/appearance/annotation.m scripts/plot/appearance/axis.m scripts/plot/appearance/box.m scripts/plot/appearance/caxis.m scripts/plot/appearance/clabel.m scripts/plot/appearance/daspect.m scripts/plot/appearance/datetick.m scripts/plot/appearance/diffuse.m scripts/plot/appearance/grid.m scripts/plot/appearance/gtext.m scripts/plot/appearance/hidden.m scripts/plot/appearance/legend.m scripts/plot/appearance/lighting.m scripts/plot/appearance/material.m scripts/plot/appearance/orient.m scripts/plot/appearance/pbaspect.m scripts/plot/appearance/shading.m scripts/plot/appearance/specular.m scripts/plot/appearance/text.m scripts/plot/appearance/title.m scripts/plot/appearance/view.m scripts/plot/appearance/whitebg.m scripts/plot/appearance/xlabel.m scripts/plot/appearance/xlim.m scripts/plot/appearance/ylabel.m scripts/plot/appearance/ylim.m scripts/plot/appearance/zlabel.m scripts/plot/appearance/zlim.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/appearance'
/usr/bin/install -c -m 644 scripts/plot/appearance/private/__axis_limits__.m scripts/plot/appearance/private/__axis_label__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/appearance/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp'
/usr/bin/install -c -m 644 libinterp/octave.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/draw'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/draw/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/parse-tree'
/usr/bin/install -c -m 644 scripts/plot/draw/area.m scripts/plot/draw/barh.m scripts/plot/draw/bar.m scripts/plot/draw/camlight.m scripts/plot/draw/colorbar.m scripts/plot/draw/comet3.m scripts/plot/draw/comet.m scripts/plot/draw/compass.m scripts/plot/draw/contour3.m scripts/plot/draw/contourc.m scripts/plot/draw/contourf.m scripts/plot/draw/contour.m scripts/plot/draw/cylinder.m scripts/plot/draw/ellipsoid.m scripts/plot/draw/errorbar.m scripts/plot/draw/ezcontourf.m scripts/plot/draw/ezcontour.m scripts/plot/draw/ezmeshc.m scripts/plot/draw/ezmesh.m scripts/plot/draw/ezplot3.m scripts/plot/draw/ezplot.m scripts/plot/draw/ezpolar.m scripts/plot/draw/ezsurfc.m scripts/plot/draw/ezsurf.m scripts/plot/draw/feather.m scripts/plot/draw/fill.m scripts/plot/draw/fplot.m scripts/plot/draw/hist.m scripts/plot/draw/isocaps.m scripts/plot/draw/isocolors.m scripts/plot/draw/isonormals.m scripts/plot/draw/isosurface.m scripts/plot/draw/light.m scripts/plot/draw/line.m scripts/plot/draw/loglogerr.m scripts/plot/draw/loglog.m scripts/plot/draw/meshc.m scripts/plot/draw/mesh.m scripts/plot/draw/meshz.m scripts/plot/draw/pareto.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/draw'
/usr/bin/install -c -m 644 libinterp/parse-tree/lex.ll-tst libinterp/parse-tree/pt-assign.cc-tst libinterp/parse-tree/pt-binop.cc-tst libinterp/parse-tree/pt-eval.cc-tst libinterp/parse-tree/pt-fcn-handle.cc-tst libinterp/parse-tree/pt-idx.cc-tst libinterp/parse-tree/pt-mat.cc-tst libinterp/parse-tree/oct-parse.in.yy-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/parse-tree'
/usr/bin/install -c -m 644 scripts/plot/draw/private/__add_datasource__.m scripts/plot/draw/private/__bar__.m scripts/plot/draw/private/__calc_isovalue_from_data__.m scripts/plot/draw/private/__contour__.m scripts/plot/draw/private/__errplot__.m scripts/plot/draw/private/__ezplot__.m scripts/plot/draw/private/__interp_cube__.m scripts/plot/draw/private/__line__.m scripts/plot/draw/private/__marching_cube__.m scripts/plot/draw/private/__patch__.m scripts/plot/draw/private/__pie__.m scripts/plot/draw/private/__plt__.m scripts/plot/draw/private/__quiver__.m scripts/plot/draw/private/__rotate_around_axis__.m scripts/plot/draw/private/__scatter__.m scripts/plot/draw/private/__stem__.m scripts/plot/draw/private/__unite_shared_vertices__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/draw/private'
/usr/bin/install -c -m 644 scripts/miscellaneous/open.m scripts/miscellaneous/orderfields.m scripts/miscellaneous/pack.m scripts/miscellaneous/parseparams.m scripts/miscellaneous/perl.m scripts/miscellaneous/python.m scripts/miscellaneous/recycle.m scripts/miscellaneous/rmappdata.m scripts/miscellaneous/run.m scripts/miscellaneous/setappdata.m scripts/miscellaneous/setfield.m scripts/miscellaneous/substruct.m scripts/miscellaneous/swapbytes.m scripts/miscellaneous/symvar.m scripts/miscellaneous/tar.m scripts/miscellaneous/tempdir.m scripts/miscellaneous/tmpnam.m scripts/miscellaneous/unix.m scripts/miscellaneous/unpack.m scripts/miscellaneous/untar.m scripts/miscellaneous/unzip.m scripts/miscellaneous/ver.m scripts/miscellaneous/version.m scripts/miscellaneous/what.m scripts/miscellaneous/xor.m scripts/miscellaneous/zip.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/miscellaneous'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/corefcn'
/usr/bin/install -c -m 644 libinterp/corefcn/toplev.cc-tst libinterp/corefcn/tril.cc-tst libinterp/corefcn/tsearch.cc-tst libinterp/corefcn/typecast.cc-tst libinterp/corefcn/utils.cc-tst libinterp/corefcn/variables.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/corefcn'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/dldfcn'
/usr/bin/install -c -m 644 libinterp/dldfcn/__delaunayn__.cc-tst libinterp/dldfcn/__eigs__.cc-tst libinterp/dldfcn/__fltk_uigetfile__.cc-tst libinterp/dldfcn/__glpk__.cc-tst libinterp/dldfcn/__init_fltk__.cc-tst libinterp/dldfcn/__init_gnuplot__.cc-tst libinterp/dldfcn/__osmesa_print__.cc-tst libinterp/dldfcn/__voronoi__.cc-tst libinterp/dldfcn/amd.cc-tst libinterp/dldfcn/audiodevinfo.cc-tst libinterp/dldfcn/chol.cc-tst libinterp/dldfcn/convhulln.cc-tst libinterp/dldfcn/dmperm.cc-tst libinterp/dldfcn/fftw.cc-tst libinterp/dldfcn/gzip.cc-tst libinterp/dldfcn/qr.cc-tst libinterp/dldfcn/symbfact.cc-tst '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/tests/libinterp/dldfcn'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/util'
/usr/bin/install -c -m 644 scripts/plot/util/__actual_axis_position__.m scripts/plot/util/__default_plot_options__.m scripts/plot/util/__gnuplot_drawnow__.m scripts/plot/util/__next_line_color__.m scripts/plot/util/__next_line_style__.m scripts/plot/util/__opengl_info__.m scripts/plot/util/__plt_get_axis_arg__.m scripts/plot/util/__pltopt__.m scripts/plot/util/allchild.m scripts/plot/util/ancestor.m scripts/plot/util/axes.m scripts/plot/util/cla.m scripts/plot/util/clf.m scripts/plot/util/close.m scripts/plot/util/closereq.m scripts/plot/util/colstyle.m scripts/plot/util/copyobj.m scripts/plot/util/figure.m scripts/plot/util/findall.m scripts/plot/util/findfigs.m scripts/plot/util/findobj.m scripts/plot/util/frame2im.m scripts/plot/util/gca.m scripts/plot/util/gcbf.m scripts/plot/util/gcbo.m scripts/plot/util/gcf.m scripts/plot/util/gco.m scripts/plot/util/ginput.m scripts/plot/util/graphics_toolkit.m scripts/plot/util/hdl2struct.m scripts/plot/util/hggroup.m scripts/plot/util/hgload.m scripts/plot/util/hgsave.m scripts/plot/util/hold.m scripts/plot/util/im2frame.m scripts/plot/util/isaxes.m scripts/plot/util/isfigure.m scripts/plot/util/ishghandle.m scripts/plot/util/ishold.m scripts/plot/util/isprop.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/util'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/util/private'
/usr/bin/install -c -m 644 scripts/plot/util/private/__add_default_menu__.m scripts/plot/util/private/__ghostscript__.m scripts/plot/util/private/__gnuplot_get_var__.m scripts/plot/util/private/__gnuplot_ginput__.m scripts/plot/util/private/__gnuplot_has_feature__.m scripts/plot/util/private/__gnuplot_has_terminal__.m scripts/plot/util/private/__gnuplot_open_stream__.m scripts/plot/util/private/__gnuplot_print__.m scripts/plot/util/private/__gnuplot_version__.m scripts/plot/util/private/__gnuplot_draw_axes__.m scripts/plot/util/private/__gnuplot_draw_figure__.m scripts/plot/util/private/__opengl_print__.m scripts/plot/util/private/__print_parse_opts__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/util/private'
/usr/bin/install -c -m 644 liboctave/system/file-stat.h liboctave/system/lo-sysdep.h liboctave/system/mach-info.h liboctave/system/oct-env.h liboctave/system/oct-group.h liboctave/system/oct-passwd.h liboctave/system/oct-syscalls.h liboctave/system/oct-time.h liboctave/system/oct-uname.h liboctave/util/action-container.h liboctave/util/base-list.h liboctave/util/byte-swap.h liboctave/util/caseless-str.h liboctave/util/cmd-edit.h liboctave/util/cmd-hist.h liboctave/util/data-conv.h liboctave/util/functor.h liboctave/util/glob-match.h liboctave/util/lo-array-errwarn.h liboctave/util/lo-array-gripes.h liboctave/util/lo-cutils.h liboctave/util/lo-hash.h liboctave/util/lo-ieee.h liboctave/util/lo-macros.h liboctave/util/lo-math.h liboctave/util/lo-traits.h liboctave/util/lo-utils.h liboctave/util/oct-alloc.h liboctave/util/oct-base64.h liboctave/util/oct-binmap.h liboctave/util/oct-cmplx.h liboctave/util/oct-glob.h liboctave/util/oct-inttypes.h liboctave/util/oct-inttypes-fwd.h liboctave/util/oct-locbuf.h liboctave/util/oct-mutex.h liboctave/util/oct-refcount.h liboctave/util/oct-rl-edit.h liboctave/util/oct-rl-hist.h liboctave/util/oct-string.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/polynomial'
/usr/bin/install -c -m 644 scripts/polynomial/compan.m scripts/polynomial/conv.m scripts/polynomial/deconv.m scripts/polynomial/mkpp.m scripts/polynomial/mpoles.m scripts/polynomial/padecoef.m scripts/polynomial/pchip.m scripts/polynomial/poly.m scripts/polynomial/polyaffine.m scripts/polynomial/polyder.m scripts/polynomial/polyeig.m scripts/polynomial/polyfit.m scripts/polynomial/polygcd.m scripts/polynomial/polyint.m scripts/polynomial/polyout.m scripts/polynomial/polyreduce.m scripts/polynomial/polyval.m scripts/polynomial/polyvalm.m scripts/polynomial/ppval.m scripts/polynomial/ppder.m scripts/polynomial/ppint.m scripts/polynomial/ppjumps.m scripts/polynomial/residue.m scripts/polynomial/roots.m scripts/polynomial/spline.m scripts/polynomial/splinefit.m scripts/polynomial/unmkpp.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/polynomial'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/polynomial/private'
/usr/bin/install -c -m 644 scripts/polynomial/private/__splinefit__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/polynomial/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/prefs'
/usr/bin/install -c -m 644 scripts/prefs/addpref.m scripts/prefs/getpref.m scripts/prefs/ispref.m scripts/prefs/prefdir.m scripts/prefs/preferences.m scripts/prefs/rmpref.m scripts/prefs/setpref.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/prefs'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/prefs/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/profiler'
/usr/bin/install -c -m 644 scripts/prefs/private/loadprefs.m scripts/prefs/private/prefsfile.m scripts/prefs/private/saveprefs.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/prefs/private'
/usr/bin/install -c -m 644 scripts/profiler/profexplore.m scripts/profiler/profexport.m scripts/profiler/profile.m scripts/profiler/profshow.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/profiler'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/profiler'
/usr/bin/install -c -m 644 scripts/profiler/html/flat.html scripts/profiler/html/flat_entry.html scripts/profiler/html/function.html scripts/profiler/html/hierarchical.html scripts/profiler/html/hierarchical_entry.html scripts/profiler/html/style.css '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/profiler'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/set'
/usr/bin/install -c -m 644 scripts/set/intersect.m scripts/set/ismember.m scripts/set/powerset.m scripts/set/setdiff.m scripts/set/setxor.m scripts/set/union.m scripts/set/unique.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/set'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/set/private'
/usr/bin/install -c -m 644 scripts/plot/draw/patch.m scripts/plot/draw/pcolor.m scripts/plot/draw/peaks.m scripts/plot/draw/pie3.m scripts/plot/draw/pie.m scripts/plot/draw/plot3.m scripts/plot/draw/plot.m scripts/plot/draw/plotmatrix.m scripts/plot/draw/plotyy.m scripts/plot/draw/polar.m scripts/plot/draw/quiver3.m scripts/plot/draw/quiver.m scripts/plot/draw/rectangle.m scripts/plot/draw/reducepatch.m scripts/plot/draw/reducevolume.m scripts/plot/draw/ribbon.m scripts/plot/draw/rose.m scripts/plot/draw/scatter3.m scripts/plot/draw/scatter.m scripts/plot/draw/semilogxerr.m scripts/plot/draw/semilogx.m scripts/plot/draw/semilogyerr.m scripts/plot/draw/semilogy.m scripts/plot/draw/shrinkfaces.m scripts/plot/draw/slice.m scripts/plot/draw/smooth3.m scripts/plot/draw/sombrero.m scripts/plot/draw/sphere.m scripts/plot/draw/stairs.m scripts/plot/draw/stem3.m scripts/plot/draw/stemleaf.m scripts/plot/draw/stem.m scripts/plot/draw/surface.m scripts/plot/draw/surfc.m scripts/plot/draw/surfl.m scripts/plot/draw/surf.m scripts/plot/draw/surfnorm.m scripts/plot/draw/tetramesh.m scripts/plot/draw/trimesh.m scripts/plot/draw/triplot.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/draw'
/usr/bin/install -c -m 644 scripts/set/private/validsetargs.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/set/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/signal'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/signal/private'
/usr/bin/install -c -m 644 scripts/signal/private/rectangle_lw.m scripts/signal/private/rectangle_sw.m scripts/signal/private/triangle_lw.m scripts/signal/private/triangle_sw.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/signal/private'
/usr/bin/install -c -m 644 scripts/signal/arch_fit.m scripts/signal/arch_rnd.m scripts/signal/arch_test.m scripts/signal/arma_rnd.m scripts/signal/autoreg_matrix.m scripts/signal/bartlett.m scripts/signal/blackman.m scripts/signal/detrend.m scripts/signal/diffpara.m scripts/signal/durbinlevinson.m scripts/signal/fftconv.m scripts/signal/fftfilt.m scripts/signal/fftshift.m scripts/signal/filter2.m scripts/signal/fractdiff.m scripts/signal/freqz.m scripts/signal/freqz_plot.m scripts/signal/hamming.m scripts/signal/hanning.m scripts/signal/hurst.m scripts/signal/ifftshift.m scripts/signal/periodogram.m scripts/signal/sinc.m scripts/signal/sinetone.m scripts/signal/sinewave.m scripts/signal/spectral_adf.m scripts/signal/spectral_xdf.m scripts/signal/spencer.m scripts/signal/stft.m scripts/signal/synthesis.m scripts/signal/unwrap.m scripts/signal/yulewalker.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/signal'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/sparse'
/usr/bin/install -c -m 644 scripts/sparse/bicg.m scripts/sparse/bicgstab.m scripts/sparse/cgs.m scripts/sparse/colperm.m scripts/sparse/eigs.m scripts/sparse/etreeplot.m scripts/sparse/gmres.m scripts/sparse/gplot.m scripts/sparse/ichol.m scripts/sparse/ilu.m scripts/sparse/nonzeros.m scripts/sparse/pcg.m scripts/sparse/pcr.m scripts/sparse/qmr.m scripts/sparse/spaugment.m scripts/sparse/spconvert.m scripts/sparse/spdiags.m scripts/sparse/speye.m scripts/sparse/spfun.m scripts/sparse/spones.m scripts/sparse/sprand.m scripts/sparse/sprandn.m scripts/sparse/sprandsym.m scripts/sparse/spstats.m scripts/sparse/spy.m scripts/sparse/svds.m scripts/sparse/treelayout.m scripts/sparse/treeplot.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/sparse'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/sparse/private'
/usr/bin/install -c -m 644 scripts/sparse/private/__sprand__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/sparse/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/specfun'
/usr/bin/install -c -m 644 scripts/specfun/bessel.m scripts/specfun/beta.m scripts/specfun/betaln.m scripts/specfun/ellipke.m scripts/specfun/expint.m scripts/specfun/factor.m scripts/specfun/factorial.m scripts/specfun/isprime.m scripts/specfun/lcm.m scripts/specfun/legendre.m scripts/specfun/nchoosek.m scripts/specfun/nthroot.m scripts/specfun/perms.m scripts/specfun/pow2.m scripts/specfun/primes.m scripts/specfun/reallog.m scripts/specfun/realpow.m scripts/specfun/realsqrt.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/specfun'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/special-matrix'
/usr/bin/install -c -m 644 scripts/special-matrix/gallery.m scripts/special-matrix/hadamard.m scripts/special-matrix/hankel.m scripts/special-matrix/hilb.m scripts/special-matrix/invhilb.m scripts/special-matrix/magic.m scripts/special-matrix/pascal.m scripts/special-matrix/rosser.m scripts/special-matrix/toeplitz.m scripts/special-matrix/vander.m scripts/special-matrix/wilkinson.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/special-matrix'
/usr/bin/install -c -m 644 scripts/plot/util/linkaxes.m scripts/plot/util/linkprop.m scripts/plot/util/meshgrid.m scripts/plot/util/ndgrid.m scripts/plot/util/newplot.m scripts/plot/util/pan.m scripts/plot/util/print.m scripts/plot/util/printd.m scripts/plot/util/refresh.m scripts/plot/util/refreshdata.m scripts/plot/util/rotate.m scripts/plot/util/rotate3d.m scripts/plot/util/saveas.m scripts/plot/util/shg.m scripts/plot/util/struct2hdl.m scripts/plot/util/subplot.m scripts/plot/util/zoom.m scripts/plot/util/gnuplot_binary.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/util'
/usr/bin/install -c -m 644 liboctave/util/oct-shlib.h liboctave/util/oct-sort.h liboctave/util/pathsearch.h liboctave/util/lo-regexp.h liboctave/util/singleton-cleanup.h liboctave/util/sparse-sort.h liboctave/util/sparse-util.h liboctave/util/str-vec.h liboctave/util/sun-utils.h liboctave/util/unwind-prot.h liboctave/util/url-transfer.h liboctave/array/Array.cc liboctave/array/DiagArray2.cc liboctave/array/intNDArray.cc liboctave/array/MArray.cc liboctave/array/MDiagArray2.cc liboctave/array/MSparse.cc liboctave/array/Sparse.cc liboctave/numeric/bsxfun-defs.cc liboctave/operators/mx-inlines.cc liboctave/util/oct-sort.cc libinterp/builtins.h libinterp/build-env.h libinterp/liboctinterp-build-info.h libinterp/octave.h libinterp/options-usage.h libinterp/corefcn/base-text-renderer.h libinterp/corefcn/Cell.h libinterp/corefcn/c-file-ptr-stream.h libinterp/corefcn/call-stack.h libinterp/corefcn/cdisplay.h libinterp/corefcn/comment-list.h libinterp/corefcn/data.h libinterp/corefcn/debug.h libinterp/corefcn/defun-dld.h libinterp/corefcn/defun-int.h libinterp/corefcn/defun.h libinterp/corefcn/dirfns.h libinterp/corefcn/display.h libinterp/corefcn/dynamic-ld.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/startup'
/usr/bin/install -c -m 644 scripts/startup/__finish__.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/startup'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/base'
/usr/bin/install -c -m 644 scripts/statistics/base/center.m scripts/statistics/base/cloglog.m scripts/statistics/base/corr.m scripts/statistics/base/cov.m scripts/statistics/base/gls.m scripts/statistics/base/histc.m scripts/statistics/base/iqr.m scripts/statistics/base/kendall.m scripts/statistics/base/kurtosis.m scripts/statistics/base/logit.m scripts/statistics/base/lscov.m scripts/statistics/base/mean.m scripts/statistics/base/meansq.m scripts/statistics/base/median.m scripts/statistics/base/mode.m scripts/statistics/base/moment.m scripts/statistics/base/ols.m scripts/statistics/base/ppplot.m scripts/statistics/base/prctile.m scripts/statistics/base/probit.m scripts/statistics/base/qqplot.m scripts/statistics/base/quantile.m scripts/statistics/base/range.m scripts/statistics/base/ranks.m scripts/statistics/base/run_count.m scripts/statistics/base/runlength.m scripts/statistics/base/skewness.m scripts/statistics/base/spearman.m scripts/statistics/base/statistics.m scripts/statistics/base/std.m scripts/statistics/base/table.m scripts/statistics/base/var.m scripts/statistics/base/zscore.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/base'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/distributions'
/usr/bin/install -c -m 644 scripts/statistics/distributions/betacdf.m scripts/statistics/distributions/betainv.m scripts/statistics/distributions/betapdf.m scripts/statistics/distributions/betarnd.m scripts/statistics/distributions/binocdf.m scripts/statistics/distributions/binoinv.m scripts/statistics/distributions/binopdf.m scripts/statistics/distributions/binornd.m scripts/statistics/distributions/cauchy_cdf.m scripts/statistics/distributions/cauchy_inv.m scripts/statistics/distributions/cauchy_pdf.m scripts/statistics/distributions/cauchy_rnd.m scripts/statistics/distributions/chi2cdf.m scripts/statistics/distributions/chi2inv.m scripts/statistics/distributions/chi2pdf.m scripts/statistics/distributions/chi2rnd.m scripts/statistics/distributions/discrete_cdf.m scripts/statistics/distributions/discrete_inv.m scripts/statistics/distributions/discrete_pdf.m scripts/statistics/distributions/discrete_rnd.m scripts/statistics/distributions/empirical_cdf.m scripts/statistics/distributions/empirical_inv.m scripts/statistics/distributions/empirical_pdf.m scripts/statistics/distributions/empirical_rnd.m scripts/statistics/distributions/expcdf.m scripts/statistics/distributions/expinv.m scripts/statistics/distributions/exppdf.m scripts/statistics/distributions/exprnd.m scripts/statistics/distributions/fcdf.m scripts/statistics/distributions/finv.m scripts/statistics/distributions/fpdf.m scripts/statistics/distributions/frnd.m scripts/statistics/distributions/gamcdf.m scripts/statistics/distributions/gaminv.m scripts/statistics/distributions/gampdf.m scripts/statistics/distributions/gamrnd.m scripts/statistics/distributions/geocdf.m scripts/statistics/distributions/geoinv.m scripts/statistics/distributions/geopdf.m scripts/statistics/distributions/geornd.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/distributions'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/models'
/usr/bin/install -c -m 644 scripts/statistics/models/logistic_regression.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/models'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/models/private'
/usr/bin/install -c -m 644 scripts/statistics/models/private/logistic_regression_derivatives.m scripts/statistics/models/private/logistic_regression_likelihood.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/models/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/tests'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/strings'
/usr/bin/install -c -m 644 scripts/statistics/tests/anova.m scripts/statistics/tests/bartlett_test.m scripts/statistics/tests/chisquare_test_homogeneity.m scripts/statistics/tests/chisquare_test_independence.m scripts/statistics/tests/cor_test.m scripts/statistics/tests/f_test_regression.m scripts/statistics/tests/hotelling_test.m scripts/statistics/tests/hotelling_test_2.m scripts/statistics/tests/kolmogorov_smirnov_test.m scripts/statistics/tests/kolmogorov_smirnov_test_2.m scripts/statistics/tests/kruskal_wallis_test.m scripts/statistics/tests/manova.m scripts/statistics/tests/mcnemar_test.m scripts/statistics/tests/prop_test_2.m scripts/statistics/tests/run_test.m scripts/statistics/tests/sign_test.m scripts/statistics/tests/t_test.m scripts/statistics/tests/t_test_2.m scripts/statistics/tests/t_test_regression.m scripts/statistics/tests/u_test.m scripts/statistics/tests/var_test.m scripts/statistics/tests/welch_test.m scripts/statistics/tests/wilcoxon_test.m scripts/statistics/tests/z_test.m scripts/statistics/tests/z_test_2.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/tests'
/usr/bin/install -c -m 644 scripts/strings/base2dec.m scripts/strings/bin2dec.m scripts/strings/blanks.m scripts/strings/cstrcat.m scripts/strings/deblank.m scripts/strings/dec2base.m scripts/strings/dec2bin.m scripts/strings/dec2hex.m scripts/strings/findstr.m scripts/strings/hex2dec.m scripts/strings/index.m scripts/strings/isletter.m scripts/strings/isstrprop.m scripts/strings/mat2str.m scripts/strings/ostrsplit.m scripts/strings/regexptranslate.m scripts/strings/rindex.m scripts/strings/str2num.m scripts/strings/strcat.m scripts/strings/strchr.m scripts/strings/strjoin.m scripts/strings/strjust.m scripts/strings/strmatch.m scripts/strings/strsplit.m scripts/strings/strtok.m scripts/strings/strtrim.m scripts/strings/strtrunc.m scripts/strings/substr.m scripts/strings/untabify.m scripts/strings/validatestring.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/strings'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/testfun'
/usr/bin/install -c -m 644 scripts/testfun/__have_feature__.m scripts/testfun/__printf_assert__.m scripts/testfun/__prog_output_assert__.m scripts/testfun/__run_test_suite__.m scripts/testfun/assert.m scripts/testfun/demo.m scripts/testfun/example.m scripts/testfun/fail.m scripts/testfun/rundemos.m scripts/testfun/runtests.m scripts/testfun/speed.m scripts/testfun/test.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/testfun'
/usr/bin/install -c -m 644 scripts/plot/draw/trisurf.m scripts/plot/draw/waterfall.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/plot/draw'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/testfun/private'
/usr/bin/install -c -m 644 scripts/testfun/private/compare_plot_demos.m scripts/testfun/private/dump_demos.m scripts/testfun/private/html_compare_plot_demos.m scripts/testfun/private/html_plot_demos_template.html '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/testfun/private'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/time'
/usr/bin/install -c -m 644 scripts/time/addtodate.m scripts/time/asctime.m scripts/time/calendar.m scripts/time/clock.m scripts/time/ctime.m scripts/time/date.m scripts/time/datenum.m scripts/time/datestr.m scripts/time/datevec.m scripts/time/eomday.m scripts/time/etime.m scripts/time/is_leap_year.m scripts/time/now.m scripts/time/weekday.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/time'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin'
/bin/bash ./libtool --mode=install /usr/bin/install -c src/mkoctfile src/octave src/octave-cli src/octave-config '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin'
libtool: install: /usr/bin/install -c src/mkoctfile /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin/mkoctfile
libtool: install: /usr/bin/install -c src/octave /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin/octave
libtool: warning: 'libinterp/liboctinterp.la' has not been installed in '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2'
libtool: warning: 'liboctave/liboctave.la' has not been installed in '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2'
libtool: install: /usr/bin/install -c src/.libs/octave-cli /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin/octave-cli
libtool: install: /usr/bin/install -c src/octave-config /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin/octave-config
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/usr/bin/install -c -m 644 liboctave/operators/mx-ops.h liboctave/operators/smx-ops.h liboctave/operators/vx-ops.h liboctave/operators/mx-cdm-dm.h liboctave/operators/mx-dm-cdm.h liboctave/operators/mx-cs-dm.h liboctave/operators/mx-cs-m.h liboctave/operators/mx-cs-nda.h liboctave/operators/mx-cdm-cm.h liboctave/operators/mx-cdm-m.h liboctave/operators/mx-cdm-s.h liboctave/operators/mx-cm-cdm.h liboctave/operators/mx-cm-dm.h liboctave/operators/mx-cm-m.h liboctave/operators/mx-cnda-nda.h liboctave/operators/mx-cm-s.h liboctave/operators/mx-cnda-s.h liboctave/operators/mx-dm-cs.h liboctave/operators/mx-dm-cm.h liboctave/operators/mx-m-cs.h liboctave/operators/mx-nda-cs.h liboctave/operators/mx-m-cdm.h liboctave/operators/mx-m-cm.h liboctave/operators/mx-nda-cnda.h liboctave/operators/mx-s-cdm.h liboctave/operators/mx-s-cm.h liboctave/operators/mx-s-cnda.h liboctave/operators/mx-dm-m.h liboctave/operators/mx-m-dm.h liboctave/operators/mx-fcdm-fdm.h liboctave/operators/mx-fdm-fcdm.h liboctave/operators/mx-fcs-fdm.h liboctave/operators/mx-fcs-fm.h liboctave/operators/mx-fcs-fnda.h liboctave/operators/mx-fcdm-fcm.h liboctave/operators/mx-fcdm-fm.h liboctave/operators/mx-fcdm-fs.h liboctave/operators/mx-fcm-fcdm.h liboctave/operators/mx-fcm-fdm.h liboctave/operators/mx-fcm-fm.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc'
/usr/bin/install -c -m 644 doc/interpreter/doc-cache doc/interpreter/macros.texi CITATION NEWS '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc'
/bin/mkdir -p '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2'
/bin/bash ./libtool --mode=install /usr/bin/install -c liboctave/liboctave.la libinterp/liboctinterp.la libinterp/dldfcn/__delaunayn__.la libinterp/dldfcn/__eigs__.la libinterp/dldfcn/__fltk_uigetfile__.la libinterp/dldfcn/__glpk__.la libinterp/dldfcn/__init_fltk__.la libinterp/dldfcn/__init_gnuplot__.la libinterp/dldfcn/__osmesa_print__.la libinterp/dldfcn/__voronoi__.la libinterp/dldfcn/amd.la libinterp/dldfcn/audiodevinfo.la libinterp/dldfcn/audioread.la libinterp/dldfcn/ccolamd.la libinterp/dldfcn/chol.la libinterp/dldfcn/colamd.la libinterp/dldfcn/convhulln.la libinterp/dldfcn/dmperm.la libinterp/dldfcn/fftw.la libinterp/dldfcn/gzip.la libinterp/dldfcn/qr.la libinterp/dldfcn/symbfact.la libinterp/dldfcn/symrcm.la '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2'
make install-exec-hook
make[4]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
libtool: install: /usr/bin/install -c liboctave/.libs/liboctave.so.4.0.0 /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/liboctave.so.4.0.0
/usr/bin/install -c -m 644 libinterp/corefcn/error.h libinterp/corefcn/errwarn.h libinterp/corefcn/event-queue.h libinterp/corefcn/file-io.h libinterp/corefcn/ft-text-renderer.h libinterp/corefcn/gl-render.h libinterp/corefcn/gl2ps-print.h libinterp/corefcn/gripes.h libinterp/corefcn/help.h libinterp/corefcn/hook-fcn.h libinterp/corefcn/input.h libinterp/corefcn/interpreter.h libinterp/corefcn/load-path.h libinterp/corefcn/load-save.h libinterp/corefcn/ls-ascii-helper.h libinterp/corefcn/ls-hdf5.h libinterp/corefcn/ls-mat-ascii.h libinterp/corefcn/ls-mat4.h libinterp/corefcn/ls-mat5.h libinterp/corefcn/ls-oct-text.h libinterp/corefcn/ls-oct-binary.h libinterp/corefcn/ls-utils.h libinterp/corefcn/mex.h libinterp/corefcn/mexproto.h libinterp/corefcn/oct-errno.h libinterp/corefcn/oct-fstrm.h libinterp/corefcn/oct-handle.h libinterp/corefcn/oct-hdf5-types.h libinterp/corefcn/oct-hist.h libinterp/corefcn/oct-iostrm.h libinterp/corefcn/oct-lvalue.h libinterp/corefcn/oct-map.h libinterp/corefcn/oct-obj.h libinterp/corefcn/oct-prcstrm.h libinterp/corefcn/oct-procbuf.h libinterp/corefcn/oct-stdstrm.h libinterp/corefcn/oct-stream.h libinterp/corefcn/oct-strstrm.h libinterp/corefcn/oct.h libinterp/corefcn/octave-default-image.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: (cd /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 && { ln -s -f liboctave.so.4.0.0 liboctave.so.4 || { rm -f liboctave.so.4 && ln -s liboctave.so.4.0.0 liboctave.so.4; }; })
/usr/bin/install -c -m 644 scripts/statistics/distributions/hygecdf.m scripts/statistics/distributions/hygeinv.m scripts/statistics/distributions/hygepdf.m scripts/statistics/distributions/hygernd.m scripts/statistics/distributions/kolmogorov_smirnov_cdf.m scripts/statistics/distributions/laplace_cdf.m scripts/statistics/distributions/laplace_inv.m scripts/statistics/distributions/laplace_pdf.m scripts/statistics/distributions/laplace_rnd.m scripts/statistics/distributions/logistic_cdf.m scripts/statistics/distributions/logistic_inv.m scripts/statistics/distributions/logistic_pdf.m scripts/statistics/distributions/logistic_rnd.m scripts/statistics/distributions/logncdf.m scripts/statistics/distributions/logninv.m scripts/statistics/distributions/lognpdf.m scripts/statistics/distributions/lognrnd.m scripts/statistics/distributions/nbincdf.m scripts/statistics/distributions/nbininv.m scripts/statistics/distributions/nbinpdf.m scripts/statistics/distributions/nbinrnd.m scripts/statistics/distributions/normcdf.m scripts/statistics/distributions/norminv.m scripts/statistics/distributions/normpdf.m scripts/statistics/distributions/normrnd.m scripts/statistics/distributions/poisscdf.m scripts/statistics/distributions/poissinv.m scripts/statistics/distributions/poisspdf.m scripts/statistics/distributions/poissrnd.m scripts/statistics/distributions/stdnormal_cdf.m scripts/statistics/distributions/stdnormal_inv.m scripts/statistics/distributions/stdnormal_pdf.m scripts/statistics/distributions/stdnormal_rnd.m scripts/statistics/distributions/tcdf.m scripts/statistics/distributions/tinv.m scripts/statistics/distributions/tpdf.m scripts/statistics/distributions/trnd.m scripts/statistics/distributions/unidrnd.m scripts/statistics/distributions/unidcdf.m scripts/statistics/distributions/unidinv.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/distributions'
libtool: install: (cd /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 && { ln -s -f liboctave.so.4.0.0 liboctave.so || { rm -f liboctave.so && ln -s liboctave.so.4.0.0 liboctave.so; }; })
libtool: install: /usr/bin/install -c liboctave/.libs/liboctave.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/liboctave.la
libtool: warning: relinking 'libinterp/liboctinterp.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -version-info 4:0:0 -no-undefined -bindir /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/liboctinterp.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/libinterp_liboctinterp_la-octave.lo libinterp/libinterp_liboctinterp_la-version.lo libinterp/operators/libinterp_liboctinterp_la-op-b-b.lo libinterp/operators/libinterp_liboctinterp_la-op-b-bm.lo libinterp/operators/libinterp_liboctinterp_la-op-b-sbm.lo libinterp/operators/libinterp_liboctinterp_la-op-bm-b.lo libinterp/operators/libinterp_liboctinterp_la-op-bm-bm.lo libinterp/operators/libinterp_liboctinterp_la-op-bm-sbm.lo libinterp/operators/libinterp_liboctinterp_la-op-cdm-cdm.lo libinterp/operators/libinterp_liboctinterp_la-op-cdm-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-cdm-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-cdm-dm.lo libinterp/operators/libinterp_liboctinterp_la-op-cdm-m.lo libinterp/operators/libinterp_liboctinterp_la-op-cdm-s.lo libinterp/operators/libinterp_liboctinterp_la-op-cell.lo libinterp/operators/libinterp_liboctinterp_la-op-chm.lo libinterp/operators/libinterp_liboctinterp_la-op-class.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-cdm.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-dm.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-m.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-pm.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-s.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-cm-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-cs-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-cs-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-cs-m.lo libinterp/operators/libinterp_liboctinterp_la-op-cs-s.lo libinterp/operators/libinterp_liboctinterp_la-op-cs-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-cs-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-cdm.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-dm.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-m.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-s.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-dm-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fcdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fcm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fcs.lo libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcdm-fs.lo libinterp/operators/libinterp_liboctinterp_la-op-fcm-fcdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcm-fcm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcm-fcs.lo libinterp/operators/libinterp_liboctinterp_la-op-fcm-fdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcm-fm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcm-fs.lo libinterp/operators/libinterp_liboctinterp_la-op-fcm-pm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcn.lo libinterp/operators/libinterp_liboctinterp_la-op-fcs-fcm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcs-fcs.lo libinterp/operators/libinterp_liboctinterp_la-op-fcs-fm.lo libinterp/operators/libinterp_liboctinterp_la-op-fcs-fs.lo libinterp/operators/libinterp_liboctinterp_la-op-fdm-fcdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fdm-fcm.lo libinterp/operators/libinterp_liboctinterp_la-op-fdm-fcs.lo libinterp/operators/libinterp_liboctinterp_la-op-fdm-fdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fdm-fm.lo libinterp/operators/libinterp_liboctinterp_la-op-fdm-fs.lo libinterp/operators/libinterp_liboctinterp_la-op-fm-fcdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fm-fcm.lo libinterp/operators/libinterp_liboctinterp_la-op-fm-fcs.lo libinterp/operators/libinterp_liboctinterp_la-op-fm-fdm.lo libinterp/operators/libinterp_liboctinterp_la-op-fm-fm.lo libinterp/operators/libinterp_liboctinterp_la-op-fm-fs.lo libinterp/operators/libinterp_liboctinterp_la-op-fm-pm.lo libinterp/operators/libinterp_liboctinterp_la-op-fs-fcm.lo libinterp/operators/libinterp_liboctinterp_la-op-fs-fcs.lo libinterp/operators/libinterp_liboctinterp_la-op-fs-fm.lo libinterp/operators/libinterp_liboctinterp_la-op-fs-fs.lo libinterp/operators/libinterp_liboctinterp_la-op-i16-i16.lo libinterp/operators/libinterp_liboctinterp_la-op-i32-i32.lo libinterp/operators/libinterp_liboctinterp_la-op-i64-i64.lo libinterp/operators/libinterp_liboctinterp_la-op-i8-i8.lo libinterp/operators/libinterp_liboctinterp_la-op-int-concat.lo libinterp/operators/libinterp_liboctinterp_la-op-m-cdm.lo libinterp/operators/libinterp_liboctinterp_la-op-m-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-m-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-m-dm.lo libinterp/operators/libinterp_liboctinterp_la-op-m-m.lo libinterp/operators/libinterp_liboctinterp_la-op-m-pm.lo libinterp/operators/libinterp_liboctinterp_la-op-m-s.lo libinterp/operators/libinterp_liboctinterp_la-op-m-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-m-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-pm-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-pm-fcm.lo libinterp/operators/libinterp_liboctinterp_la-op-pm-fm.lo libinterp/operators/libinterp_liboctinterp_la-op-pm-m.lo libinterp/operators/libinterp_liboctinterp_la-op-pm-pm.lo libinterp/operators/libinterp_liboctinterp_la-op-pm-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-pm-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-range.lo libinterp/operators/libinterp_liboctinterp_la-op-s-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-s-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-s-m.lo libinterp/operators/libinterp_liboctinterp_la-op-s-s.lo libinterp/operators/libinterp_liboctinterp_la-op-s-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-s-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-sbm-b.lo libinterp/operators/libinterp_liboctinterp_la-op-sbm-bm.lo libinterp/operators/libinterp_liboctinterp_la-op-sbm-sbm.lo libinterp/operators/libinterp_liboctinterp_la-op-scm-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-scm-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-scm-m.lo libinterp/operators/libinterp_liboctinterp_la-op-scm-s.lo libinterp/operators/libinterp_liboctinterp_la-op-scm-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-scm-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-sm-cm.lo libinterp/operators/libinterp_liboctinterp_la-op-sm-cs.lo libinterp/operators/libinterp_liboctinterp_la-op-sm-m.lo libinterp/operators/libinterp_liboctinterp_la-op-sm-s.lo libinterp/operators/libinterp_liboctinterp_la-op-sm-scm.lo libinterp/operators/libinterp_liboctinterp_la-op-sm-sm.lo libinterp/operators/libinterp_liboctinterp_la-op-str-m.lo libinterp/operators/libinterp_liboctinterp_la-op-str-s.lo libinterp/operators/libinterp_liboctinterp_la-op-str-str.lo libinterp/operators/libinterp_liboctinterp_la-op-struct.lo libinterp/operators/libinterp_liboctinterp_la-op-ui16-ui16.lo libinterp/operators/libinterp_liboctinterp_la-op-ui32-ui32.lo libinterp/operators/libinterp_liboctinterp_la-op-ui64-ui64.lo libinterp/operators/libinterp_liboctinterp_la-op-ui8-ui8.lo libinterp/template-inst/libinterp_liboctinterp_la-Array-tc.lo libinterp/template-inst/libinterp_liboctinterp_la-Array-jit.lo libinterp/corefcn/libinterp_liboctinterp_la-oct-errno.lo libinterp/operators/libinterp_liboctinterp_la-ops.lo libinterp/libinterp_liboctinterp_la-builtins.lo libinterp/libinterp_liboctinterp_la-build-env.lo libinterp/libinterp_liboctinterp_la-build-env-features.lo libinterp/libinterp_liboctinterp_la-liboctinterp-build-info.lo libinterp/octave-value/liboctave-value.la libinterp/parse-tree/libparse-tree.la libinterp/corefcn/libcorefcn.la liboctave/liboctave.la -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/mx-fcnda-fnda.h liboctave/operators/mx-fcm-fs.h liboctave/operators/mx-fcnda-fs.h liboctave/operators/mx-fdm-fcs.h liboctave/operators/mx-fdm-fcm.h liboctave/operators/mx-fm-fcs.h liboctave/operators/mx-fnda-fcs.h liboctave/operators/mx-fm-fcdm.h liboctave/operators/mx-fm-fcm.h liboctave/operators/mx-fnda-fcnda.h liboctave/operators/mx-fs-fcdm.h liboctave/operators/mx-fs-fcm.h liboctave/operators/mx-fs-fcnda.h liboctave/operators/mx-fdm-fm.h liboctave/operators/mx-fm-fdm.h liboctave/operators/mx-pm-m.h liboctave/operators/mx-m-pm.h liboctave/operators/mx-pm-cm.h liboctave/operators/mx-cm-pm.h liboctave/operators/mx-pm-fm.h liboctave/operators/mx-fm-pm.h liboctave/operators/mx-pm-fcm.h liboctave/operators/mx-fcm-pm.h liboctave/operators/mx-s-i8nda.h liboctave/operators/mx-i8nda-s.h liboctave/operators/mx-s-ui8nda.h liboctave/operators/mx-ui8nda-s.h liboctave/operators/mx-s-i16nda.h liboctave/operators/mx-i16nda-s.h liboctave/operators/mx-s-ui16nda.h liboctave/operators/mx-ui16nda-s.h liboctave/operators/mx-s-i32nda.h liboctave/operators/mx-i32nda-s.h liboctave/operators/mx-s-ui32nda.h liboctave/operators/mx-ui32nda-s.h liboctave/operators/mx-s-i64nda.h liboctave/operators/mx-i64nda-s.h liboctave/operators/mx-s-ui64nda.h liboctave/operators/mx-ui64nda-s.h liboctave/operators/mx-fs-i8nda.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/usr/bin/install -c -m 644 libinterp/corefcn/octave-link.h libinterp/corefcn/octave-preserve-stream-state.h libinterp/corefcn/pager.h libinterp/corefcn/pr-output.h libinterp/corefcn/procstream.h libinterp/corefcn/profiler.h libinterp/corefcn/sighandlers.h libinterp/corefcn/sparse-xdiv.h libinterp/corefcn/sparse-xpow.h libinterp/corefcn/symtab.h libinterp/corefcn/sysdep.h libinterp/corefcn/text-renderer.h libinterp/corefcn/toplev.h libinterp/corefcn/txt-eng.h libinterp/corefcn/utils.h libinterp/corefcn/variables.h libinterp/corefcn/workspace-element.h libinterp/corefcn/xdiv.h libinterp/corefcn/xnorm.h libinterp/corefcn/xpow.h libinterp/corefcn/zfstream.h libinterp/corefcn/jit-util.h libinterp/corefcn/jit-typeinfo.h libinterp/corefcn/jit-ir.h libinterp/corefcn/pt-jit.h libinterp/operators/ops.h libinterp/octave-value/ov-base-diag.h libinterp/octave-value/ov-base-mat.h libinterp/octave-value/ov-base-scalar.h libinterp/octave-value/ov-base.h libinterp/octave-value/ov-bool-mat.h libinterp/octave-value/ov-bool.h libinterp/octave-value/ov-builtin.h libinterp/octave-value/ov-cell.h libinterp/octave-value/ov-ch-mat.h libinterp/octave-value/ov-class.h libinterp/octave-value/ov-classdef.h libinterp/octave-value/ov-colon.h libinterp/octave-value/ov-complex.h libinterp/octave-value/ov-cs-list.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/usr/bin/install -c -m 644 scripts/statistics/distributions/unidpdf.m scripts/statistics/distributions/unifrnd.m scripts/statistics/distributions/unifcdf.m scripts/statistics/distributions/unifinv.m scripts/statistics/distributions/unifpdf.m scripts/statistics/distributions/wblcdf.m scripts/statistics/distributions/wblinv.m scripts/statistics/distributions/wblpdf.m scripts/statistics/distributions/wblrnd.m scripts/statistics/distributions/wienrnd.m '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/m/statistics/distributions'
libtool: install: /usr/bin/install -c libinterp/.libs/liboctinterp.so.4.0.0T /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/liboctinterp.so.4.0.0
preserving existing HG-ID file
cd /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/bin && \
for f in mkoctfile octave octave-cli octave-config; do \
mv $f $f-4.2.0-rc2 && \
ln -s $f-4.2.0-rc2 $f; \
done
make[4]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
libtool: install: (cd /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 && { ln -s -f liboctinterp.so.4.0.0 liboctinterp.so.4 || { rm -f liboctinterp.so.4 && ln -s liboctinterp.so.4.0.0 liboctinterp.so.4; }; })
libtool: install: (cd /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 && { ln -s -f liboctinterp.so.4.0.0 liboctinterp.so || { rm -f liboctinterp.so && ln -s liboctinterp.so.4.0.0 liboctinterp.so; }; })
libtool: install: /usr/bin/install -c libinterp/.libs/liboctinterp.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/liboctinterp.la
libtool: warning: relinking 'libinterp/dldfcn/__delaunayn__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__delaunayn__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___delaunayn___la-__delaunayn__.lo libinterp/liboctinterp.la liboctave/liboctave.la -lqhull -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/mx-i8nda-fs.h liboctave/operators/mx-fs-ui8nda.h liboctave/operators/mx-ui8nda-fs.h liboctave/operators/mx-fs-i16nda.h liboctave/operators/mx-i16nda-fs.h liboctave/operators/mx-fs-ui16nda.h liboctave/operators/mx-ui16nda-fs.h liboctave/operators/mx-fs-i32nda.h liboctave/operators/mx-i32nda-fs.h liboctave/operators/mx-fs-ui32nda.h liboctave/operators/mx-ui32nda-fs.h liboctave/operators/mx-fs-i64nda.h liboctave/operators/mx-i64nda-fs.h liboctave/operators/mx-fs-ui64nda.h liboctave/operators/mx-ui64nda-fs.h liboctave/operators/mx-nda-i8.h liboctave/operators/mx-i8-nda.h liboctave/operators/mx-nda-ui8.h liboctave/operators/mx-ui8-nda.h liboctave/operators/mx-nda-i16.h liboctave/operators/mx-i16-nda.h liboctave/operators/mx-nda-ui16.h liboctave/operators/mx-ui16-nda.h liboctave/operators/mx-nda-i32.h liboctave/operators/mx-i32-nda.h liboctave/operators/mx-nda-ui32.h liboctave/operators/mx-ui32-nda.h liboctave/operators/mx-nda-i64.h liboctave/operators/mx-i64-nda.h liboctave/operators/mx-nda-ui64.h liboctave/operators/mx-ui64-nda.h liboctave/operators/mx-fnda-i8.h liboctave/operators/mx-i8-fnda.h liboctave/operators/mx-fnda-ui8.h liboctave/operators/mx-ui8-fnda.h liboctave/operators/mx-fnda-i16.h liboctave/operators/mx-i16-fnda.h liboctave/operators/mx-fnda-ui16.h liboctave/operators/mx-ui16-fnda.h liboctave/operators/mx-fnda-i32.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__delaunayn__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__delaunayn__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__delaunayn__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__delaunayn__.la
libtool: warning: relinking 'libinterp/dldfcn/__eigs__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__eigs__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___eigs___la-__eigs__.lo libinterp/liboctinterp.la liboctave/liboctave.la -larpack -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -lblas -llapack -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 libinterp/octave-value/ov-cx-diag.h libinterp/octave-value/ov-cx-mat.h libinterp/octave-value/ov-dld-fcn.h libinterp/octave-value/ov-fcn-handle.h libinterp/octave-value/ov-fcn-inline.h libinterp/octave-value/ov-fcn.h libinterp/octave-value/ov-float.h libinterp/octave-value/ov-flt-complex.h libinterp/octave-value/ov-flt-cx-diag.h libinterp/octave-value/ov-flt-cx-mat.h libinterp/octave-value/ov-flt-re-diag.h libinterp/octave-value/ov-flt-re-mat.h libinterp/octave-value/ov-java.h libinterp/octave-value/ov-lazy-idx.h libinterp/octave-value/ov-mex-fcn.h libinterp/octave-value/ov-null-mat.h libinterp/octave-value/ov-oncleanup.h libinterp/octave-value/ov-perm.h libinterp/octave-value/ov-range.h libinterp/octave-value/ov-re-diag.h libinterp/octave-value/ov-re-mat.h libinterp/octave-value/ov-scalar.h libinterp/octave-value/ov-str-mat.h libinterp/octave-value/ov-struct.h libinterp/octave-value/ov-typeinfo.h libinterp/octave-value/ov-usr-fcn.h libinterp/octave-value/ov.h libinterp/octave-value/ovl.h libinterp/octave-value/ov-base-int.h libinterp/octave-value/ov-int-traits.h libinterp/octave-value/ov-int16.h libinterp/octave-value/ov-int32.h libinterp/octave-value/ov-int64.h libinterp/octave-value/ov-int8.h libinterp/octave-value/ov-intx.h libinterp/octave-value/ov-uint16.h libinterp/octave-value/ov-uint32.h libinterp/octave-value/ov-uint64.h libinterp/octave-value/ov-uint8.h libinterp/octave-value/ov-base-sparse.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__eigs__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__eigs__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__eigs__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__eigs__.la
libtool: warning: relinking 'libinterp/dldfcn/__fltk_uigetfile__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -I/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/lib -Wl,-rpath,/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/lib -L/Users/ce/nir/.linuxbrew/lib64 -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -lfltk_gl -lGLU -lGL -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__fltk_uigetfile__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___fltk_uigetfile___la-__fltk_uigetfile__.lo libinterp/liboctinterp.la liboctave/liboctave.la -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/mx-i32-fnda.h liboctave/operators/mx-fnda-ui32.h liboctave/operators/mx-ui32-fnda.h liboctave/operators/mx-fnda-i64.h liboctave/operators/mx-i64-fnda.h liboctave/operators/mx-fnda-ui64.h liboctave/operators/mx-ui64-fnda.h liboctave/operators/mx-nda-i8nda.h liboctave/operators/mx-i8nda-nda.h liboctave/operators/mx-nda-ui8nda.h liboctave/operators/mx-ui8nda-nda.h liboctave/operators/mx-nda-i16nda.h liboctave/operators/mx-i16nda-nda.h liboctave/operators/mx-nda-ui16nda.h liboctave/operators/mx-ui16nda-nda.h liboctave/operators/mx-nda-i32nda.h liboctave/operators/mx-i32nda-nda.h liboctave/operators/mx-nda-ui32nda.h liboctave/operators/mx-ui32nda-nda.h liboctave/operators/mx-nda-i64nda.h liboctave/operators/mx-i64nda-nda.h liboctave/operators/mx-nda-ui64nda.h liboctave/operators/mx-ui64nda-nda.h liboctave/operators/mx-fnda-i8nda.h liboctave/operators/mx-i8nda-fnda.h liboctave/operators/mx-fnda-ui8nda.h liboctave/operators/mx-ui8nda-fnda.h liboctave/operators/mx-fnda-i16nda.h liboctave/operators/mx-i16nda-fnda.h liboctave/operators/mx-fnda-ui16nda.h liboctave/operators/mx-ui16nda-fnda.h liboctave/operators/mx-fnda-i32nda.h liboctave/operators/mx-i32nda-fnda.h liboctave/operators/mx-fnda-ui32nda.h liboctave/operators/mx-ui32nda-fnda.h liboctave/operators/mx-fnda-i64nda.h liboctave/operators/mx-i64nda-fnda.h liboctave/operators/mx-fnda-ui64nda.h liboctave/operators/mx-ui64nda-fnda.h liboctave/operators/mx-i8nda-ui8.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
/usr/bin/install -c -m 644 libinterp/octave-value/ov-bool-sparse.h libinterp/octave-value/ov-cx-sparse.h libinterp/octave-value/ov-re-sparse.h libinterp/parse-tree/lex.h libinterp/parse-tree/parse.h libinterp/parse-tree/pt-all.h libinterp/parse-tree/pt-arg-list.h libinterp/parse-tree/pt-array-list.h libinterp/parse-tree/pt-assign.h libinterp/parse-tree/pt-binop.h libinterp/parse-tree/pt-bp.h libinterp/parse-tree/pt-cbinop.h libinterp/parse-tree/pt-cell.h libinterp/parse-tree/pt-check.h libinterp/parse-tree/pt-classdef.h libinterp/parse-tree/pt-cmd.h libinterp/parse-tree/pt-colon.h libinterp/parse-tree/pt-const.h libinterp/parse-tree/pt-decl.h libinterp/parse-tree/pt-eval.h libinterp/parse-tree/pt-except.h libinterp/parse-tree/pt-exp.h libinterp/parse-tree/pt-fcn-handle.h libinterp/parse-tree/pt-funcall.h libinterp/parse-tree/pt-id.h libinterp/parse-tree/pt-idx.h libinterp/parse-tree/pt-jump.h libinterp/parse-tree/pt-loop.h libinterp/parse-tree/pt-mat.h libinterp/parse-tree/pt-misc.h libinterp/parse-tree/pt-pr-code.h libinterp/parse-tree/pt-select.h libinterp/parse-tree/pt-stmt.h libinterp/parse-tree/pt-unop.h libinterp/parse-tree/pt-walk.h libinterp/parse-tree/pt.h libinterp/parse-tree/token.h src/octave-build-info.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__fltk_uigetfile__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__fltk_uigetfile__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__fltk_uigetfile__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__fltk_uigetfile__.la
libtool: warning: relinking 'libinterp/dldfcn/__glpk__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__glpk__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___glpk___la-__glpk__.lo libinterp/liboctinterp.la liboctave/liboctave.la -lglpk -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__glpk__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__glpk__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__glpk__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__glpk__.la
libtool: warning: relinking 'libinterp/dldfcn/__init_fltk__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -I/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -I/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/include -I/Users/ce/nir/.linuxbrew/Cellar/expat/2.2.0/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -I/Users/ce/nir/.linuxbrew/Cellar/expat/2.2.0/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/lib -Wl,-rpath,/Users/ce/nir/.linuxbrew/Cellar/fltk/1.3.3/lib -L/Users/ce/nir/.linuxbrew/lib64 -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -lfltk_gl -lGLU -lGL -lfltk -lXcursor -lXfixes -lXext -lXft -lfontconfig -lXinerama -lpthread -ldl -lm -lX11 -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__init_fltk__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___init_fltk___la-__init_fltk__.lo libinterp/liboctinterp.la liboctave/liboctave.la -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lGL -lGLU -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/mx-i8nda-i16.h liboctave/operators/mx-i8nda-ui16.h liboctave/operators/mx-i8nda-i32.h liboctave/operators/mx-i8nda-ui32.h liboctave/operators/mx-i8nda-i64.h liboctave/operators/mx-i8nda-ui64.h liboctave/operators/mx-i16nda-i8.h liboctave/operators/mx-i16nda-ui8.h liboctave/operators/mx-i16nda-ui16.h liboctave/operators/mx-i16nda-i32.h liboctave/operators/mx-i16nda-ui32.h liboctave/operators/mx-i16nda-i64.h liboctave/operators/mx-i16nda-ui64.h liboctave/operators/mx-i32nda-i8.h liboctave/operators/mx-i32nda-ui8.h liboctave/operators/mx-i32nda-i16.h liboctave/operators/mx-i32nda-ui16.h liboctave/operators/mx-i32nda-ui32.h liboctave/operators/mx-i32nda-i64.h liboctave/operators/mx-i32nda-ui64.h liboctave/operators/mx-i64nda-i8.h liboctave/operators/mx-i64nda-ui8.h liboctave/operators/mx-i64nda-i16.h liboctave/operators/mx-i64nda-ui16.h liboctave/operators/mx-i64nda-i32.h liboctave/operators/mx-i64nda-ui32.h liboctave/operators/mx-i64nda-ui64.h liboctave/operators/mx-ui8nda-i8.h liboctave/operators/mx-ui8nda-i16.h liboctave/operators/mx-ui8nda-ui16.h liboctave/operators/mx-ui8nda-i32.h liboctave/operators/mx-ui8nda-ui32.h liboctave/operators/mx-ui8nda-i64.h liboctave/operators/mx-ui8nda-ui64.h liboctave/operators/mx-ui16nda-i8.h liboctave/operators/mx-ui16nda-ui8.h liboctave/operators/mx-ui16nda-i16.h liboctave/operators/mx-ui16nda-i32.h liboctave/operators/mx-ui16nda-ui32.h liboctave/operators/mx-ui16nda-i64.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__init_fltk__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__init_fltk__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__init_fltk__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__init_fltk__.la
libtool: warning: relinking 'libinterp/dldfcn/__init_gnuplot__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -I/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/include -I/Users/ce/nir/.linuxbrew/Cellar/expat/2.2.0/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -I/Users/ce/nir/.linuxbrew/Cellar/expat/2.2.0/include -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__init_gnuplot__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___init_gnuplot___la-__init_gnuplot__.lo libinterp/liboctinterp.la liboctave/liboctave.la -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/mx-ui16nda-ui64.h liboctave/operators/mx-ui32nda-i8.h liboctave/operators/mx-ui32nda-ui8.h liboctave/operators/mx-ui32nda-i16.h liboctave/operators/mx-ui32nda-ui16.h liboctave/operators/mx-ui32nda-i32.h liboctave/operators/mx-ui32nda-i64.h liboctave/operators/mx-ui32nda-ui64.h liboctave/operators/mx-ui64nda-i8.h liboctave/operators/mx-ui64nda-ui8.h liboctave/operators/mx-ui64nda-i16.h liboctave/operators/mx-ui64nda-ui16.h liboctave/operators/mx-ui64nda-i32.h liboctave/operators/mx-ui64nda-ui32.h liboctave/operators/mx-ui64nda-i64.h liboctave/operators/mx-i8-ui8nda.h liboctave/operators/mx-i8-i16nda.h liboctave/operators/mx-i8-ui16nda.h liboctave/operators/mx-i8-i32nda.h liboctave/operators/mx-i8-ui32nda.h liboctave/operators/mx-i8-i64nda.h liboctave/operators/mx-i8-ui64nda.h liboctave/operators/mx-i16-i8nda.h liboctave/operators/mx-i16-ui8nda.h liboctave/operators/mx-i16-ui16nda.h liboctave/operators/mx-i16-i32nda.h liboctave/operators/mx-i16-ui32nda.h liboctave/operators/mx-i16-i64nda.h liboctave/operators/mx-i16-ui64nda.h liboctave/operators/mx-i32-i8nda.h liboctave/operators/mx-i32-ui8nda.h liboctave/operators/mx-i32-i16nda.h liboctave/operators/mx-i32-ui16nda.h liboctave/operators/mx-i32-ui32nda.h liboctave/operators/mx-i32-i64nda.h liboctave/operators/mx-i32-ui64nda.h liboctave/operators/mx-i64-i8nda.h liboctave/operators/mx-i64-ui8nda.h liboctave/operators/mx-i64-i16nda.h liboctave/operators/mx-i64-ui16nda.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__init_gnuplot__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__init_gnuplot__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__init_gnuplot__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__init_gnuplot__.la
libtool: warning: relinking 'libinterp/dldfcn/__osmesa_print__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -I/Users/ce/nir/.linuxbrew/opt/freetype/include/freetype2 -I/Users/ce/nir/.linuxbrew/Cellar/zlib/1.2.8/include -I/Users/ce/nir/.linuxbrew/Cellar/libpng/1.6.25/include/libpng16 -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__osmesa_print__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___osmesa_print___la-__osmesa_print__.lo libinterp/liboctinterp.la liboctave/liboctave.la -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/mx-i64-i32nda.h liboctave/operators/mx-i64-ui32nda.h liboctave/operators/mx-i64-ui64nda.h liboctave/operators/mx-ui8-i8nda.h liboctave/operators/mx-ui8-i16nda.h liboctave/operators/mx-ui8-ui16nda.h liboctave/operators/mx-ui8-i32nda.h liboctave/operators/mx-ui8-ui32nda.h liboctave/operators/mx-ui8-i64nda.h liboctave/operators/mx-ui8-ui64nda.h liboctave/operators/mx-ui16-i8nda.h liboctave/operators/mx-ui16-ui8nda.h liboctave/operators/mx-ui16-i16nda.h liboctave/operators/mx-ui16-i32nda.h liboctave/operators/mx-ui16-ui32nda.h liboctave/operators/mx-ui16-i64nda.h liboctave/operators/mx-ui16-ui64nda.h liboctave/operators/mx-ui32-i8nda.h liboctave/operators/mx-ui32-ui8nda.h liboctave/operators/mx-ui32-i16nda.h liboctave/operators/mx-ui32-ui16nda.h liboctave/operators/mx-ui32-i32nda.h liboctave/operators/mx-ui32-i64nda.h liboctave/operators/mx-ui32-ui64nda.h liboctave/operators/mx-ui64-i8nda.h liboctave/operators/mx-ui64-ui8nda.h liboctave/operators/mx-ui64-i16nda.h liboctave/operators/mx-ui64-ui16nda.h liboctave/operators/mx-ui64-i32nda.h liboctave/operators/mx-ui64-ui32nda.h liboctave/operators/mx-ui64-i64nda.h liboctave/operators/mx-i8nda-ui8nda.h liboctave/operators/mx-i8nda-i16nda.h liboctave/operators/mx-i8nda-ui16nda.h liboctave/operators/mx-i8nda-i32nda.h liboctave/operators/mx-i8nda-ui32nda.h liboctave/operators/mx-i8nda-i64nda.h liboctave/operators/mx-i8nda-ui64nda.h liboctave/operators/mx-i16nda-i8nda.h liboctave/operators/mx-i16nda-ui8nda.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__osmesa_print__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__osmesa_print__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__osmesa_print__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__osmesa_print__.la
libtool: warning: relinking 'libinterp/dldfcn/__voronoi__.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/__voronoi__.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn___voronoi___la-__voronoi__.lo libinterp/liboctinterp.la liboctave/liboctave.la -lqhull -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__voronoi__.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__voronoi__.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/__voronoi__.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/__voronoi__.la
libtool: warning: relinking 'libinterp/dldfcn/amd.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/amd.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_amd_la-amd.lo libinterp/liboctinterp.la liboctave/liboctave.la -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/mx-i16nda-ui16nda.h liboctave/operators/mx-i16nda-i32nda.h liboctave/operators/mx-i16nda-ui32nda.h liboctave/operators/mx-i16nda-i64nda.h liboctave/operators/mx-i16nda-ui64nda.h liboctave/operators/mx-i32nda-i8nda.h liboctave/operators/mx-i32nda-ui8nda.h liboctave/operators/mx-i32nda-i16nda.h liboctave/operators/mx-i32nda-ui16nda.h liboctave/operators/mx-i32nda-ui32nda.h liboctave/operators/mx-i32nda-i64nda.h liboctave/operators/mx-i32nda-ui64nda.h liboctave/operators/mx-i64nda-i8nda.h liboctave/operators/mx-i64nda-ui8nda.h liboctave/operators/mx-i64nda-i16nda.h liboctave/operators/mx-i64nda-ui16nda.h liboctave/operators/mx-i64nda-i32nda.h liboctave/operators/mx-i64nda-ui32nda.h liboctave/operators/mx-i64nda-ui64nda.h liboctave/operators/mx-ui8nda-i8nda.h liboctave/operators/mx-ui8nda-i16nda.h liboctave/operators/mx-ui8nda-ui16nda.h liboctave/operators/mx-ui8nda-i32nda.h liboctave/operators/mx-ui8nda-ui32nda.h liboctave/operators/mx-ui8nda-i64nda.h liboctave/operators/mx-ui8nda-ui64nda.h liboctave/operators/mx-ui16nda-i8nda.h liboctave/operators/mx-ui16nda-ui8nda.h liboctave/operators/mx-ui16nda-i16nda.h liboctave/operators/mx-ui16nda-i32nda.h liboctave/operators/mx-ui16nda-ui32nda.h liboctave/operators/mx-ui16nda-i64nda.h liboctave/operators/mx-ui16nda-ui64nda.h liboctave/operators/mx-ui32nda-i8nda.h liboctave/operators/mx-ui32nda-ui8nda.h liboctave/operators/mx-ui32nda-i16nda.h liboctave/operators/mx-ui32nda-ui16nda.h liboctave/operators/mx-ui32nda-i32nda.h liboctave/operators/mx-ui32nda-i64nda.h liboctave/operators/mx-ui32nda-ui64nda.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/amd.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/amd.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/amd.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/amd.la
libtool: warning: relinking 'libinterp/dldfcn/audiodevinfo.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/audiodevinfo.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_audiodevinfo_la-audiodevinfo.lo libinterp/liboctinterp.la liboctave/liboctave.la -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/audiodevinfo.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/audiodevinfo.so
/usr/bin/install -c -m 644 liboctave/operators/mx-ui64nda-i8nda.h liboctave/operators/mx-ui64nda-ui8nda.h liboctave/operators/mx-ui64nda-i16nda.h liboctave/operators/mx-ui64nda-ui16nda.h liboctave/operators/mx-ui64nda-i32nda.h liboctave/operators/mx-ui64nda-ui32nda.h liboctave/operators/mx-ui64nda-i64nda.h liboctave/operators/vx-ccv-cv.h liboctave/operators/vx-ccv-s.h liboctave/operators/vx-crv-rv.h liboctave/operators/vx-crv-s.h liboctave/operators/vx-cs-cv.h liboctave/operators/vx-cs-rv.h liboctave/operators/vx-cv-ccv.h liboctave/operators/vx-cv-cs.h liboctave/operators/vx-rv-crv.h liboctave/operators/vx-rv-cs.h liboctave/operators/vx-s-ccv.h liboctave/operators/vx-s-crv.h liboctave/operators/vx-fccv-fcv.h liboctave/operators/vx-fccv-fs.h liboctave/operators/vx-fcrv-frv.h liboctave/operators/vx-fcrv-fs.h liboctave/operators/vx-fcs-fcv.h liboctave/operators/vx-fcs-frv.h liboctave/operators/vx-fcv-fccv.h liboctave/operators/vx-fcv-fcs.h liboctave/operators/vx-frv-fcrv.h liboctave/operators/vx-frv-fcs.h liboctave/operators/vx-fs-fccv.h liboctave/operators/vx-fs-fcrv.h liboctave/operators/smx-sm-cs.h liboctave/operators/smx-cs-sm.h liboctave/operators/smx-scm-s.h liboctave/operators/smx-s-scm.h liboctave/operators/smx-scm-sm.h liboctave/operators/smx-sm-scm.h liboctave/operators/smx-m-sm.h liboctave/operators/smx-m-scm.h liboctave/operators/smx-cm-sm.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/audiodevinfo.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/audiodevinfo.la
libtool: warning: relinking 'libinterp/dldfcn/audioread.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/audioread.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_audioread_la-audioread.lo libinterp/liboctinterp.la liboctave/liboctave.la -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/audioread.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/audioread.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/audioread.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/audioread.la
libtool: warning: relinking 'libinterp/dldfcn/ccolamd.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/ccolamd.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_ccolamd_la-ccolamd.lo libinterp/liboctinterp.la liboctave/liboctave.la -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
/usr/bin/install -c -m 644 liboctave/operators/smx-cm-scm.h liboctave/operators/smx-sm-m.h liboctave/operators/smx-scm-m.h liboctave/operators/smx-sm-cm.h liboctave/operators/smx-scm-cm.h liboctave/operators/smx-bm-sbm.h liboctave/operators/smx-sbm-bm.h liboctave/numeric/DASPK-opts.h liboctave/numeric/DASRT-opts.h liboctave/numeric/DASSL-opts.h liboctave/numeric/LSODE-opts.h liboctave/numeric/Quad-opts.h libinterp/builtin-defun-decls.h libinterp/corefcn/defaults.h libinterp/corefcn/graphics-props.cc libinterp/corefcn/graphics.h libinterp/corefcn/mxarray.h libinterp/version.h octave-config.h '/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave'
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/ccolamd.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/ccolamd.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/ccolamd.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/ccolamd.la
libtool: warning: relinking 'libinterp/dldfcn/chol.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/chol.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_chol_la-chol.lo libinterp/liboctinterp.la liboctave/liboctave.la -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/chol.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/chol.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/chol.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/chol.la
libtool: warning: relinking 'libinterp/dldfcn/colamd.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/colamd.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_colamd_la-colamd.lo libinterp/liboctinterp.la liboctave/liboctave.la -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/colamd.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/colamd.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/colamd.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/colamd.la
libtool: warning: relinking 'libinterp/dldfcn/convhulln.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/convhulln.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_convhulln_la-convhulln.lo libinterp/liboctinterp.la liboctave/liboctave.la -lqhull -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/convhulln.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/convhulln.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/convhulln.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/convhulln.la
libtool: warning: relinking 'libinterp/dldfcn/dmperm.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/dmperm.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_dmperm_la-dmperm.lo libinterp/liboctinterp.la liboctave/liboctave.la -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/dmperm.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/dmperm.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/dmperm.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/dmperm.la
libtool: warning: relinking 'libinterp/dldfcn/fftw.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/fftw.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_fftw_la-fftw.lo libinterp/liboctinterp.la liboctave/liboctave.la -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/fftw.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/fftw.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/fftw.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/fftw.la
libtool: warning: relinking 'libinterp/dldfcn/gzip.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/gzip.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_gzip_la-gzip.lo libinterp/liboctinterp.la liboctave/liboctave.la -lz -lbz2 -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/gzip.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/gzip.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/gzip.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/gzip.la
libtool: warning: relinking 'libinterp/dldfcn/qr.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/qr.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_qr_la-qr.lo libinterp/liboctinterp.la liboctave/liboctave.la -lqrupdate -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/qr.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/qr.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/qr.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/qr.la
libtool: warning: relinking 'libinterp/dldfcn/symbfact.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/symbfact.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_symbfact_la-symbfact.lo libinterp/liboctinterp.la liboctave/liboctave.la -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/symbfact.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/symbfact.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/symbfact.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/symbfact.la
libtool: warning: relinking 'libinterp/dldfcn/symrcm.la'
libtool: install: (cd /tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2; /bin/bash "/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2/libtool" --silent --tag CXX --mode=relink /usr/bin/g++-5 -std=gnu++11 -fPIC -pthread -fopenmp -Wall -W -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -avoid-version -module -no-undefined -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/Cellar/graphicsmagick/1.3.25/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/arpack/3.4.0/libexec/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -o libinterp/dldfcn/symrcm.la -rpath /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 libinterp/dldfcn/libinterp_dldfcn_symrcm_la-symrcm.lo libinterp/liboctinterp.la liboctave/liboctave.la -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfreetype -lhdf5 -lGraphicsMagick++ -lGraphicsMagick -lz -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lGL -lGLU -L/Users/ce/nir/.linuxbrew/Cellar/fontconfig/2.12.1_2/lib -L/Users/ce/nir/.linuxbrew/opt/freetype/lib -lfontconfig -lfreetype -L/Users/ce/nir/.linuxbrew/lib64 -lX11 -lgl2ps -lcurl -lcholmod -lumfpack -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lsuitesparseconfig -larpack -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lblas -llapack -lreadline -lncurses -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -ldl -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath -lm -lm )
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/symrcm.soT /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/symrcm.so
libtool: install: /usr/bin/install -c libinterp/dldfcn/.libs/symrcm.lai /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/symrcm.la
libtool: finish: PATH="/Users/ce/nir/.linuxbrew/Cellar/texinfo/6.3/bin:/Users/ce/nir/.linuxbrew/bin:/Users/ce/nir/.linuxbrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/Users/ce/nir/.linuxbrew/Library/Homebrew/cask/cmd:/Users/ce/nir/.linuxbrew/Library/Homebrew/shims/scm:/sbin" ldconfig -n /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2
----------------------------------------------------------------------
Libraries have been installed in:
/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-data-hook
make[4]: Entering directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
preserving existing HG-ID file
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/oct/x86_64-pc-linux-gnu
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc
/bin/mkdir -p /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave
/usr/bin/install -c -m 644 libinterp/DOCSTRINGS /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/share/octave/4.2.0-rc2/etc/built-in-docstrings
if [ -n "`cat libinterp/dldfcn/PKG_ADD`" ]; then \
/usr/bin/install -c -m 644 libinterp/dldfcn/PKG_ADD /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/oct/x86_64-pc-linux-gnu/PKG_ADD; \
fi
/usr/bin/install -c -m 644 libinterp/deprecated-config.h /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/include/octave-4.2.0-rc2/octave/config.h
cd /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2 && \
for ltlib in libinterp/dldfcn/__delaunayn__.la libinterp/dldfcn/__eigs__.la libinterp/dldfcn/__fltk_uigetfile__.la libinterp/dldfcn/__glpk__.la libinterp/dldfcn/__init_fltk__.la libinterp/dldfcn/__init_gnuplot__.la libinterp/dldfcn/__osmesa_print__.la libinterp/dldfcn/__voronoi__.la libinterp/dldfcn/amd.la libinterp/dldfcn/audiodevinfo.la libinterp/dldfcn/audioread.la libinterp/dldfcn/ccolamd.la libinterp/dldfcn/chol.la libinterp/dldfcn/colamd.la libinterp/dldfcn/convhulln.la libinterp/dldfcn/dmperm.la libinterp/dldfcn/fftw.la libinterp/dldfcn/gzip.la libinterp/dldfcn/qr.la libinterp/dldfcn/symbfact.la libinterp/dldfcn/symrcm.la; do \
f=`echo $ltlib | /Users/ce/nir/.linuxbrew/bin/sed 's,.*/,,'`; \
dl=`/Users/ce/nir/.linuxbrew/bin/sed -n -e "s/dlname='\([^']*\)'/\1/p" < $f`; \
if [ -n "$dl" ]; then \
/usr/bin/install -c $dl /Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2/lib/octave/4.2.0-rc2/oct/x86_64-pc-linux-gnu/`echo $f | /Users/ce/nir/.linuxbrew/bin/sed 's,^lib,,; s,\.la$,.oct,'`; \
else \
echo "error: dlname is empty in $ltlib!"; \
exit 1; \
fi; \
lnames=`/Users/ce/nir/.linuxbrew/bin/sed -n -e "s/library_names='\([^']*\)'/\1/p" < $f`; \
if [ -n "$lnames" ]; then \
rm -f $f $lnames $dl; \
fi \
done
make[4]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
make[3]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
make[2]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
make[1]: Leaving directory '/tmp/octave-20161002-23224-4tsw12/octave-4.2.0-rc2'
This file has been truncated, but you can view the full file.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Octave configure 4.2.0-rc2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/Users/ce/nir/.linuxbrew/Cellar/octave/4.2.0-rc2 --enable-dependency-tracking --enable-link-all-dependencies --enable-shared --disable-static --disable-docs --with-fltk-prefix=/Users/ce/nir/.linuxbrew/opt/fltk --without-qt --without-OSMesa --with-portaudio --with-sndfile --disable-java --with-hdf5-includedir=/Users/ce/nir/.linuxbrew/opt/hdf5/include --with-hdf5-libdir=/Users/ce/nir/.linuxbrew/opt/hdf5/lib --with-blas=-lblas -llapack
## --------- ##
## Platform. ##
## --------- ##
hostname = daisy
uname -m = x86_64
uname -r = 4.4.0-36-generic
uname -s = Linux
uname -v = #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/ce/nir/.linuxbrew/Cellar/texinfo/6.3/bin
PATH: /Users/ce/nir/.linuxbrew/bin
PATH: /Users/ce/nir/.linuxbrew/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /Users/ce/nir/.linuxbrew/Library/Homebrew/cask/cmd
PATH: /Users/ce/nir/.linuxbrew/Library/Homebrew/shims/scm
## ----------- ##
## Core tests. ##
## ----------- ##
configure:5140: checking for a BSD-compatible install
configure:5208: result: /usr/bin/install -c
configure:5219: checking whether build environment is sane
configure:5274: result: yes
configure:5425: checking for a thread-safe mkdir -p
configure:5464: result: /bin/mkdir -p
configure:5471: checking for gawk
configure:5487: found /Users/ce/nir/.linuxbrew/bin/gawk
configure:5498: result: gawk
configure:5509: checking whether make sets $(MAKE)
configure:5531: result: yes
configure:5560: checking whether make supports nested variables
configure:5577: result: yes
configure:5666: checking whether UID '1402' is supported by ustar format
configure:5669: result: yes
configure:5676: checking whether GID '1503' is supported by ustar format
configure:5679: result: yes
configure:5687: checking how to create a ustar tar archive
configure:5698: tar --version
tar (GNU tar) 1.28
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:5701: $? = 0
configure:5741: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:5744: $? = 0
configure:5748: tar -xf - <conftest.tar
configure:5751: $? = 0
configure:5753: cat conftest.dir/file
GrepMe
configure:5756: $? = 0
configure:5769: result: gnutar
configure:5834: checking whether make supports nested variables
configure:5851: result: yes
configure:5867: checking build system type
configure:5881: result: x86_64-pc-linux-gnu
configure:5901: checking host system type
configure:5914: result: x86_64-pc-linux-gnu
configure:5970: checking for style of include used by make
configure:5998: result: GNU
configure:6069: checking for gcc
configure:6096: result: /usr/bin/gcc-5
configure:6419: checking for C compiler version
configure:6428: /usr/bin/gcc-5 --version >&5
gcc-5 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:6439: $? = 0
configure:6428: /usr/bin/gcc-5 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-5
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
configure:6439: $? = 0
configure:6428: /usr/bin/gcc-5 -V >&5
gcc-5: error: unrecognized command line option '-V'
gcc-5: fatal error: no input files
compilation terminated.
configure:6439: $? = 1
configure:6428: /usr/bin/gcc-5 -qversion >&5
gcc-5: error: unrecognized command line option '-qversion'
gcc-5: fatal error: no input files
compilation terminated.
configure:6439: $? = 1
configure:6428: /usr/bin/gcc-5 -version >&5
gcc-5: error: unrecognized command line option '-version'
gcc-5: fatal error: no input files
compilation terminated.
configure:6439: $? = 1
configure:6459: checking whether the C compiler works
configure:6481: /usr/bin/gcc-5 -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:6485: $? = 0
configure:6533: result: yes
configure:6536: checking for C compiler default output file name
configure:6538: result: a.out
configure:6544: checking for suffix of executables
configure:6551: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:6555: $? = 0
configure:6577: result:
configure:6599: checking whether we are cross compiling
configure:6607: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:6611: $? = 0
configure:6618: ./conftest
configure:6622: $? = 0
configure:6637: result: no
configure:6642: checking for suffix of object files
configure:6664: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:6668: $? = 0
configure:6689: result: o
configure:6693: checking whether we are using the GNU C compiler
configure:6712: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:6712: $? = 0
configure:6721: result: yes
configure:6730: checking whether /usr/bin/gcc-5 accepts -g
configure:6750: /usr/bin/gcc-5 -c -g -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:6750: $? = 0
configure:6791: result: yes
configure:6808: checking for /usr/bin/gcc-5 option to enable C11 features
configure:7011: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7011: $? = 0
configure:7025: result: none needed
configure:7328: checking dependency style of /usr/bin/gcc-5
configure:7439: result: gcc3
configure:7460: checking how to run the C preprocessor
configure:7491: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:7491: $? = 0
configure:7505: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7505: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7530: result: /usr/bin/gcc-5 -E
configure:7550: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:7550: $? = 0
configure:7564: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7564: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7593: checking for grep that handles long lines and -e
configure:7651: result: /bin/grep
configure:7656: checking for egrep
configure:7718: result: /bin/grep -E
configure:7723: checking for ANSI C header files
configure:7743: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7743: $? = 0
configure:7816: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:7816: $? = 0
configure:7816: ./conftest
configure:7816: $? = 0
configure:7827: result: yes
configure:7840: checking for sys/types.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for sys/stat.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for stdlib.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for string.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for memory.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for strings.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for inttypes.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for stdint.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7840: checking for unistd.h
configure:7840: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7840: $? = 0
configure:7840: result: yes
configure:7853: checking minix/config.h usability
configure:7853: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c:55:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:7853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:7853: result: no
configure:7853: checking minix/config.h presence
configure:7853: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
conftest.c:22:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:7853: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:7853: result: no
configure:7853: checking for minix/config.h
configure:7853: result: no
configure:7877: checking whether it is safe to define __EXTENSIONS__
configure:7895: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7895: $? = 0
configure:7902: result: yes
configure:7919: checking whether _XOPEN_SOURCE should be defined
configure:7938: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:7938: $? = 0
configure:7962: result: no
configure:7980: result: defining octlibdir to be ${libdir}/octave/${version}
configure:7991: result: defining archlibdir to be ${libexecdir}/octave/${version}/exec/${canonical_host_type}
configure:8000: result: defining localarchlibdir to be ${libexecdir}/octave/site/exec/${canonical_host_type}
configure:8007: result: defining localapiarchlibdir to be ${libexecdir}/octave/${api_version}/site/exec/${canonical_host_type}
configure:8014: result: defining localverarchlibdir to be ${libexecdir}/octave/${version}/site/exec/${canonical_host_type}
configure:8025: result: defining octfiledir to be ${libdir}/octave/${version}/oct/${canonical_host_type}
configure:8036: result: defining localoctfiledir to be ${libdir}/octave/site/oct/${canonical_host_type}
configure:8043: result: defining localapioctfiledir to be ${libdir}/octave/site/oct/${api_version}/${canonical_host_type}
configure:8050: result: defining localveroctfiledir to be ${libdir}/octave/${version}/site/oct/${canonical_host_type}
configure:8058: result: defining octincludedir to be ${includedir}/octave-${version}/octave
configure:8069: result: defining fcnfiledir to be ${datadir}/octave/${version}/m
configure:8080: result: defining localfcnfiledir to be ${datadir}/octave/site/m
configure:8087: result: defining localapifcnfiledir to be ${datadir}/octave/site/${api_version}/m
configure:8094: result: defining localverfcnfiledir to be ${datadir}/octave/${version}/site/m
configure:8102: result: defining octetcdir to be ${datadir}/octave/${version}/etc
configure:8110: result: defining octlocaledir to be ${datadir}/octave/${version}/locale
configure:8118: result: defining doc_cache_file to be ${octetcdir}/doc-cache
configure:8126: result: defining octtestsdir to be ${octetcdir}/tests
configure:8134: result: defining texi_macros_file to be ${octetcdir}/macros.texi
configure:8142: result: defining imagedir to be ${datadir}/octave/${version}/imagelib
configure:8150: result: defining octdatadir to be ${datadir}/octave/${version}/data
configure:8158: result: defining startupfiledir to be ${fcnfiledir}/startup
configure:8164: result: defining localstartupfiledir to be ${localfcnfiledir}/startup
configure:8171: result: defining man1dir to be ${mandir}/man1
configure:8178: result: defining man1ext to be .1
configure:8185: result: defining infofile to be ${infodir}/octave.info
configure:8243: checking for pkg-config
configure:8261: found /Users/ce/nir/.linuxbrew/bin/pkg-config
configure:8273: result: /Users/ce/nir/.linuxbrew/bin/pkg-config
configure:8298: checking pkg-config is at least version 0.9.0
configure:8301: result: yes
configure:8316: checking for gawk
configure:8343: result: gawk
configure:8354: checking for grep that handles long lines and -e
configure:8412: result: /bin/grep
configure:8422: checking for gfind
configure:8452: result: no
configure:8422: checking for find
configure:8438: found /usr/bin/find
configure:8449: result: find
configure:8462: checking for a usable sed
configure:8540: result: /Users/ce/nir/.linuxbrew/bin/sed
configure:8546: checking for perl
configure:8562: found /usr/bin/perl
configure:8573: result: perl
configure:8588: checking for gperf
configure:8618: result: no
configure:8631: WARNING:
I didn't find gperf, but it's only a problem if you need to
reconstruct oct-gperf.h
configure:8644: checking for flex
configure:8660: found /usr/bin/flex
configure:8671: result: flex
configure:8709: flex conftest.l
configure:8713: $? = 0
configure:8715: checking lex output file root
configure:8729: result: lex.yy
configure:8734: checking lex library
configure:8748: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
/tmp/ccuBffEQ.o: In function `yylex':
conftest.c:(.text+0x91c): undefined reference to `yywrap'
conftest.c:(.text+0x9c1): undefined reference to `yywrap'
/tmp/ccuBffEQ.o: In function `main':
conftest.c:(.text.startup+0x9): undefined reference to `yywrap'
collect2: error: ld returned 1 exit status
configure:8748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 6
| #define YY_FLEX_SUBMINOR_VERSION 0
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! C99 */
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #ifdef __ia64__
| /* On IA-64, the buffer size is 16k, not 8k.
| * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
| * Ditto for the __ia64__ case accordingly.
| */
| #define YY_BUF_SIZE 32768
| #else
| #define YY_BUF_SIZE 16384
| #endif /* __ia64__ */
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern yy_size_t yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
| #define YY_LINENO_REWIND_TO(ptr)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| int yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static int yy_n_chars; /* number of characters read into yy_ch_buf */
| yy_size_t yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #ifdef yytext_ptr
| #undef yytext_ptr
| #endif
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| #if defined(__GNUC__) && __GNUC__ >= 3
| __attribute__((__noreturn__))
| #endif
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst YY_CHAR yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst YY_CHAR yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_uint16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_uint16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 484 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * _in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * _out_str );
|
| yy_size_t yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int _line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| #ifndef YY_NO_UNPUT
|
| static void yyunput (int c,char *buf_ptr );
|
| #endif
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #ifdef __ia64__
| /* On IA-64, the buffer size is 16k, not 8k */
| #define YY_READ_BUF_SIZE 16384
| #else
| #define YY_READ_BUF_SIZE 8192
| #endif /* __ia64__ */
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| size_t n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK /*LINTED*/break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| yy_state_type yy_current_state;
| char *yy_cp, *yy_bp;
| int yy_act;
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| {
| #line 1 "conftest.l"
|
| #line 710 "lex.yy.c"
|
| while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
| yyless ((input () != 0)); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 10 "conftest.l"
| ECHO;
| YY_BREAK
| #line 817 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of user's declarations */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| char *source = (yytext_ptr);
| yy_size_t number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| yy_size_t num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| yy_state_type yy_current_state;
| char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| int yy_is_jam;
|
| YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| #ifndef YY_NO_UNPUT
|
| static void yyunput (int c, char * yy_bp )
| {
| char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| yy_size_t number_to_move = (yy_n_chars) + 2;
| char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #endif
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return EOF;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = (yy_size_t)size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| yy_size_t grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param yybytes the byte buffer to scan
| * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n;
| yy_size_t i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| yy_size_t yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param _line_number line number
| *
| */
| void yyset_lineno (int _line_number )
| {
|
| yylineno = _line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param _in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * _in_str )
| {
| yyin = _in_str ;
| }
|
| void yyset_out (FILE * _out_str )
| {
| yyout = _out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int _bdebug )
| {
| yy_flex_debug = _bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
|
| int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
|
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 10 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:8748: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfl >&5
configure:8748: $? = 0
configure:8758: result: -lfl
configure:8764: checking whether yytext is a pointer
configure:8781: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfl >&5
configure:8781: $? = 0
configure:8789: result: yes
configure:8809: result: defining LFLAGS to be -I
configure:8837: checking for bison
configure:8853: found /Users/ce/nir/.linuxbrew/bin/bison
configure:8864: result: bison -y
configure:8883: checking syntax of bison api.prefix (or name-prefix) declaration
configure:8928: result: api brace
configure:8950: checking syntax of bison push/pull declaration
configure:8994: result: dash
configure:9035: checking for makeinfo
configure:9051: found /Users/ce/nir/.linuxbrew/Cellar/texinfo/6.3/bin/makeinfo
configure:9062: result: makeinfo
configure:9086: checking for texi2dvi
configure:9102: found /Users/ce/nir/.linuxbrew/Cellar/texinfo/6.3/bin/texi2dvi
configure:9113: result: texi2dvi
configure:9140: checking for texi2pdf
configure:9156: found /Users/ce/nir/.linuxbrew/Cellar/texinfo/6.3/bin/texi2pdf
configure:9167: result: texi2pdf
configure:9201: checking whether ln -s works
configure:9205: result: yes
configure:9221: checking for desktop-file-install
configure:9237: found /usr/bin/desktop-file-install
configure:9248: result: desktop-file-install
configure:9273: checking for gs
configure:9289: found /Users/ce/nir/.linuxbrew/bin/gs
configure:9300: result: gs
configure:9339: checking for gnuplot
configure:9355: found /Users/ce/nir/.linuxbrew/bin/gnuplot
configure:9366: result: gnuplot
configure:9412: checking for less
configure:9428: found /usr/bin/less
configure:9439: result: less
configure:9463: checking for python
configure:9479: found /Users/ce/nir/.linuxbrew/bin/python
configure:9490: result: python
configure:9505: checking for icotool
configure:9535: result: no
configure:9549: WARNING:
I didn't find icotool, but it's only a problem if you need to
reconstruct octave-logo.ico, which is the case if you're building from
VCS sources.
configure:9559: checking for rsvg-convert
configure:9575: found /usr/bin/rsvg-convert
configure:9586: result: rsvg-convert
configure:9751: WARNING: building documentation disabled; make dist will fail
configure:9930: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
configure:10050: checking for C++ compiler version
configure:10059: /usr/bin/g++-5 --version >&5
g++-5 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:10070: $? = 0
configure:10059: /usr/bin/g++-5 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++-5
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
configure:10070: $? = 0
configure:10059: /usr/bin/g++-5 -V >&5
g++-5: error: unrecognized command line option '-V'
g++-5: fatal error: no input files
compilation terminated.
configure:10070: $? = 1
configure:10059: /usr/bin/g++-5 -qversion >&5
g++-5: error: unrecognized command line option '-qversion'
g++-5: fatal error: no input files
compilation terminated.
configure:10070: $? = 1
configure:10074: checking whether we are using the GNU C++ compiler
configure:10093: /usr/bin/g++-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp >&5
configure:10093: $? = 0
configure:10102: result: yes
configure:10111: checking whether /usr/bin/g++-5 accepts -g
configure:10131: /usr/bin/g++-5 -c -g -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp >&5
configure:10131: $? = 0
configure:10172: result: yes
configure:10189: checking for /usr/bin/g++-5 option to enable C++11 features
configure:10425: /usr/bin/g++-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp >&5
In file included from /usr/include/c++/5/tuple:35:0,
from conftest.cpp:40:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support \
^
conftest.cpp:47:16: error: 'shared_ptr' in namespace 'std' does not name a template type
typedef std::shared_ptr<std::string> sptr;
^
conftest.cpp:48:16: error: 'weak_ptr' in namespace 'std' does not name a template type
typedef std::weak_ptr<std::string> wptr;
^
conftest.cpp:50:16: error: 'tuple' in namespace 'std' does not name a template type
typedef std::tuple<std::string,int,double> tp;
^
conftest.cpp:51:16: error: 'array' in namespace 'std' does not name a template type
typedef std::array<int, 20> int_array;
^
conftest.cpp:53:3: error: 'constexpr' does not name a type
constexpr int get_val() { return 20; }
^
conftest.cpp:53:3: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11
conftest.cpp: In function 'int main()':
conftest.cpp:131:13: error: 'i' does not name a type
for (auto i = d.begin(); i != d.end(); ++i) { total += *i; }
^
conftest.cpp:131:28: error: expected ';' before 'i'
for (auto i = d.begin(); i != d.end(); ++i) { total += *i; }
^
conftest.cpp:131:28: error: 'i' was not declared in this scope
conftest.cpp:133:8: error: 'a1' does not name a type
auto a1 = 6538;
^
conftest.cpp:134:8: error: 'a2' does not name a type
auto a2 = 48573953.4;
^
conftest.cpp:135:8: error: 'a3' does not name a type
auto a3 = "String literal";
^
conftest.cpp:137:12: error: 'a2' was not declared in this scope
decltype(a2) a4 = 34895.034;
^
conftest.cpp:137:14: error: 'decltype' was not declared in this scope
decltype(a2) a4 = 34895.034;
^
conftest.cpp:141:12: error: 'get_val' is not a member of 'cxx11test'
short sa[cxx11test::get_val()] = { 0 };
^
conftest.cpp:149:3: error: 'int_array' is not a member of 'cxx11test'
cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
^
conftest.cpp:150:17: error: 'array' was not declared in this scope
for (int &x : array) { x += 23; }
^
conftest.cpp:154:20: error: 'cxx11test::sptr' has not been declared
using cxx11test::sptr;
^
conftest.cpp:155:20: error: 'cxx11test::wptr' has not been declared
using cxx11test::wptr;
^
conftest.cpp:157:3: error: 'sptr' was not declared in this scope
sptr sp(new std::string("ASCII string"));
^
conftest.cpp:158:3: error: 'wptr' was not declared in this scope
wptr wp(sp);
^
conftest.cpp:159:8: error: expected ';' before 'sp2'
sptr sp2(wp);
^
conftest.cpp:162:3: error: 'tp' is not a member of 'cxx11test'
cxx11test::tp tuple("test", 54, 45.53434);
^
conftest.cpp:163:14: error: 'get' is not a member of 'std'
double d = std::get<2>(tuple);
^
conftest.cpp:163:26: error: 'tuple' was not declared in this scope
double d = std::get<2>(tuple);
^
conftest.cpp:166:3: error: 'tie' is not a member of 'std'
std::tie(s,i,d) = tuple;
^
conftest.cpp:169:15: error: 'regex' in namespace 'std' does not name a type
static std::regex filename_regex("^_?([a-z0-9_.]+-)+[a-z0-9]+$");
^
conftest.cpp:171:16: error: 'regex_search' is not a member of 'std'
bool match = std::regex_search(testmatch, filename_regex);
^
conftest.cpp:171:45: error: 'filename_regex' was not declared in this scope
bool match = std::regex_search(testmatch, filename_regex);
^
conftest.cpp:174:3: error: 'int_array' is not a member of 'cxx11test'
cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
^
conftest.cpp:175:14: error: 'cxx11test::int_array' has not been declared
cxx11test::int_array::size_type size = array.size();
^
conftest.cpp:189:13: error: 'nullptr' was not declared in this scope
char *c = nullptr;
^
conftest.cpp:193:34: error: '>>' should be '> >' within a nested template argument list
std::vector<std::pair<int,char*>> v1;
^
conftest.cpp:197:22: error: 'u8' was not declared in this scope
char const *utf8 = u8"UTF-8 string \u2500";
^
conftest.cpp:198:3: error: 'char16_t' was not declared in this scope
char16_t const *utf16 = u"UTF-8 string \u2500";
^
conftest.cpp:199:3: error: 'char32_t' was not declared in this scope
char32_t const *utf32 = U"UTF-32 string \u2500";
^
configure:10425: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| /* end confdefs.h. */
|
| #include <deque>
| #include <functional>
| #include <memory>
| #include <tuple>
| #include <array>
| #include <regex>
| #include <iostream>
|
| namespace cxx11test
| {
| typedef std::shared_ptr<std::string> sptr;
| typedef std::weak_ptr<std::string> wptr;
|
| typedef std::tuple<std::string,int,double> tp;
| typedef std::array<int, 20> int_array;
|
| constexpr int get_val() { return 20; }
|
| struct testinit
| {
| int i;
| double d;
| };
|
| class delegate {
| public:
| delegate(int n) : n(n) {}
| delegate(): delegate(2354) {}
|
| virtual int getval() { return this->n; };
| protected:
| int n;
| };
|
| class overridden : public delegate {
| public:
| overridden(int n): delegate(n) {}
| virtual int getval() override final { return this->n * 2; }
| };
|
| class nocopy {
| public:
| nocopy(int i): i(i) {}
| nocopy() = default;
| nocopy(const nocopy&) = delete;
| nocopy & operator=(const nocopy&) = delete;
| private:
| int i;
| };
| }
|
|
| #include <algorithm>
| #include <cstdlib>
| #include <fstream>
| #include <iomanip>
| #include <iostream>
| #include <list>
| #include <map>
| #include <set>
| #include <sstream>
| #include <stdexcept>
| #include <string>
| #include <utility>
| #include <vector>
|
| namespace test {
| typedef std::vector<std::string> string_vec;
| typedef std::pair<int,bool> map_value;
| typedef std::map<std::string,map_value> map_type;
| typedef std::set<int> set_type;
|
| template<typename T>
| class printer {
| public:
| printer(std::ostringstream& os): os(os) {}
| void operator() (T elem) { os << elem << std::endl; }
| private:
| std::ostringstream& os;
| };
| }
|
| int
| main ()
| {
|
| {
| // Test auto and decltype
| std::deque<int> d;
| d.push_front(43);
| d.push_front(484);
| d.push_front(3);
| d.push_front(844);
| int total = 0;
| for (auto i = d.begin(); i != d.end(); ++i) { total += *i; }
|
| auto a1 = 6538;
| auto a2 = 48573953.4;
| auto a3 = "String literal";
|
| decltype(a2) a4 = 34895.034;
| }
| {
| // Test constexpr
| short sa[cxx11test::get_val()] = { 0 };
| }
| {
| // Test initializer lists
| cxx11test::testinit il = { 4323, 435234.23544 };
| }
| {
| // Test range-based for and lambda
| cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
| for (int &x : array) { x += 23; }
| std::for_each(array.begin(), array.end(), [](int v1){ std::cout << v1; });
| }
| {
| using cxx11test::sptr;
| using cxx11test::wptr;
|
| sptr sp(new std::string("ASCII string"));
| wptr wp(sp);
| sptr sp2(wp);
| }
| {
| cxx11test::tp tuple("test", 54, 45.53434);
| double d = std::get<2>(tuple);
| std::string s;
| int i;
| std::tie(s,i,d) = tuple;
| }
| {
| static std::regex filename_regex("^_?([a-z0-9_.]+-)+[a-z0-9]+$");
| std::string testmatch("Test if this string matches");
| bool match = std::regex_search(testmatch, filename_regex);
| }
| {
| cxx11test::int_array array = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
| cxx11test::int_array::size_type size = array.size();
| }
| {
| // Test constructor delegation
| cxx11test::delegate d1;
| cxx11test::delegate d2();
| cxx11test::delegate d3(45);
| }
| {
| // Test override and final
| cxx11test::overridden o1(55464);
| }
| {
| // Test nullptr
| char *c = nullptr;
| }
| {
| // Test template brackets
| std::vector<std::pair<int,char*>> v1;
| }
| {
| // Unicode literals
| char const *utf8 = u8"UTF-8 string \u2500";
| char16_t const *utf16 = u"UTF-8 string \u2500";
| char32_t const *utf32 = U"UTF-32 string \u2500";
| }
|
|
|
| try {
| // Basic string.
| std::string teststr("ASCII text");
| teststr += " string";
|
| // Simple vector.
| test::string_vec testvec;
| testvec.push_back(teststr);
| testvec.push_back("foo");
| testvec.push_back("bar");
| if (testvec.size() != 3) {
| throw std::runtime_error("vector size is not 1");
| }
|
| // Dump vector into stringstream and obtain string.
| std::ostringstream os;
| for (test::string_vec::const_iterator i = testvec.begin();
| i != testvec.end(); ++i) {
| if (i + 1 != testvec.end()) {
| os << teststr << '\n';
| }
| }
| // Check algorithms work.
| std::for_each(testvec.begin(), testvec.end(), test::printer<std::string>(os));
| std::string os_out = os.str();
|
| // Test pair and map.
| test::map_type testmap;
| testmap.insert(std::make_pair(std::string("key"),
| std::make_pair(53,false)));
|
| // Test set.
| int values[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
| test::set_type testset(values, values + sizeof(values)/sizeof(values[0]));
| std::list<int> testlist(testset.begin(), testset.end());
| std::copy(testset.begin(), testset.end(), std::back_inserter(testlist));
| } catch (const std::exception& e) {
| std::cerr << "Caught exception: " << e.what() << std::endl;
|
| // Test fstream
| std::ofstream of("test.txt");
| of << "Test ASCII text\n" << std::flush;
| of << "N= " << std::hex << std::setw(8) << std::left << 534 << std::endl;
| of.close();
| }
| std::exit(0);
|
| ;
| return 0;
| }
configure:10425: /usr/bin/g++-5 -std=gnu++11 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp >&5
configure:10425: $? = 0
configure:10447: result: -std=gnu++11
configure:10612: checking dependency style of /usr/bin/g++-5 -std=gnu++11
configure:10723: result: gcc3
configure:10743: checking how to run the C++ preprocessor
configure:10770: /usr/bin/g++-5 -std=gnu++11 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp
configure:10770: $? = 0
configure:10784: /usr/bin/g++-5 -std=gnu++11 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp
conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:10784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10809: result: /usr/bin/g++-5 -std=gnu++11 -E
configure:10829: /usr/bin/g++-5 -std=gnu++11 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp
configure:10829: $? = 0
configure:10843: /usr/bin/g++-5 -std=gnu++11 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp
conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:10843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:10880: checking how to run the C preprocessor
configure:10950: result: /usr/bin/gcc-5 -E
configure:10970: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:10970: $? = 0
configure:10984: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
conftest.c:36:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:10984: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:11013: checking whether /usr/bin/gcc-5 needs -traditional
configure:11047: result: no
configure:11104: checking for Minix Amsterdam compiler
configure:11128: result: no
configure:11188: checking for ar
configure:11204: found /usr/bin/ar
configure:11215: result: ar
configure:11241: checking the archiver (ar) interface
configure:11257: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:11257: $? = 0
configure:11259: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:11262: $? = 0
configure:11290: result: ar
configure:11355: checking for ar
configure:11382: result: ar
configure:11457: checking for ranlib
configure:11473: found /usr/bin/ranlib
configure:11484: result: ranlib
configure:11540: checking for _LARGEFILE_SOURCE value needed for large files
configure:11559: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:11559: $? = 0
configure:11587: result: no
configure:11615: checking for special C compiler options needed for large files
configure:11660: result: no
configure:11666: checking for _FILE_OFFSET_BITS value needed for large files
configure:11691: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:11691: $? = 0
configure:11723: result: no
configure:12085: checking C compiler version number
configure:12132: result: 5.4.0
configure:12142: checking C++ compiler version number
configure:12189: result: 5.4.0
configure:12196: checking whether stl_algo.h is broken
configure:12269: /usr/bin/g++-5 -std=gnu++11 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.cpp >&5
configure:12269: $? = 0
configure:12269: ./conftest
configure:12269: $? = 0
configure:12286: result: no
configure:12485: checking if compiler needs -Werror to reject unknown flags
configure:12501: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -Werror -Wunknown-warning-option -Wsizeof-array-argument -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
gcc-5: error: unrecognized command line option '-Wunknown-warning-option'
configure:12501: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h. */
| int foo(void);
| int
| main ()
| {
| foo()
| ;
| return 0;
| }
configure:12506: result: no
configure:12572: checking for the pthreads library -lpthreads
configure:12610: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lpthreads >&5
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:12610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:12619: result: no
configure:12517: checking whether pthreads work without any flags
configure:12610: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
/tmp/ccQHFJPP.o: In function `main':
conftest.c:(.text.startup+0x27): undefined reference to `pthread_create'
conftest.c:(.text.startup+0x32): undefined reference to `pthread_join'
conftest.c:(.text.startup+0x67): undefined reference to `__pthread_register_cancel'
conftest.c:(.text.startup+0x71): undefined reference to `__pthread_unregister_cancel'
collect2: error: ld returned 1 exit status
configure:12610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:12619: result: no
configure:12522: checking whether pthreads work with -Kthread
configure:12610: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -Kthread -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
gcc-5: error: unrecognized command line option '-Kthread'
configure:12610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:12619: result: no
configure:12522: checking whether pthreads work with -kthread
configure:12610: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -kthread -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
gcc-5: error: unrecognized command line option '-kthread'
configure:12610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:12619: result: no
configure:12572: checking for the pthreads library -llthread
configure:12610: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -llthread >&5
/usr/bin/ld: cannot find -llthread
collect2: error: ld returned 1 exit status
configure:12610: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:12619: result: no
configure:12522: checking whether pthreads work with -pthread
configure:12610: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:12610: $? = 0
configure:12619: result: yes
configure:12638: checking for joinable pthread attribute
configure:12653: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:12653: $? = 0
configure:12659: result: PTHREAD_CREATE_JOINABLE
configure:12669: checking if more special flags are required for pthreads
configure:12684: result: no
configure:12690: checking for PTHREAD_PRIO_INHERIT
configure:12707: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:12707: $? = 0
configure:12716: result: yes
configure:12844: checking for OpenMP flag of C compiler
configure:12886: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:12886: $? = 0
configure:12895: result: -fopenmp
configure:12920: checking for OpenMP flag of C++ compiler
configure:12962: /usr/bin/g++-5 -std=gnu++11 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.cpp >&5
configure:12962: $? = 0
configure:12971: result: -fopenmp
configure:12998: checking omp.h usability
configure:12998: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:12998: $? = 0
configure:12998: result: yes
configure:12998: checking omp.h presence
configure:12998: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:12998: $? = 0
configure:12998: result: yes
configure:12998: checking for omp.h
configure:12998: result: yes
configure:13010: checking for omp_get_num_threads
configure:13010: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
configure:13010: $? = 0
configure:13010: result: yes
configure:13099: checking how to print strings
configure:13126: result: printf
configure:13147: checking for a sed that does not truncate output
configure:13211: result: /Users/ce/nir/.linuxbrew/bin/sed
configure:13229: checking for fgrep
configure:13291: result: /bin/grep -F
configure:13326: checking for ld used by /usr/bin/gcc-5
configure:13393: result: /usr/bin/ld
configure:13400: checking if the linker (/usr/bin/ld) is GNU ld
configure:13415: result: yes
configure:13427: checking for BSD- or MS-compatible name lister (nm)
configure:13481: result: /usr/bin/nm -B
configure:13611: checking the name lister (/usr/bin/nm -B) interface
configure:13618: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:13621: /usr/bin/nm -B "conftest.o"
configure:13624: output
0000000000000000 B some_variable
configure:13631: result: BSD nm
configure:13635: checking the maximum length of command line arguments
configure:13766: result: 1572864
configure:13814: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:13854: result: func_convert_file_noop
configure:13861: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:13881: result: func_convert_file_noop
configure:13888: checking for /usr/bin/ld option to reload object files
configure:13895: result: -r
configure:13969: checking for objdump
configure:13985: found /usr/bin/objdump
configure:13996: result: objdump
configure:14025: checking how to recognize dependent libraries
configure:14225: result: pass_all
configure:14310: checking for dlltool
configure:14340: result: no
configure:14367: checking how to associate runtime and link libraries
configure:14394: result: printf %s\n
configure:14518: checking for archiver @FILE support
configure:14535: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:14535: $? = 0
configure:14538: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:14541: $? = 0
configure:14546: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:14549: $? = 1
configure:14561: result: @
configure:14619: checking for strip
configure:14635: found /usr/bin/strip
configure:14646: result: strip
configure:14718: checking for ranlib
configure:14745: result: ranlib
configure:14847: checking command to parse /usr/bin/nm -B output from /usr/bin/gcc-5 object
configure:15000: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:15003: $? = 0
configure:15007: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:15010: $? = 0
configure:15076: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c conftstm.o >&5
configure:15079: $? = 0
configure:15117: result: ok
configure:15164: checking for sysroot
configure:15194: result: no
configure:15201: checking for a working dd
configure:15239: result: /bin/dd
configure:15243: checking how to truncate binary pipes
configure:15258: result: /bin/dd bs=4096 count=1
configure:15394: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:15397: $? = 0
configure:15587: checking for mt
configure:15603: found /bin/mt
configure:15614: result: mt
configure:15637: checking if mt is a manifest tool
configure:15643: mt '-?'
configure:15651: result: no
configure:16325: checking for dlfcn.h
configure:16325: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:16325: $? = 0
configure:16325: result: yes
configure:16887: checking for objdir
configure:16902: result: .libs
configure:17166: checking if /usr/bin/gcc-5 supports -fno-rtti -fno-exceptions
configure:17184: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -fno-rtti -fno-exceptions conftest.c >&5
configure:17188: $? = 0
configure:17201: result: yes
configure:17559: checking for /usr/bin/gcc-5 option to produce PIC
configure:17566: result: -fPIC -DPIC
configure:17574: checking if /usr/bin/gcc-5 PIC flag -fPIC -DPIC works
configure:17592: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -fPIC -DPIC -DPIC conftest.c >&5
configure:17596: $? = 0
configure:17609: result: yes
configure:17638: checking if /usr/bin/gcc-5 static flag -static works
configure:17666: result: no
configure:17681: checking if /usr/bin/gcc-5 supports -c -o file.o
configure:17702: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -o out/conftest2.o conftest.c >&5
configure:17706: $? = 0
configure:17728: result: yes
configure:17736: checking if /usr/bin/gcc-5 supports -c -o file.o
configure:17783: result: yes
configure:17816: checking whether the /usr/bin/gcc-5 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:19079: result: yes
configure:19116: checking whether -lc should be explicitly linked in
configure:19124: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:19127: $? = 0
configure:19142: /usr/bin/gcc-5 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:19145: $? = 0
configure:19159: result: no
configure:19319: checking dynamic linker characteristics
configure:19900: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -Wl,-rpath -Wl,/foo conftest.c >&5
configure:19900: $? = 0
configure:20149: result: GNU/Linux ld.so
configure:20271: checking how to hardcode library paths into programs
configure:20296: result: immediate
configure:20398: checking for shl_load
configure:20398: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
/tmp/ccWtrVb6.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:20398: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:20398: result: no
configure:20402: checking for shl_load in -ldld
configure:20427: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:20427: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:20436: result: no
configure:20441: checking for dlopen
configure:20441: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c >&5
/tmp/cc5bzytu.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:20441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:20441: result: no
configure:20445: checking for dlopen in -ldl
configure:20470: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -ldl >&5
configure:20470: $? = 0
configure:20479: result: yes
configure:20598: checking whether a program can dlopen itself
configure:20678: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -DHAVE_DLFCN_H -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -Wl,--export-dynamic conftest.c -ldl >&5
configure:20681: $? = 0
configure:20699: result: yes
configure:20704: checking whether a statically linked program can dlopen itself
configure:20784: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -DHAVE_DLFCN_H -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis -Wl,--export-dynamic conftest.c -ldl >&5
configure:20787: $? = 0
configure:20805: result: yes
configure:20844: checking whether stripping libraries is possible
configure:20849: result: yes
configure:20884: checking if libtool supports shared libraries
configure:20886: result: yes
configure:20889: checking whether to build shared libraries
configure:20914: result: yes
configure:20917: checking whether to build static libraries
configure:20921: result: no
configure:20944: checking how to run the C++ preprocessor
configure:21010: result: /usr/bin/g++-5 -std=gnu++11 -E
configure:21030: /usr/bin/g++-5 -std=gnu++11 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp
configure:21030: $? = 0
configure:21044: /usr/bin/g++-5 -std=gnu++11 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp
conftest.cpp:45:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:21044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:21206: checking for ld used by /usr/bin/g++-5 -std=gnu++11
configure:21273: result: /usr/bin/ld -m elf_x86_64
configure:21280: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:21295: result: yes
configure:21350: checking whether the /usr/bin/g++-5 -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:22423: result: yes
configure:22459: /usr/bin/g++-5 -std=gnu++11 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.cpp >&5
configure:22462: $? = 0
configure:22943: checking for /usr/bin/g++-5 -std=gnu++11 option to produce PIC
configure:22950: result: -fPIC -DPIC
configure:22958: checking if /usr/bin/g++-5 -std=gnu++11 PIC flag -fPIC -DPIC works
configure:22976: /usr/bin/g++-5 -std=gnu++11 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -fPIC -DPIC -DPIC conftest.cpp >&5
configure:22980: $? = 0
configure:22993: result: yes
configure:23016: checking if /usr/bin/g++-5 -std=gnu++11 static flag -static works
configure:23044: result: no
configure:23056: checking if /usr/bin/g++-5 -std=gnu++11 supports -c -o file.o
configure:23077: /usr/bin/g++-5 -std=gnu++11 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -o out/conftest2.o conftest.cpp >&5
configure:23081: $? = 0
configure:23103: result: yes
configure:23108: checking if /usr/bin/g++-5 -std=gnu++11 supports -c -o file.o
configure:23155: result: yes
configure:23185: checking whether the /usr/bin/g++-5 -std=gnu++11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:23228: result: yes
configure:23369: checking dynamic linker characteristics
configure:24126: result: GNU/Linux ld.so
configure:24191: checking how to hardcode library paths into programs
configure:24216: result: immediate
configure:24495: defining FPICFLAG to be -fPIC
configure:24497: defining CPICFLAG to be -fPIC
configure:24499: defining CXXPICFLAG to be -fPIC
configure:24501: defining SH_LD to be /usr/bin/g++-5 -std=gnu++11
configure:24503: defining SH_LDFLAGS to be -shared
configure:24505: defining DL_LD to be /usr/bin/g++-5 -std=gnu++11
configure:24507: defining DL_LDFLAGS to be -shared
configure:24509: defining MKOCTFILE_DL_LDFLAGS to be -shared -Wl,-Bsymbolic
configure:24511: defining NO_OCT_FILE_STRIP to be false
configure:24513: defining TEMPLATE_AR to be ar
configure:24515: defining TEMPLATE_ARFLAGS to be cr
configure:24517: defining CRUFT_DLL_DEFS to be
configure:24519: defining OCTAVE_DLL_DEFS to be
configure:24521: defining OCTINTERP_DLL_DEFS to be
configure:24523: defining OCTGUI_DLL_DEFS to be
configure:24525: defining OCTGRAPHICS_DLL_DEFS to be
configure:24527: defining library_path_var to be LD_LIBRARY_PATH
configure:24587: checking for sin in -lm
configure:24612: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:24612: $? = 0
configure:24621: result: yes
configure:24742: checking for Fortran 77 compiler version
configure:24751: /Users/ce/nir/.linuxbrew/bin/gfortran --version >&5
GNU Fortran (Homebrew gcc 5.3.0) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:24762: $? = 0
configure:24751: /Users/ce/nir/.linuxbrew/bin/gfortran -v >&5
Reading specs from /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
COLLECT_GCC=/Users/ce/nir/.linuxbrew/bin/gfortran
COLLECT_LTO_WRAPPER=/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc/5.3.0 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-5 --with-gmp=/home/linuxbrew/.linuxbrew/opt/gmp --with-mpfr=/home/linuxbrew/.linuxbrew/opt/mpfr --with-mpc=/home/linuxbrew/.linuxbrew/opt/libmpc --with-isl=/home/linuxbrew/.linuxbrew/opt/isl --with-system-zlib --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --with-build-config=bootstrap-debug --disable-werror --with-pkgversion='Homebrew gcc 5.3.0' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --disable-multilib
Thread model: posix
gcc version 5.3.0 (Homebrew gcc 5.3.0)
configure:24762: $? = 0
configure:24751: /Users/ce/nir/.linuxbrew/bin/gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:24762: $? = 1
configure:24751: /Users/ce/nir/.linuxbrew/bin/gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:24762: $? = 1
configure:24771: checking whether we are using the GNU Fortran 77 compiler
configure:24784: /Users/ce/nir/.linuxbrew/bin/gfortran -c -Os -w -pipe -march=core2 -msse4.1 conftest.F >&5
configure:24784: $? = 0
configure:24793: result: yes
configure:24799: checking whether /Users/ce/nir/.linuxbrew/bin/gfortran accepts -g
configure:24810: /Users/ce/nir/.linuxbrew/bin/gfortran -c -g conftest.f >&5
configure:24810: $? = 0
configure:24818: result: yes
configure:24947: checking if libtool supports shared libraries
configure:24949: result: yes
configure:24952: checking whether to build shared libraries
configure:24976: result: yes
configure:24979: checking whether to build static libraries
configure:24983: result: no
configure:25335: checking for /Users/ce/nir/.linuxbrew/bin/gfortran option to produce PIC
configure:25342: result: -fPIC
configure:25350: checking if /Users/ce/nir/.linuxbrew/bin/gfortran PIC flag -fPIC works
configure:25368: /Users/ce/nir/.linuxbrew/bin/gfortran -c -Os -w -pipe -march=core2 -msse4.1 -fPIC conftest.f >&5
configure:25372: $? = 0
configure:25385: result: yes
configure:25408: checking if /Users/ce/nir/.linuxbrew/bin/gfortran static flag -static works
configure:25436: result: no
configure:25448: checking if /Users/ce/nir/.linuxbrew/bin/gfortran supports -c -o file.o
configure:25469: /Users/ce/nir/.linuxbrew/bin/gfortran -c -Os -w -pipe -march=core2 -msse4.1 -o out/conftest2.o conftest.f >&5
configure:25473: $? = 0
configure:25495: result: yes
configure:25500: checking if /Users/ce/nir/.linuxbrew/bin/gfortran supports -c -o file.o
configure:25547: result: yes
configure:25577: checking whether the /Users/ce/nir/.linuxbrew/bin/gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:26790: result: yes
configure:26931: checking dynamic linker characteristics
configure:27682: result: GNU/Linux ld.so
configure:27747: checking how to hardcode library paths into programs
configure:27772: result: immediate
configure:28023: checking whether a usable Fortran compiler was found
configure:28026: result: yes
configure:28038: checking how to get verbose linking output from /Users/ce/nir/.linuxbrew/bin/gfortran
configure:28048: /Users/ce/nir/.linuxbrew/bin/gfortran -c -Os -w -pipe -march=core2 -msse4.1 conftest.f >&5
configure:28048: $? = 0
configure:28066: /Users/ce/nir/.linuxbrew/bin/gfortran -o conftest -Os -w -pipe -march=core2 -msse4.1 -v -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.f -lm
Reading specs from /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
Target: x86_64-unknown-linux-gnu
Thread model: posix
gcc version 5.3.0 (Homebrew gcc 5.3.0)
/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -march=core2 -msse4.1 -auxbase conftest -Os -w -version -fintrinsic-modules-path /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/finclude -o - |
as -v -W --64 -o /tmp/ccNS60dl.o
GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1
GNU Fortran (Homebrew gcc 5.3.0) version 5.3.0 (x86_64-unknown-linux-gnu)
compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3
warning: GMP header version 6.1.0 differs from library version 6.1.1.
warning: MPFR header version 3.1.3-p2 differs from library version 3.1.5.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew gcc 5.3.0) version 5.3.0 (x86_64-unknown-linux-gnu)
compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3
warning: GMP header version 6.1.0 differs from library version 6.1.1.
warning: MPFR header version 3.1.3-p2 differs from library version 3.1.5.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Reading specs from /Users/ce/nir/.linuxbrew/lib/../lib64/libgfortran.spec
rename spec lib to liborig
/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2 -plugin /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so -plugin-opt=/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYPQtiV.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 --dynamic-linker /Users/ce/nir/.linuxbrew/lib/ld.so -rpath /Users/ce/nir/.linuxbrew/lib -o conftest /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -L/Users/ce/nir/.linuxbrew/lib --dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -rpath /Users/ce/nir/.linuxbrew/lib -lreadline -lsuitesparseconfig -lmetis /tmp/ccNS60dl.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o /usr/lib/x86_64-linux-gnu/crtn.o
configure:28149: result: -v
configure:28151: checking for Fortran 77 libraries of /Users/ce/nir/.linuxbrew/bin/gfortran
configure:28174: /Users/ce/nir/.linuxbrew/bin/gfortran -o conftest -Os -w -pipe -march=core2 -msse4.1 -v -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.f -lm
Reading specs from /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/specs
Target: x86_64-unknown-linux-gnu
Thread model: posix
gcc version 5.3.0 (Homebrew gcc 5.3.0)
/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -march=core2 -msse4.1 -auxbase conftest -Os -w -version -fintrinsic-modules-path /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/finclude -o - |
as -v -W --64 -o /tmp/ccs32RHG.o
GNU assembler version 2.26.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.26.1
GNU Fortran (Homebrew gcc 5.3.0) version 5.3.0 (x86_64-unknown-linux-gnu)
compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3
warning: GMP header version 6.1.0 differs from library version 6.1.1.
warning: MPFR header version 3.1.3-p2 differs from library version 3.1.5.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran2008 (Homebrew gcc 5.3.0) version 5.3.0 (x86_64-unknown-linux-gnu)
compiled by GNU C version 5.3.0, GMP version 6.1.0, MPFR version 3.1.3-p2, MPC version 1.0.3
warning: GMP header version 6.1.0 differs from library version 6.1.1.
warning: MPFR header version 3.1.3-p2 differs from library version 3.1.5.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Reading specs from /Users/ce/nir/.linuxbrew/lib/../lib64/libgfortran.spec
rename spec lib to liborig
/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/collect2 -plugin /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/liblto_plugin.so -plugin-opt=/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0HlFKh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 --dynamic-linker /Users/ce/nir/.linuxbrew/lib/ld.so -rpath /Users/ce/nir/.linuxbrew/lib -o conftest /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtbegin.o -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -L/Users/ce/nir/.linuxbrew/lib --dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -rpath /Users/ce/nir/.linuxbrew/lib -lreadline -lsuitesparseconfig -lmetis /tmp/ccs32RHG.o -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/crtend.o /usr/lib/x86_64-linux-gnu/crtn.o
configure:28370: result: -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath
configure:28386: checking for dummy main to link with Fortran 77 libraries
configure:28420: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath >&5
configure:28420: $? = 0
configure:28465: result: none
configure:28498: checking for Fortran 77 name-mangling scheme
configure:28511: /Users/ce/nir/.linuxbrew/bin/gfortran -c -Os -w -pipe -march=core2 -msse4.1 conftest.f >&5
configure:28511: $? = 0
configure:28552: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c cfortran_test.o -lm -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath >&5
/tmp/cconSqid.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `foobar'
collect2: error: ld returned 1 exit status
configure:28552: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char foobar ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return foobar ();
| ;
| return 0;
| }
configure:28552: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c cfortran_test.o -lm -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath >&5
configure:28552: $? = 0
configure:28610: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c cfortran_test.o -lm -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath >&5
configure:28610: $? = 0
configure:28652: result: lower case, underscore, no extra underscore
configure:28982: defining FFLAGS to be -Os -w -pipe -march=core2 -msse4.1
configure:28995: checking whether /Users/ce/nir/.linuxbrew/bin/gfortran has the intrinsic function ISNAN
configure:29020: /Users/ce/nir/.linuxbrew/bin/gfortran -c -Os -w -pipe -march=core2 -msse4.1 conftest.f >&5
configure:29020: $? = 0
configure:29034: result: yes
configure:29046: checking whether /Users/ce/nir/.linuxbrew/bin/gfortran generates correct size integers
configure:29070: /Users/ce/nir/.linuxbrew/bin/gfortran -c -Os -w -pipe -march=core2 -msse4.1 conftest.f >&5
configure:29070: $? = 0
configure:29118: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c fintsize.o -L/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -L/Users/ce/nir/.linuxbrew/opt/metis/lib -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc -L/Users/ce/nir/.linuxbrew/lib/../lib64 -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/Users/ce/nir/.linuxbrew/Cellar/gcc/5.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/5.3.0/../../.. -lreadline -lsuitesparseconfig -lmetis -lgfortran -lm -lquadmath >&5
configure:29118: $? = 0
configure:29118: ./conftest
configure:29118: $? = 0
configure:29152: result: yes
configure:29305: checking whether /Users/ce/nir/.linuxbrew/bin/gfortran accepts -ffloat-store
configure:29323: /Users/ce/nir/.linuxbrew/bin/gfortran -o conftest -Os -w -pipe -march=core2 -msse4.1 -ffloat-store -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.f -lm >&5
configure:29323: $? = 0
configure:29341: result: yes
configure:29344: result: setting F77_FLOAT_STORE_FLAG to -ffloat-store
configure:29381: checking whether /usr/bin/g++-5 -std=gnu++11 accepts -rdynamic
configure:29413: /usr/bin/g++-5 -std=gnu++11 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -rdynamic -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.cpp -lm >&5
configure:29413: $? = 0
configure:29431: result: yes
configure:29527: defining CROSS_TOOL_PREFIX to be
configure:29529: defining MKOCTFILE_AR to be ar
configure:29531: defining MKOCTFILE_CC to be /usr/bin/gcc-5
configure:29533: defining MKOCTFILE_CXX to be /usr/bin/g++-5 -std=gnu++11
configure:29535: defining MKOCTFILE_DL_LD to be /usr/bin/g++-5 -std=gnu++11
configure:29537: defining MKOCTFILE_F77 to be /Users/ce/nir/.linuxbrew/bin/gfortran
configure:29539: defining MKOCTFILE_LD_CXX to be /usr/bin/g++-5 -std=gnu++11
configure:29541: defining MKOCTFILE_RANLIB to be ranlib
configure:30197: $PKG_CONFIG --exists --print-errors "qhull"
Package qhull was not found in the pkg-config search path.
Perhaps you should add the directory containing `qhull.pc'
to the PKG_CONFIG_PATH environment variable
No package 'qhull' found
configure:30200: $? = 1
configure:30226: checking libqhull/libqhull.h usability
configure:30226: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:30226: $? = 0
configure:30226: result: yes
configure:30226: checking libqhull/libqhull.h presence
configure:30226: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:30226: $? = 0
configure:30226: result: yes
configure:30226: checking for libqhull/libqhull.h
configure:30226: result: yes
configure:30237: checking for qh_qhull in -lqhull
configure:30268: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lqhull -lm >&5
configure:30268: $? = 0
configure:30277: result: yes
configure:30282: checking for qh_version in -lqhull
configure:30337: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lqhull -lm >&5
configure:30337: $? = 0
configure:30346: result: yes
configure:30355: checking whether the qhull library works
configure:30420: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lqhull -lm >&5
configure:30420: $? = 0
configure:30420: ./conftest
configure:30420: $? = 0
configure:30431: result: yes
configure:30473: checking pcre.h usability
configure:30473: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:30473: $? = 0
configure:30473: result: yes
configure:30473: checking pcre.h presence
configure:30473: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:30473: $? = 0
configure:30473: result: yes
configure:30473: checking for pcre.h
configure:30473: result: yes
configure:30473: checking pcre/pcre.h usability
configure:30473: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c:88:23: fatal error: pcre/pcre.h: No such file or directory
compilation terminated.
configure:30473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <pcre/pcre.h>
configure:30473: result: no
configure:30473: checking pcre/pcre.h presence
configure:30473: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
conftest.c:55:23: fatal error: pcre/pcre.h: No such file or directory
compilation terminated.
configure:30473: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| /* end confdefs.h. */
| #include <pcre/pcre.h>
configure:30473: result: no
configure:30473: checking for pcre/pcre.h
configure:30473: result: no
configure:30484: checking whether pcre.h defines the macros we need
configure:30513: result: yes
configure:30520: checking for pcre-config
configure:30536: found /Users/ce/nir/.linuxbrew/bin/pcre-config
configure:30548: result: yes
configure:30566: checking for pcre_compile
configure:30566: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -L/Users/ce/nir/.linuxbrew/Cellar/pcre/8.39/lib -lpcre -lm >&5
configure:30566: $? = 0
configure:30566: result: yes
configure:30633: $PKG_CONFIG --exists --print-errors "z"
Package z was not found in the pkg-config search path.
Perhaps you should add the directory containing `z.pc'
to the PKG_CONFIG_PATH environment variable
No package 'z' found
configure:30636: $? = 1
configure:30661: checking zlib.h usability
configure:30661: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:30661: $? = 0
configure:30661: result: yes
configure:30661: checking zlib.h presence
configure:30661: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:30661: $? = 0
configure:30661: result: yes
configure:30661: checking for zlib.h
configure:30661: result: yes
configure:30672: checking for gzclearerr in -lz
configure:30703: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lz -lm >&5
configure:30703: $? = 0
configure:30712: result: yes
configure:30799: $PKG_CONFIG --exists --print-errors "bz2"
Package bz2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `bz2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bz2' found
configure:30802: $? = 1
configure:30827: checking bzlib.h usability
configure:30827: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:30827: $? = 0
configure:30827: result: yes
configure:30827: checking bzlib.h presence
configure:30827: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:30827: $? = 0
configure:30827: result: yes
configure:30827: checking for bzlib.h
configure:30827: result: yes
configure:30838: checking for BZ2_bzCompressInit in -lbz2
configure:30869: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lbz2 -lm >&5
configure:30869: $? = 0
configure:30878: result: yes
configure:31607: $PKG_CONFIG --exists --print-errors "hdf5"
Package hdf5 was not found in the pkg-config search path.
Perhaps you should add the directory containing `hdf5.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hdf5' found
configure:31610: $? = 1
configure:31635: checking hdf5.h usability
configure:31635: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/opt/hdf5/include -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:31635: $? = 0
configure:31635: result: yes
configure:31635: checking hdf5.h presence
configure:31635: /usr/bin/gcc-5 -E -I/Users/ce/nir/.linuxbrew/opt/hdf5/include -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:31635: $? = 0
configure:31635: result: yes
configure:31635: checking for hdf5.h
configure:31635: result: yes
configure:31646: checking for H5Gget_num_objs in -lhdf5
configure:31677: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/opt/hdf5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lhdf5 -lz -lm >&5
configure:31677: $? = 0
configure:31686: result: yes
configure:31691: checking whether HDF5 library has enforced version 1.6 API
configure:31719: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/opt/hdf5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/opt/hdf5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lhdf5 -lz -lm >&5
In file included from /Users/ce/nir/.linuxbrew/opt/hdf5/include/H5public.h:34:0,
from /Users/ce/nir/.linuxbrew/opt/hdf5/include/hdf5.h:24,
from conftest.c:64:
conftest.c: In function 'main':
/Users/ce/nir/.linuxbrew/opt/hdf5/include/H5version.h:248:21: error: too few arguments to function 'H5Eset_auto2'
#define H5Eset_auto H5Eset_auto2
^
conftest.c:78:7: note: in expansion of macro 'H5Eset_auto'
H5Eset_auto (0, 0);
^
In file included from /Users/ce/nir/.linuxbrew/opt/hdf5/include/hdf5.h:28:0,
from conftest.c:64:
/Users/ce/nir/.linuxbrew/opt/hdf5/include/H5Epublic.h:174:15: note: declared here
H5_DLL herr_t H5Eset_auto2(hid_t estack_id, H5E_auto2_t func, void *client_data);
^
configure:31719: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| /* end confdefs.h. */
|
| #include <hdf5.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| H5Eset_auto (0, 0);
|
| ;
| return 0;
| }
configure:31728: result: no
configure:31907: $PKG_CONFIG --exists --print-errors "fftw3"
configure:31910: $? = 0
configure:31935: checking fftw3.h usability
configure:31935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:31935: $? = 0
configure:31935: result: yes
configure:31935: checking fftw3.h presence
configure:31935: /usr/bin/gcc-5 -E -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:31935: $? = 0
configure:31935: result: yes
configure:31935: checking for fftw3.h
configure:31935: result: yes
configure:31946: checking for fftw_plan_dft_1d in -lfftw3
configure:31977: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfftw3 -lm >&5
configure:31977: $? = 0
configure:31986: result: yes
configure:32063: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:32066: $? = 0
configure:32091: checking for fftw3.h
configure:32091: result: yes
configure:32102: checking for fftwf_plan_dft_1d in -lfftw3f
configure:32133: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfftw3f -lm >&5
configure:32133: $? = 0
configure:32142: result: yes
configure:32213: checking for fftw3 multi-threading support
configure:32241: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfftw3 -lm >&5
/tmp/cc8b4CE0.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `fftw_plan_with_nthreads'
collect2: error: ld returned 1 exit status
configure:32241: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| /* end confdefs.h. */
|
| #include <fftw3.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| fftw_plan_with_nthreads (2);
|
| ;
| return 0;
| }
configure:32268: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfftw3_threads -lfftw3 -lm >&5
configure:32268: $? = 0
configure:32281: result: -lfftw3_threads
configure:32310: checking for fftw3f multi-threading support
configure:32338: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfftw3f -lm >&5
/tmp/ccCjzdIk.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `fftwf_plan_with_nthreads'
collect2: error: ld returned 1 exit status
configure:32338: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| /* end confdefs.h. */
|
| #include <fftw3.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| fftwf_plan_with_nthreads (2);
|
| ;
| return 0;
| }
configure:32365: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -I/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/include -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/Cellar/fftw/3.3.5/lib -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lfftw3f_threads -lfftw3f -lm >&5
configure:32365: $? = 0
configure:32378: result: -lfftw3f_threads
configure:32460: $PKG_CONFIG --exists --print-errors "glpk"
Package glpk was not found in the pkg-config search path.
Perhaps you should add the directory containing `glpk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glpk' found
configure:32463: $? = 1
configure:32489: checking glpk/glpk.h usability
configure:32489: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c:105:23: fatal error: glpk/glpk.h: No such file or directory
compilation terminated.
configure:32489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <glpk/glpk.h>
configure:32489: result: no
configure:32489: checking glpk/glpk.h presence
configure:32489: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
conftest.c:72:23: fatal error: glpk/glpk.h: No such file or directory
compilation terminated.
configure:32489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| /* end confdefs.h. */
| #include <glpk/glpk.h>
configure:32489: result: no
configure:32489: checking for glpk/glpk.h
configure:32489: result: no
configure:32489: checking glpk.h usability
configure:32489: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:32489: $? = 0
configure:32489: result: yes
configure:32489: checking glpk.h presence
configure:32489: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:32489: $? = 0
configure:32489: result: yes
configure:32489: checking for glpk.h
configure:32489: result: yes
configure:32500: checking for glp_simplex in -lglpk
configure:32531: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lglpk -lz -lm >&5
configure:32531: $? = 0
configure:32540: result: yes
configure:32545: checking whether the glpk library has glp_interior(glp_prob*, glp_iptcp*)
configure:32589: /usr/bin/g++-5 -std=gnu++11 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.cpp -lglpk -lz -lm >&5
configure:32589: $? = 0
configure:32604: result: yes
configure:32693: $PKG_CONFIG --exists --print-errors "curl"
Package curl was not found in the pkg-config search path.
Perhaps you should add the directory containing `curl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'curl' found
configure:32696: $? = 1
configure:32721: checking curl/curl.h usability
configure:32721: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:32721: $? = 0
configure:32721: result: yes
configure:32721: checking curl/curl.h presence
configure:32721: /usr/bin/gcc-5 -E -isystem/Users/ce/nir/.linuxbrew/include conftest.c
configure:32721: $? = 0
configure:32721: result: yes
configure:32721: checking for curl/curl.h
configure:32721: result: yes
configure:32732: checking for curl_easy_escape in -lcurl
configure:32763: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lcurl -lz -lm >&5
configure:32763: $? = 0
configure:32772: result: yes
configure:32802: checking for CURLOPT_DIRLISTONLY in curl/curl.h
configure:32830: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:32830: $? = 0
configure:32838: result: yes
configure:32899: $PKG_CONFIG --exists --print-errors "sndfile"
Package sndfile was not found in the pkg-config search path.
Perhaps you should add the directory containing `sndfile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'sndfile' found
configure:32902: $? = 1
configure:32927: checking sndfile.h usability
configure:32927: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c:109:21: fatal error: sndfile.h: No such file or directory
compilation terminated.
configure:32927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FF
[...snip...]
est.c >&5
configure:62894: $? = 0
configure:62901: result: yes
configure:62910: checking whether acosf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether acosl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether asinf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether asinl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether atanf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether atanl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether cbrt is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether cbrtf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether cbrtl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether ceilf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether ceill is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether copysign is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether copysignf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether copysignl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether cosf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether cosl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether coshf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether expf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether expl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether exp2 is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether exp2f is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether exp2l is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether expm1 is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether expm1f is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether expm1l is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fabsf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fabsl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether floorf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether floorl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fma is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fmaf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fmal is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fmod is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fmodf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether fmodl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether frexpf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether frexpl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether hypotf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether hypotl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether ilogb is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether ilogbf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether ilogbl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether ldexpf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether ldexpl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether logf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether logl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log10 is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log10f is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log10l is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log1p is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log1pf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log1pl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log2 is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log2f is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether log2l is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether logb is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether logbf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether logbl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether modf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether modff is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether modfl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether powf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether remainder is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether remainderf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether remainderl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether rint is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether rintf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether rintl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether round is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether roundf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether roundl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether sinf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether sinl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether sinhf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether sqrtf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether sqrtl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether tanf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether tanl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether tanhf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether trunc is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether truncf is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62910: checking whether truncl is declared without a macro
configure:62935: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:62935: $? = 0
configure:62943: result: yes
configure:62969: checking whether mbrtowc handles incomplete characters
configure:63026: result: guessing yes
configure:63032: checking whether mbrtowc works as well as mbtowc
configure:63093: result: guessing yes
configure:63144: checking whether mbrtowc handles a NULL pwc argument
configure:63215: result: guessing yes
configure:63221: checking whether mbrtowc handles a NULL string argument
configure:63280: result: guessing yes
configure:63288: checking whether mbrtowc has a correct return value
configure:63418: result: guessing yes
configure:63424: checking whether mbrtowc returns 0 when parsing a NUL character
configure:63480: result: guessing yes
configure:63485: checking whether mbrtowc works on empty input
configure:63512: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:63512: $? = 0
configure:63512: ./conftest
configure:63512: $? = 0
configure:63523: result: yes
configure:63527: checking whether the C locale is free of encoding errors
configure:63575: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:63575: $? = 0
configure:63575: ./conftest
configure:63575: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| /* end confdefs.h. */
| #include <limits.h>
| #include <locale.h>
| #include <wchar.h>
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
|
| int i;
| char *locale = setlocale (LC_ALL, "C");
| if (! locale)
| return 1;
| for (i = CHAR_MIN; i <= CHAR_MAX; i++)
| {
| char c = i;
| wchar_t wc;
| mbstate_t mbs = { 0, };
| size_t ss = mbrtowc (&wc, &c, 1, &mbs);
| if (1 < ss)
| return 1;
| }
| return 0;
|
| ;
| return 0;
| }
configure:63585: result: no
configure:63684: checking whether mbrtowc handles incomplete characters
configure:63741: result: guessing yes
configure:63747: checking whether mbrtowc works as well as mbtowc
configure:63808: result: guessing yes
configure:63906: checking whether mbrtowc handles incomplete characters
configure:63963: result: guessing yes
configure:63969: checking whether mbrtowc works as well as mbtowc
configure:64030: result: guessing yes
configure:64084: checking whether mbsrtowcs works
configure:64188: result: guessing yes
configure:64288: checking for mempcpy
configure:64288: result: yes
configure:64342: checking for memrchr
configure:64342: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:64342: $? = 0
configure:64342: result: yes
configure:64385: checking whether mkdir handles trailing slash
configure:64422: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:64422: $? = 0
configure:64422: ./conftest
configure:64422: $? = 0
configure:64435: result: yes
configure:64444: checking whether mkdir handles trailing dot
configure:64481: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:64481: $? = 0
configure:64481: ./conftest
configure:64481: $? = 0
configure:64494: result: yes
configure:64525: checking whether mkfifo rejects trailing slashes
configure:64571: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:64571: $? = 0
configure:64571: ./conftest
configure:64571: $? = 0
configure:64582: result: yes
configure:64682: checking for working mktime
configure:64889: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:64889: $? = 0
configure:64889: ./conftest
configure:64889: $? = 0
configure:64900: result: yes
configure:64940: checking for __mktime_internal
configure:64940: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
/tmp/cczIuUPt.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `__mktime_internal'
collect2: error: ld returned 1 exit status
configure:64940: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| /* end confdefs.h. */
| /* Define __mktime_internal to an innocuous variant, in case <limits.h> declares __mktime_internal.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __mktime_internal innocuous___mktime_internal
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __mktime_internal (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __mktime_internal
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __mktime_internal ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub___mktime_internal || defined __stub_____mktime_internal
| choke me
| #endif
|
| int
| main ()
| {
| return __mktime_internal ();
| ;
| return 0;
| }
configure:64940: result: no
configure:65007: checking for library containing nanosleep
configure:65046: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65046: $? = 0
configure:65063: result: none required
configure:65083: checking for working nanosleep
configure:65151: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65151: $? = 0
configure:65151: ./conftest
configure:65151: $? = 6
configure: program exited with status 6
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| /* end confdefs.h. */
|
| #include <errno.h>
| #include <limits.h>
| #include <signal.h>
| #if HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #include <time.h>
| #include <unistd.h>
| #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))
| #define TYPE_MAXIMUM(t) ((t) (! TYPE_SIGNED (t) ? (t) -1 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
|
| static void
| check_for_SIGALRM (int sig)
| {
| if (sig != SIGALRM)
| _exit (1);
| }
|
| int
| main ()
| {
| static struct timespec ts_sleep;
| static struct timespec ts_remaining;
| static struct sigaction act;
| /* Test for major problems first. */
| if (! nanosleep)
| return 2;
| act.sa_handler = check_for_SIGALRM;
| sigemptyset (&act.sa_mask);
| sigaction (SIGALRM, &act, NULL);
| ts_sleep.tv_sec = 0;
| ts_sleep.tv_nsec = 1;
| alarm (1);
| if (nanosleep (&ts_sleep, NULL) != 0)
| return 3;
| /* Test for a minor problem: the handling of large arguments. */
| ts_sleep.tv_sec = TYPE_MAXIMUM (time_t);
| ts_sleep.tv_nsec = 999999999;
| alarm (1);
| if (nanosleep (&ts_sleep, &ts_remaining) != -1)
| return 4;
| if (errno != EINTR)
| return 5;
| if (ts_remaining.tv_sec <= TYPE_MAXIMUM (time_t) - 10)
| return 6;
| return 0;
| }
configure:65163: result: no (mishandles large arguments)
configure:65232: checking for sys/pstat.h
configure:65232: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c:557:23: fatal error: sys/pstat.h: No such file or directory
compilation terminated.
configure:65232: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/pstat.h>
configure:65232: result: no
configure:65232: checking for sys/sysmp.h
configure:65232: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c:557:23: fatal error: sys/sysmp.h: No such file or directory
compilation terminated.
configure:65232: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/sysmp.h>
configure:65232: result: no
configure:65232: checking for sys/param.h
configure:65232: result: yes
configure:65245: checking for sys/sysctl.h
configure:65245: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:65245: $? = 0
configure:65245: result: yes
configure:65265: checking for sched_getaffinity
configure:65265: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65265: $? = 0
configure:65265: result: yes
configure:65265: checking for sched_getaffinity_np
configure:65265: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
/tmp/ccJas09n.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `sched_getaffinity_np'
collect2: error: ld returned 1 exit status
configure:65265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h. */
| /* Define sched_getaffinity_np to an innocuous variant, in case <limits.h> declares sched_getaffinity_np.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_getaffinity_np innocuous_sched_getaffinity_np
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_getaffinity_np (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_getaffinity_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sched_getaffinity_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sched_getaffinity_np || defined __stub___sched_getaffinity_np
| choke me
| #endif
|
| int
| main ()
| {
| return sched_getaffinity_np ();
| ;
| return 0;
| }
configure:65265: result: no
configure:65265: checking for pstat_getdynamic
configure:65265: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
/tmp/ccpXO8tI.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `pstat_getdynamic'
collect2: error: ld returned 1 exit status
configure:65265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h. */
| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pstat_getdynamic innocuous_pstat_getdynamic
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat_getdynamic (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pstat_getdynamic
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat_getdynamic ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pstat_getdynamic || defined __stub___pstat_getdynamic
| choke me
| #endif
|
| int
| main ()
| {
| return pstat_getdynamic ();
| ;
| return 0;
| }
configure:65265: result: no
configure:65265: checking for sysmp
configure:65265: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
/tmp/ccI1XD0Z.o: In function `main':
conftest.c:(.text.startup+0x4): undefined reference to `sysmp'
collect2: error: ld returned 1 exit status
configure:65265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| /* end confdefs.h. */
| /* Define sysmp to an innocuous variant, in case <limits.h> declares sysmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sysmp innocuous_sysmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sysmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sysmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sysmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sysmp || defined __stub___sysmp
| choke me
| #endif
|
| int
| main ()
| {
| return sysmp ();
| ;
| return 0;
| }
configure:65265: result: no
configure:65265: checking for sysctl
configure:65265: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65265: $? = 0
configure:65265: result: yes
configure:65276: checking for glibc compatible sched_getaffinity
configure:65300: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:65300: $? = 0
configure:65308: result: yes
configure:65326: checking whether open recognizes a trailing slash
configure:65365: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65365: $? = 0
configure:65365: ./conftest
configure:65365: $? = 0
configure:65377: result: yes
configure:65496: checking for opendir
configure:65496: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65496: $? = 0
configure:65496: result: yes
configure:65592: checking whether program_invocation_name is declared
configure:65592: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:65592: $? = 0
configure:65592: result: yes
configure:65604: checking whether program_invocation_short_name is declared
configure:65604: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:65604: $? = 0
configure:65604: result: yes
configure:65618: checking for putenv compatible with GNU and SVID
configure:65665: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65665: $? = 0
configure:65665: ./conftest
configure:65665: $? = 0
configure:65676: result: yes
configure:65731: checking for raise
configure:65731: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65731: $? = 0
configure:65731: result: yes
configure:65751: checking for sigprocmask
configure:65751: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65751: $? = 0
configure:65751: result: yes
configure:65800: checking for readdir
configure:65800: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65800: $? = 0
configure:65800: result: yes
configure:65846: checking whether readlink signature is correct
configure:65872: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:65872: $? = 0
configure:65879: result: yes
configure:65881: checking whether readlink handles trailing slash correctly
configure:65919: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:65919: $? = 0
configure:65919: ./conftest
configure:65919: $? = 0
configure:65930: result: yes
configure:66020: checking for rewinddir
configure:66020: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:66020: $? = 0
configure:66020: result: yes
configure:66063: checking whether rmdir works
configure:66113: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:66113: $? = 0
configure:66113: ./conftest
configure:66113: $? = 0
configure:66124: result: yes
configure:66238: checking whether select supports a 0 argument
configure:66281: result: yes
configure:66288: checking whether select detects invalid fds
configure:66352: result: yes
configure:66420: checking whether setenv validates arguments
configure:66472: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:66472: $? = 0
configure:66472: ./conftest
configure:66472: $? = 0
configure:66482: result: yes
configure:66523: checking for struct sigaction.sa_sigaction
configure:66523: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66523: $? = 0
configure:66523: result: yes
configure:66668: checking for volatile sig_atomic_t
configure:66668: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66668: $? = 0
configure:66668: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:567:36: error: expected expression before ')' token
if (sizeof ((volatile sig_atomic_t)))
^
configure:66668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PIPE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:66668: result: yes
configure:66684: checking for sighandler_t
configure:66684: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66684: $? = 0
configure:66684: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:567:27: error: expected expression before ')' token
if (sizeof ((sighandler_t)))
^
configure:66684: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PIPE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_PUTENV 1
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define HAVE_READDIR 1
| #define GNULIB_TEST_READDIR 1
| #define GNULIB_TEST_READLINK 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define HAVE_REWINDDIR 1
| #define GNULIB_TEST_REWINDDIR 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SECURE_GETENV 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
| #define GNULIB_TEST_SIGACTION 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
| return 0;
| ;
| return 0;
| }
configure:66684: result: yes
configure:66698: checking whether pthread_sigmask is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigaction is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigaddset is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigdelset is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigemptyset is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigfillset is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigismember is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigpending is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66698: checking whether sigprocmask is declared without a macro
configure:66724: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:66724: $? = 0
configure:66732: result: yes
configure:66748: checking for sigprocmask
configure:66748: result: yes
configure:66789: checking for stdint.h
configure:66789: result: yes
configure:66799: checking for SIZE_MAX
configure:66878: result: yes
configure:66894: checking for snprintf
configure:66894: result: yes
configure:66907: checking whether snprintf respects a size of 1
configure:66941: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:66941: $? = 0
configure:66941: ./conftest
configure:66941: $? = 0
configure:66952: result: yes
configure:66962: checking whether printf supports POSIX/XSI format strings with positions
configure:66994: /usr/bin/gcc-5 -o conftest -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include -L/Users/ce/nir/.linuxbrew/lib -Wl,--dynamic-linker=/Users/ce/nir/.linuxbrew/lib/ld.so -Wl,-rpath,/Users/ce/nir/.linuxbrew/lib -L/Users/ce/nir/.linuxbrew/opt/readline/lib -lreadline -L/Users/ce/nir/.linuxbrew/opt/suite-sparse/lib -lsuitesparseconfig -L/Users/ce/nir/.linuxbrew/opt/metis/lib -lmetis conftest.c -lm >&5
configure:66994: $? = 0
configure:66994: ./conftest
configure:66994: $? = 0
configure:67005: result: yes
configure:67066: checking for socklen_t
configure:67066: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
configure:67066: $? = 0
configure:67066: /usr/bin/gcc-5 -c -Os -w -pipe -march=core2 -msse4.1 -m64 -D_REENTRANT -pthread -fopenmp -isystem/Users/ce/nir/.linuxbrew/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:589:24: error: expected expression before ')' token
if (sizeof ((socklen_t)))
^
configure:67066: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Octave"
| #define PACKAGE_TARNAME "octave"
| #define PACKAGE_VERSION "4.2.0-rc2"
| #define PACKAGE_STRING "GNU Octave 4.2.0-rc2"
| #define PACKAGE_BUGREPORT "http://octave.org/bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/octave/"
| #define PACKAGE "octave"
| #define VERSION "4.2.0-rc2"
| #define OCTAVE_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define __USE_MINGW_ANSI_STDIO 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define YYTEXT_POINTER 1
| #define SEPCHAR ':'
| #define SEPCHAR_STR ":"
| #define SHELL_PATH "/bin/sh"
| #define OCTAVE_ENABLE_ATOMIC_REFCOUNT 1
| #define OCTAVE_IDX_TYPE int
| #define __NO_MATH_INLINES 1
| #define HAVE_FSEEKO 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #define HAVE_OMP_H 1
| #define HAVE_OMP_GET_NUM_THREADS 1
| #define OCTAVE_ENABLE_OPENMP 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define F77_FUNC(name,NAME) name ## _
| #define F77_FUNC_(name,NAME) name ## _
| #define F77_USES_GFORTRAN_CALLING_CONVENTION 1
| #define HAVE_DLOPEN_API 1
| #define ENABLE_DYNAMIC_LINKING 1
| #define OCTAVE_ENABLE_FLOAT_TRUNCATE 1
| #define HAVE_LIBQHULL_LIBQHULL_H 1
| #define HAVE_QHULL 1
| #define HAVE_PCRE_H 1
| #define HAVE_PCRE_COMPILE 1
| #define HAVE_ZLIB_H 1
| #define HAVE_Z 1
| #define HAVE_ZLIB 1
| #define HAVE_BZLIB_H 1
| #define HAVE_BZ2 1
| #define ENABLE_JIT 1
| #define HAVE_HDF5_H 1
| #define HAVE_HDF5_18 1
| #define HAVE_HDF5 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3 1
| #define HAVE_FFTW3_H 1
| #define HAVE_FFTW3F 1
| #define HAVE_FFTW 1
| #define HAVE_FFTW3_THREADS 1
| #define HAVE_FFTW3F_THREADS 1
| #define HAVE_GLPK_H 1
| #define HAVE_GLPK 1
| #define HAVE_CURL_CURL_H 1
| #define HAVE_CURL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MAGICK 1
| #define HAVE_X_WINDOWS 1
| #define HAVE_GL_GL_H 1
| #define HAVE_GL_GLU_H 1
| #define HAVE_GL_GLEXT_H 1
| #define HAVE_OPENGL 1
| #define HAVE_FREETYPE 1
| #define HAVE_FT_REFERENCE_FACE 1
| #define HAVE_XFT 1
| #define HAVE_FONTCONFIG 1
| #define HAVE_GL2PS_H 1
| #define HAVE_FLTK 1
| #define HAVE_QRUPDATE 1
| #define HAVE_QRUPDATE_LUU 1
| #define HAVE_AMD_H 1
| #define HAVE_AMD 1
| #define HAVE_CAMD_H 1
| #define HAVE_CAMD 1
| #define HAVE_COLAMD_H 1
| #define HAVE_COLAMD 1
| #define HAVE_CCOLAMD_H 1
| #define HAVE_CCOLAMD 1
| #define HAVE_CHOLMOD_H 1
| #define HAVE_CHOLMOD 1
| #define HAVE_CS_H 1
| #define HAVE_CXSPARSE 1
| #define HAVE_CXSPARSE_VERSION_OK 1
| #define HAVE_UMFPACK_H 1
| #define HAVE_UMFPACK 1
| #define UMFPACK_SEPARATE_SPLIT 1
| #define HAVE_ARPACK 1
| #define USE_READLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NCURSES_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STROPTS_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_FNMATCH_H 1
| #define HAVE_DEV_T 1
| #define HAVE_INO_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_LONG_LONG_INT 1
| #define OCTAVE_HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define OCTAVE_HAVE_UNSIGNED_LONG_LONG_INT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define OCTAVE_HAVE_OVERLOAD_CHAR_INT8_TYPES 1
| #define HAVE_DYNAMIC_AUTO_ARRAYS 1
| #define HAVE_IEEE754_DATA_FORMAT 1
| #define HAVE_CXX_BITWISE_OP_TEMPLATES 1
| #define HAVE_CXX_COMPLEX_SETTERS 1
| #define OCTAVE_HAVE_FAST_INT_OPS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_CANONICALIZE_FILE_NAME 1
| #define HAVE_REALPATH 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCHDIR 1
| #define HAVE_FCNTL 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDOPENDIR 1
| #define HAVE_MEMPCPY 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_FSTATAT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETLOGIN_R 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_LINK 1
| #define HAVE_LSTAT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_TZSET 1
| #define HAVE_OPENAT 1
| #define HAVE_PIPE 1
| #define HAVE_READLINK 1
| #define HAVE_PATHCONF 1
| #define HAVE_SECURE_GETENV 1
| #define HAVE_GETUID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETEGID 1
| #define HAVE_SETENV 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRDUP 1
| #define HAVE_STRNDUP 1
| #define HAVE_STRPTIME 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_TIMEGM 1
| #define HAVE_ISWCNTRL 1
| #define FUNC_REALPATH_WORKS 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_FEATURES_H 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_DECL_FCHDIR 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FCHMODAT 1
| #define HAVE_RAW_DECL_FSTAT 1
| #define HAVE_RAW_DECL_FSTATAT 1
| #define HAVE_RAW_DECL_FUTIMENS 1
| #define HAVE_RAW_DECL_LCHMOD 1
| #define HAVE_RAW_DECL_LSTAT 1
| #define HAVE_RAW_DECL_MKDIRAT 1
| #define HAVE_RAW_DECL_MKFIFO 1
| #define HAVE_RAW_DECL_MKFIFOAT 1
| #define HAVE_RAW_DECL_MKNOD 1
| #define HAVE_RAW_DECL_MKNODAT 1
| #define HAVE_RAW_DECL_STAT 1
| #define HAVE_RAW_DECL_UTIMENSAT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_DECL_FTELLO 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_DECL_GETLOGIN_R 1
| #define HAVE_DECL_GETLOGIN 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_MEMRCHR 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define TIME_T_IS_SIGNED 1
| #define HAVE_RAW_DECL_PSELECT 1
| #define HAVE_RAW_DECL_SELECT 1
| #define PROMOTED_MODE_T mode_t
| #define HAVE_SIGSET_T 1
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_SETENV 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
| #define HAVE_RAW_DECL_SOCKET 1
| #define HAVE_RAW_DECL_CONNECT 1
| #define HAVE_RAW_DECL_ACCEPT 1
| #define HAVE_RAW_DECL_BIND 1
| #define HAVE_RAW_DECL_GETPEERNAME 1
| #define HAVE_RAW_DECL_GETSOCKNAME 1
| #define HAVE_RAW_DECL_GETSOCKOPT 1
| #define HAVE_RAW_DECL_LISTEN 1
| #define HAVE_RAW_DECL_RECV 1
| #define HAVE_RAW_DECL_SEND 1
| #define HAVE_RAW_DECL_RECVFROM 1
| #define HAVE_RAW_DECL_SENDTO 1
| #define HAVE_RAW_DECL_SETSOCKOPT 1
| #define HAVE_RAW_DECL_SHUTDOWN 1
| #define HAVE_RAW_DECL_ACCEPT4 1
| #define HAVE_DECL_UNSETENV 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_ALLOCA 1
| #define GNULIB_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_CHDIR 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define HAVE_CLOSEDIR 1
| #define GNULIB_TEST_CLOSEDIR 1
| #define D_INO_IN_DIRENT 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_RAW_DECL_ALPHASORT 1
| #define HAVE_RAW_DECL_CLOSEDIR 1
| #define HAVE_RAW_DECL_DIRFD 1
| #define HAVE_RAW_DECL_FDOPENDIR 1
| #define HAVE_RAW_DECL_OPENDIR 1
| #define HAVE_RAW_DECL_READDIR 1
| #define HAVE_RAW_DECL_REWINDDIR 1
| #define HAVE_RAW_DECL_SCANDIR 1
| #define HAVE_DIRFD 1
| #define HAVE_DECL_DIRFD 1
| #define GNULIB_TEST_DIRFD 1
| #define GNULIB_DIRNAME 1
| #define GNULIB_TEST_DUP 1
| #define HAVE_DUP2 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCHDIR 1
| #define GNULIB_TEST_FCNTL 1
| #define HAVE_RAW_DECL_FCNTL 1
| #define HAVE_RAW_DECL_OPENAT 1
| #define HAVE_DECL_FDOPENDIR 1
| #define GNULIB_TEST_FDOPENDIR 1
| #define GNULIB_FDOPENDIR 1
| #define FLEXIBLE_ARRAY_MEMBER /**/
| #define HAVE_FREXP 1
| #define GNULIB_TEST_FREXP 1
| #define GNULIB_TEST_FREXPF 1
| #define GNULIB_TEST_FSEEK 1
| #define GNULIB_TEST_FSEEKO 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_FSTATAT 1
| #define GNULIB_TEST_FTELL 1
| #define GNULIB_TEST_FTELLO 1
| #define GNULIB_TEST_FTRUNCATE 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MINIMALLY_WORKING_GETCWD 1
| #define GNULIB_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETCWD 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_GETHOSTNAME 1
| #define GNULIB_TEST_GETHOSTNAME 1
| #define GNULIB_TEST_GETLOGIN_R 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define GNULIB_TEST_GETRUSAGE 1
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #define HAVE_GLOB_H 1
| #define GNULIB_TEST_ISATTY 1
| #define HAVE_ISNAND_IN_LIBC 1
| #define GNULIB_TEST_LINK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define GNULIB_LOCK 1
| #define GNULIB_TEST_LSEEK 1
| #define GNULIB_TEST_LSTAT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_RAW_DECL_ACOSF 1
| #define HAVE_RAW_DECL_ACOSL 1
| #define HAVE_RAW_DECL_ASINF 1
| #define HAVE_RAW_DECL_ASINL 1
| #define HAVE_RAW_DECL_ATANF 1
| #define HAVE_RAW_DECL_ATANL 1
| #define HAVE_RAW_DECL_CBRT 1
| #define HAVE_RAW_DECL_CBRTF 1
| #define HAVE_RAW_DECL_CBRTL 1
| #define HAVE_RAW_DECL_CEILF 1
| #define HAVE_RAW_DECL_CEILL 1
| #define HAVE_RAW_DECL_COPYSIGN 1
| #define HAVE_RAW_DECL_COPYSIGNF 1
| #define HAVE_RAW_DECL_COPYSIGNL 1
| #define HAVE_RAW_DECL_COSF 1
| #define HAVE_RAW_DECL_COSL 1
| #define HAVE_RAW_DECL_COSHF 1
| #define HAVE_RAW_DECL_EXPF 1
| #define HAVE_RAW_DECL_EXPL 1
| #define HAVE_RAW_DECL_EXP2 1
| #define HAVE_RAW_DECL_EXP2F 1
| #define HAVE_RAW_DECL_EXP2L 1
| #define HAVE_RAW_DECL_EXPM1 1
| #define HAVE_RAW_DECL_EXPM1F 1
| #define HAVE_RAW_DECL_EXPM1L 1
| #define HAVE_RAW_DECL_FABSF 1
| #define HAVE_RAW_DECL_FABSL 1
| #define HAVE_RAW_DECL_FLOORF 1
| #define HAVE_RAW_DECL_FLOORL 1
| #define HAVE_RAW_DECL_FMA 1
| #define HAVE_RAW_DECL_FMAF 1
| #define HAVE_RAW_DECL_FMAL 1
| #define HAVE_RAW_DECL_FMOD 1
| #define HAVE_RAW_DECL_FMODF 1
| #define HAVE_RAW_DECL_FMODL 1
| #define HAVE_RAW_DECL_FREXPF 1
| #define HAVE_RAW_DECL_FREXPL 1
| #define HAVE_RAW_DECL_HYPOTF 1
| #define HAVE_RAW_DECL_HYPOTL 1
| #define HAVE_RAW_DECL_ILOGB 1
| #define HAVE_RAW_DECL_ILOGBF 1
| #define HAVE_RAW_DECL_ILOGBL 1
| #define HAVE_RAW_DECL_LDEXPF 1
| #define HAVE_RAW_DECL_LDEXPL 1
| #define HAVE_RAW_DECL_LOG 1
| #define HAVE_RAW_DECL_LOGF 1
| #define HAVE_RAW_DECL_LOGL 1
| #define HAVE_RAW_DECL_LOG10 1
| #define HAVE_RAW_DECL_LOG10F 1
| #define HAVE_RAW_DECL_LOG10L 1
| #define HAVE_RAW_DECL_LOG1P 1
| #define HAVE_RAW_DECL_LOG1PF 1
| #define HAVE_RAW_DECL_LOG1PL 1
| #define HAVE_RAW_DECL_LOG2 1
| #define HAVE_RAW_DECL_LOG2F 1
| #define HAVE_RAW_DECL_LOG2L 1
| #define HAVE_RAW_DECL_LOGB 1
| #define HAVE_RAW_DECL_LOGBF 1
| #define HAVE_RAW_DECL_LOGBL 1
| #define HAVE_RAW_DECL_MODF 1
| #define HAVE_RAW_DECL_MODFF 1
| #define HAVE_RAW_DECL_MODFL 1
| #define HAVE_RAW_DECL_POWF 1
| #define HAVE_RAW_DECL_REMAINDER 1
| #define HAVE_RAW_DECL_REMAINDERF 1
| #define HAVE_RAW_DECL_REMAINDERL 1
| #define HAVE_RAW_DECL_RINT 1
| #define HAVE_RAW_DECL_RINTF 1
| #define HAVE_RAW_DECL_RINTL 1
| #define HAVE_RAW_DECL_ROUND 1
| #define HAVE_RAW_DECL_ROUNDF 1
| #define HAVE_RAW_DECL_ROUNDL 1
| #define HAVE_RAW_DECL_SINF 1
| #define HAVE_RAW_DECL_SINL 1
| #define HAVE_RAW_DECL_SINHF 1
| #define HAVE_RAW_DECL_SQRTF 1
| #define HAVE_RAW_DECL_SQRTL 1
| #define HAVE_RAW_DECL_TANF 1
| #define HAVE_RAW_DECL_TANL 1
| #define HAVE_RAW_DECL_TANHF 1
| #define HAVE_RAW_DECL_TRUNC 1
| #define HAVE_RAW_DECL_TRUNCF 1
| #define HAVE_RAW_DECL_TRUNCL 1
| #define C_LOCALE_MAYBE_EILSEQ 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define HAVE_MEMRCHR 1
| #define GNULIB_TEST_MEMRCHR 1
| #define GNULIB_TEST_MKFIFO 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_MKTIME 1
| #define HAVE_BUG_BIG_NANOSLEEP 1
| #define GNULIB_TEST_NANOSLEEP 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_SCHED_GETAFFINITY 1
| #define HAVE_SYSCTL 1
| #define HAVE_SCHED_GETAFFINITY_LIKE_GLIBC 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_OPENAT 1
| #define GNULIB_TEST_OPENAT 1
| #define HAVE_OPENDIR 1
| #define GNULIB_TEST_OPENDIR 1
| #define GNULIB_TEST_PIPE 1
| #define HAVE_DECL_PROGRAM_INVOCATIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment