Skip to content

Instantly share code, notes, and snippets.

@ggarza
Created December 29, 2013 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggarza/8174022 to your computer and use it in GitHub Desktop.
Save ggarza/8174022 to your computer and use it in GitHub Desktop.
Installing Octave from Homebrew
This file has been truncated, but you can view the full file.
/usr/bin/curl -f#LA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9.1) https://github.com/ambs/homebrew-science/raw/bbfa870474232ffbb9468a1d659d311f061b3a26/octave.rb -o /Library/Caches/Homebrew/Formula/octave.rb --silent
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Building with an alternative Fortran compiler
This is unsupported.
==> Building with an alternative Fortran compiler
This is unsupported.
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.8.0.tar.bz2
Already downloaded: /Library/Caches/Homebrew/octave-3.8.0.tar.bz2
==> Verifying octave-3.8.0.tar.bz2 checksum
tar xf /Library/Caches/Homebrew/octave-3.8.0.tar.bz2
==> autoreconf -ivf
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
glibtoolize: copying file `build-aux/ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/octave/3.8.0 --with-blas=-Wl,-framework,Accelerate --with-lapack=-Wl,-framework,Accelerate --with-umfpack=-lumfpack -lsuitesparseconfig --without-framework-carbon
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '501' is supported by ustar format... yes
checking whether GID '20' 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-apple-darwin13.0.0
checking host system type... x86_64-apple-darwin13.0.0
checking for style of include used by make... GNU
checking for gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... 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 man1dir to be $(mandir)/man1
defining man1ext to be .1
defining infofile to be $(infodir)/octave.info
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gawk... (cached) awk
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for gfind... no
checking for find... find
checking for a usable sed... /usr/local/opt/gnu-sed/bin/gsed
checking for perl... perl
checking for gperf... gperf
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... yes
defining LFLAGS to be -I
checking for bison... bison -y
checking syntax of bison push/pull declaration...
configure: WARNING:
I wasn't able to find a suitable style for declaring a push-pull
parser in a bison input file so I'm disabling bison.
checking for makeinfo... makeinfo
checking for texi2dvi... texi2dvi
checking for texi2pdf... texi2pdf
checking whether ln -s works... yes
checking for desktop-file-install... no
checking for gs... no
configure: WARNING:
I didn't find ghostscript, so reconstructing figures for the manual
will fail, and saving graphics in some output formats will fail when
using Octave
checking for gnuplot... no
configure: WARNING:
gnuplot not found. It isn't necessary to have gnuplot installed, but
without native graphics or gnuplot you won't be able to use any of
Octave's plotting commands.
checking for less... less
checking for python... python
configure: defining __NO_MATH_INLINES avoids buggy GNU libc exp function
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking how to run the C++ preprocessor... clang++ -E
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking whether clang needs -traditional... no
checking for Minix Amsterdam compiler... no
checking for ar... 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...
checking C++ compiler version number...
checking whether stl_algo.h is broken... 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... -D_THREAD_SAFE
checking for PTHREAD_PRIO_INHERIT... yes
checking for sin in -lm... yes
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether /usr/local/bin/gfortran accepts -g... yes
checking how to get verbose linking output from /usr/local/bin/gfortran... -v
checking for Fortran 77 libraries of /usr/local/bin/gfortran... -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm
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 -O
checking whether /usr/local/bin/gfortran has the intrinsic function ISNAN... yes
checking whether /usr/local/bin/gfortran generates correct size integers... yes
checking whether /usr/local/bin/gfortran accepts -ffloat-store... yes
setting F77_FLOAT_STORE_FLAG to -ffloat-store
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 for llvm-config... no
configure: WARNING: llvm-config utility not found. JIT compiler is disabled.
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 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 , headers
checking for XrmInitialize in -lX11... yes
checking whether ld accepts -framework Carbon... yes
configure: framework rejected by --without-framework-carbon
checking whether ld accepts -framework OpenGL... yes
configure: adding -Wl,-framework -Wl,OpenGL to OPENGL_LIBS
checking whether gluTessCallback is called with "(...)"... no
checking for FT2... yes
checking for FreeType2 version >= 9.03... yes
checking for FT_Reference_Face... yes
checking for FONTCONFIG... yes
checking for XFT... yes
checking for fltk-config... /usr/local/opt/fltk/bin/fltk-config
checking for OpenGL support in FLTK... yes
checking gl2ps.h usability... no
checking gl2ps.h presence... no
checking for gl2ps.h... no
configure: WARNING: gl2ps library not found. OpenGL printing is disabled.
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/opt/gnu-sed/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... no
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... no
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm output from clang object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
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... clang++ -E
checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for /usr/local/bin/gfortran option to produce PIC... -fno-common
checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes
checking if /usr/local/bin/gfortran static flag -static works... no
checking if /usr/local/bin/gfortran supports -c -o file.o... yes
checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes
checking whether the /usr/local/bin/gfortran linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin13.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking for sgemm_ in -Wl,-framework,Accelerate... 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... no
checking whether DDOT is called correctly from Fortran... yes
checking whether CDOTU is called correctly from Fortran... no
checking whether ZDOTU is called correctly from Fortran... no
checking whether the integer size is correct... no
checking for sgemm_ in -Wl,-framework,Accelerate... 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_ in -Wl,-framework,Accelerate... 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 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 -lsuitesparseconfig... yes
checking whether UMFPACK needs SuiteSparse_time function... no
checking for UMFPACK separate complex matrix and rhs split... yes
checking for dseupd in -larpack... no
configure: WARNING: ARPACK not found. The eigs function will be disabled.
checking for library containing tputs... -lncurses
checking for rl_set_keyboard_input_timeout in -lreadline... yes
configure: defining FPICFLAG to be -fPIC
configure: defining CPICFLAG to be -fPIC
configure: defining CXXPICFLAG to be -fPIC
configure: defining SHLEXT to be dylib
configure: defining SHLLIB to be $(SHLEXT)
configure: defining SHLBIN to be
configure: defining SHLEXT_VER to be $(version).$(SHLEXT)
configure: defining SHLLIB_VER to be $(version).$(SHLLIB)
configure: defining SHLBIN_VER to be $(SHLBIN).$(version)
configure: defining SHLLINKEXT to be
configure: defining LIBPRE to be lib
configure: defining SHLPRE to be lib
configure: defining SHLLIBPRE to be lib
configure: defining SHLBINPRE to be lib
configure: defining SH_LD to be $(CXX)
configure: defining SH_LDFLAGS to be -dynamiclib -single_module $(LDFLAGS)
configure: defining DL_LD to be $(SH_LD)
configure: defining DL_LDFLAGS to be -bundle -bundle_loader $(top_builddir)/libinterp/octave $(LDFLAGS)
configure: defining MKOCTFILE_DL_LDFLAGS to be -bundle -bundle_loader $$BINDIR/octave-$$OCTAVE_VERSION$$EXEEXT
configure: defining SONAME_FLAGS to be -install_name $(octlibdir)/$@
configure: defining NO_OCT_FILE_STRIP to be true
configure: defining TEMPLATE_AR to be $(AR)
configure: defining TEMPLATE_ARFLAGS to be cru
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 DYLD_LIBRARY_PATH
checking whether clang++ accepts -rdynamic... yes
configure: defining CROSS_TOOL_PREFIX to be
configure: defining MKOCTFILE_AR to be ar
configure: defining MKOCTFILE_CC to be clang
configure: defining MKOCTFILE_CXX to be clang++
configure: defining MKOCTFILE_DL_LD to be $(SH_LD)
configure: defining MKOCTFILE_F77 to be /usr/local/bin/gfortran
configure: defining MKOCTFILE_LD_CXX to be $(CXX)
configure: defining MKOCTFILE_RANLIB to be ranlib
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... no
checking fpu_control.h presence... no
checking for fpu_control.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for inttypes.h... (cached) yes
checking 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 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 unordered_map usability... yes
checking unordered_map presence... yes
checking for unordered_map... yes
checking whether unordered_map requires tr1 namespace... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking 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 long long int... yes
checking for unsigned long long int... yes
checking for ptrdiff_t... 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 for C++ support for new friend template declaration... yes
checking for broken C++ reinterpret_cast... no
checking whether <new> defines placement delete operator... yes
checking whether C++ supports dynamic auto arrays... yes
checking for IEEE 754 data format... yes
checking if C++ library is ISO compliant... 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... no
checking for realpath... yes
checking for getcwd... yes
checking for readlink... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fcntl... yes
checking for symlink... yes
checking for fdopendir... no
checking for mempcpy... no
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... no
checking for fpurge... yes
checking for __fpurge... no
checking for __freading... no
checking for fstatat... no
checking for getdtablesize... yes
checking for getlogin_r... 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... no
checking for openat... no
checking for pathconf... yes
checking for secure_getenv... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for sleep... yes
checking for strdup... yes
checking for tzset... yes
checking for strndup... yes
checking for strptime... yes
checking for localtime_r... yes
checking for times... yes
checking for pipe... yes
checking for vasnprintf... no
checking for snprintf... yes
checking for iswcntrl... yes
checking whether // is distinct from /... no
checking whether realpath works... no
checking for sys/param.h... (cached) yes
checking for unistd.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/times.h... yes
checking for sys/uio.h... yes
checking for sys/utsname.h... yes
checking for features.h... no
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... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking whether fchdir is declared... yes
checking for working fcntl.h... no (bad O_NOATIME)
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
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 fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... no
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... no
checking whether futimens is declared without a macro... no
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... no
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... no
checking whether lstat correctly handles trailing slash... no
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 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... no
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 where to find the exponent in a 'float'... word 0 bit 23
checking whether long double and double are the same... no
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... no
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... ja_JP.eucJP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking for a traditional french locale... fr_FR.ISO8859-1
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... no
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... int
checking for sigset_t... yes
checking for long file names... 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... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix...
checking for wchar_t integer literal suffix...
checking for wint_t integer literal suffix...
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... no
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... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
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... no
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... no
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 for struct timespec in <time.h>... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether snprintf returns a byte count as in C99... 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 whether copysign can be used without linking with libm... yes
checking whether copysignf can be used without linking with libm... yes
checking whether copysignf is declared... 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... no
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 dup2 works... yes
checking for error_at_line... no
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... no
checking whether fdopendir is declared... no
checking whether fflush works on input streams... (cached) no
checking whether conversion from 'int' to 'long double' works... yes
checking whether floorf is declared... yes
checking for working POSIX fnmatch... no
checking whether isblank is declared... yes
checking whether fopen recognizes a trailing slash... yes
checking whether fpurge is declared... yes
checking whether fpurge works... no
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 fflush works on input streams... (cached) no
checking for _fseeki64... no
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether getcwd handles long file names properly... no, but it is partly working
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... 256
checking whether getlogin_r works with small buffers... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking for GNU glob interface version 1... no
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... no
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking whether isnan(long double) can be used without linking with libm... no
checking where to find the exponent in a 'long double'... word 2 bit 0
checking whether link obeys POSIX... no
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... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbsrtowcs works... yes
checking for mempcpy... (cached) no
checking for memrchr... no
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking whether mkfifo rejects trailing slashes... no
checking for working mktime... 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... no
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... yes
checking whether open recognizes a trailing slash... no
checking for opendir... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking for putenv compatible with GNU and SVID... no
checking whether _putenv is declared... no
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... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking whether rename honors trailing slash on destination... no
checking whether rename honors trailing slash on source... no
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking for rewinddir... yes
checking whether rmdir works... yes
checking whether round is declared... (cached) yes
checking whether round works... yes
checking whether roundf is declared... (cached) yes
checking whether roundf works... yes
checking for __secure_getenv... no
checking for issetugid... yes
checking whether select supports a 0 argument... (cached) yes
checking whether select detects invalid fds... (cached) yes
checking for struct sigaction.sa_sigaction... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
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 signbit macro... yes
checking for signbit compiler built-ins... yes
checking for sigprocmask... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether sleep is declared... yes
checking for working sleep... yes
checking for library containing setsockopt... (cached) none needed
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... no
checking for working stdalign.h... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... yes
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... yes
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... no
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... no
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... no
checking whether mkdtemp is declared without a macro... no
checking whether mkostemp is declared without a macro... no
checking whether mkostemps is declared without a macro... no
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... no
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... no
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... no
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... no
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... no
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 strndup... yes
checking for working strnlen... yes
checking whether symlink handles trailing slash correctly... no
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 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... no
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) no
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) no
checking whether futimens is declared without a macro... (cached) no
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) no
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) no
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) no
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) no
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 localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether tmpfile should be overridden... no
checking whether trunc is declared... (cached) yes
checking whether truncf is declared... (cached) yes
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... no
checking whether environ is declared without a macro... no
checking whether euidaccess is declared without a macro... no
checking whether faccessat is declared without a macro... no
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... no
checking whether fdatasync is declared without a macro... no
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... no
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... no
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... no
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... no
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... no
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... no
checking whether usleep is declared without a macro... yes
checking whether unlink honors trailing slashes... no
checking whether unlink of a parent directory fails as it should... no
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 canonicalize_file_name... (cached) no
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... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgrent... yes
checking for getgrgid... yes
checking for getgrnam... yes
checking for getpgrp... yes
checking for getpid... yes
checking for getppid... yes
checking for getpwent... yes
checking for getpwuid... yes
checking for getuid... 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 pipe... (cached) 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 siglongjmp... yes
checking for strsignal... yes
checking for tempnam... yes
checking for tgammaf... yes
checking for toascii... yes
checking for umask... yes
checking for waitpid... yes
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 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 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... 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... yes
configure: WARNING: building documentation disabled because gnuplot was not found; make dist will fail
checking whether clang accepts -Wall... yes
adding -Wall to WARN_CFLAGS
checking whether clang accepts -W... yes
adding -W to WARN_CFLAGS
checking whether clang accepts -Wshadow... yes
adding -Wshadow to WARN_CFLAGS
checking whether clang accepts -Wformat... yes
adding -Wformat to WARN_CFLAGS
checking whether clang accepts -Wpointer-arith... yes
adding -Wpointer-arith to WARN_CFLAGS
checking whether clang accepts -Wmissing-prototypes... yes
adding -Wmissing-prototypes to WARN_CFLAGS
checking whether clang accepts -Wstrict-prototypes... yes
adding -Wstrict-prototypes to WARN_CFLAGS
checking whether clang accepts -Wwrite-strings... yes
adding -Wwrite-strings to WARN_CFLAGS
checking whether clang accepts -Wcast-align... yes
adding -Wcast-align to WARN_CFLAGS
checking whether clang accepts -Wcast-qual... yes
adding -Wcast-qual to WARN_CFLAGS
checking whether clang++ accepts -Wall... yes
adding -Wall to WARN_CXXFLAGS
checking whether clang++ accepts -W... yes
adding -W to WARN_CXXFLAGS
checking whether clang++ accepts -Wshadow... yes
adding -Wshadow to WARN_CXXFLAGS
checking whether clang++ accepts -Wold-style-cast... yes
adding -Wold-style-cast to WARN_CXXFLAGS
checking whether clang++ accepts -Wformat... yes
adding -Wformat to WARN_CXXFLAGS
checking whether clang++ accepts -Wpointer-arith... yes
adding -Wpointer-arith to WARN_CXXFLAGS
checking whether clang++ accepts -Wwrite-strings... yes
adding -Wwrite-strings to WARN_CXXFLAGS
checking whether clang++ accepts -Wcast-align... yes
adding -Wcast-align to WARN_CXXFLAGS
checking whether clang++ accepts -Wcast-qual... yes
adding -Wcast-qual to WARN_CXXFLAGS
configure: WARNING: JAVA_HOME environment variable not initialized. Auto-detection will proceed but is unreliable.
checking for java... /usr/bin/java
checking for javac... /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/javac
checking for jar... /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/jar
checking for Java version... 1.6.0_65
checking for libjvm.dylib... /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries
checking for include file <jni.h>... /System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
checking for QT... no
configure: WARNING: Qt libraries not found -- disabling GUI
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating oct-conf-post.h
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxyhtml/Makefile
config.status: creating doc/doxyhtml/Doxyfile
config.status: creating doc/icons/Makefile
config.status: creating doc/interpreter/Makefile
config.status: creating doc/liboctave/Makefile
config.status: creating doc/refcard/Makefile
config.status: creating examples/Makefile
config.status: creating libgnu/Makefile
config.status: creating libgui/Makefile
config.status: creating libinterp/Makefile
config.status: creating liboctave/Makefile
config.status: creating liboctave/cruft/Makefile
config.status: creating liboctave/cruft/mkf77def
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
Octave is now configured for x86_64-apple-darwin13.0.0
Source directory: .
Installation prefix: /usr/local/Cellar/octave/3.8.0
C compiler: clang -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread
C++ compiler: clang++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread
Fortran compiler: /usr/local/bin/gfortran -ff2c -O
Fortran libraries: -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm
Lex libraries:
LIBS: -lm
AMD CPPFLAGS:
AMD LDFLAGS:
AMD libraries: -lamd
ARPACK CPPFLAGS:
ARPACK LDFLAGS:
ARPACK libraries:
BLAS libraries: -Wl,-framework,Accelerate
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:
FFTW3 LDFLAGS:
FFTW3 libraries: -lfftw3_threads -lfftw3
FFTW3F CPPFLAGS:
FFTW3F LDFLAGS:
FFTW3F libraries: -lfftw3f_threads -lfftw3f
fontconfig CFLAGS: -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include
fontconfig libraries: -L/usr/local/Cellar/freetype/2.5.2/lib -L/opt/X11/lib -lfontconfig -lfreetype
FreeType2 CFLAGS: -I/usr/local/Cellar/freetype/2.5.2/include/freetype2
FreeType2 libraries: -L/usr/local/Cellar/freetype/2.5.2/lib -lfreetype
GLPK CPPFLAGS:
GLPK LDFLAGS:
GLPK libraries: -lglpk
graphics CFLAGS: -I/usr/local/Cellar/fltk/1.3.2/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT
graphics libraries: -L/usr/local/Cellar/fltk/1.3.2/lib -lfltk_gl -framework AGL -framework OpenGL -framework ApplicationServices -lfltk -lpthread -framework Cocoa
HDF5 CPPFLAGS:
HDF5 LDFLAGS:
HDF5 libraries: -lhdf5
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Java JVM path: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries
Java CPPFLAGS: -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Frameworks/JavaVM.framework/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers
Java libraries: -framework JavaVM
LAPACK libraries: -Wl,-framework,Accelerate
LLVM CPPFLAGS:
LLVM LDFLAGS:
LLVM libraries:
Magick++ CPPFLAGS: -I/usr/local/Cellar/graphicsmagick/1.3.18/include/GraphicsMagick
Magick++ LDFLAGS: -L/usr/local/Cellar/graphicsmagick/1.3.18/lib
Magick++ libraries: -lGraphicsMagick++ -lGraphicsMagick
OPENGL libraries: -L/usr/local/Cellar/freetype/2.5.2/lib -L/opt/X11/lib -lfontconfig -lfreetype -Wl,-framework -Wl,OpenGL
PCRE CPPFLAGS: -I/usr/local/Cellar/pcre/8.34/include
PCRE libraries: -L/usr/local/Cellar/pcre/8.34/lib -lpcre
PTHREAD flags: -D_THREAD_SAFE -pthread
PTHREAD libraries:
QHULL CPPFLAGS:
QHULL LDFLAGS:
QHULL libraries: -lqhull
QRUPDATE CPPFLAGS:
QRUPDATE LDFLAGS:
QRUPDATE libraries: -lqrupdate
Qt CPPFLAGS:
Qt LDFLAGS:
Qt libraries:
READLINE libraries: -lreadline
TERM libraries: -lncurses
UMFPACK CPPFLAGS:
UMFPACK LDFLAGS:
UMFPACK libraries: -lumfpack -lsuitesparseconfig
X11 include flags:
X11 libraries: -lX11
Z CPPFLAGS:
Z LDFLAGS:
Z libraries: -lz
Default pager: less
gnuplot:
Build Octave GUI: no
JIT compiler for loops: no
Build Java interface: yes
Do internal array bounds checking: no
Use octave_allocator: 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
configure: WARNING:
I wasn't able to find a suitable style for declaring a push-pull
parser in a bison input file so I'm disabling bison.
configure: WARNING:
I didn't find ghostscript, so reconstructing figures for the manual
will fail, and saving graphics in some output formats will fail when
using Octave
configure: WARNING:
gnuplot not found. It isn't necessary to have gnuplot installed, but
without native graphics or gnuplot you won't be able to use any of
Octave's plotting commands.
configure: WARNING: llvm-config utility not found. JIT compiler is disabled.
configure: WARNING: gl2ps library not found. OpenGL printing is disabled.
configure: WARNING: ARPACK not found. The eigs function will be disabled.
configure: WARNING: building documentation disabled because gnuplot was not found; make dist will fail
configure: WARNING: JAVA_HOME environment variable not initialized. Auto-detection will proceed but is unreliable.
configure: WARNING: Qt libraries not found -- disabling GUI
configure: WARNING:
configure: WARNING: I didn't find gnuplot. Plotting commands will use the
configure: WARNING: native graphics toolkit.
configure: WARNING:
configure: WARNING: If gnuplot is installed, but isn't in your path, you can
configure: WARNING: tell Octave where to find it by using the gnuplot_binary
configure: WARNING: function. For example,
configure: WARNING:
configure: WARNING: gnuplot_binary ("/full/path/and/name/of/gnuplot/binary")
configure: WARNING:
configure: WARNING: at the Octave prompt.
configure: WARNING:
configure: WARNING: Setting default value to
configure: WARNING:
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.
==> make all
Makefile:2833: warning: overriding commands for target `check'
Makefile:2395: warning: ignoring old commands for target `check'
making run-octave from run-octave.in
chmod a+rx "run-octave"
rm -f bits/stl_algo.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Makefile:2833: warning: overriding commands for target `check'
Makefile:2395: warning: ignoring old commands for target `check'
Making all in libgnu
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr/local/Cellar/octave/3.8.0"'; \
echo '#define EXEC_PREFIX "/usr/local/Cellar/octave/3.8.0"'; \
echo '#define BINDIR "/usr/local/Cellar/octave/3.8.0/bin"'; \
echo '#define SBINDIR "/usr/local/Cellar/octave/3.8.0/sbin"'; \
echo '#define LIBEXECDIR "/usr/local/Cellar/octave/3.8.0/libexec"'; \
echo '#define DATAROOTDIR "/usr/local/Cellar/octave/3.8.0/share"'; \
echo '#define DATADIR "/usr/local/Cellar/octave/3.8.0/share"'; \
echo '#define SYSCONFDIR "/usr/local/Cellar/octave/3.8.0/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/local/Cellar/octave/3.8.0/com"'; \
echo '#define LOCALSTATEDIR "/usr/local/Cellar/octave/3.8.0/var"'; \
echo '#define RUNSTATEDIR "/usr/local/Cellar/octave/3.8.0/var/run"'; \
echo '#define INCLUDEDIR "/usr/local/Cellar/octave/3.8.0/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/local/Cellar/octave/3.8.0/share/doc/octave"'; \
echo '#define INFODIR "/usr/local/Cellar/octave/3.8.0/share/info"'; \
echo '#define HTMLDIR "/usr/local/Cellar/octave/3.8.0/share/doc/octave"'; \
echo '#define DVIDIR "/usr/local/Cellar/octave/3.8.0/share/doc/octave"'; \
echo '#define PDFDIR "/usr/local/Cellar/octave/3.8.0/share/doc/octave"'; \
echo '#define PSDIR "/usr/local/Cellar/octave/3.8.0/share/doc/octave"'; \
echo '#define LIBDIR "/usr/local/Cellar/octave/3.8.0/lib"'; \
echo '#define LISPDIR "/usr/local/Cellar/octave/3.8.0/share/emacs/site-lisp"'; \
echo '#define LOCALEDIR "/usr/local/Cellar/octave/3.8.0/share/locale"'; \
echo '#define MANDIR "/usr/local/Cellar/octave/3.8.0/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/local/Cellar/octave/3.8.0/share/octave"'; \
echo '#define PKGINCLUDEDIR "/usr/local/Cellar/octave/3.8.0/include/octave"'; \
echo '#define PKGLIBDIR "/usr/local/Cellar/octave/3.8.0/lib/octave"'; \
echo '#define PKGLIBEXECDIR "/usr/local/Cellar/octave/3.8.0/libexec/octave"'; \
} | sed '/""/d' > configmake.h-t && \
mv -f configmake.h-t configmake.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f unused-parameter.h-t unused-parameter.h && \
sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
< ../build-aux/snippet/unused-parameter.h \
> unused-parameter.h-t && \
mv unused-parameter.h-t unused-parameter.h
rm -f stdint.h-t stdint.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_STDINT_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
-e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
-e 's/@''HAVE_WCHAR_H''@/1/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
-e 's/@''WCHAR_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
-e 's/@''WINT_T_SUFFIX''@//g' \
< ./stdint.in.h; \
} > stdint.h-t && \
mv stdint.h-t stdint.h
../build-aux/install-sh -c -d sys
../build-aux/install-sh -c -d sys
../build-aux/install-sh -c -d sys
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \
-e 's/@''GNULIB_MKTIME''@/1/g' \
-e 's/@''GNULIB_NANOSLEEP''@/1/g' \
-e 's/@''GNULIB_STRPTIME''@/1/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/1/g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
-e 's|@''HAVE_NANOSLEEP''@|1|g' \
-e 's|@''HAVE_STRPTIME''@|1|g' \
-e 's|@''HAVE_TIMEGM''@|1|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
-e 's|@''REPLACE_MKTIME''@|1|g' \
-e 's|@''REPLACE_NANOSLEEP''@|1|g' \
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./time.in.h; \
} > time.h-t && \
mv time.h-t time.h
rm -f sys/uio.h-t sys/uio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
-e 's|@''HAVE_SYS_UIO_H''@|1|g' \
< ./sys_uio.in.h; \
} > sys/uio.h-t && \
mv -f sys/uio.h-t sys/uio.h
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
< ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f sys/utsname.h-t sys/utsname.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_UTSNAME_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_UTSNAME_H''@|<sys/utsname.h>|g' \
-e 's/@''GNULIB_UNAME''@/1/g' \
-e 's|@''HAVE_STRUCT_UTSNAME''@|1|g' \
-e 's|@''HAVE_UNAME''@|1|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_utsname.in.h; \
} > sys/utsname.h-t && \
mv sys/utsname.h-t sys/utsname.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's/@''GNULIB_CHDIR''@/1/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/1/g' \
-e 's/@''GNULIB_DUP''@/1/g' \
-e 's/@''GNULIB_DUP2''@/1/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/0/g' \
-e 's/@''GNULIB_FACCESSAT''@/0/g' \
-e 's/@''GNULIB_FCHDIR''@/1/g' \
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \
-e 's/@''GNULIB_FDATASYNC''@/0/g' \
-e 's/@''GNULIB_FSYNC''@/0/g' \
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \
-e 's/@''GNULIB_GETCWD''@/1/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
-e 's/@''GNULIB_GETGROUPS''@/0/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/1/g' \
-e 's/@''GNULIB_GETLOGIN''@/0/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/1/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
-e 's/@''GNULIB_ISATTY''@/1/g' \
-e 's/@''GNULIB_LCHOWN''@/0/g' \
-e 's/@''GNULIB_LINK''@/1/g' \
-e 's/@''GNULIB_LINKAT''@/0/g' \
-e 's/@''GNULIB_LSEEK''@/1/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/0/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/0/g' \
-e 's/@''GNULIB_READLINK''@/1/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/1/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/1/g' \
-e 's/@''GNULIB_SYMLINK''@/1/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_UNLINK''@/1/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/0/g' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FDATASYNC''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|1|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|1|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_ISATTY''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|1|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READ''@|0|g' \
-e 's|@''REPLACE_READLINK''@|1|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|1|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|1|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''HAVE_FEATURES_H''@|0|g' \
-e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
-e 's|@''HAVE_WCHAR_H''@|1|g' \
-e 's/@''GNULIB_BTOWC''@/0/g' \
-e 's/@''GNULIB_WCTOB''@/0/g' \
-e 's/@''GNULIB_MBSINIT''@/1/g' \
-e 's/@''GNULIB_MBRTOWC''@/1/g' \
-e 's/@''GNULIB_MBRLEN''@/0/g' \
-e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
-e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
-e 's/@''GNULIB_WCRTOMB''@/0/g' \
-e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCWIDTH''@/0/g' \
-e 's/@''GNULIB_WMEMCHR''@/0/g' \
-e 's/@''GNULIB_WMEMCMP''@/0/g' \
-e 's/@''GNULIB_WMEMCPY''@/0/g' \
-e 's/@''GNULIB_WMEMMOVE''@/0/g' \
-e 's/@''GNULIB_WMEMSET''@/0/g' \
-e 's/@''GNULIB_WCSLEN''@/0/g' \
-e 's/@''GNULIB_WCSNLEN''@/0/g' \
-e 's/@''GNULIB_WCSCPY''@/0/g' \
-e 's/@''GNULIB_WCPCPY''@/0/g' \
-e 's/@''GNULIB_WCSNCPY''@/0/g' \
-e 's/@''GNULIB_WCPNCPY''@/0/g' \
-e 's/@''GNULIB_WCSCAT''@/0/g' \
-e 's/@''GNULIB_WCSNCAT''@/0/g' \
-e 's/@''GNULIB_WCSCMP''@/0/g' \
-e 's/@''GNULIB_WCSNCMP''@/0/g' \
-e 's/@''GNULIB_WCSCASECMP''@/0/g' \
-e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
-e 's/@''GNULIB_WCSCOLL''@/0/g' \
-e 's/@''GNULIB_WCSXFRM''@/0/g' \
-e 's/@''GNULIB_WCSDUP''@/0/g' \
-e 's/@''GNULIB_WCSCHR''@/0/g' \
-e 's/@''GNULIB_WCSRCHR''@/0/g' \
-e 's/@''GNULIB_WCSCSPN''@/0/g' \
-e 's/@''GNULIB_WCSSPN''@/0/g' \
-e 's/@''GNULIB_WCSPBRK''@/0/g' \
-e 's/@''GNULIB_WCSSTR''@/0/g' \
-e 's/@''GNULIB_WCSTOK''@/0/g' \
-e 's/@''GNULIB_WCSWIDTH''@/0/g' \
< ./wchar.in.h | \
sed -e 's|@''HAVE_WINT_T''@|1|g' \
-e 's|@''HAVE_BTOWC''@|1|g' \
-e 's|@''HAVE_MBSINIT''@|1|g' \
-e 's|@''HAVE_MBRTOWC''@|1|g' \
-e 's|@''HAVE_MBRLEN''@|1|g' \
-e 's|@''HAVE_MBSRTOWCS''@|1|g' \
-e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
-e 's|@''HAVE_WCRTOMB''@|1|g' \
-e 's|@''HAVE_WCSRTOMBS''@|1|g' \
-e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
-e 's|@''HAVE_WMEMCHR''@|1|g' \
-e 's|@''HAVE_WMEMCMP''@|1|g' \
-e 's|@''HAVE_WMEMCPY''@|1|g' \
-e 's|@''HAVE_WMEMMOVE''@|1|g' \
-e 's|@''HAVE_WMEMSET''@|1|g' \
-e 's|@''HAVE_WCSLEN''@|1|g' \
-e 's|@''HAVE_WCSNLEN''@|1|g' \
-e 's|@''HAVE_WCSCPY''@|1|g' \
-e 's|@''HAVE_WCPCPY''@|1|g' \
-e 's|@''HAVE_WCSNCPY''@|1|g' \
-e 's|@''HAVE_WCPNCPY''@|1|g' \
-e 's|@''HAVE_WCSCAT''@|1|g' \
-e 's|@''HAVE_WCSNCAT''@|1|g' \
-e 's|@''HAVE_WCSCMP''@|1|g' \
-e 's|@''HAVE_WCSNCMP''@|1|g' \
-e 's|@''HAVE_WCSCASECMP''@|1|g' \
-e 's|@''HAVE_WCSNCASECMP''@|1|g' \
-e 's|@''HAVE_WCSCOLL''@|1|g' \
-e 's|@''HAVE_WCSXFRM''@|1|g' \
-e 's|@''HAVE_WCSDUP''@|1|g' \
-e 's|@''HAVE_WCSCHR''@|1|g' \
-e 's|@''HAVE_WCSRCHR''@|1|g' \
-e 's|@''HAVE_WCSCSPN''@|1|g' \
-e 's|@''HAVE_WCSSPN''@|1|g' \
-e 's|@''HAVE_WCSPBRK''@|1|g' \
-e 's|@''HAVE_WCSSTR''@|1|g' \
-e 's|@''HAVE_WCSTOK''@|1|g' \
-e 's|@''HAVE_WCSWIDTH''@|1|g' \
-e 's|@''HAVE_DECL_WCTOB''@|1|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
| \
sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
-e 's|@''REPLACE_BTOWC''@|0|g' \
-e 's|@''REPLACE_WCTOB''@|0|g' \
-e 's|@''REPLACE_MBSINIT''@|0|g' \
-e 's|@''REPLACE_MBRTOWC''@|0|g' \
-e 's|@''REPLACE_MBRLEN''@|0|g' \
-e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
-e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
-e 's|@''REPLACE_WCRTOMB''@|0|g' \
-e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCWIDTH''@|0|g' \
-e 's|@''REPLACE_WCSWIDTH''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_WCTYPE_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
-e 's/@''GNULIB_ISWBLANK''@/0/g' \
-e 's/@''GNULIB_WCTYPE''@/0/g' \
-e 's/@''GNULIB_ISWCTYPE''@/0/g' \
-e 's/@''GNULIB_WCTRANS''@/0/g' \
-e 's/@''GNULIB_TOWCTRANS''@/0/g' \
-e 's/@''HAVE_ISWBLANK''@/1/g' \
-e 's/@''HAVE_ISWCNTRL''@/1/g' \
-e 's/@''HAVE_WCTYPE_T''@/1/g' \
-e 's/@''HAVE_WCTRANS_T''@/1/g' \
-e 's/@''HAVE_WINT_T''@/1/g' \
-e 's/@''REPLACE_ISWBLANK''@/0/g' \
-e 's/@''REPLACE_ISWCNTRL''@/0/g' \
-e 's/@''REPLACE_TOWLOWER''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
rm -f dirent.h-t dirent.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_DIRENT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
-e 's/@''GNULIB_OPENDIR''@/1/g' \
-e 's/@''GNULIB_READDIR''@/1/g' \
-e 's/@''GNULIB_REWINDDIR''@/1/g' \
-e 's/@''GNULIB_CLOSEDIR''@/1/g' \
-e 's/@''GNULIB_DIRFD''@/1/g' \
-e 's/@''GNULIB_FDOPENDIR''@/1/g' \
-e 's/@''GNULIB_SCANDIR''@/0/g' \
-e 's/@''GNULIB_ALPHASORT''@/0/g' \
-e 's/@''HAVE_OPENDIR''@/1/g' \
-e 's/@''HAVE_READDIR''@/1/g' \
-e 's/@''HAVE_REWINDDIR''@/1/g' \
-e 's/@''HAVE_CLOSEDIR''@/1/g' \
-e 's|@''HAVE_DECL_DIRFD''@|1|g' \
-e 's|@''HAVE_DECL_FDOPENDIR''@|0|g' \
-e 's|@''HAVE_FDOPENDIR''@|0|g' \
-e 's|@''HAVE_SCANDIR''@|1|g' \
-e 's|@''HAVE_ALPHASORT''@|1|g' \
-e 's|@''REPLACE_OPENDIR''@|0|g' \
-e 's|@''REPLACE_CLOSEDIR''@|0|g' \
-e 's|@''REPLACE_DIRFD''@|0|g' \
-e 's|@''REPLACE_FDOPENDIR''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./dirent.in.h; \
} > dirent.h-t && \
mv dirent.h-t dirent.h
rm -f fcntl.h-t fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
-e 's/@''GNULIB_FCNTL''@/1/g' \
-e 's/@''GNULIB_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_OPEN''@/1/g' \
-e 's/@''GNULIB_OPENAT''@/1/g' \
-e 's|@''HAVE_FCNTL''@|1|g' \
-e 's|@''HAVE_OPENAT''@|0|g' \
-e 's|@''REPLACE_FCNTL''@|0|g' \
-e 's|@''REPLACE_OPEN''@|1|g' \
-e 's|@''REPLACE_OPENAT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./fcntl.in.h; \
} > fcntl.h-t && \
mv fcntl.h-t fcntl.h
rm -f fnmatch.h-t fnmatch.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< ./fnmatch.in.h; \
} > fnmatch.h-t && \
mv -f fnmatch.h-t fnmatch.h
rm -f getopt.h-t getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< ./getopt.in.h; \
} > getopt.h-t && \
mv -f getopt.h-t getopt.h
rm -f glob.h-t glob.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./glob.in.h; \
} > glob.h-t && \
mv -f glob.h-t glob.h
rm -f math.h-t math.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
-e 's/@''GNULIB_ACOSF''@/0/g' \
-e 's/@''GNULIB_ACOSL''@/0/g' \
-e 's/@''GNULIB_ASINF''@/0/g' \
-e 's/@''GNULIB_ASINL''@/0/g' \
-e 's/@''GNULIB_ATANF''@/0/g' \
-e 's/@''GNULIB_ATANL''@/0/g' \
-e 's/@''GNULIB_ATAN2F''@/0/g' \
-e 's/@''GNULIB_CBRT''@/0/g' \
-e 's/@''GNULIB_CBRTF''@/0/g' \
-e 's/@''GNULIB_CBRTL''@/0/g' \
-e 's/@''GNULIB_CEIL''@/0/g' \
-e 's/@''GNULIB_CEILF''@/0/g' \
-e 's/@''GNULIB_CEILL''@/0/g' \
-e 's/@''GNULIB_COPYSIGN''@/1/g' \
-e 's/@''GNULIB_COPYSIGNF''@/1/g' \
-e 's/@''GNULIB_COPYSIGNL''@/0/g' \
-e 's/@''GNULIB_COSF''@/0/g' \
-e 's/@''GNULIB_COSL''@/0/g' \
-e 's/@''GNULIB_COSHF''@/0/g' \
-e 's/@''GNULIB_EXPF''@/0/g' \
-e 's/@''GNULIB_EXPL''@/0/g' \
-e 's/@''GNULIB_EXP2''@/0/g' \
-e 's/@''GNULIB_EXP2F''@/0/g' \
-e 's/@''GNULIB_EXP2L''@/0/g' \
-e 's/@''GNULIB_EXPM1''@/0/g' \
-e 's/@''GNULIB_EXPM1F''@/0/g' \
-e 's/@''GNULIB_EXPM1L''@/0/g' \
-e 's/@''GNULIB_FABSF''@/0/g' \
-e 's/@''GNULIB_FABSL''@/0/g' \
-e 's/@''GNULIB_FLOOR''@/1/g' \
-e 's/@''GNULIB_FLOORF''@/1/g' \
-e 's/@''GNULIB_FLOORL''@/0/g' \
-e 's/@''GNULIB_FMA''@/0/g' \
-e 's/@''GNULIB_FMAF''@/0/g' \
-e 's/@''GNULIB_FMAL''@/0/g' \
-e 's/@''GNULIB_FMOD''@/0/g' \
-e 's/@''GNULIB_FMODF''@/0/g' \
-e 's/@''GNULIB_FMODL''@/0/g' \
-e 's/@''GNULIB_FREXPF''@/1/g' \
-e 's/@''GNULIB_FREXP''@/1/g' \
-e 's/@''GNULIB_FREXPL''@/0/g' \
-e 's/@''GNULIB_HYPOT''@/0/g' \
-e 's/@''GNULIB_HYPOTF''@/0/g' \
-e 's/@''GNULIB_HYPOTL''@/0/g' \
< ./math.in.h | \
sed -e 's/@''GNULIB_ILOGB''@/0/g' \
-e 's/@''GNULIB_ILOGBF''@/0/g' \
-e 's/@''GNULIB_ILOGBL''@/0/g' \
-e 's/@''GNULIB_ISFINITE''@/0/g' \
-e 's/@''GNULIB_ISINF''@/0/g' \
-e 's/@''GNULIB_ISNAN''@/0/g' \
-e 's/@''GNULIB_ISNANF''@/0/g' \
-e 's/@''GNULIB_ISNAND''@/0/g' \
-e 's/@''GNULIB_ISNANL''@/0/g' \
-e 's/@''GNULIB_LDEXPF''@/0/g' \
-e 's/@''GNULIB_LDEXPL''@/0/g' \
-e 's/@''GNULIB_LOG''@/0/g' \
-e 's/@''GNULIB_LOGF''@/0/g' \
-e 's/@''GNULIB_LOGL''@/0/g' \
-e 's/@''GNULIB_LOG10''@/0/g' \
-e 's/@''GNULIB_LOG10F''@/0/g' \
-e 's/@''GNULIB_LOG10L''@/0/g' \
-e 's/@''GNULIB_LOG1P''@/0/g' \
-e 's/@''GNULIB_LOG1PF''@/0/g' \
-e 's/@''GNULIB_LOG1PL''@/0/g' \
-e 's/@''GNULIB_LOG2''@/0/g' \
-e 's/@''GNULIB_LOG2F''@/0/g' \
-e 's/@''GNULIB_LOG2L''@/0/g' \
-e 's/@''GNULIB_LOGB''@/0/g' \
-e 's/@''GNULIB_LOGBF''@/0/g' \
-e 's/@''GNULIB_LOGBL''@/0/g' \
-e 's/@''GNULIB_MODF''@/0/g' \
-e 's/@''GNULIB_MODFF''@/0/g' \
-e 's/@''GNULIB_MODFL''@/0/g' \
-e 's/@''GNULIB_POWF''@/0/g' \
-e 's/@''GNULIB_REMAINDER''@/0/g' \
-e 's/@''GNULIB_REMAINDERF''@/0/g' \
-e 's/@''GNULIB_REMAINDERL''@/0/g' \
-e 's/@''GNULIB_RINT''@/0/g' \
-e 's/@''GNULIB_RINTF''@/0/g' \
-e 's/@''GNULIB_RINTL''@/0/g' \
-e 's/@''GNULIB_ROUND''@/1/g' \
-e 's/@''GNULIB_ROUNDF''@/1/g' \
-e 's/@''GNULIB_ROUNDL''@/0/g' \
-e 's/@''GNULIB_SIGNBIT''@/1/g' \
-e 's/@''GNULIB_SINF''@/0/g' \
-e 's/@''GNULIB_SINL''@/0/g' \
-e 's/@''GNULIB_SINHF''@/0/g' \
-e 's/@''GNULIB_SQRTF''@/0/g' \
-e 's/@''GNULIB_SQRTL''@/0/g' \
-e 's/@''GNULIB_TANF''@/0/g' \
-e 's/@''GNULIB_TANL''@/0/g' \
-e 's/@''GNULIB_TANHF''@/0/g' \
-e 's/@''GNULIB_TRUNC''@/1/g' \
-e 's/@''GNULIB_TRUNCF''@/1/g' \
-e 's/@''GNULIB_TRUNCL''@/0/g' \
| \
sed -e 's|@''HAVE_ACOSF''@|1|g' \
-e 's|@''HAVE_ACOSL''@|1|g' \
-e 's|@''HAVE_ASINF''@|1|g' \
-e 's|@''HAVE_ASINL''@|1|g' \
-e 's|@''HAVE_ATANF''@|1|g' \
-e 's|@''HAVE_ATANL''@|1|g' \
-e 's|@''HAVE_ATAN2F''@|1|g' \
-e 's|@''HAVE_CBRT''@|1|g' \
-e 's|@''HAVE_CBRTF''@|1|g' \
-e 's|@''HAVE_CBRTL''@|1|g' \
-e 's|@''HAVE_COPYSIGN''@|1|g' \
-e 's|@''HAVE_COPYSIGNL''@|1|g' \
-e 's|@''HAVE_COSF''@|1|g' \
-e 's|@''HAVE_COSL''@|1|g' \
-e 's|@''HAVE_COSHF''@|1|g' \
-e 's|@''HAVE_EXPF''@|1|g' \
-e 's|@''HAVE_EXPL''@|1|g' \
-e 's|@''HAVE_EXPM1''@|1|g' \
-e 's|@''HAVE_EXPM1F''@|1|g' \
-e 's|@''HAVE_FABSF''@|1|g' \
-e 's|@''HAVE_FABSL''@|1|g' \
-e 's|@''HAVE_FMA''@|1|g' \
-e 's|@''HAVE_FMAF''@|1|g' \
-e 's|@''HAVE_FMAL''@|1|g' \
-e 's|@''HAVE_FMODF''@|1|g' \
-e 's|@''HAVE_FMODL''@|1|g' \
-e 's|@''HAVE_FREXPF''@|1|g' \
-e 's|@''HAVE_HYPOTF''@|1|g' \
-e 's|@''HAVE_HYPOTL''@|1|g' \
-e 's|@''HAVE_ILOGB''@|1|g' \
-e 's|@''HAVE_ILOGBF''@|1|g' \
-e 's|@''HAVE_ILOGBL''@|1|g' \
-e 's|@''HAVE_ISNANF''@|1|g' \
-e 's|@''HAVE_ISNAND''@|1|g' \
-e 's|@''HAVE_ISNANL''@|1|g' \
-e 's|@''HAVE_LDEXPF''@|1|g' \
-e 's|@''HAVE_LOGF''@|1|g' \
-e 's|@''HAVE_LOGL''@|1|g' \
-e 's|@''HAVE_LOG10F''@|1|g' \
-e 's|@''HAVE_LOG10L''@|1|g' \
-e 's|@''HAVE_LOG1P''@|1|g' \
-e 's|@''HAVE_LOG1PF''@|1|g' \
-e 's|@''HAVE_LOG1PL''@|1|g' \
-e 's|@''HAVE_LOGBF''@|1|g' \
-e 's|@''HAVE_LOGBL''@|1|g' \
-e 's|@''HAVE_MODFF''@|1|g' \
-e 's|@''HAVE_MODFL''@|1|g' \
-e 's|@''HAVE_POWF''@|1|g' \
-e 's|@''HAVE_REMAINDER''@|1|g' \
-e 's|@''HAVE_REMAINDERF''@|1|g' \
-e 's|@''HAVE_RINT''@|1|g' \
-e 's|@''HAVE_RINTL''@|1|g' \
-e 's|@''HAVE_SINF''@|1|g' \
-e 's|@''HAVE_SINL''@|1|g' \
-e 's|@''HAVE_SINHF''@|1|g' \
-e 's|@''HAVE_SQRTF''@|1|g' \
-e 's|@''HAVE_SQRTL''@|1|g' \
-e 's|@''HAVE_TANF''@|1|g' \
-e 's|@''HAVE_TANL''@|1|g' \
-e 's|@''HAVE_TANHF''@|1|g' \
-e 's|@''HAVE_DECL_ACOSL''@|1|g' \
-e 's|@''HAVE_DECL_ASINL''@|1|g' \
-e 's|@''HAVE_DECL_ATANL''@|1|g' \
-e 's|@''HAVE_DECL_CBRTF''@|1|g' \
-e 's|@''HAVE_DECL_CBRTL''@|1|g' \
-e 's|@''HAVE_DECL_CEILF''@|1|g' \
-e 's|@''HAVE_DECL_CEILL''@|1|g' \
-e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
-e 's|@''HAVE_DECL_COSL''@|1|g' \
-e 's|@''HAVE_DECL_EXPL''@|1|g' \
-e 's|@''HAVE_DECL_EXP2''@|1|g' \
-e 's|@''HAVE_DECL_EXP2F''@|1|g' \
-e 's|@''HAVE_DECL_EXP2L''@|1|g' \
-e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
-e 's|@''HAVE_DECL_FLOORF''@|1|g' \
-e 's|@''HAVE_DECL_FLOORL''@|1|g' \
-e 's|@''HAVE_DECL_FREXPL''@|1|g' \
-e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
-e 's|@''HAVE_DECL_LOGL''@|1|g' \
-e 's|@''HAVE_DECL_LOG10L''@|1|g' \
-e 's|@''HAVE_DECL_LOG2''@|1|g' \
-e 's|@''HAVE_DECL_LOG2F''@|1|g' \
-e 's|@''HAVE_DECL_LOG2L''@|1|g' \
-e 's|@''HAVE_DECL_LOGB''@|1|g' \
-e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
-e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
-e 's|@''HAVE_DECL_RINTF''@|1|g' \
-e 's|@''HAVE_DECL_ROUND''@|1|g' \
-e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
-e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
-e 's|@''HAVE_DECL_SINL''@|1|g' \
-e 's|@''HAVE_DECL_SQRTL''@|1|g' \
-e 's|@''HAVE_DECL_TANL''@|1|g' \
-e 's|@''HAVE_DECL_TRUNC''@|1|g' \
-e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
-e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
| \
sed -e 's|@''REPLACE_CBRTF''@|0|g' \
-e 's|@''REPLACE_CBRTL''@|0|g' \
-e 's|@''REPLACE_CEIL''@|0|g' \
-e 's|@''REPLACE_CEILF''@|0|g' \
-e 's|@''REPLACE_CEILL''@|0|g' \
-e 's|@''REPLACE_EXPM1''@|0|g' \
-e 's|@''REPLACE_EXPM1F''@|0|g' \
-e 's|@''REPLACE_EXP2''@|0|g' \
-e 's|@''REPLACE_EXP2L''@|0|g' \
-e 's|@''REPLACE_FABSL''@|0|g' \
-e 's|@''REPLACE_FLOOR''@|0|g' \
-e 's|@''REPLACE_FLOORF''@|0|g' \
-e 's|@''REPLACE_FLOORL''@|0|g' \
-e 's|@''REPLACE_FMA''@|0|g' \
-e 's|@''REPLACE_FMAF''@|0|g' \
-e 's|@''REPLACE_FMAL''@|0|g' \
-e 's|@''REPLACE_FMOD''@|0|g' \
-e 's|@''REPLACE_FMODF''@|0|g' \
-e 's|@''REPLACE_FMODL''@|0|g' \
-e 's|@''REPLACE_FREXPF''@|0|g' \
-e 's|@''REPLACE_FREXP''@|0|g' \
-e 's|@''REPLACE_FREXPL''@|0|g' \
-e 's|@''REPLACE_HUGE_VAL''@|0|g' \
-e 's|@''REPLACE_HYPOT''@|0|g' \
-e 's|@''REPLACE_HYPOTF''@|0|g' \
-e 's|@''REPLACE_HYPOTL''@|0|g' \
-e 's|@''REPLACE_ILOGB''@|0|g' \
-e 's|@''REPLACE_ILOGBF''@|0|g' \
-e 's|@''REPLACE_ISFINITE''@|0|g' \
-e 's|@''REPLACE_ISINF''@|0|g' \
-e 's|@''REPLACE_ISNAN''@|0|g' \
-e 's|@''REPLACE_ITOLD''@|0|g' \
-e 's|@''REPLACE_LDEXPL''@|0|g' \
-e 's|@''REPLACE_LOG''@|0|g' \
-e 's|@''REPLACE_LOGF''@|0|g' \
-e 's|@''REPLACE_LOGL''@|0|g' \
-e 's|@''REPLACE_LOG10''@|0|g' \
-e 's|@''REPLACE_LOG10F''@|0|g' \
-e 's|@''REPLACE_LOG10L''@|0|g' \
-e 's|@''REPLACE_LOG1P''@|0|g' \
-e 's|@''REPLACE_LOG1PF''@|0|g' \
-e 's|@''REPLACE_LOG1PL''@|0|g' \
-e 's|@''REPLACE_LOG2''@|0|g' \
-e 's|@''REPLACE_LOG2F''@|0|g' \
-e 's|@''REPLACE_LOG2L''@|0|g' \
-e 's|@''REPLACE_LOGB''@|0|g' \
-e 's|@''REPLACE_LOGBF''@|0|g' \
-e 's|@''REPLACE_LOGBL''@|0|g' \
-e 's|@''REPLACE_MODF''@|0|g' \
-e 's|@''REPLACE_MODFF''@|0|g' \
-e 's|@''REPLACE_MODFL''@|0|g' \
-e 's|@''REPLACE_NAN''@|0|g' \
-e 's|@''REPLACE_REMAINDER''@|0|g' \
-e 's|@''REPLACE_REMAINDERF''@|0|g' \
-e 's|@''REPLACE_REMAINDERL''@|0|g' \
-e 's|@''REPLACE_ROUND''@|0|g' \
-e 's|@''REPLACE_ROUNDF''@|0|g' \
-e 's|@''REPLACE_ROUNDL''@|0|g' \
-e 's|@''REPLACE_SIGNBIT''@|0|g' \
-e 's|@''REPLACE_SIGNBIT_USING_GCC''@|1|g' \
-e 's|@''REPLACE_SQRTL''@|0|g' \
-e 's|@''REPLACE_TRUNC''@|0|g' \
-e 's|@''REPLACE_TRUNCF''@|0|g' \
-e 's|@''REPLACE_TRUNCL''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > math.h-t && \
mv math.h-t math.h
rm -f signal.h-t signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''GNULIB_RAISE''@|1|g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
-e 's/@''GNULIB_SIGACTION''@/1/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''REPLACE_RAISE''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's/@''GNULIB_DPRINTF''@/0/g' \
-e 's/@''GNULIB_FCLOSE''@/1/g' \
-e 's/@''GNULIB_FDOPEN''@/0/g' \
-e 's/@''GNULIB_FFLUSH''@/1/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/1/g' \
-e 's/@''GNULIB_FPRINTF''@/1/g' \
-e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_FPURGE''@/1/g' \
-e 's/@''GNULIB_FPUTC''@/1/g' \
-e 's/@''GNULIB_FPUTS''@/1/g' \
-e 's/@''GNULIB_FREAD''@/1/g' \
-e 's/@''GNULIB_FREOPEN''@/0/g' \
-e 's/@''GNULIB_FSCANF''@/1/g' \
-e 's/@''GNULIB_FSEEK''@/1/g' \
-e 's/@''GNULIB_FSEEKO''@/1/g' \
-e 's/@''GNULIB_FTELL''@/1/g' \
-e 's/@''GNULIB_FTELLO''@/1/g' \
-e 's/@''GNULIB_FWRITE''@/1/g' \
-e 's/@''GNULIB_GETC''@/1/g' \
-e 's/@''GNULIB_GETCHAR''@/1/g' \
-e 's/@''GNULIB_GETDELIM''@/0/g' \
-e 's/@''GNULIB_GETLINE''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PCLOSE''@/0/g' \
-e 's/@''GNULIB_PERROR''@/0/g' \
-e 's/@''GNULIB_POPEN''@/0/g' \
-e 's/@''GNULIB_PRINTF''@/1/g' \
-e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PUTC''@/1/g' \
-e 's/@''GNULIB_PUTCHAR''@/1/g' \
-e 's/@''GNULIB_PUTS''@/1/g' \
-e 's/@''GNULIB_REMOVE''@/0/g' \
-e 's/@''GNULIB_RENAME''@/1/g' \
-e 's/@''GNULIB_RENAMEAT''@/0/g' \
-e 's/@''GNULIB_SCANF''@/1/g' \
-e 's/@''GNULIB_SNPRINTF''@/0/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_TMPFILE''@/1/g' \
-e 's/@''GNULIB_VASPRINTF''@/1/g' \
-e 's/@''GNULIB_VDPRINTF''@/0/g' \
-e 's/@''GNULIB_VFPRINTF''@/1/g' \
-e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VFSCANF''@/0/g' \
-e 's/@''GNULIB_VSCANF''@/0/g' \
-e 's/@''GNULIB_VPRINTF''@/1/g' \
-e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VSNPRINTF''@/0/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< ./stdio.in.h | \
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
-e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
-e 's|@''HAVE_DECL_FTELLO''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''HAVE_DPRINTF''@|1|g' \
-e 's|@''HAVE_FSEEKO''@|1|g' \
-e 's|@''HAVE_FTELLO''@|1|g' \
-e 's|@''HAVE_PCLOSE''@|1|g' \
-e 's|@''HAVE_POPEN''@|1|g' \
-e 's|@''HAVE_RENAMEAT''@|1|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''HAVE_VDPRINTF''@|1|g' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|1|g' \
-e 's|@''REPLACE_FDOPEN''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|1|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_FPURGE''@|1|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEK''@|1|g' \
-e 's|@''REPLACE_FSEEKO''@|1|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_GETDELIM''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|0|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
-e 's|@''REPLACE_PERROR''@|0|g' \
-e 's|@''REPLACE_POPEN''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_REMOVE''@|0|g' \
-e 's|@''REPLACE_RENAME''@|1|g' \
-e 's|@''REPLACE_RENAMEAT''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
-e 's|@''REPLACE_TMPFILE''@|0|g' \
-e 's|@''REPLACE_VASPRINTF''@|0|g' \
-e 's|@''REPLACE_VDPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e 's|@''ASM_SYMBOL_PREFIX''@||g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's/@''GNULIB__EXIT''@/0/g' \
-e 's/@''GNULIB_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_MBTOWC''@/0/g' \
-e 's/@''GNULIB_MKDTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMP''@/1/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
-e 's/@''GNULIB_MKSTEMP''@/0/g' \
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/1/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_REALPATH''@/1/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
-e 's/@''GNULIB_SETENV''@/0/g' \
-e 's/@''GNULIB_STRTOD''@/0/g' \
-e 's/@''GNULIB_STRTOLL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/0/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/0/g' \
-e 's/@''GNULIB_WCTOMB''@/0/g' \
< ./stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|0|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMP''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_R''@|1|g' \
-e 's|@''HAVE_RANDOM''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|1|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|0|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|1|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|1|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|0|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e 's|@''REPLACE_WCTOMB''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \
-e 's/@''GNULIB_FFSL''@/0/g' \
-e 's/@''GNULIB_FFSLL''@/0/g' \
-e 's/@''GNULIB_MBSLEN''@/0/g' \
-e 's/@''GNULIB_MBSNLEN''@/0/g' \
-e 's/@''GNULIB_MBSCHR''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/0/g' \
-e 's/@''GNULIB_MBSCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSCASESTR''@/0/g' \
-e 's/@''GNULIB_MBSCSPN''@/0/g' \
-e 's/@''GNULIB_MBSPBRK''@/0/g' \
-e 's/@''GNULIB_MBSSPN''@/0/g' \
-e 's/@''GNULIB_MBSSEP''@/0/g' \
-e 's/@''GNULIB_MBSTOK_R''@/0/g' \
-e 's/@''GNULIB_MEMCHR''@/1/g' \
-e 's/@''GNULIB_MEMMEM''@/0/g' \
-e 's/@''GNULIB_MEMPCPY''@/1/g' \
-e 's/@''GNULIB_MEMRCHR''@/1/g' \
-e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
-e 's/@''GNULIB_STPCPY''@/0/g' \
-e 's/@''GNULIB_STPNCPY''@/0/g' \
-e 's/@''GNULIB_STRCHRNUL''@/0/g' \
-e 's/@''GNULIB_STRDUP''@/1/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/1/g' \
-e 's/@''GNULIB_STRNLEN''@/1/g' \
-e 's/@''GNULIB_STRPBRK''@/0/g' \
-e 's/@''GNULIB_STRSEP''@/0/g' \
-e 's/@''GNULIB_STRSTR''@/0/g' \
-e 's/@''GNULIB_STRCASESTR''@/0/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/0/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ./string.in.h | \
sed -e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
-e 's|@''HAVE_MEMPCPY''@|0|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|g' \
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
-e 's|@''HAVE_STRPBRK''@|1|g' \
-e 's|@''HAVE_STRSEP''@|1|g' \
-e 's|@''HAVE_STRCASESTR''@|1|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
-e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|0|g' \
-e 's|@''REPLACE_STRERROR''@|1|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|0|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
< ./string.in.h; \
} > string.h-t && \
mv string.h-t string.h
rm -f strings.h-t strings.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_STRINGS_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
-e 's|@''GNULIB_FFS''@|0|g' \
-e 's|@''HAVE_FFS''@|1|g' \
-e 's|@''HAVE_STRCASECMP''@|1|g' \
-e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./strings.in.h; \
} > strings.h-t && \
mv strings.h-t strings.h
../build-aux/install-sh -c -d sys
rm -f sys/select.h-t sys/select.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
-e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
-e 's/@''GNULIB_PSELECT''@/0/g' \
-e 's/@''GNULIB_SELECT''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''HAVE_PSELECT''@|1|g' \
-e 's|@''REPLACE_PSELECT''@|0|g' \
-e 's|@''REPLACE_SELECT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_select.in.h; \
} > sys/select.h-t && \
mv sys/select.h-t sys/select.h
../build-aux/install-sh -c -d sys
rm -f sys/socket.h-t sys/socket.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
-e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
-e 's/@''GNULIB_CLOSE''@/1/g' \
-e 's/@''GNULIB_SOCKET''@/0/g' \
-e 's/@''GNULIB_CONNECT''@/0/g' \
-e 's/@''GNULIB_ACCEPT''@/0/g' \
-e 's/@''GNULIB_BIND''@/0/g' \
-e 's/@''GNULIB_GETPEERNAME''@/0/g' \
-e 's/@''GNULIB_GETSOCKNAME''@/0/g' \
-e 's/@''GNULIB_GETSOCKOPT''@/0/g' \
-e 's/@''GNULIB_LISTEN''@/0/g' \
-e 's/@''GNULIB_RECV''@/0/g' \
-e 's/@''GNULIB_SEND''@/0/g' \
-e 's/@''GNULIB_RECVFROM''@/0/g' \
-e 's/@''GNULIB_SENDTO''@/0/g' \
-e 's/@''GNULIB_SETSOCKOPT''@/0/g' \
-e 's/@''GNULIB_SHUTDOWN''@/0/g' \
-e 's/@''GNULIB_ACCEPT4''@/0/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
-e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
-e 's|@''HAVE_ACCEPT4''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_socket.in.h; \
} > sys/socket.h-t && \
mv -f sys/socket.h-t sys/socket.h
../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
-e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
-e 's/@''GNULIB_FCHMODAT''@/0/g' \
-e 's/@''GNULIB_FSTAT''@/1/g' \
-e 's/@''GNULIB_FSTATAT''@/1/g' \
-e 's/@''GNULIB_FUTIMENS''@/0/g' \
-e 's/@''GNULIB_LCHMOD''@/0/g' \
-e 's/@''GNULIB_LSTAT''@/1/g' \
-e 's/@''GNULIB_MKDIRAT''@/0/g' \
-e 's/@''GNULIB_MKFIFO''@/1/g' \
-e 's/@''GNULIB_MKFIFOAT''@/0/g' \
-e 's/@''GNULIB_MKNOD''@/0/g' \
-e 's/@''GNULIB_MKNODAT''@/0/g' \
-e 's/@''GNULIB_STAT''@/1/g' \
-e 's/@''GNULIB_UTIMENSAT''@/0/g' \
-e 's|@''HAVE_FCHMODAT''@|1|g' \
-e 's|@''HAVE_FSTATAT''@|0|g' \
-e 's|@''HAVE_FUTIMENS''@|1|g' \
-e 's|@''HAVE_LCHMOD''@|1|g' \
-e 's|@''HAVE_LSTAT''@|1|g' \
-e 's|@''HAVE_MKDIRAT''@|1|g' \
-e 's|@''HAVE_MKFIFO''@|1|g' \
-e 's|@''HAVE_MKFIFOAT''@|1|g' \
-e 's|@''HAVE_MKNOD''@|1|g' \
-e 's|@''HAVE_MKNODAT''@|1|g' \
-e 's|@''HAVE_UTIMENSAT''@|1|g' \
-e 's|@''REPLACE_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|1|g' \
-e 's|@''REPLACE_MKDIR''@|0|g' \
-e 's|@''REPLACE_MKFIFO''@|1|g' \
-e 's|@''REPLACE_MKNOD''@|0|g' \
-e 's|@''REPLACE_STAT''@|1|g' \
-e 's|@''REPLACE_UTIMENSAT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_stat.in.h; \
} > sys/stat.h-t && \
mv sys/stat.h-t sys/stat.h
../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIME_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
../build-aux/install-sh -c -d sys
rm -f sys/times.h-t sys/times.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIMES_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TIMES_H''@|<sys/times.h>|g' \
-e 's/@''GNULIB_TIMES''@/1/g' \
-e 's|@''HAVE_STRUCT_TMS''@|1|g' \
-e 's|@''HAVE_TIMES''@|1|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_times.in.h; \
} > sys/times.h-t && \
mv sys/times.h-t sys/times.h
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o areadlink-with-size.lo areadlink-with-size.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o base64.lo base64.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o bitrotate.lo bitrotate.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o c-ctype.lo c-ctype.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c areadlink-with-size.c -fno-common -DPIC -o .libs/areadlink-with-size.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c bitrotate.c -fno-common -DPIC -o .libs/bitrotate.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c base64.c -fno-common -DPIC -o .libs/base64.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c c-ctype.c -fno-common -DPIC -o .libs/c-ctype.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o canonicalize.lo canonicalize.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o cloexec.lo cloexec.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o md5.lo md5.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c canonicalize.c -fno-common -DPIC -o .libs/canonicalize.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c cloexec.c -fno-common -DPIC -o .libs/cloexec.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c md5.c -fno-common -DPIC -o .libs/md5.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o dirname.lo dirname.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c dirname.c -fno-common -DPIC -o .libs/dirname.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o basename.lo basename.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o dirname-lgpl.lo dirname-lgpl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c basename.c -fno-common -DPIC -o .libs/basename.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c dirname-lgpl.c -fno-common -DPIC -o .libs/dirname-lgpl.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o basename-lgpl.lo basename-lgpl.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o stripslash.lo stripslash.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c basename-lgpl.c -fno-common -DPIC -o .libs/basename-lgpl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c stripslash.c -fno-common -DPIC -o .libs/stripslash.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o exitfail.lo exitfail.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c exitfail.c -fno-common -DPIC -o .libs/exitfail.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fd-hook.lo fd-hook.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fd-hook.c -fno-common -DPIC -o .libs/fd-hook.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o file-set.lo file-set.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o filemode.lo filemode.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c file-set.c -fno-common -DPIC -o .libs/file-set.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c filemode.c -fno-common -DPIC -o .libs/filemode.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o filenamecat-lgpl.lo filenamecat-lgpl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c filenamecat-lgpl.c -fno-common -DPIC -o .libs/filenamecat-lgpl.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o freading.lo freading.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c freading.c -fno-common -DPIC -o .libs/freading.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o hash.lo hash.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o hash-pjw.lo hash-pjw.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c hash.c -fno-common -DPIC -o .libs/hash.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c hash-pjw.c -fno-common -DPIC -o .libs/hash-pjw.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o hash-triple.lo hash-triple.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o localcharset.lo localcharset.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c hash-triple.c -fno-common -DPIC -o .libs/hash-triple.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c localcharset.c -fno-common -DPIC -o .libs/localcharset.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o malloca.lo malloca.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c malloca.c -fno-common -DPIC -o .libs/malloca.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o math.lo math.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c math.c -fno-common -DPIC -o .libs/math.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o nproc.lo nproc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c nproc.c -fno-common -DPIC -o .libs/nproc.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o openat-die.lo openat-die.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c openat-die.c -fno-common -DPIC -o .libs/openat-die.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o progname.lo progname.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c progname.c -fno-common -DPIC -o .libs/progname.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o same.lo same.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c same.c -fno-common -DPIC -o .libs/same.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o save-cwd.lo save-cwd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c save-cwd.c -fno-common -DPIC -o .libs/save-cwd.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o sig-handler.lo sig-handler.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c sig-handler.c -fno-common -DPIC -o .libs/sig-handler.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o sockets.lo sockets.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c sockets.c -fno-common -DPIC -o .libs/sockets.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o strftime.lo strftime.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c strftime.c -fno-common -DPIC -o .libs/strftime.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o strnlen1.lo strnlen1.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o sys_socket.lo sys_socket.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c strnlen1.c -fno-common -DPIC -o .libs/strnlen1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c sys_socket.c -fno-common -DPIC -o .libs/sys_socket.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o tempname.lo tempname.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c tempname.c -fno-common -DPIC -o .libs/tempname.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o tmpdir.lo tmpdir.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o unistd.lo unistd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c tmpdir.c -fno-common -DPIC -o .libs/tmpdir.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o dup-safer.lo dup-safer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c unistd.c -fno-common -DPIC -o .libs/unistd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c dup-safer.c -fno-common -DPIC -o .libs/dup-safer.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fd-safer.lo fd-safer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fd-safer.c -fno-common -DPIC -o .libs/fd-safer.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o pipe-safer.lo pipe-safer.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o wctype-h.lo wctype-h.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o xmalloc.lo xmalloc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c pipe-safer.c -fno-common -DPIC -o .libs/pipe-safer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c wctype-h.c -fno-common -DPIC -o .libs/wctype-h.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c xmalloc.c -fno-common -DPIC -o .libs/xmalloc.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o xalloc-die.lo xalloc-die.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c xalloc-die.c -fno-common -DPIC -o .libs/xalloc-die.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o xgetcwd.lo xgetcwd.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o xsize.lo xsize.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o xstrndup.lo xstrndup.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c xgetcwd.c -fno-common -DPIC -o .libs/xgetcwd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c xsize.c -fno-common -DPIC -o .libs/xsize.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c xstrndup.c -fno-common -DPIC -o .libs/xstrndup.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o asnprintf.lo asnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c asnprintf.c -fno-common -DPIC -o .libs/asnprintf.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o canonicalize-lgpl.lo canonicalize-lgpl.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o chdir-long.lo chdir-long.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o error.lo error.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c canonicalize-lgpl.c -fno-common -DPIC -o .libs/canonicalize-lgpl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c chdir-long.c -fno-common -DPIC -o .libs/chdir-long.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c error.c -fno-common -DPIC -o .libs/error.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fclose.lo fclose.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fclose.c -fno-common -DPIC -o .libs/fclose.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fdopendir.lo fdopendir.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fflush.lo fflush.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fnmatch.lo fnmatch.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fdopendir.c -fno-common -DPIC -o .libs/fdopendir.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fflush.c -fno-common -DPIC -o .libs/fflush.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fpurge.lo fpurge.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fnmatch.c -fno-common -DPIC -o .libs/fnmatch.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fpurge.c -fno-common -DPIC -o .libs/fpurge.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fseek.lo fseek.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fseeko.lo fseeko.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o fstatat.lo fstatat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fseek.c -fno-common -DPIC -o .libs/fseek.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fseeko.c -fno-common -DPIC -o .libs/fseeko.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c fstatat.c -fno-common -DPIC -o .libs/fstatat.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o getcwd.lo getcwd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c getcwd.c -fno-common -DPIC -o .libs/getcwd.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o getcwd-lgpl.lo getcwd-lgpl.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o getopt.lo getopt.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c getcwd-lgpl.c -fno-common -DPIC -o .libs/getcwd-lgpl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c getopt.c -fno-common -DPIC -o .libs/getopt.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o getopt1.lo getopt1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c getopt1.c -fno-common -DPIC -o .libs/getopt1.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o glob.lo glob.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o isnanf.lo isnanf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c glob.c -fno-common -DPIC -o .libs/glob.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c isnanf.c -fno-common -DPIC -o .libs/isnanf.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o isnanl.lo isnanl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c isnanl.c -fno-common -DPIC -o .libs/isnanl.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o link.lo link.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c link.c -fno-common -DPIC -o .libs/link.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o lstat.lo lstat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c lstat.c -fno-common -DPIC -o .libs/lstat.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o mempcpy.lo mempcpy.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c mempcpy.c -fno-common -DPIC -o .libs/mempcpy.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o memrchr.lo memrchr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c memrchr.c -fno-common -DPIC -o .libs/memrchr.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o mkfifo.lo mkfifo.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c mkfifo.c -fno-common -DPIC -o .libs/mkfifo.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o mkostemp.lo mkostemp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c mkostemp.c -fno-common -DPIC -o .libs/mkostemp.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o mktime.lo mktime.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c mktime.c -fno-common -DPIC -o .libs/mktime.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o nanosleep.lo nanosleep.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c nanosleep.c -fno-common -DPIC -o .libs/nanosleep.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o open.lo open.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c open.c -fno-common -DPIC -o .libs/open.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o openat.lo openat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c openat.c -fno-common -DPIC -o .libs/openat.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o openat-proc.lo openat-proc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c openat-proc.c -fno-common -DPIC -o .libs/openat-proc.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o printf-args.lo printf-args.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c printf-args.c -fno-common -DPIC -o .libs/printf-args.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o printf-parse.lo printf-parse.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c printf-parse.c -fno-common -DPIC -o .libs/printf-parse.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o putenv.lo putenv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c putenv.c -fno-common -DPIC -o .libs/putenv.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o readlink.lo readlink.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o rename.lo rename.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c readlink.c -fno-common -DPIC -o .libs/readlink.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c rename.c -fno-common -DPIC -o .libs/rename.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o secure_getenv.lo secure_getenv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c secure_getenv.c -fno-common -DPIC -o .libs/secure_getenv.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o stat.lo stat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c stat.c -fno-common -DPIC -o .libs/stat.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o strerror.lo strerror.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c strerror.c -fno-common -DPIC -o .libs/strerror.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o strerror-override.lo strerror-override.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c strerror-override.c -fno-common -DPIC -o .libs/strerror-override.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o symlink.lo symlink.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o unlink.lo unlink.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c symlink.c -fno-common -DPIC -o .libs/symlink.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c unlink.c -fno-common -DPIC -o .libs/unlink.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c -o vasnprintf.lo vasnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -D_THREAD_SAFE -pthread -c vasnprintf.c -fno-common -DPIC -o .libs/vasnprintf.o
rm -f t-charset.alias charset.alias && \
/bin/sh ./config.charset 'x86_64-apple-darwin13.0.0' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/octave/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/octave/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
/bin/sh ../libtool --tag=CC --mode=link clang -D_REENTRANT -D_THREAD_SAFE -pthread -no-undefined -framework JavaVM -o libgnu.la areadlink-with-size.lo base64.lo bitrotate.lo c-ctype.lo canonicalize.lo cloexec.lo md5.lo dirname.lo basename.lo dirname-lgpl.lo basename-lgpl.lo stripslash.lo exitfail.lo fd-hook.lo file-set.lo filemode.lo filenamecat-lgpl.lo freading.lo hash.lo hash-pjw.lo hash-triple.lo localcharset.lo malloca.lo math.lo nproc.lo openat-die.lo progname.lo same.lo save-cwd.lo sig-handler.lo sockets.lo strftime.lo strnlen1.lo sys_socket.lo tempname.lo tmpdir.lo unistd.lo dup-safer.lo fd-safer.lo pipe-safer.lo wctype-h.lo xmalloc.lo xalloc-die.lo xgetcwd.lo xsize.lo xstrndup.lo asnprintf.lo canonicalize-lgpl.lo chdir-long.lo error.lo fclose.lo fdopendir.lo fflush.lo fnmatch.lo fpurge.lo fseek.lo fseeko.lo fstatat.lo getcwd.lo getcwd-lgpl.lo getopt.lo getopt1.lo glob.lo isnanf.lo isnanl.lo link.lo lstat.lo mempcpy.lo memrchr.lo mkfifo.lo mkostemp.lo mktime.lo nanosleep.lo open.lo openat.lo openat-proc.lo printf-args.lo printf-parse.lo putenv.lo readlink.lo rename.lo secure_getenv.lo stat.lo strerror.lo strerror-override.lo symlink.lo unlink.lo vasnprintf.lo -lm
libtool: link: ar cru .libs/libgnu.a .libs/areadlink-with-size.o .libs/base64.o .libs/bitrotate.o .libs/c-ctype.o .libs/canonicalize.o .libs/cloexec.o .libs/md5.o .libs/dirname.o .libs/basename.o .libs/dirname-lgpl.o .libs/basename-lgpl.o .libs/stripslash.o .libs/exitfail.o .libs/fd-hook.o .libs/file-set.o .libs/filemode.o .libs/filenamecat-lgpl.o .libs/freading.o .libs/hash.o .libs/hash-pjw.o .libs/hash-triple.o .libs/localcharset.o .libs/malloca.o .libs/math.o .libs/nproc.o .libs/openat-die.o .libs/progname.o .libs/same.o .libs/save-cwd.o .libs/sig-handler.o .libs/sockets.o .libs/strftime.o .libs/strnlen1.o .libs/sys_socket.o .libs/tempname.o .libs/tmpdir.o .libs/unistd.o .libs/dup-safer.o .libs/fd-safer.o .libs/pipe-safer.o .libs/wctype-h.o .libs/xmalloc.o .libs/xalloc-die.o .libs/xgetcwd.o .libs/xsize.o .libs/xstrndup.o .libs/asnprintf.o .libs/canonicalize-lgpl.o .libs/chdir-long.o .libs/error.o .libs/fclose.o .libs/fdopendir.o .libs/fflush.o .libs/fnmatch.o .libs/fpurge.o .libs/fseek.o .libs/fseeko.o .libs/fstatat.o .libs/getcwd.o .libs/getcwd-lgpl.o .libs/getopt.o .libs/getopt1.o .libs/glob.o .libs/isnanf.o .libs/isnanl.o .libs/link.o .libs/lstat.o .libs/mempcpy.o .libs/memrchr.o .libs/mkfifo.o .libs/mkostemp.o .libs/mktime.o .libs/nanosleep.o .libs/open.o .libs/openat.o .libs/openat-proc.o .libs/printf-args.o .libs/printf-parse.o .libs/putenv.o .libs/readlink.o .libs/rename.o .libs/secure_getenv.o .libs/stat.o .libs/strerror.o .libs/strerror-override.o .libs/symlink.o .libs/unlink.o .libs/vasnprintf.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(bitrotate.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(math.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(sys_socket.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(getcwd-lgpl.o) has no symbols
libtool: link: ranlib .libs/libgnu.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(bitrotate.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(math.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(sys_socket.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(wctype-h.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgnu.a(getcwd-lgpl.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
Making all in liboctave
awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=mx make_inclusive_header=mx-ops.h /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mx-ops > operators/mx-ops.h-t
making numeric/DASPK-opts.h from numeric/DASPK-opts.in
making numeric/DASRT-opts.h from numeric/DASRT-opts.in
making numeric/DASSL-opts.h from numeric/DASSL-opts.in
mv operators/mx-ops.h-t operators/mx-ops.h
making numeric/LSODE-opts.h from numeric/LSODE-opts.in
mv numeric/DASSL-opts.h-t numeric/DASSL-opts.h
mv numeric/DASRT-opts.h-t numeric/DASRT-opts.h
mv numeric/DASPK-opts.h-t numeric/DASPK-opts.h
making numeric/Quad-opts.h from numeric/Quad-opts.in
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=mx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mx-ops)
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=mx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mx-ops)
mv numeric/LSODE-opts.h-t numeric/LSODE-opts.h
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=mx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mx-ops)
mv numeric/Quad-opts.h-t numeric/Quad-opts.h
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=mx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mx-ops)
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=mx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mx-ops)
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=vx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/vx-ops)
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/mk-ops.awk prefix=vx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/vx-ops)
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/sparse-mk-ops.awk prefix=smx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/sparse-mx-ops)
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/sparse-mk-ops.awk prefix=smx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/sparse-mx-ops)
(cd operators; awk -f /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/sparse-mk-ops.awk prefix=smx /private/tmp/octave-duZo/octave-3.8.0/liboctave/operators/sparse-mx-ops)
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in cruft
/usr/local/opt/gnu-sed/bin/gsed -e "" < slatec-fn/derfc.in.f > slatec-fn/derfc.f-t
mv slatec-fn/derfc.f-t slatec-fn/derfc.f
/usr/local/opt/gnu-sed/bin/gsed -e "" < slatec-fn/erfc.in.f > slatec-fn/erfc.f-t
chmod a+rx mkf77def
mv slatec-fn/erfc.f-t slatec-fn/erfc.f
./mkf77def . amos/cacai.f amos/cacon.f amos/cbesh.f amos/cbesi.f amos/cbesj.f amos/cbesk.f amos/cbesy.f amos/cbinu.f amos/cbuni.f amos/cbunk.f amos/cunk1.f amos/cunk2.f amos/crati.f amos/cshch.f amos/cuni1.f amos/cuoik.f amos/cairy.f amos/cbiry.f amos/ckscl.f amos/cs1s2.f amos/cuchk.f amos/cuni2.f amos/cwrsk.f amos/casyi.f amos/cbknu.f amos/cmlri.f amos/cseri.f amos/cunhj.f amos/cunik.f amos/dgamln.f amos/gamln.f amos/xzabs.f amos/xzexp.f amos/xzlog.f amos/xzsqrt.f amos/zacai.f amos/zacon.f amos/zairy.f amos/zasyi.f amos/zbesh.f amos/zbesi.f amos/zbesj.f amos/zbesk.f amos/zbesy.f amos/zbinu.f amos/zbiry.f amos/zbknu.f amos/zbuni.f amos/zbunk.f amos/zdiv.f amos/zkscl.f amos/zmlri.f amos/zmlt.f amos/zrati.f amos/zs1s2.f amos/zseri.f amos/zshch.f amos/zuchk.f amos/zunhj.f amos/zuni1.f amos/zuni2.f amos/zunik.f amos/zunk1.f amos/zunk2.f amos/zuoik.f amos/zwrsk.f blas-xtra/ddot3.f blas-xtra/zdotc3.f blas-xtra/sdot3.f blas-xtra/cdotc3.f blas-xtra/dmatm3.f blas-xtra/zmatm3.f blas-xtra/smatm3.f blas-xtra/cmatm3.f blas-xtra/xddot.f blas-xtra/xdnrm2.f blas-xtra/xdznrm2.f blas-xtra/xzdotc.f blas-xtra/xzdotu.f blas-xtra/xsdot.f blas-xtra/xsnrm2.f blas-xtra/xscnrm2.f blas-xtra/xcdotc.f blas-xtra/xcdotu.f blas-xtra/xerbla.f blas-xtra/cconv2.f blas-xtra/csconv2.f blas-xtra/dconv2.f blas-xtra/sconv2.f blas-xtra/zconv2.f blas-xtra/zdconv2.f daspk/datv.f daspk/dcnst0.f daspk/dcnstr.f daspk/ddasic.f daspk/ddasid.f daspk/ddasik.f daspk/ddaspk.f daspk/ddstp.f daspk/ddwnrm.f daspk/dfnrmd.f daspk/dfnrmk.f daspk/dhels.f daspk/dheqr.f daspk/dinvwt.f daspk/dlinsd.f daspk/dlinsk.f daspk/dmatd.f daspk/dnedd.f daspk/dnedk.f daspk/dnsd.f daspk/dnsid.f daspk/dnsik.f daspk/dnsk.f daspk/dorth.f daspk/dslvd.f daspk/dslvk.f daspk/dspigm.f daspk/dyypnw.f dasrt/ddasrt.f dasrt/drchek.f dasrt/droots.f dassl/ddaini.f dassl/ddajac.f dassl/ddanrm.f dassl/ddaslv.f dassl/ddassl.f dassl/ddastp.f dassl/ddatrp.f dassl/ddawts.f Faddeeva/Faddeeva.cc Faddeeva/Faddeeva.hh lapack-xtra/xclange.f lapack-xtra/xdlamch.f lapack-xtra/xdlange.f lapack-xtra/xilaenv.f lapack-xtra/xslamch.f lapack-xtra/xslange.f lapack-xtra/xzlange.f lapack-xtra/zrsf2csf.f lapack-xtra/crsf2csf.f misc/blaswrap.c misc/cquit.c misc/d1mach.f misc/f77-extern.cc misc/f77-fcn.c misc/i1mach.f misc/lo-error.c misc/quit.cc misc/r1mach.f odepack/cfode.f odepack/dlsode.f odepack/ewset.f odepack/intdy.f odepack/prepj.f odepack/solsy.f odepack/stode.f odepack/vnorm.f odepack/scfode.f odepack/sewset.f odepack/sintdy.f odepack/slsode.f odepack/sprepj.f odepack/ssolsy.f odepack/sstode.f odepack/svnorm.f ordered-qz/dsubsp.f ordered-qz/exchqz.f ordered-qz/ssubsp.f ordered-qz/sexchqz.f quadpack/dqagi.f quadpack/dqagie.f quadpack/dqagp.f quadpack/dqagpe.f quadpack/dqelg.f quadpack/dqk15i.f quadpack/dqk21.f quadpack/dqpsrt.f quadpack/qagie.f quadpack/qagi.f quadpack/qagpe.f quadpack/qagp.f quadpack/qelg.f quadpack/qk15i.f quadpack/qk21.f quadpack/qpsrt.f quadpack/xerror.f slatec-err/fdump.f slatec-err/ixsav.f slatec-err/j4save.f slatec-err/xerclr.f slatec-err/xercnt.f slatec-err/xerhlt.f slatec-err/xermsg.f slatec-err/xerprn.f slatec-err/xerrwd.f slatec-err/xersve.f slatec-err/xgetf.f slatec-err/xgetua.f slatec-err/xsetf.f slatec-err/xsetua.f slatec-fn/albeta.f slatec-fn/alngam.f slatec-fn/alnrel.f slatec-fn/algams.f slatec-fn/acosh.f slatec-fn/asinh.f slatec-fn/atanh.f slatec-fn/betai.f slatec-fn/csevl.f slatec-fn/d9gmit.f slatec-fn/d9lgic.f slatec-fn/d9lgit.f slatec-fn/d9lgmc.f slatec-fn/dacosh.f slatec-fn/dasinh.f slatec-fn/datanh.f slatec-fn/dbetai.f slatec-fn/dcsevl.f slatec-fn/derf.f slatec-fn/dgami.f slatec-fn/dgamit.f slatec-fn/dgamlm.f slatec-fn/dgamma.f slatec-fn/dgamr.f slatec-fn/dlbeta.f slatec-fn/dlgams.f slatec-fn/dlngam.f slatec-fn/dlnrel.f slatec-fn/dpchim.f slatec-fn/dpchst.f slatec-fn/erf.f slatec-fn/gami.f slatec-fn/gamit.f slatec-fn/gamlim.f slatec-fn/gamma.f slatec-fn/gamr.f slatec-fn/initds.f slatec-fn/inits.f slatec-fn/pchim.f slatec-fn/pchst.f slatec-fn/r9lgmc.f slatec-fn/r9lgit.f slatec-fn/r9gmit.f slatec-fn/r9lgic.f slatec-fn/xdacosh.f slatec-fn/xdasinh.f slatec-fn/xdatanh.f slatec-fn/xdbetai.f slatec-fn/xderf.f slatec-fn/xderfc.f slatec-fn/xdgami.f slatec-fn/xdgamit.f slatec-fn/xdgamma.f slatec-fn/xgmainc.f slatec-fn/xacosh.f slatec-fn/xasinh.f slatec-fn/xatanh.f slatec-fn/xerf.f slatec-fn/xerfc.f slatec-fn/xsgmainc.f slatec-fn/xgamma.f slatec-fn/xbetai.f > cruft.def-t
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cacai.lo `test -f 'amos/cacai.f' || echo './'`amos/cacai.f
chmod a+rx mkf77def
./mkf77def . ranlib/advnst.f ranlib/genbet.f ranlib/genchi.f ranlib/genexp.f ranlib/genf.f ranlib/gengam.f ranlib/genmn.f ranlib/genmul.f ranlib/gennch.f ranlib/gennf.f ranlib/gennor.f ranlib/genprm.f ranlib/genunf.f ranlib/getcgn.f ranlib/getsd.f ranlib/ignbin.f ranlib/ignlgi.f ranlib/ignnbn.f ranlib/ignpoi.f ranlib/ignuin.f ranlib/initgn.f ranlib/inrgcm.f ranlib/lennob.f ranlib/mltmod.f ranlib/phrtsd.f ranlib/qrgnin.f ranlib/ranf.f ranlib/setall.f ranlib/setant.f ranlib/setgmn.f ranlib/setsd.f ranlib/sexpo.f ranlib/sgamma.f ranlib/snorm.f ranlib/wrap.f > ranlib/ranlib.def-t
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cacon.lo `test -f 'amos/cacon.f' || echo './'`amos/cacon.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cacai.f -fno-common -o amos/.libs/libcruft_la-cacai.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cacon.f -fno-common -o amos/.libs/libcruft_la-cacon.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbesh.lo `test -f 'amos/cbesh.f' || echo './'`amos/cbesh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbesh.f -fno-common -o amos/.libs/libcruft_la-cbesh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbesi.lo `test -f 'amos/cbesi.f' || echo './'`amos/cbesi.f
mv ranlib/ranlib.def-t ranlib/ranlib.def
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbesj.lo `test -f 'amos/cbesj.f' || echo './'`amos/cbesj.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbesi.f -fno-common -o amos/.libs/libcruft_la-cbesi.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbesk.lo `test -f 'amos/cbesk.f' || echo './'`amos/cbesk.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbesj.f -fno-common -o amos/.libs/libcruft_la-cbesj.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbesk.f -fno-common -o amos/.libs/libcruft_la-cbesk.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbesy.lo `test -f 'amos/cbesy.f' || echo './'`amos/cbesy.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbinu.lo `test -f 'amos/cbinu.f' || echo './'`amos/cbinu.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbesy.f -fno-common -o amos/.libs/libcruft_la-cbesy.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbinu.f -fno-common -o amos/.libs/libcruft_la-cbinu.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbuni.lo `test -f 'amos/cbuni.f' || echo './'`amos/cbuni.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbunk.lo `test -f 'amos/cbunk.f' || echo './'`amos/cbunk.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbuni.f -fno-common -o amos/.libs/libcruft_la-cbuni.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cunk1.lo `test -f 'amos/cunk1.f' || echo './'`amos/cunk1.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbunk.f -fno-common -o amos/.libs/libcruft_la-cbunk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cunk1.f -fno-common -o amos/.libs/libcruft_la-cunk1.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cunk2.lo `test -f 'amos/cunk2.f' || echo './'`amos/cunk2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-crati.lo `test -f 'amos/crati.f' || echo './'`amos/crati.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cunk2.f -fno-common -o amos/.libs/libcruft_la-cunk2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/crati.f -fno-common -o amos/.libs/libcruft_la-crati.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cshch.lo `test -f 'amos/cshch.f' || echo './'`amos/cshch.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cshch.f -fno-common -o amos/.libs/libcruft_la-cshch.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cuni1.lo `test -f 'amos/cuni1.f' || echo './'`amos/cuni1.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cuoik.lo `test -f 'amos/cuoik.f' || echo './'`amos/cuoik.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cairy.lo `test -f 'amos/cairy.f' || echo './'`amos/cairy.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cuni1.f -fno-common -o amos/.libs/libcruft_la-cuni1.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cuoik.f -fno-common -o amos/.libs/libcruft_la-cuoik.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cairy.f -fno-common -o amos/.libs/libcruft_la-cairy.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbiry.lo `test -f 'amos/cbiry.f' || echo './'`amos/cbiry.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-ckscl.lo `test -f 'amos/ckscl.f' || echo './'`amos/ckscl.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cs1s2.lo `test -f 'amos/cs1s2.f' || echo './'`amos/cs1s2.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbiry.f -fno-common -o amos/.libs/libcruft_la-cbiry.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/ckscl.f -fno-common -o amos/.libs/libcruft_la-ckscl.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cs1s2.f -fno-common -o amos/.libs/libcruft_la-cs1s2.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cuchk.lo `test -f 'amos/cuchk.f' || echo './'`amos/cuchk.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cuni2.lo `test -f 'amos/cuni2.f' || echo './'`amos/cuni2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cwrsk.lo `test -f 'amos/cwrsk.f' || echo './'`amos/cwrsk.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cuchk.f -fno-common -o amos/.libs/libcruft_la-cuchk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cuni2.f -fno-common -o amos/.libs/libcruft_la-cuni2.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-casyi.lo `test -f 'amos/casyi.f' || echo './'`amos/casyi.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cwrsk.f -fno-common -o amos/.libs/libcruft_la-cwrsk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/casyi.f -fno-common -o amos/.libs/libcruft_la-casyi.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cbknu.lo `test -f 'amos/cbknu.f' || echo './'`amos/cbknu.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cmlri.lo `test -f 'amos/cmlri.f' || echo './'`amos/cmlri.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cbknu.f -fno-common -o amos/.libs/libcruft_la-cbknu.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cseri.lo `test -f 'amos/cseri.f' || echo './'`amos/cseri.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cmlri.f -fno-common -o amos/.libs/libcruft_la-cmlri.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cseri.f -fno-common -o amos/.libs/libcruft_la-cseri.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cunhj.lo `test -f 'amos/cunhj.f' || echo './'`amos/cunhj.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-cunik.lo `test -f 'amos/cunik.f' || echo './'`amos/cunik.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cunhj.f -fno-common -o amos/.libs/libcruft_la-cunhj.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/cunik.f -fno-common -o amos/.libs/libcruft_la-cunik.o
mv cruft.def-t cruft.def
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-dgamln.lo `test -f 'amos/dgamln.f' || echo './'`amos/dgamln.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-gamln.lo `test -f 'amos/gamln.f' || echo './'`amos/gamln.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-xzabs.lo `test -f 'amos/xzabs.f' || echo './'`amos/xzabs.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/dgamln.f -fno-common -o amos/.libs/libcruft_la-dgamln.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/gamln.f -fno-common -o amos/.libs/libcruft_la-gamln.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/xzabs.f -fno-common -o amos/.libs/libcruft_la-xzabs.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-xzexp.lo `test -f 'amos/xzexp.f' || echo './'`amos/xzexp.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-xzlog.lo `test -f 'amos/xzlog.f' || echo './'`amos/xzlog.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-xzsqrt.lo `test -f 'amos/xzsqrt.f' || echo './'`amos/xzsqrt.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zacai.lo `test -f 'amos/zacai.f' || echo './'`amos/zacai.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/xzlog.f -fno-common -o amos/.libs/libcruft_la-xzlog.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/xzexp.f -fno-common -o amos/.libs/libcruft_la-xzexp.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/xzsqrt.f -fno-common -o amos/.libs/libcruft_la-xzsqrt.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zacai.f -fno-common -o amos/.libs/libcruft_la-zacai.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zacon.lo `test -f 'amos/zacon.f' || echo './'`amos/zacon.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zairy.lo `test -f 'amos/zairy.f' || echo './'`amos/zairy.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zasyi.lo `test -f 'amos/zasyi.f' || echo './'`amos/zasyi.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbesh.lo `test -f 'amos/zbesh.f' || echo './'`amos/zbesh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zacon.f -fno-common -o amos/.libs/libcruft_la-zacon.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zairy.f -fno-common -o amos/.libs/libcruft_la-zairy.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zasyi.f -fno-common -o amos/.libs/libcruft_la-zasyi.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbesh.f -fno-common -o amos/.libs/libcruft_la-zbesh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbesi.lo `test -f 'amos/zbesi.f' || echo './'`amos/zbesi.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbesj.lo `test -f 'amos/zbesj.f' || echo './'`amos/zbesj.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbesk.lo `test -f 'amos/zbesk.f' || echo './'`amos/zbesk.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbesy.lo `test -f 'amos/zbesy.f' || echo './'`amos/zbesy.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbesi.f -fno-common -o amos/.libs/libcruft_la-zbesi.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbesk.f -fno-common -o amos/.libs/libcruft_la-zbesk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbesj.f -fno-common -o amos/.libs/libcruft_la-zbesj.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbesy.f -fno-common -o amos/.libs/libcruft_la-zbesy.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbinu.lo `test -f 'amos/zbinu.f' || echo './'`amos/zbinu.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbiry.lo `test -f 'amos/zbiry.f' || echo './'`amos/zbiry.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbknu.lo `test -f 'amos/zbknu.f' || echo './'`amos/zbknu.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbuni.lo `test -f 'amos/zbuni.f' || echo './'`amos/zbuni.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbinu.f -fno-common -o amos/.libs/libcruft_la-zbinu.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbknu.f -fno-common -o amos/.libs/libcruft_la-zbknu.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbiry.f -fno-common -o amos/.libs/libcruft_la-zbiry.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbuni.f -fno-common -o amos/.libs/libcruft_la-zbuni.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zbunk.lo `test -f 'amos/zbunk.f' || echo './'`amos/zbunk.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zbunk.f -fno-common -o amos/.libs/libcruft_la-zbunk.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zdiv.lo `test -f 'amos/zdiv.f' || echo './'`amos/zdiv.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zkscl.lo `test -f 'amos/zkscl.f' || echo './'`amos/zkscl.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zmlri.lo `test -f 'amos/zmlri.f' || echo './'`amos/zmlri.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zdiv.f -fno-common -o amos/.libs/libcruft_la-zdiv.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zkscl.f -fno-common -o amos/.libs/libcruft_la-zkscl.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zmlri.f -fno-common -o amos/.libs/libcruft_la-zmlri.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zmlt.lo `test -f 'amos/zmlt.f' || echo './'`amos/zmlt.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zrati.lo `test -f 'amos/zrati.f' || echo './'`amos/zrati.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zs1s2.lo `test -f 'amos/zs1s2.f' || echo './'`amos/zs1s2.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zmlt.f -fno-common -o amos/.libs/libcruft_la-zmlt.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zrati.f -fno-common -o amos/.libs/libcruft_la-zrati.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zseri.lo `test -f 'amos/zseri.f' || echo './'`amos/zseri.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zs1s2.f -fno-common -o amos/.libs/libcruft_la-zs1s2.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zshch.lo `test -f 'amos/zshch.f' || echo './'`amos/zshch.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zuchk.lo `test -f 'amos/zuchk.f' || echo './'`amos/zuchk.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zseri.f -fno-common -o amos/.libs/libcruft_la-zseri.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zunhj.lo `test -f 'amos/zunhj.f' || echo './'`amos/zunhj.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zshch.f -fno-common -o amos/.libs/libcruft_la-zshch.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zuni1.lo `test -f 'amos/zuni1.f' || echo './'`amos/zuni1.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zuchk.f -fno-common -o amos/.libs/libcruft_la-zuchk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zunhj.f -fno-common -o amos/.libs/libcruft_la-zunhj.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zuni2.lo `test -f 'amos/zuni2.f' || echo './'`amos/zuni2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zunik.lo `test -f 'amos/zunik.f' || echo './'`amos/zunik.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zuni1.f -fno-common -o amos/.libs/libcruft_la-zuni1.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zuni2.f -fno-common -o amos/.libs/libcruft_la-zuni2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zunik.f -fno-common -o amos/.libs/libcruft_la-zunik.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zunk1.lo `test -f 'amos/zunk1.f' || echo './'`amos/zunk1.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zunk2.lo `test -f 'amos/zunk2.f' || echo './'`amos/zunk2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zuoik.lo `test -f 'amos/zuoik.f' || echo './'`amos/zuoik.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zunk1.f -fno-common -o amos/.libs/libcruft_la-zunk1.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o amos/libcruft_la-zwrsk.lo `test -f 'amos/zwrsk.f' || echo './'`amos/zwrsk.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zunk2.f -fno-common -o amos/.libs/libcruft_la-zunk2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zuoik.f -fno-common -o amos/.libs/libcruft_la-zuoik.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c amos/zwrsk.f -fno-common -o amos/.libs/libcruft_la-zwrsk.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-ddot3.lo `test -f 'blas-xtra/ddot3.f' || echo './'`blas-xtra/ddot3.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-zdotc3.lo `test -f 'blas-xtra/zdotc3.f' || echo './'`blas-xtra/zdotc3.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-sdot3.lo `test -f 'blas-xtra/sdot3.f' || echo './'`blas-xtra/sdot3.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/ddot3.f -fno-common -o blas-xtra/.libs/libcruft_la-ddot3.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/zdotc3.f -fno-common -o blas-xtra/.libs/libcruft_la-zdotc3.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-cdotc3.lo `test -f 'blas-xtra/cdotc3.f' || echo './'`blas-xtra/cdotc3.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/sdot3.f -fno-common -o blas-xtra/.libs/libcruft_la-sdot3.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-dmatm3.lo `test -f 'blas-xtra/dmatm3.f' || echo './'`blas-xtra/dmatm3.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-zmatm3.lo `test -f 'blas-xtra/zmatm3.f' || echo './'`blas-xtra/zmatm3.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-smatm3.lo `test -f 'blas-xtra/smatm3.f' || echo './'`blas-xtra/smatm3.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/cdotc3.f -fno-common -o blas-xtra/.libs/libcruft_la-cdotc3.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/dmatm3.f -fno-common -o blas-xtra/.libs/libcruft_la-dmatm3.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/zmatm3.f -fno-common -o blas-xtra/.libs/libcruft_la-zmatm3.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/smatm3.f -fno-common -o blas-xtra/.libs/libcruft_la-smatm3.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-cmatm3.lo `test -f 'blas-xtra/cmatm3.f' || echo './'`blas-xtra/cmatm3.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xddot.lo `test -f 'blas-xtra/xddot.f' || echo './'`blas-xtra/xddot.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xdnrm2.lo `test -f 'blas-xtra/xdnrm2.f' || echo './'`blas-xtra/xdnrm2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xdznrm2.lo `test -f 'blas-xtra/xdznrm2.f' || echo './'`blas-xtra/xdznrm2.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/cmatm3.f -fno-common -o blas-xtra/.libs/libcruft_la-cmatm3.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xddot.f -fno-common -o blas-xtra/.libs/libcruft_la-xddot.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xdnrm2.f -fno-common -o blas-xtra/.libs/libcruft_la-xdnrm2.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xzdotc.lo `test -f 'blas-xtra/xzdotc.f' || echo './'`blas-xtra/xzdotc.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xzdotu.lo `test -f 'blas-xtra/xzdotu.f' || echo './'`blas-xtra/xzdotu.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xdznrm2.f -fno-common -o blas-xtra/.libs/libcruft_la-xdznrm2.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xsdot.lo `test -f 'blas-xtra/xsdot.f' || echo './'`blas-xtra/xsdot.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xsnrm2.lo `test -f 'blas-xtra/xsnrm2.f' || echo './'`blas-xtra/xsnrm2.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xzdotc.f -fno-common -o blas-xtra/.libs/libcruft_la-xzdotc.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xzdotu.f -fno-common -o blas-xtra/.libs/libcruft_la-xzdotu.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xsdot.f -fno-common -o blas-xtra/.libs/libcruft_la-xsdot.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xscnrm2.lo `test -f 'blas-xtra/xscnrm2.f' || echo './'`blas-xtra/xscnrm2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xcdotc.lo `test -f 'blas-xtra/xcdotc.f' || echo './'`blas-xtra/xcdotc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xsnrm2.f -fno-common -o blas-xtra/.libs/libcruft_la-xsnrm2.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xcdotu.lo `test -f 'blas-xtra/xcdotu.f' || echo './'`blas-xtra/xcdotu.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-xerbla.lo `test -f 'blas-xtra/xerbla.f' || echo './'`blas-xtra/xerbla.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xscnrm2.f -fno-common -o blas-xtra/.libs/libcruft_la-xscnrm2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xcdotc.f -fno-common -o blas-xtra/.libs/libcruft_la-xcdotc.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xcdotu.f -fno-common -o blas-xtra/.libs/libcruft_la-xcdotu.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-cconv2.lo `test -f 'blas-xtra/cconv2.f' || echo './'`blas-xtra/cconv2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-csconv2.lo `test -f 'blas-xtra/csconv2.f' || echo './'`blas-xtra/csconv2.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/xerbla.f -fno-common -o blas-xtra/.libs/libcruft_la-xerbla.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-dconv2.lo `test -f 'blas-xtra/dconv2.f' || echo './'`blas-xtra/dconv2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-sconv2.lo `test -f 'blas-xtra/sconv2.f' || echo './'`blas-xtra/sconv2.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/cconv2.f -fno-common -o blas-xtra/.libs/libcruft_la-cconv2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/csconv2.f -fno-common -o blas-xtra/.libs/libcruft_la-csconv2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/dconv2.f -fno-common -o blas-xtra/.libs/libcruft_la-dconv2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/sconv2.f -fno-common -o blas-xtra/.libs/libcruft_la-sconv2.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-zconv2.lo `test -f 'blas-xtra/zconv2.f' || echo './'`blas-xtra/zconv2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o blas-xtra/libcruft_la-zdconv2.lo `test -f 'blas-xtra/zdconv2.f' || echo './'`blas-xtra/zdconv2.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-datv.lo `test -f 'daspk/datv.f' || echo './'`daspk/datv.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dcnst0.lo `test -f 'daspk/dcnst0.f' || echo './'`daspk/dcnst0.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/zconv2.f -fno-common -o blas-xtra/.libs/libcruft_la-zconv2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c blas-xtra/zdconv2.f -fno-common -o blas-xtra/.libs/libcruft_la-zdconv2.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/datv.f -fno-common -o daspk/.libs/libcruft_la-datv.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dcnst0.f -fno-common -o daspk/.libs/libcruft_la-dcnst0.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dcnstr.lo `test -f 'daspk/dcnstr.f' || echo './'`daspk/dcnstr.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-ddasic.lo `test -f 'daspk/ddasic.f' || echo './'`daspk/ddasic.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-ddasid.lo `test -f 'daspk/ddasid.f' || echo './'`daspk/ddasid.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-ddasik.lo `test -f 'daspk/ddasik.f' || echo './'`daspk/ddasik.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dcnstr.f -fno-common -o daspk/.libs/libcruft_la-dcnstr.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/ddasic.f -fno-common -o daspk/.libs/libcruft_la-ddasic.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/ddasid.f -fno-common -o daspk/.libs/libcruft_la-ddasid.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/ddasik.f -fno-common -o daspk/.libs/libcruft_la-ddasik.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-ddaspk.lo `test -f 'daspk/ddaspk.f' || echo './'`daspk/ddaspk.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-ddstp.lo `test -f 'daspk/ddstp.f' || echo './'`daspk/ddstp.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-ddwnrm.lo `test -f 'daspk/ddwnrm.f' || echo './'`daspk/ddwnrm.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dfnrmd.lo `test -f 'daspk/dfnrmd.f' || echo './'`daspk/dfnrmd.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/ddaspk.f -fno-common -o daspk/.libs/libcruft_la-ddaspk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/ddstp.f -fno-common -o daspk/.libs/libcruft_la-ddstp.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/ddwnrm.f -fno-common -o daspk/.libs/libcruft_la-ddwnrm.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dfnrmd.f -fno-common -o daspk/.libs/libcruft_la-dfnrmd.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dfnrmk.lo `test -f 'daspk/dfnrmk.f' || echo './'`daspk/dfnrmk.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dhels.lo `test -f 'daspk/dhels.f' || echo './'`daspk/dhels.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dfnrmk.f -fno-common -o daspk/.libs/libcruft_la-dfnrmk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dhels.f -fno-common -o daspk/.libs/libcruft_la-dhels.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dheqr.lo `test -f 'daspk/dheqr.f' || echo './'`daspk/dheqr.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dinvwt.lo `test -f 'daspk/dinvwt.f' || echo './'`daspk/dinvwt.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dlinsd.lo `test -f 'daspk/dlinsd.f' || echo './'`daspk/dlinsd.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dinvwt.f -fno-common -o daspk/.libs/libcruft_la-dinvwt.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dheqr.f -fno-common -o daspk/.libs/libcruft_la-dheqr.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dlinsd.f -fno-common -o daspk/.libs/libcruft_la-dlinsd.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dlinsk.lo `test -f 'daspk/dlinsk.f' || echo './'`daspk/dlinsk.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dmatd.lo `test -f 'daspk/dmatd.f' || echo './'`daspk/dmatd.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dnedd.lo `test -f 'daspk/dnedd.f' || echo './'`daspk/dnedd.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dlinsk.f -fno-common -o daspk/.libs/libcruft_la-dlinsk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dmatd.f -fno-common -o daspk/.libs/libcruft_la-dmatd.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dnedd.f -fno-common -o daspk/.libs/libcruft_la-dnedd.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dnedk.lo `test -f 'daspk/dnedk.f' || echo './'`daspk/dnedk.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dnsd.lo `test -f 'daspk/dnsd.f' || echo './'`daspk/dnsd.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dnsid.lo `test -f 'daspk/dnsid.f' || echo './'`daspk/dnsid.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dnsik.lo `test -f 'daspk/dnsik.f' || echo './'`daspk/dnsik.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dnedk.f -fno-common -o daspk/.libs/libcruft_la-dnedk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dnsd.f -fno-common -o daspk/.libs/libcruft_la-dnsd.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dnsid.f -fno-common -o daspk/.libs/libcruft_la-dnsid.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dnsik.f -fno-common -o daspk/.libs/libcruft_la-dnsik.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dnsk.lo `test -f 'daspk/dnsk.f' || echo './'`daspk/dnsk.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dorth.lo `test -f 'daspk/dorth.f' || echo './'`daspk/dorth.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dslvd.lo `test -f 'daspk/dslvd.f' || echo './'`daspk/dslvd.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dslvk.lo `test -f 'daspk/dslvk.f' || echo './'`daspk/dslvk.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dnsk.f -fno-common -o daspk/.libs/libcruft_la-dnsk.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dorth.f -fno-common -o daspk/.libs/libcruft_la-dorth.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dslvd.f -fno-common -o daspk/.libs/libcruft_la-dslvd.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dslvk.f -fno-common -o daspk/.libs/libcruft_la-dslvk.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dspigm.lo `test -f 'daspk/dspigm.f' || echo './'`daspk/dspigm.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o daspk/libcruft_la-dyypnw.lo `test -f 'daspk/dyypnw.f' || echo './'`daspk/dyypnw.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dasrt/libcruft_la-ddasrt.lo `test -f 'dasrt/ddasrt.f' || echo './'`dasrt/ddasrt.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dasrt/libcruft_la-drchek.lo `test -f 'dasrt/drchek.f' || echo './'`dasrt/drchek.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dspigm.f -fno-common -o daspk/.libs/libcruft_la-dspigm.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c daspk/dyypnw.f -fno-common -o daspk/.libs/libcruft_la-dyypnw.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dasrt/ddasrt.f -fno-common -o dasrt/.libs/libcruft_la-ddasrt.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dasrt/drchek.f -fno-common -o dasrt/.libs/libcruft_la-drchek.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dasrt/libcruft_la-droots.lo `test -f 'dasrt/droots.f' || echo './'`dasrt/droots.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dasrt/droots.f -fno-common -o dasrt/.libs/libcruft_la-droots.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddaini.lo `test -f 'dassl/ddaini.f' || echo './'`dassl/ddaini.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddajac.lo `test -f 'dassl/ddajac.f' || echo './'`dassl/ddajac.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddanrm.lo `test -f 'dassl/ddanrm.f' || echo './'`dassl/ddanrm.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddaini.f -fno-common -o dassl/.libs/libcruft_la-ddaini.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddajac.f -fno-common -o dassl/.libs/libcruft_la-ddajac.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddanrm.f -fno-common -o dassl/.libs/libcruft_la-ddanrm.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddaslv.lo `test -f 'dassl/ddaslv.f' || echo './'`dassl/ddaslv.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddassl.lo `test -f 'dassl/ddassl.f' || echo './'`dassl/ddassl.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddastp.lo `test -f 'dassl/ddastp.f' || echo './'`dassl/ddastp.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddatrp.lo `test -f 'dassl/ddatrp.f' || echo './'`dassl/ddatrp.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddassl.f -fno-common -o dassl/.libs/libcruft_la-ddassl.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddaslv.f -fno-common -o dassl/.libs/libcruft_la-ddaslv.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddastp.f -fno-common -o dassl/.libs/libcruft_la-ddastp.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddatrp.f -fno-common -o dassl/.libs/libcruft_la-ddatrp.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o dassl/libcruft_la-ddawts.lo `test -f 'dassl/ddawts.f' || echo './'`dassl/ddawts.f
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c -o Faddeeva/libcruft_la-Faddeeva.lo `test -f 'Faddeeva/Faddeeva.cc' || echo './'`Faddeeva/Faddeeva.cc
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c dassl/ddawts.f -fno-common -o dassl/.libs/libcruft_la-ddawts.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-xclange.lo `test -f 'lapack-xtra/xclange.f' || echo './'`lapack-xtra/xclange.f
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c Faddeeva/Faddeeva.cc -fno-common -DPIC -o Faddeeva/.libs/libcruft_la-Faddeeva.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/xclange.f -fno-common -o lapack-xtra/.libs/libcruft_la-xclange.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-xdlamch.lo `test -f 'lapack-xtra/xdlamch.f' || echo './'`lapack-xtra/xdlamch.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-xdlange.lo `test -f 'lapack-xtra/xdlange.f' || echo './'`lapack-xtra/xdlange.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/xdlamch.f -fno-common -o lapack-xtra/.libs/libcruft_la-xdlamch.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-xilaenv.lo `test -f 'lapack-xtra/xilaenv.f' || echo './'`lapack-xtra/xilaenv.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-xslamch.lo `test -f 'lapack-xtra/xslamch.f' || echo './'`lapack-xtra/xslamch.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/xdlange.f -fno-common -o lapack-xtra/.libs/libcruft_la-xdlange.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/xilaenv.f -fno-common -o lapack-xtra/.libs/libcruft_la-xilaenv.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-xslange.lo `test -f 'lapack-xtra/xslange.f' || echo './'`lapack-xtra/xslange.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/xslamch.f -fno-common -o lapack-xtra/.libs/libcruft_la-xslamch.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-xzlange.lo `test -f 'lapack-xtra/xzlange.f' || echo './'`lapack-xtra/xzlange.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-zrsf2csf.lo `test -f 'lapack-xtra/zrsf2csf.f' || echo './'`lapack-xtra/zrsf2csf.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/xslange.f -fno-common -o lapack-xtra/.libs/libcruft_la-xslange.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/xzlange.f -fno-common -o lapack-xtra/.libs/libcruft_la-xzlange.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/zrsf2csf.f -fno-common -o lapack-xtra/.libs/libcruft_la-zrsf2csf.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o lapack-xtra/libcruft_la-crsf2csf.lo `test -f 'lapack-xtra/crsf2csf.f' || echo './'`lapack-xtra/crsf2csf.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c lapack-xtra/crsf2csf.f -fno-common -o lapack-xtra/.libs/libcruft_la-crsf2csf.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c -o misc/libcruft_la-blaswrap.lo `test -f 'misc/blaswrap.c' || echo './'`misc/blaswrap.c
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c -o misc/libcruft_la-cquit.lo `test -f 'misc/cquit.c' || echo './'`misc/cquit.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c misc/blaswrap.c -fno-common -DPIC -o misc/.libs/libcruft_la-blaswrap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c misc/cquit.c -fno-common -DPIC -o misc/.libs/libcruft_la-cquit.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o misc/libcruft_la-d1mach.lo `test -f 'misc/d1mach.f' || echo './'`misc/d1mach.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c misc/d1mach.f -fno-common -o misc/.libs/libcruft_la-d1mach.o
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c -o misc/libcruft_la-f77-extern.lo `test -f 'misc/f77-extern.cc' || echo './'`misc/f77-extern.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c misc/f77-extern.cc -fno-common -DPIC -o misc/.libs/libcruft_la-f77-extern.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c -o misc/libcruft_la-f77-fcn.lo `test -f 'misc/f77-fcn.c' || echo './'`misc/f77-fcn.c
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o misc/libcruft_la-i1mach.lo `test -f 'misc/i1mach.f' || echo './'`misc/i1mach.f
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c misc/f77-fcn.c -fno-common -DPIC -o misc/.libs/libcruft_la-f77-fcn.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c misc/i1mach.f -fno-common -o misc/.libs/libcruft_la-i1mach.o
/bin/sh ../../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c -o misc/libcruft_la-lo-error.lo `test -f 'misc/lo-error.c' || echo './'`misc/lo-error.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c misc/lo-error.c -fno-common -DPIC -o misc/.libs/libcruft_la-lo-error.o
/bin/sh ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c -o misc/libcruft_la-quit.lo `test -f 'misc/quit.cc' || echo './'`misc/quit.cc
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o misc/libcruft_la-r1mach.lo `test -f 'misc/r1mach.f' || echo './'`misc/r1mach.f
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../libgnu -I../../libgnu -D_REENTRANT -D_THREAD_SAFE -pthread -c misc/quit.cc -fno-common -DPIC -o misc/.libs/libcruft_la-quit.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c misc/r1mach.f -fno-common -o misc/.libs/libcruft_la-r1mach.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-cfode.lo `test -f 'odepack/cfode.f' || echo './'`odepack/cfode.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-dlsode.lo `test -f 'odepack/dlsode.f' || echo './'`odepack/dlsode.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-ewset.lo `test -f 'odepack/ewset.f' || echo './'`odepack/ewset.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/cfode.f -fno-common -o odepack/.libs/libcruft_la-cfode.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/dlsode.f -fno-common -o odepack/.libs/libcruft_la-dlsode.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/ewset.f -fno-common -o odepack/.libs/libcruft_la-ewset.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-intdy.lo `test -f 'odepack/intdy.f' || echo './'`odepack/intdy.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-prepj.lo `test -f 'odepack/prepj.f' || echo './'`odepack/prepj.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/prepj.f -fno-common -o odepack/.libs/libcruft_la-prepj.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/intdy.f -fno-common -o odepack/.libs/libcruft_la-intdy.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-solsy.lo `test -f 'odepack/solsy.f' || echo './'`odepack/solsy.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-stode.lo `test -f 'odepack/stode.f' || echo './'`odepack/stode.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/solsy.f -fno-common -o odepack/.libs/libcruft_la-solsy.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-vnorm.lo `test -f 'odepack/vnorm.f' || echo './'`odepack/vnorm.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-scfode.lo `test -f 'odepack/scfode.f' || echo './'`odepack/scfode.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/stode.f -fno-common -o odepack/.libs/libcruft_la-stode.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/vnorm.f -fno-common -o odepack/.libs/libcruft_la-vnorm.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/scfode.f -fno-common -o odepack/.libs/libcruft_la-scfode.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-sewset.lo `test -f 'odepack/sewset.f' || echo './'`odepack/sewset.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-sintdy.lo `test -f 'odepack/sintdy.f' || echo './'`odepack/sintdy.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/sewset.f -fno-common -o odepack/.libs/libcruft_la-sewset.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-slsode.lo `test -f 'odepack/slsode.f' || echo './'`odepack/slsode.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/sintdy.f -fno-common -o odepack/.libs/libcruft_la-sintdy.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-sprepj.lo `test -f 'odepack/sprepj.f' || echo './'`odepack/sprepj.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/slsode.f -fno-common -o odepack/.libs/libcruft_la-slsode.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-ssolsy.lo `test -f 'odepack/ssolsy.f' || echo './'`odepack/ssolsy.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-sstode.lo `test -f 'odepack/sstode.f' || echo './'`odepack/sstode.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/sprepj.f -fno-common -o odepack/.libs/libcruft_la-sprepj.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/ssolsy.f -fno-common -o odepack/.libs/libcruft_la-ssolsy.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/sstode.f -fno-common -o odepack/.libs/libcruft_la-sstode.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o odepack/libcruft_la-svnorm.lo `test -f 'odepack/svnorm.f' || echo './'`odepack/svnorm.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o ordered-qz/libcruft_la-dsubsp.lo `test -f 'ordered-qz/dsubsp.f' || echo './'`ordered-qz/dsubsp.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c odepack/svnorm.f -fno-common -o odepack/.libs/libcruft_la-svnorm.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o ordered-qz/libcruft_la-exchqz.lo `test -f 'ordered-qz/exchqz.f' || echo './'`ordered-qz/exchqz.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c ordered-qz/dsubsp.f -fno-common -o ordered-qz/.libs/libcruft_la-dsubsp.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c ordered-qz/exchqz.f -fno-common -o ordered-qz/.libs/libcruft_la-exchqz.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o ordered-qz/libcruft_la-ssubsp.lo `test -f 'ordered-qz/ssubsp.f' || echo './'`ordered-qz/ssubsp.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o ordered-qz/libcruft_la-sexchqz.lo `test -f 'ordered-qz/sexchqz.f' || echo './'`ordered-qz/sexchqz.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqagi.lo `test -f 'quadpack/dqagi.f' || echo './'`quadpack/dqagi.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c ordered-qz/ssubsp.f -fno-common -o ordered-qz/.libs/libcruft_la-ssubsp.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c ordered-qz/sexchqz.f -fno-common -o ordered-qz/.libs/libcruft_la-sexchqz.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqagi.f -fno-common -o quadpack/.libs/libcruft_la-dqagi.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqagie.lo `test -f 'quadpack/dqagie.f' || echo './'`quadpack/dqagie.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqagp.lo `test -f 'quadpack/dqagp.f' || echo './'`quadpack/dqagp.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqagie.f -fno-common -o quadpack/.libs/libcruft_la-dqagie.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqagp.f -fno-common -o quadpack/.libs/libcruft_la-dqagp.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqagpe.lo `test -f 'quadpack/dqagpe.f' || echo './'`quadpack/dqagpe.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqelg.lo `test -f 'quadpack/dqelg.f' || echo './'`quadpack/dqelg.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqk15i.lo `test -f 'quadpack/dqk15i.f' || echo './'`quadpack/dqk15i.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqagpe.f -fno-common -o quadpack/.libs/libcruft_la-dqagpe.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqelg.f -fno-common -o quadpack/.libs/libcruft_la-dqelg.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqk15i.f -fno-common -o quadpack/.libs/libcruft_la-dqk15i.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqk21.lo `test -f 'quadpack/dqk21.f' || echo './'`quadpack/dqk21.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-dqpsrt.lo `test -f 'quadpack/dqpsrt.f' || echo './'`quadpack/dqpsrt.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qagie.lo `test -f 'quadpack/qagie.f' || echo './'`quadpack/qagie.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqk21.f -fno-common -o quadpack/.libs/libcruft_la-dqk21.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qagi.lo `test -f 'quadpack/qagi.f' || echo './'`quadpack/qagi.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qagie.f -fno-common -o quadpack/.libs/libcruft_la-qagie.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/dqpsrt.f -fno-common -o quadpack/.libs/libcruft_la-dqpsrt.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qagpe.lo `test -f 'quadpack/qagpe.f' || echo './'`quadpack/qagpe.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qagp.lo `test -f 'quadpack/qagp.f' || echo './'`quadpack/qagp.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qagi.f -fno-common -o quadpack/.libs/libcruft_la-qagi.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qagpe.f -fno-common -o quadpack/.libs/libcruft_la-qagpe.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qelg.lo `test -f 'quadpack/qelg.f' || echo './'`quadpack/qelg.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qagp.f -fno-common -o quadpack/.libs/libcruft_la-qagp.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qk15i.lo `test -f 'quadpack/qk15i.f' || echo './'`quadpack/qk15i.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qelg.f -fno-common -o quadpack/.libs/libcruft_la-qelg.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qk21.lo `test -f 'quadpack/qk21.f' || echo './'`quadpack/qk21.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qk15i.f -fno-common -o quadpack/.libs/libcruft_la-qk15i.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qk21.f -fno-common -o quadpack/.libs/libcruft_la-qk21.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-qpsrt.lo `test -f 'quadpack/qpsrt.f' || echo './'`quadpack/qpsrt.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o quadpack/libcruft_la-xerror.lo `test -f 'quadpack/xerror.f' || echo './'`quadpack/xerror.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-fdump.lo `test -f 'slatec-err/fdump.f' || echo './'`slatec-err/fdump.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-ixsav.lo `test -f 'slatec-err/ixsav.f' || echo './'`slatec-err/ixsav.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/qpsrt.f -fno-common -o quadpack/.libs/libcruft_la-qpsrt.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c quadpack/xerror.f -fno-common -o quadpack/.libs/libcruft_la-xerror.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/fdump.f -fno-common -o slatec-err/.libs/libcruft_la-fdump.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/ixsav.f -fno-common -o slatec-err/.libs/libcruft_la-ixsav.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-j4save.lo `test -f 'slatec-err/j4save.f' || echo './'`slatec-err/j4save.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xerclr.lo `test -f 'slatec-err/xerclr.f' || echo './'`slatec-err/xerclr.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xercnt.lo `test -f 'slatec-err/xercnt.f' || echo './'`slatec-err/xercnt.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xerhlt.lo `test -f 'slatec-err/xerhlt.f' || echo './'`slatec-err/xerhlt.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/j4save.f -fno-common -o slatec-err/.libs/libcruft_la-j4save.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xerclr.f -fno-common -o slatec-err/.libs/libcruft_la-xerclr.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xercnt.f -fno-common -o slatec-err/.libs/libcruft_la-xercnt.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xermsg.lo `test -f 'slatec-err/xermsg.f' || echo './'`slatec-err/xermsg.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xerprn.lo `test -f 'slatec-err/xerprn.f' || echo './'`slatec-err/xerprn.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xerhlt.f -fno-common -o slatec-err/.libs/libcruft_la-xerhlt.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xerrwd.lo `test -f 'slatec-err/xerrwd.f' || echo './'`slatec-err/xerrwd.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xersve.lo `test -f 'slatec-err/xersve.f' || echo './'`slatec-err/xersve.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xermsg.f -fno-common -o slatec-err/.libs/libcruft_la-xermsg.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xerprn.f -fno-common -o slatec-err/.libs/libcruft_la-xerprn.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xerrwd.f -fno-common -o slatec-err/.libs/libcruft_la-xerrwd.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xersve.f -fno-common -o slatec-err/.libs/libcruft_la-xersve.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xgetf.lo `test -f 'slatec-err/xgetf.f' || echo './'`slatec-err/xgetf.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xgetua.lo `test -f 'slatec-err/xgetua.f' || echo './'`slatec-err/xgetua.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xsetf.lo `test -f 'slatec-err/xsetf.f' || echo './'`slatec-err/xsetf.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-err/libcruft_la-xsetua.lo `test -f 'slatec-err/xsetua.f' || echo './'`slatec-err/xsetua.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xgetf.f -fno-common -o slatec-err/.libs/libcruft_la-xgetf.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xgetua.f -fno-common -o slatec-err/.libs/libcruft_la-xgetua.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-albeta.lo `test -f 'slatec-fn/albeta.f' || echo './'`slatec-fn/albeta.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xsetf.f -fno-common -o slatec-err/.libs/libcruft_la-xsetf.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-err/xsetua.f -fno-common -o slatec-err/.libs/libcruft_la-xsetua.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-alngam.lo `test -f 'slatec-fn/alngam.f' || echo './'`slatec-fn/alngam.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-alnrel.lo `test -f 'slatec-fn/alnrel.f' || echo './'`slatec-fn/alnrel.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-algams.lo `test -f 'slatec-fn/algams.f' || echo './'`slatec-fn/algams.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/albeta.f -fno-common -o slatec-fn/.libs/libcruft_la-albeta.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/alngam.f -fno-common -o slatec-fn/.libs/libcruft_la-alngam.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/alnrel.f -fno-common -o slatec-fn/.libs/libcruft_la-alnrel.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-acosh.lo `test -f 'slatec-fn/acosh.f' || echo './'`slatec-fn/acosh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/algams.f -fno-common -o slatec-fn/.libs/libcruft_la-algams.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-asinh.lo `test -f 'slatec-fn/asinh.f' || echo './'`slatec-fn/asinh.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-atanh.lo `test -f 'slatec-fn/atanh.f' || echo './'`slatec-fn/atanh.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-betai.lo `test -f 'slatec-fn/betai.f' || echo './'`slatec-fn/betai.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/acosh.f -fno-common -o slatec-fn/.libs/libcruft_la-acosh.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/asinh.f -fno-common -o slatec-fn/.libs/libcruft_la-asinh.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/atanh.f -fno-common -o slatec-fn/.libs/libcruft_la-atanh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-csevl.lo `test -f 'slatec-fn/csevl.f' || echo './'`slatec-fn/csevl.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/betai.f -fno-common -o slatec-fn/.libs/libcruft_la-betai.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-d9gmit.lo `test -f 'slatec-fn/d9gmit.f' || echo './'`slatec-fn/d9gmit.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-d9lgic.lo `test -f 'slatec-fn/d9lgic.f' || echo './'`slatec-fn/d9lgic.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/csevl.f -fno-common -o slatec-fn/.libs/libcruft_la-csevl.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-d9lgit.lo `test -f 'slatec-fn/d9lgit.f' || echo './'`slatec-fn/d9lgit.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/d9gmit.f -fno-common -o slatec-fn/.libs/libcruft_la-d9gmit.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/d9lgic.f -fno-common -o slatec-fn/.libs/libcruft_la-d9lgic.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-d9lgmc.lo `test -f 'slatec-fn/d9lgmc.f' || echo './'`slatec-fn/d9lgmc.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dacosh.lo `test -f 'slatec-fn/dacosh.f' || echo './'`slatec-fn/dacosh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/d9lgit.f -fno-common -o slatec-fn/.libs/libcruft_la-d9lgit.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dasinh.lo `test -f 'slatec-fn/dasinh.f' || echo './'`slatec-fn/dasinh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/d9lgmc.f -fno-common -o slatec-fn/.libs/libcruft_la-d9lgmc.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-datanh.lo `test -f 'slatec-fn/datanh.f' || echo './'`slatec-fn/datanh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dacosh.f -fno-common -o slatec-fn/.libs/libcruft_la-dacosh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dbetai.lo `test -f 'slatec-fn/dbetai.f' || echo './'`slatec-fn/dbetai.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dasinh.f -fno-common -o slatec-fn/.libs/libcruft_la-dasinh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dcsevl.lo `test -f 'slatec-fn/dcsevl.f' || echo './'`slatec-fn/dcsevl.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/datanh.f -fno-common -o slatec-fn/.libs/libcruft_la-datanh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-derf.lo `test -f 'slatec-fn/derf.f' || echo './'`slatec-fn/derf.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dbetai.f -fno-common -o slatec-fn/.libs/libcruft_la-dbetai.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dgami.lo `test -f 'slatec-fn/dgami.f' || echo './'`slatec-fn/dgami.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dcsevl.f -fno-common -o slatec-fn/.libs/libcruft_la-dcsevl.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/derf.f -fno-common -o slatec-fn/.libs/libcruft_la-derf.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dgamit.lo `test -f 'slatec-fn/dgamit.f' || echo './'`slatec-fn/dgamit.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dgamlm.lo `test -f 'slatec-fn/dgamlm.f' || echo './'`slatec-fn/dgamlm.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dgami.f -fno-common -o slatec-fn/.libs/libcruft_la-dgami.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dgamma.lo `test -f 'slatec-fn/dgamma.f' || echo './'`slatec-fn/dgamma.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dgamit.f -fno-common -o slatec-fn/.libs/libcruft_la-dgamit.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dgamr.lo `test -f 'slatec-fn/dgamr.f' || echo './'`slatec-fn/dgamr.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dgamlm.f -fno-common -o slatec-fn/.libs/libcruft_la-dgamlm.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dgamma.f -fno-common -o slatec-fn/.libs/libcruft_la-dgamma.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dgamr.f -fno-common -o slatec-fn/.libs/libcruft_la-dgamr.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dlbeta.lo `test -f 'slatec-fn/dlbeta.f' || echo './'`slatec-fn/dlbeta.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dlgams.lo `test -f 'slatec-fn/dlgams.f' || echo './'`slatec-fn/dlgams.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dlngam.lo `test -f 'slatec-fn/dlngam.f' || echo './'`slatec-fn/dlngam.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dlnrel.lo `test -f 'slatec-fn/dlnrel.f' || echo './'`slatec-fn/dlnrel.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dlbeta.f -fno-common -o slatec-fn/.libs/libcruft_la-dlbeta.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dlgams.f -fno-common -o slatec-fn/.libs/libcruft_la-dlgams.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dpchim.lo `test -f 'slatec-fn/dpchim.f' || echo './'`slatec-fn/dpchim.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dlngam.f -fno-common -o slatec-fn/.libs/libcruft_la-dlngam.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dlnrel.f -fno-common -o slatec-fn/.libs/libcruft_la-dlnrel.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-dpchst.lo `test -f 'slatec-fn/dpchst.f' || echo './'`slatec-fn/dpchst.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-erf.lo `test -f 'slatec-fn/erf.f' || echo './'`slatec-fn/erf.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-gami.lo `test -f 'slatec-fn/gami.f' || echo './'`slatec-fn/gami.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dpchim.f -fno-common -o slatec-fn/.libs/libcruft_la-dpchim.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/dpchst.f -fno-common -o slatec-fn/.libs/libcruft_la-dpchst.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/gami.f -fno-common -o slatec-fn/.libs/libcruft_la-gami.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-gamit.lo `test -f 'slatec-fn/gamit.f' || echo './'`slatec-fn/gamit.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/erf.f -fno-common -o slatec-fn/.libs/libcruft_la-erf.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-gamlim.lo `test -f 'slatec-fn/gamlim.f' || echo './'`slatec-fn/gamlim.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-gamma.lo `test -f 'slatec-fn/gamma.f' || echo './'`slatec-fn/gamma.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-gamr.lo `test -f 'slatec-fn/gamr.f' || echo './'`slatec-fn/gamr.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/gamit.f -fno-common -o slatec-fn/.libs/libcruft_la-gamit.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/gamlim.f -fno-common -o slatec-fn/.libs/libcruft_la-gamlim.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/gamma.f -fno-common -o slatec-fn/.libs/libcruft_la-gamma.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/gamr.f -fno-common -o slatec-fn/.libs/libcruft_la-gamr.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-initds.lo `test -f 'slatec-fn/initds.f' || echo './'`slatec-fn/initds.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-inits.lo `test -f 'slatec-fn/inits.f' || echo './'`slatec-fn/inits.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-pchim.lo `test -f 'slatec-fn/pchim.f' || echo './'`slatec-fn/pchim.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-pchst.lo `test -f 'slatec-fn/pchst.f' || echo './'`slatec-fn/pchst.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/initds.f -fno-common -o slatec-fn/.libs/libcruft_la-initds.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/inits.f -fno-common -o slatec-fn/.libs/libcruft_la-inits.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/pchim.f -fno-common -o slatec-fn/.libs/libcruft_la-pchim.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-r9lgmc.lo `test -f 'slatec-fn/r9lgmc.f' || echo './'`slatec-fn/r9lgmc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/pchst.f -fno-common -o slatec-fn/.libs/libcruft_la-pchst.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-r9lgit.lo `test -f 'slatec-fn/r9lgit.f' || echo './'`slatec-fn/r9lgit.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-r9gmit.lo `test -f 'slatec-fn/r9gmit.f' || echo './'`slatec-fn/r9gmit.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/r9lgmc.f -fno-common -o slatec-fn/.libs/libcruft_la-r9lgmc.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-r9lgic.lo `test -f 'slatec-fn/r9lgic.f' || echo './'`slatec-fn/r9lgic.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/r9lgit.f -fno-common -o slatec-fn/.libs/libcruft_la-r9lgit.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/r9gmit.f -fno-common -o slatec-fn/.libs/libcruft_la-r9gmit.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xdacosh.lo `test -f 'slatec-fn/xdacosh.f' || echo './'`slatec-fn/xdacosh.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xdasinh.lo `test -f 'slatec-fn/xdasinh.f' || echo './'`slatec-fn/xdasinh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/r9lgic.f -fno-common -o slatec-fn/.libs/libcruft_la-r9lgic.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xdatanh.lo `test -f 'slatec-fn/xdatanh.f' || echo './'`slatec-fn/xdatanh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xdacosh.f -fno-common -o slatec-fn/.libs/libcruft_la-xdacosh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xdbetai.lo `test -f 'slatec-fn/xdbetai.f' || echo './'`slatec-fn/xdbetai.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xdasinh.f -fno-common -o slatec-fn/.libs/libcruft_la-xdasinh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xderf.lo `test -f 'slatec-fn/xderf.f' || echo './'`slatec-fn/xderf.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xderfc.lo `test -f 'slatec-fn/xderfc.f' || echo './'`slatec-fn/xderfc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xdatanh.f -fno-common -o slatec-fn/.libs/libcruft_la-xdatanh.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xdbetai.f -fno-common -o slatec-fn/.libs/libcruft_la-xdbetai.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xdgami.lo `test -f 'slatec-fn/xdgami.f' || echo './'`slatec-fn/xdgami.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xderf.f -fno-common -o slatec-fn/.libs/libcruft_la-xderf.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xdgamit.lo `test -f 'slatec-fn/xdgamit.f' || echo './'`slatec-fn/xdgamit.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xderfc.f -fno-common -o slatec-fn/.libs/libcruft_la-xderfc.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xdgamma.lo `test -f 'slatec-fn/xdgamma.f' || echo './'`slatec-fn/xdgamma.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xgmainc.lo `test -f 'slatec-fn/xgmainc.f' || echo './'`slatec-fn/xgmainc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xdgami.f -fno-common -o slatec-fn/.libs/libcruft_la-xdgami.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xdgamit.f -fno-common -o slatec-fn/.libs/libcruft_la-xdgamit.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xacosh.lo `test -f 'slatec-fn/xacosh.f' || echo './'`slatec-fn/xacosh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xdgamma.f -fno-common -o slatec-fn/.libs/libcruft_la-xdgamma.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xasinh.lo `test -f 'slatec-fn/xasinh.f' || echo './'`slatec-fn/xasinh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xgmainc.f -fno-common -o slatec-fn/.libs/libcruft_la-xgmainc.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xatanh.lo `test -f 'slatec-fn/xatanh.f' || echo './'`slatec-fn/xatanh.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xacosh.f -fno-common -o slatec-fn/.libs/libcruft_la-xacosh.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xasinh.f -fno-common -o slatec-fn/.libs/libcruft_la-xasinh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xerf.lo `test -f 'slatec-fn/xerf.f' || echo './'`slatec-fn/xerf.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xerfc.lo `test -f 'slatec-fn/xerfc.f' || echo './'`slatec-fn/xerfc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xatanh.f -fno-common -o slatec-fn/.libs/libcruft_la-xatanh.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xsgmainc.lo `test -f 'slatec-fn/xsgmainc.f' || echo './'`slatec-fn/xsgmainc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xerf.f -fno-common -o slatec-fn/.libs/libcruft_la-xerf.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xgamma.lo `test -f 'slatec-fn/xgamma.f' || echo './'`slatec-fn/xgamma.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xerfc.f -fno-common -o slatec-fn/.libs/libcruft_la-xerfc.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xsgmainc.f -fno-common -o slatec-fn/.libs/libcruft_la-xsgmainc.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-xbetai.lo `test -f 'slatec-fn/xbetai.f' || echo './'`slatec-fn/xbetai.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-derfc.lo `test -f 'slatec-fn/derfc.f' || echo './'`slatec-fn/derfc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xgamma.f -fno-common -o slatec-fn/.libs/libcruft_la-xgamma.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -c -o slatec-fn/libcruft_la-erfc.lo `test -f 'slatec-fn/erfc.f' || echo './'`slatec-fn/erfc.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/xbetai.f -fno-common -o slatec-fn/.libs/libcruft_la-xbetai.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/advnst.lo ranlib/advnst.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/derfc.f -fno-common -o slatec-fn/.libs/libcruft_la-derfc.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genbet.lo ranlib/genbet.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -c slatec-fn/erfc.f -fno-common -o slatec-fn/.libs/libcruft_la-erfc.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/advnst.f -fno-common -o ranlib/.libs/advnst.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genchi.lo ranlib/genchi.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genbet.f -fno-common -o ranlib/.libs/genbet.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genexp.lo ranlib/genexp.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genf.lo ranlib/genf.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genchi.f -fno-common -o ranlib/.libs/genchi.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genexp.f -fno-common -o ranlib/.libs/genexp.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/gengam.lo ranlib/gengam.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genf.f -fno-common -o ranlib/.libs/genf.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genmn.lo ranlib/genmn.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genmul.lo ranlib/genmul.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/gennch.lo ranlib/gennch.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/gengam.f -fno-common -o ranlib/.libs/gengam.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genmn.f -fno-common -o ranlib/.libs/genmn.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genmul.f -fno-common -o ranlib/.libs/genmul.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/gennf.lo ranlib/gennf.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/gennch.f -fno-common -o ranlib/.libs/gennch.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/gennor.lo ranlib/gennor.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genprm.lo ranlib/genprm.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/genunf.lo ranlib/genunf.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/gennf.f -fno-common -o ranlib/.libs/gennf.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/gennor.f -fno-common -o ranlib/.libs/gennor.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genunf.f -fno-common -o ranlib/.libs/genunf.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/genprm.f -fno-common -o ranlib/.libs/genprm.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/getcgn.lo ranlib/getcgn.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/getsd.lo ranlib/getsd.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/ignbin.lo ranlib/ignbin.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/ignlgi.lo ranlib/ignlgi.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/getcgn.f -fno-common -o ranlib/.libs/getcgn.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/getsd.f -fno-common -o ranlib/.libs/getsd.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/ignbin.f -fno-common -o ranlib/.libs/ignbin.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/ignlgi.f -fno-common -o ranlib/.libs/ignlgi.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/ignnbn.lo ranlib/ignnbn.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/ignpoi.lo ranlib/ignpoi.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/ignuin.lo ranlib/ignuin.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/ignnbn.f -fno-common -o ranlib/.libs/ignnbn.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/ignpoi.f -fno-common -o ranlib/.libs/ignpoi.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/initgn.lo ranlib/initgn.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/inrgcm.lo ranlib/inrgcm.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/ignuin.f -fno-common -o ranlib/.libs/ignuin.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/lennob.lo ranlib/lennob.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/initgn.f -fno-common -o ranlib/.libs/initgn.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/mltmod.lo ranlib/mltmod.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/inrgcm.f -fno-common -o ranlib/.libs/inrgcm.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/phrtsd.lo ranlib/phrtsd.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/lennob.f -fno-common -o ranlib/.libs/lennob.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/qrgnin.lo ranlib/qrgnin.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/mltmod.f -fno-common -o ranlib/.libs/mltmod.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/ranf.lo ranlib/ranf.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/phrtsd.f -fno-common -o ranlib/.libs/phrtsd.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/qrgnin.f -fno-common -o ranlib/.libs/qrgnin.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/setall.lo ranlib/setall.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/setant.lo ranlib/setant.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/setgmn.lo ranlib/setgmn.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/ranf.f -fno-common -o ranlib/.libs/ranf.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/setall.f -fno-common -o ranlib/.libs/setall.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/setsd.lo ranlib/setsd.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/setant.f -fno-common -o ranlib/.libs/setant.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/setgmn.f -fno-common -o ranlib/.libs/setgmn.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/sexpo.lo ranlib/sexpo.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/setsd.f -fno-common -o ranlib/.libs/setsd.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/sgamma.lo ranlib/sgamma.f
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/snorm.lo ranlib/snorm.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/sexpo.f -fno-common -o ranlib/.libs/sexpo.o
/bin/sh ../../libtool --tag=F77 --mode=compile /usr/local/bin/gfortran -ff2c -O -ff2c -O -c -o ranlib/wrap.lo ranlib/wrap.f
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/sgamma.f -fno-common -o ranlib/.libs/sgamma.o
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/snorm.f -fno-common -o ranlib/.libs/snorm.o
/bin/sh ../../libtool --tag=CXX --mode=link clang++ -D_REENTRANT -D_THREAD_SAFE -pthread -framework JavaVM -o libcruft.la amos/libcruft_la-cacai.lo amos/libcruft_la-cacon.lo amos/libcruft_la-cbesh.lo amos/libcruft_la-cbesi.lo amos/libcruft_la-cbesj.lo amos/libcruft_la-cbesk.lo amos/libcruft_la-cbesy.lo amos/libcruft_la-cbinu.lo amos/libcruft_la-cbuni.lo amos/libcruft_la-cbunk.lo amos/libcruft_la-cunk1.lo amos/libcruft_la-cunk2.lo amos/libcruft_la-crati.lo amos/libcruft_la-cshch.lo amos/libcruft_la-cuni1.lo amos/libcruft_la-cuoik.lo amos/libcruft_la-cairy.lo amos/libcruft_la-cbiry.lo amos/libcruft_la-ckscl.lo amos/libcruft_la-cs1s2.lo amos/libcruft_la-cuchk.lo amos/libcruft_la-cuni2.lo amos/libcruft_la-cwrsk.lo amos/libcruft_la-casyi.lo amos/libcruft_la-cbknu.lo amos/libcruft_la-cmlri.lo amos/libcruft_la-cseri.lo amos/libcruft_la-cunhj.lo amos/libcruft_la-cunik.lo amos/libcruft_la-dgamln.lo amos/libcruft_la-gamln.lo amos/libcruft_la-xzabs.lo amos/libcruft_la-xzexp.lo amos/libcruft_la-xzlog.lo amos/libcruft_la-xzsqrt.lo amos/libcruft_la-zacai.lo amos/libcruft_la-zacon.lo amos/libcruft_la-zairy.lo amos/libcruft_la-zasyi.lo amos/libcruft_la-zbesh.lo amos/libcruft_la-zbesi.lo amos/libcruft_la-zbesj.lo amos/libcruft_la-zbesk.lo amos/libcruft_la-zbesy.lo amos/libcruft_la-zbinu.lo amos/libcruft_la-zbiry.lo amos/libcruft_la-zbknu.lo amos/libcruft_la-zbuni.lo amos/libcruft_la-zbunk.lo amos/libcruft_la-zdiv.lo amos/libcruft_la-zkscl.lo amos/libcruft_la-zmlri.lo amos/libcruft_la-zmlt.lo amos/libcruft_la-zrati.lo amos/libcruft_la-zs1s2.lo amos/libcruft_la-zseri.lo amos/libcruft_la-zshch.lo amos/libcruft_la-zuchk.lo amos/libcruft_la-zunhj.lo amos/libcruft_la-zuni1.lo amos/libcruft_la-zuni2.lo amos/libcruft_la-zunik.lo amos/libcruft_la-zunk1.lo amos/libcruft_la-zunk2.lo amos/libcruft_la-zuoik.lo amos/libcruft_la-zwrsk.lo blas-xtra/libcruft_la-ddot3.lo blas-xtra/libcruft_la-zdotc3.lo blas-xtra/libcruft_la-sdot3.lo blas-xtra/libcruft_la-cdotc3.lo blas-xtra/libcruft_la-dmatm3.lo blas-xtra/libcruft_la-zmatm3.lo blas-xtra/libcruft_la-smatm3.lo blas-xtra/libcruft_la-cmatm3.lo blas-xtra/libcruft_la-xddot.lo blas-xtra/libcruft_la-xdnrm2.lo blas-xtra/libcruft_la-xdznrm2.lo blas-xtra/libcruft_la-xzdotc.lo blas-xtra/libcruft_la-xzdotu.lo blas-xtra/libcruft_la-xsdot.lo blas-xtra/libcruft_la-xsnrm2.lo blas-xtra/libcruft_la-xscnrm2.lo blas-xtra/libcruft_la-xcdotc.lo blas-xtra/libcruft_la-xcdotu.lo blas-xtra/libcruft_la-xerbla.lo blas-xtra/libcruft_la-cconv2.lo blas-xtra/libcruft_la-csconv2.lo blas-xtra/libcruft_la-dconv2.lo blas-xtra/libcruft_la-sconv2.lo blas-xtra/libcruft_la-zconv2.lo blas-xtra/libcruft_la-zdconv2.lo daspk/libcruft_la-datv.lo daspk/libcruft_la-dcnst0.lo daspk/libcruft_la-dcnstr.lo daspk/libcruft_la-ddasic.lo daspk/libcruft_la-ddasid.lo daspk/libcruft_la-ddasik.lo daspk/libcruft_la-ddaspk.lo daspk/libcruft_la-ddstp.lo daspk/libcruft_la-ddwnrm.lo daspk/libcruft_la-dfnrmd.lo daspk/libcruft_la-dfnrmk.lo daspk/libcruft_la-dhels.lo daspk/libcruft_la-dheqr.lo daspk/libcruft_la-dinvwt.lo daspk/libcruft_la-dlinsd.lo daspk/libcruft_la-dlinsk.lo daspk/libcruft_la-dmatd.lo daspk/libcruft_la-dnedd.lo daspk/libcruft_la-dnedk.lo daspk/libcruft_la-dnsd.lo daspk/libcruft_la-dnsid.lo daspk/libcruft_la-dnsik.lo daspk/libcruft_la-dnsk.lo daspk/libcruft_la-dorth.lo daspk/libcruft_la-dslvd.lo daspk/libcruft_la-dslvk.lo daspk/libcruft_la-dspigm.lo daspk/libcruft_la-dyypnw.lo dasrt/libcruft_la-ddasrt.lo dasrt/libcruft_la-drchek.lo dasrt/libcruft_la-droots.lo dassl/libcruft_la-ddaini.lo dassl/libcruft_la-ddajac.lo dassl/libcruft_la-ddanrm.lo dassl/libcruft_la-ddaslv.lo dassl/libcruft_la-ddassl.lo dassl/libcruft_la-ddastp.lo dassl/libcruft_la-ddatrp.lo dassl/libcruft_la-ddawts.lo Faddeeva/libcruft_la-Faddeeva.lo lapack-xtra/libcruft_la-xclange.lo lapack-xtra/libcruft_la-xdlamch.lo lapack-xtra/libcruft_la-xdlange.lo lapack-xtra/libcruft_la-xilaenv.lo lapack-xtra/libcruft_la-xslamch.lo lapack-xtra/libcruft_la-xslange.lo lapack-xtra/libcruft_la-xzlange.lo lapack-xtra/libcruft_la-zrsf2csf.lo lapack-xtra/libcruft_la-crsf2csf.lo misc/libcruft_la-blaswrap.lo misc/libcruft_la-cquit.lo misc/libcruft_la-d1mach.lo misc/libcruft_la-f77-extern.lo misc/libcruft_la-f77-fcn.lo misc/libcruft_la-i1mach.lo misc/libcruft_la-lo-error.lo misc/libcruft_la-quit.lo misc/libcruft_la-r1mach.lo odepack/libcruft_la-cfode.lo odepack/libcruft_la-dlsode.lo odepack/libcruft_la-ewset.lo odepack/libcruft_la-intdy.lo odepack/libcruft_la-prepj.lo odepack/libcruft_la-solsy.lo odepack/libcruft_la-stode.lo odepack/libcruft_la-vnorm.lo odepack/libcruft_la-scfode.lo odepack/libcruft_la-sewset.lo odepack/libcruft_la-sintdy.lo odepack/libcruft_la-slsode.lo odepack/libcruft_la-sprepj.lo odepack/libcruft_la-ssolsy.lo odepack/libcruft_la-sstode.lo odepack/libcruft_la-svnorm.lo ordered-qz/libcruft_la-dsubsp.lo ordered-qz/libcruft_la-exchqz.lo ordered-qz/libcruft_la-ssubsp.lo ordered-qz/libcruft_la-sexchqz.lo quadpack/libcruft_la-dqagi.lo quadpack/libcruft_la-dqagie.lo quadpack/libcruft_la-dqagp.lo quadpack/libcruft_la-dqagpe.lo quadpack/libcruft_la-dqelg.lo quadpack/libcruft_la-dqk15i.lo quadpack/libcruft_la-dqk21.lo quadpack/libcruft_la-dqpsrt.lo quadpack/libcruft_la-qagie.lo quadpack/libcruft_la-qagi.lo quadpack/libcruft_la-qagpe.lo quadpack/libcruft_la-qagp.lo quadpack/libcruft_la-qelg.lo quadpack/libcruft_la-qk15i.lo quadpack/libcruft_la-qk21.lo quadpack/libcruft_la-qpsrt.lo quadpack/libcruft_la-xerror.lo slatec-err/libcruft_la-fdump.lo slatec-err/libcruft_la-ixsav.lo slatec-err/libcruft_la-j4save.lo slatec-err/libcruft_la-xerclr.lo slatec-err/libcruft_la-xercnt.lo slatec-err/libcruft_la-xerhlt.lo slatec-err/libcruft_la-xermsg.lo slatec-err/libcruft_la-xerprn.lo slatec-err/libcruft_la-xerrwd.lo slatec-err/libcruft_la-xersve.lo slatec-err/libcruft_la-xgetf.lo slatec-err/libcruft_la-xgetua.lo slatec-err/libcruft_la-xsetf.lo slatec-err/libcruft_la-xsetua.lo slatec-fn/libcruft_la-albeta.lo slatec-fn/libcruft_la-alngam.lo slatec-fn/libcruft_la-alnrel.lo slatec-fn/libcruft_la-algams.lo slatec-fn/libcruft_la-acosh.lo slatec-fn/libcruft_la-asinh.lo slatec-fn/libcruft_la-atanh.lo slatec-fn/libcruft_la-betai.lo slatec-fn/libcruft_la-csevl.lo slatec-fn/libcruft_la-d9gmit.lo slatec-fn/libcruft_la-d9lgic.lo slatec-fn/libcruft_la-d9lgit.lo slatec-fn/libcruft_la-d9lgmc.lo slatec-fn/libcruft_la-dacosh.lo slatec-fn/libcruft_la-dasinh.lo slatec-fn/libcruft_la-datanh.lo slatec-fn/libcruft_la-dbetai.lo slatec-fn/libcruft_la-dcsevl.lo slatec-fn/libcruft_la-derf.lo slatec-fn/libcruft_la-dgami.lo slatec-fn/libcruft_la-dgamit.lo slatec-fn/libcruft_la-dgamlm.lo slatec-fn/libcruft_la-dgamma.lo slatec-fn/libcruft_la-dgamr.lo slatec-fn/libcruft_la-dlbeta.lo slatec-fn/libcruft_la-dlgams.lo slatec-fn/libcruft_la-dlngam.lo slatec-fn/libcruft_la-dlnrel.lo slatec-fn/libcruft_la-dpchim.lo slatec-fn/libcruft_la-dpchst.lo slatec-fn/libcruft_la-erf.lo slatec-fn/libcruft_la-gami.lo slatec-fn/libcruft_la-gamit.lo slatec-fn/libcruft_la-gamlim.lo slatec-fn/libcruft_la-gamma.lo slatec-fn/libcruft_la-gamr.lo slatec-fn/libcruft_la-initds.lo slatec-fn/libcruft_la-inits.lo slatec-fn/libcruft_la-pchim.lo slatec-fn/libcruft_la-pchst.lo slatec-fn/libcruft_la-r9lgmc.lo slatec-fn/libcruft_la-r9lgit.lo slatec-fn/libcruft_la-r9gmit.lo slatec-fn/libcruft_la-r9lgic.lo slatec-fn/libcruft_la-xdacosh.lo slatec-fn/libcruft_la-xdasinh.lo slatec-fn/libcruft_la-xdatanh.lo slatec-fn/libcruft_la-xdbetai.lo slatec-fn/libcruft_la-xderf.lo slatec-fn/libcruft_la-xderfc.lo slatec-fn/libcruft_la-xdgami.lo slatec-fn/libcruft_la-xdgamit.lo slatec-fn/libcruft_la-xdgamma.lo slatec-fn/libcruft_la-xgmainc.lo slatec-fn/libcruft_la-xacosh.lo slatec-fn/libcruft_la-xasinh.lo slatec-fn/libcruft_la-xatanh.lo slatec-fn/libcruft_la-xerf.lo slatec-fn/libcruft_la-xerfc.lo slatec-fn/libcruft_la-xsgmainc.lo slatec-fn/libcruft_la-xgamma.lo slatec-fn/libcruft_la-xbetai.lo slatec-fn/libcruft_la-derfc.lo slatec-fn/libcruft_la-erfc.lo -lm
libtool: compile: /usr/local/bin/gfortran -ff2c -O -ff2c -O -c ranlib/wrap.f -fno-common -o ranlib/.libs/wrap.o
/bin/sh ../../libtool --tag=F77 --mode=link /usr/local/bin/gfortran -ff2c -O -ff2c -O -framework JavaVM -o ranlib/libranlib.la ranlib/advnst.lo ranlib/genbet.lo ranlib/genchi.lo ranlib/genexp.lo ranlib/genf.lo ranlib/gengam.lo ranlib/genmn.lo ranlib/genmul.lo ranlib/gennch.lo ranlib/gennf.lo ranlib/gennor.lo ranlib/genprm.lo ranlib/genunf.lo ranlib/getcgn.lo ranlib/getsd.lo ranlib/ignbin.lo ranlib/ignlgi.lo ranlib/ignnbn.lo ranlib/ignpoi.lo ranlib/ignuin.lo ranlib/initgn.lo ranlib/inrgcm.lo ranlib/lennob.lo ranlib/mltmod.lo ranlib/phrtsd.lo ranlib/qrgnin.lo ranlib/ranf.lo ranlib/setall.lo ranlib/setant.lo ranlib/setgmn.lo ranlib/setsd.lo ranlib/sexpo.lo ranlib/sgamma.lo ranlib/snorm.lo ranlib/wrap.lo -lm
libtool: link: ar cru ranlib/.libs/libranlib.a ranlib/.libs/advnst.o ranlib/.libs/genbet.o ranlib/.libs/genchi.o ranlib/.libs/genexp.o ranlib/.libs/genf.o ranlib/.libs/gengam.o ranlib/.libs/genmn.o ranlib/.libs/genmul.o ranlib/.libs/gennch.o ranlib/.libs/gennf.o ranlib/.libs/gennor.o ranlib/.libs/genprm.o ranlib/.libs/genunf.o ranlib/.libs/getcgn.o ranlib/.libs/getsd.o ranlib/.libs/ignbin.o ranlib/.libs/ignlgi.o ranlib/.libs/ignnbn.o ranlib/.libs/ignpoi.o ranlib/.libs/ignuin.o ranlib/.libs/initgn.o ranlib/.libs/inrgcm.o ranlib/.libs/lennob.o ranlib/.libs/mltmod.o ranlib/.libs/phrtsd.o ranlib/.libs/qrgnin.o ranlib/.libs/ranf.o ranlib/.libs/setall.o ranlib/.libs/setant.o ranlib/.libs/setgmn.o ranlib/.libs/setsd.o ranlib/.libs/sexpo.o ranlib/.libs/sgamma.o ranlib/.libs/snorm.o ranlib/.libs/wrap.o
libtool: link: ranlib ranlib/.libs/libranlib.a
libtool: link: ( cd "ranlib/.libs" && rm -f "libranlib.la" && ln -s "../libranlib.la" "libranlib.la" )
libtool: link: ar cru .libs/libcruft.a amos/.libs/libcruft_la-cacai.o amos/.libs/libcruft_la-cacon.o amos/.libs/libcruft_la-cbesh.o amos/.libs/libcruft_la-cbesi.o amos/.libs/libcruft_la-cbesj.o amos/.libs/libcruft_la-cbesk.o amos/.libs/libcruft_la-cbesy.o amos/.libs/libcruft_la-cbinu.o amos/.libs/libcruft_la-cbuni.o amos/.libs/libcruft_la-cbunk.o amos/.libs/libcruft_la-cunk1.o amos/.libs/libcruft_la-cunk2.o amos/.libs/libcruft_la-crati.o amos/.libs/libcruft_la-cshch.o amos/.libs/libcruft_la-cuni1.o amos/.libs/libcruft_la-cuoik.o amos/.libs/libcruft_la-cairy.o amos/.libs/libcruft_la-cbiry.o amos/.libs/libcruft_la-ckscl.o amos/.libs/libcruft_la-cs1s2.o amos/.libs/libcruft_la-cuchk.o amos/.libs/libcruft_la-cuni2.o amos/.libs/libcruft_la-cwrsk.o amos/.libs/libcruft_la-casyi.o amos/.libs/libcruft_la-cbknu.o amos/.libs/libcruft_la-cmlri.o amos/.libs/libcruft_la-cseri.o amos/.libs/libcruft_la-cunhj.o amos/.libs/libcruft_la-cunik.o amos/.libs/libcruft_la-dgamln.o amos/.libs/libcruft_la-gamln.o amos/.libs/libcruft_la-xzabs.o amos/.libs/libcruft_la-xzexp.o amos/.libs/libcruft_la-xzlog.o amos/.libs/libcruft_la-xzsqrt.o amos/.libs/libcruft_la-zacai.o amos/.libs/libcruft_la-zacon.o amos/.libs/libcruft_la-zairy.o amos/.libs/libcruft_la-zasyi.o amos/.libs/libcruft_la-zbesh.o amos/.libs/libcruft_la-zbesi.o amos/.libs/libcruft_la-zbesj.o amos/.libs/libcruft_la-zbesk.o amos/.libs/libcruft_la-zbesy.o amos/.libs/libcruft_la-zbinu.o amos/.libs/libcruft_la-zbiry.o amos/.libs/libcruft_la-zbknu.o amos/.libs/libcruft_la-zbuni.o amos/.libs/libcruft_la-zbunk.o amos/.libs/libcruft_la-zdiv.o amos/.libs/libcruft_la-zkscl.o amos/.libs/libcruft_la-zmlri.o amos/.libs/libcruft_la-zmlt.o amos/.libs/libcruft_la-zrati.o amos/.libs/libcruft_la-zs1s2.o amos/.libs/libcruft_la-zseri.o amos/.libs/libcruft_la-zshch.o amos/.libs/libcruft_la-zuchk.o amos/.libs/libcruft_la-zunhj.o amos/.libs/libcruft_la-zuni1.o amos/.libs/libcruft_la-zuni2.o amos/.libs/libcruft_la-zunik.o amos/.libs/libcruft_la-zunk1.o amos/.libs/libcruft_la-zunk2.o amos/.libs/libcruft_la-zuoik.o amos/.libs/libcruft_la-zwrsk.o blas-xtra/.libs/libcruft_la-ddot3.o blas-xtra/.libs/libcruft_la-zdotc3.o blas-xtra/.libs/libcruft_la-sdot3.o blas-xtra/.libs/libcruft_la-cdotc3.o blas-xtra/.libs/libcruft_la-dmatm3.o blas-xtra/.libs/libcruft_la-zmatm3.o blas-xtra/.libs/libcruft_la-smatm3.o blas-xtra/.libs/libcruft_la-cmatm3.o blas-xtra/.libs/libcruft_la-xddot.o blas-xtra/.libs/libcruft_la-xdnrm2.o blas-xtra/.libs/libcruft_la-xdznrm2.o blas-xtra/.libs/libcruft_la-xzdotc.o blas-xtra/.libs/libcruft_la-xzdotu.o blas-xtra/.libs/libcruft_la-xsdot.o blas-xtra/.libs/libcruft_la-xsnrm2.o blas-xtra/.libs/libcruft_la-xscnrm2.o blas-xtra/.libs/libcruft_la-xcdotc.o blas-xtra/.libs/libcruft_la-xcdotu.o blas-xtra/.libs/libcruft_la-xerbla.o blas-xtra/.libs/libcruft_la-cconv2.o blas-xtra/.libs/libcruft_la-csconv2.o blas-xtra/.libs/libcruft_la-dconv2.o blas-xtra/.libs/libcruft_la-sconv2.o blas-xtra/.libs/libcruft_la-zconv2.o blas-xtra/.libs/libcruft_la-zdconv2.o daspk/.libs/libcruft_la-datv.o daspk/.libs/libcruft_la-dcnst0.o daspk/.libs/libcruft_la-dcnstr.o daspk/.libs/libcruft_la-ddasic.o daspk/.libs/libcruft_la-ddasid.o daspk/.libs/libcruft_la-ddasik.o daspk/.libs/libcruft_la-ddaspk.o daspk/.libs/libcruft_la-ddstp.o daspk/.libs/libcruft_la-ddwnrm.o daspk/.libs/libcruft_la-dfnrmd.o daspk/.libs/libcruft_la-dfnrmk.o daspk/.libs/libcruft_la-dhels.o daspk/.libs/libcruft_la-dheqr.o daspk/.libs/libcruft_la-dinvwt.o daspk/.libs/libcruft_la-dlinsd.o daspk/.libs/libcruft_la-dlinsk.o daspk/.libs/libcruft_la-dmatd.o daspk/.libs/libcruft_la-dnedd.o daspk/.libs/libcruft_la-dnedk.o daspk/.libs/libcruft_la-dnsd.o daspk/.libs/libcruft_la-dnsid.o daspk/.libs/libcruft_la-dnsik.o daspk/.libs/libcruft_la-dnsk.o daspk/.libs/libcruft_la-dorth.o daspk/.libs/libcruft_la-dslvd.o daspk/.libs/libcruft_la-dslvk.o daspk/.libs/libcruft_la-dspigm.o daspk/.libs/libcruft_la-dyypnw.o dasrt/.libs/libcruft_la-ddasrt.o dasrt/.libs/libcruft_la-drchek.o dasrt/.libs/libcruft_la-droots.o dassl/.libs/libcruft_la-ddaini.o dassl/.libs/libcruft_la-ddajac.o dassl/.libs/libcruft_la-ddanrm.o dassl/.libs/libcruft_la-ddaslv.o dassl/.libs/libcruft_la-ddassl.o dassl/.libs/libcruft_la-ddastp.o dassl/.libs/libcruft_la-ddatrp.o dassl/.libs/libcruft_la-ddawts.o Faddeeva/.libs/libcruft_la-Faddeeva.o lapack-xtra/.libs/libcruft_la-xclange.o lapack-xtra/.libs/libcruft_la-xdlamch.o lapack-xtra/.libs/libcruft_la-xdlange.o lapack-xtra/.libs/libcruft_la-xilaenv.o lapack-xtra/.libs/libcruft_la-xslamch.o lapack-xtra/.libs/libcruft_la-xslange.o lapack-xtra/.libs/libcruft_la-xzlange.o lapack-xtra/.libs/libcruft_la-zrsf2csf.o lapack-xtra/.libs/libcruft_la-crsf2csf.o misc/.libs/libcruft_la-blaswrap.o misc/.libs/libcruft_la-cquit.o misc/.libs/libcruft_la-d1mach.o misc/.libs/libcruft_la-f77-extern.o misc/.libs/libcruft_la-f77-fcn.o misc/.libs/libcruft_la-i1mach.o misc/.libs/libcruft_la-lo-error.o misc/.libs/libcruft_la-quit.o misc/.libs/libcruft_la-r1mach.o odepack/.libs/libcruft_la-cfode.o odepack/.libs/libcruft_la-dlsode.o odepack/.libs/libcruft_la-ewset.o odepack/.libs/libcruft_la-intdy.o odepack/.libs/libcruft_la-prepj.o odepack/.libs/libcruft_la-solsy.o odepack/.libs/libcruft_la-stode.o odepack/.libs/libcruft_la-vnorm.o odepack/.libs/libcruft_la-scfode.o odepack/.libs/libcruft_la-sewset.o odepack/.libs/libcruft_la-sintdy.o odepack/.libs/libcruft_la-slsode.o odepack/.libs/libcruft_la-sprepj.o odepack/.libs/libcruft_la-ssolsy.o odepack/.libs/libcruft_la-sstode.o odepack/.libs/libcruft_la-svnorm.o ordered-qz/.libs/libcruft_la-dsubsp.o ordered-qz/.libs/libcruft_la-exchqz.o ordered-qz/.libs/libcruft_la-ssubsp.o ordered-qz/.libs/libcruft_la-sexchqz.o quadpack/.libs/libcruft_la-dqagi.o quadpack/.libs/libcruft_la-dqagie.o quadpack/.libs/libcruft_la-dqagp.o quadpack/.libs/libcruft_la-dqagpe.o quadpack/.libs/libcruft_la-dqelg.o quadpack/.libs/libcruft_la-dqk15i.o quadpack/.libs/libcruft_la-dqk21.o quadpack/.libs/libcruft_la-dqpsrt.o quadpack/.libs/libcruft_la-qagie.o quadpack/.libs/libcruft_la-qagi.o quadpack/.libs/libcruft_la-qagpe.o quadpack/.libs/libcruft_la-qagp.o quadpack/.libs/libcruft_la-qelg.o quadpack/.libs/libcruft_la-qk15i.o quadpack/.libs/libcruft_la-qk21.o quadpack/.libs/libcruft_la-qpsrt.o quadpack/.libs/libcruft_la-xerror.o slatec-err/.libs/libcruft_la-fdump.o slatec-err/.libs/libcruft_la-ixsav.o slatec-err/.libs/libcruft_la-j4save.o slatec-err/.libs/libcruft_la-xerclr.o slatec-err/.libs/libcruft_la-xercnt.o slatec-err/.libs/libcruft_la-xerhlt.o slatec-err/.libs/libcruft_la-xermsg.o slatec-err/.libs/libcruft_la-xerprn.o slatec-err/.libs/libcruft_la-xerrwd.o slatec-err/.libs/libcruft_la-xersve.o slatec-err/.libs/libcruft_la-xgetf.o slatec-err/.libs/libcruft_la-xgetua.o slatec-err/.libs/libcruft_la-xsetf.o slatec-err/.libs/libcruft_la-xsetua.o slatec-fn/.libs/libcruft_la-albeta.o slatec-fn/.libs/libcruft_la-alngam.o slatec-fn/.libs/libcruft_la-alnrel.o slatec-fn/.libs/libcruft_la-algams.o slatec-fn/.libs/libcruft_la-acosh.o slatec-fn/.libs/libcruft_la-asinh.o slatec-fn/.libs/libcruft_la-atanh.o slatec-fn/.libs/libcruft_la-betai.o slatec-fn/.libs/libcruft_la-csevl.o slatec-fn/.libs/libcruft_la-d9gmit.o slatec-fn/.libs/libcruft_la-d9lgic.o slatec-fn/.libs/libcruft_la-d9lgit.o slatec-fn/.libs/libcruft_la-d9lgmc.o slatec-fn/.libs/libcruft_la-dacosh.o slatec-fn/.libs/libcruft_la-dasinh.o slatec-fn/.libs/libcruft_la-datanh.o slatec-fn/.libs/libcruft_la-dbetai.o slatec-fn/.libs/libcruft_la-dcsevl.o slatec-fn/.libs/libcruft_la-derf.o slatec-fn/.libs/libcruft_la-dgami.o slatec-fn/.libs/libcruft_la-dgamit.o slatec-fn/.libs/libcruft_la-dgamlm.o slatec-fn/.libs/libcruft_la-dgamma.o slatec-fn/.libs/libcruft_la-dgamr.o slatec-fn/.libs/libcruft_la-dlbeta.o slatec-fn/.libs/libcruft_la-dlgams.o slatec-fn/.libs/libcruft_la-dlngam.o slatec-fn/.libs/libcruft_la-dlnrel.o slatec-fn/.libs/libcruft_la-dpchim.o slatec-fn/.libs/libcruft_la-dpchst.o slatec-fn/.libs/libcruft_la-erf.o slatec-fn/.libs/libcruft_la-gami.o slatec-fn/.libs/libcruft_la-gamit.o slatec-fn/.libs/libcruft_la-gamlim.o slatec-fn/.libs/libcruft_la-gamma.o slatec-fn/.libs/libcruft_la-gamr.o slatec-fn/.libs/libcruft_la-initds.o slatec-fn/.libs/libcruft_la-inits.o slatec-fn/.libs/libcruft_la-pchim.o slatec-fn/.libs/libcruft_la-pchst.o slatec-fn/.libs/libcruft_la-r9lgmc.o slatec-fn/.libs/libcruft_la-r9lgit.o slatec-fn/.libs/libcruft_la-r9gmit.o slatec-fn/.libs/libcruft_la-r9lgic.o slatec-fn/.libs/libcruft_la-xdacosh.o slatec-fn/.libs/libcruft_la-xdasinh.o slatec-fn/.libs/libcruft_la-xdatanh.o slatec-fn/.libs/libcruft_la-xdbetai.o slatec-fn/.libs/libcruft_la-xderf.o slatec-fn/.libs/libcruft_la-xderfc.o slatec-fn/.libs/libcruft_la-xdgami.o slatec-fn/.libs/libcruft_la-xdgamit.o slatec-fn/.libs/libcruft_la-xdgamma.o slatec-fn/.libs/libcruft_la-xgmainc.o slatec-fn/.libs/libcruft_la-xacosh.o slatec-fn/.libs/libcruft_la-xasinh.o slatec-fn/.libs/libcruft_la-xatanh.o slatec-fn/.libs/libcruft_la-xerf.o slatec-fn/.libs/libcruft_la-xerfc.o slatec-fn/.libs/libcruft_la-xsgmainc.o slatec-fn/.libs/libcruft_la-xgamma.o slatec-fn/.libs/libcruft_la-xbetai.o slatec-fn/.libs/libcruft_la-derfc.o slatec-fn/.libs/libcruft_la-erfc.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcruft.a(libcruft_la-blaswrap.o) has no symbols
libtool: link: ranlib .libs/libcruft.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcruft.a(libcruft_la-blaswrap.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libcruft.la" && ln -s "../libcruft.la" "libcruft.la" )
( echo "## DO NOT EDIT! Generated automatically from CMatrix.cc by Make."; /usr/bin/grep '^%!' array/CMatrix.cc ) > array/CMatrix.cc-tst-t
( echo "## DO NOT EDIT! Generated automatically from CSparse.cc by Make."; /usr/bin/grep '^%!' array/CSparse.cc ) > array/CSparse.cc-tst-t
mv array/CMatrix.cc-tst-t array/CMatrix.cc-tst
mv array/CSparse.cc-tst-t array/CSparse.cc-tst
( echo "## DO NOT EDIT! Generated automatically from dMatrix.cc by Make."; /usr/bin/grep '^%!' array/dMatrix.cc ) > array/dMatrix.cc-tst-t
( echo "## DO NOT EDIT! Generated automatically from dSparse.cc by Make."; /usr/bin/grep '^%!' array/dSparse.cc ) > array/dSparse.cc-tst-t
( echo "## DO NOT EDIT! Generated automatically from fCMatrix.cc by Make."; /usr/bin/grep '^%!' array/fCMatrix.cc ) > array/fCMatrix.cc-tst-t
mv array/dMatrix.cc-tst-t array/dMatrix.cc-tst
( echo "## DO NOT EDIT! Generated automatically from fMatrix.cc by Make."; /usr/bin/grep '^%!' array/fMatrix.cc ) > array/fMatrix.cc-tst-t
( echo "## DO NOT EDIT! Generated automatically from idx-vector.cc by Make."; /usr/bin/grep '^%!' array/idx-vector.cc ) > array/idx-vector.cc-tst-t
mv array/dSparse.cc-tst-t array/dSparse.cc-tst
mv array/fCMatrix.cc-tst-t array/fCMatrix.cc-tst
( echo "## DO NOT EDIT! Generated automatically from oct-inttypes.cc by Make."; /usr/bin/grep '^%!' util/oct-inttypes.cc ) > util/oct-inttypes.cc-tst-t
mv array/fMatrix.cc-tst-t array/fMatrix.cc-tst
mv array/idx-vector.cc-tst-t array/idx-vector.cc-tst
( echo "## DO NOT EDIT! Generated automatically from Array.cc by Make."; /usr/bin/grep '^%!' array/Array.cc ) > array/Array.cc-tst-t
( echo "## DO NOT EDIT! Generated automatically from Sparse.cc by Make."; /usr/bin/grep '^%!' array/Sparse.cc ) > array/Sparse.cc-tst-t
mv array/Sparse.cc-tst-t array/Sparse.cc-tst
mv array/Array.cc-tst-t array/Array.cc-tst
mv util/oct-inttypes.cc-tst-t util/oct-inttypes.cc-tst
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-b.lo `test -f 'array/Array-b.cc' || echo './'`array/Array-b.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-C.lo `test -f 'array/Array-C.cc' || echo './'`array/Array-C.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-ch.lo `test -f 'array/Array-ch.cc' || echo './'`array/Array-ch.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-d.lo `test -f 'array/Array-d.cc' || echo './'`array/Array-d.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-C.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-C.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-ch.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-ch.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-b.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-b.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-d.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-d.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-f.lo `test -f 'array/Array-f.cc' || echo './'`array/Array-f.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-fC.lo `test -f 'array/Array-fC.cc' || echo './'`array/Array-fC.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-f.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-f.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-fC.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-fC.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-i.lo `test -f 'array/Array-i.cc' || echo './'`array/Array-i.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-i.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-i.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-idx-vec.lo `test -f 'array/Array-idx-vec.cc' || echo './'`array/Array-idx-vec.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-idx-vec.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-idx-vec.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-s.lo `test -f 'array/Array-s.cc' || echo './'`array/Array-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-s.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-str.lo `test -f 'array/Array-str.cc' || echo './'`array/Array-str.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-str.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-str.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-util.lo `test -f 'array/Array-util.cc' || echo './'`array/Array-util.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-util.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-util.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Array-voidp.lo `test -f 'array/Array-voidp.cc' || echo './'`array/Array-voidp.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Array-voidp.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Array-voidp.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-boolMatrix.lo `test -f 'array/boolMatrix.cc' || echo './'`array/boolMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/boolMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-boolMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-boolNDArray.lo `test -f 'array/boolNDArray.cc' || echo './'`array/boolNDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/boolNDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-boolNDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-boolSparse.lo `test -f 'array/boolSparse.cc' || echo './'`array/boolSparse.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/boolSparse.cc -fno-common -DPIC -o array/.libs/array_libarray_la-boolSparse.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-CColVector.lo `test -f 'array/CColVector.cc' || echo './'`array/CColVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/CColVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-CColVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-CDiagMatrix.lo `test -f 'array/CDiagMatrix.cc' || echo './'`array/CDiagMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/CDiagMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-CDiagMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-chMatrix.lo `test -f 'array/chMatrix.cc' || echo './'`array/chMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/chMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-chMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-chNDArray.lo `test -f 'array/chNDArray.cc' || echo './'`array/chNDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/chNDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-chNDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-CMatrix.lo `test -f 'array/CMatrix.cc' || echo './'`array/CMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/CMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-CMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-CNDArray.lo `test -f 'array/CNDArray.cc' || echo './'`array/CNDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/CNDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-CNDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-CRowVector.lo `test -f 'array/CRowVector.cc' || echo './'`array/CRowVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/CRowVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-CRowVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-CSparse.lo `test -f 'array/CSparse.cc' || echo './'`array/CSparse.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/CSparse.cc -fno-common -DPIC -o array/.libs/array_libarray_la-CSparse.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-dColVector.lo `test -f 'array/dColVector.cc' || echo './'`array/dColVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/dColVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-dColVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-dDiagMatrix.lo `test -f 'array/dDiagMatrix.cc' || echo './'`array/dDiagMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/dDiagMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-dDiagMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-dim-vector.lo `test -f 'array/dim-vector.cc' || echo './'`array/dim-vector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/dim-vector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-dim-vector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-dMatrix.lo `test -f 'array/dMatrix.cc' || echo './'`array/dMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/dMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-dMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-dNDArray.lo `test -f 'array/dNDArray.cc' || echo './'`array/dNDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/dNDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-dNDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-dRowVector.lo `test -f 'array/dRowVector.cc' || echo './'`array/dRowVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/dRowVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-dRowVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-dSparse.lo `test -f 'array/dSparse.cc' || echo './'`array/dSparse.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/dSparse.cc -fno-common -DPIC -o array/.libs/array_libarray_la-dSparse.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fCColVector.lo `test -f 'array/fCColVector.cc' || echo './'`array/fCColVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fCColVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fCColVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fCDiagMatrix.lo `test -f 'array/fCDiagMatrix.cc' || echo './'`array/fCDiagMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fCDiagMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fCDiagMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fCMatrix.lo `test -f 'array/fCMatrix.cc' || echo './'`array/fCMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fCMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fCMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fCNDArray.lo `test -f 'array/fCNDArray.cc' || echo './'`array/fCNDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fCNDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fCNDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fColVector.lo `test -f 'array/fColVector.cc' || echo './'`array/fColVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fColVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fColVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fCRowVector.lo `test -f 'array/fCRowVector.cc' || echo './'`array/fCRowVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fCRowVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fCRowVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fDiagMatrix.lo `test -f 'array/fDiagMatrix.cc' || echo './'`array/fDiagMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fDiagMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fDiagMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fMatrix.lo `test -f 'array/fMatrix.cc' || echo './'`array/fMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fNDArray.lo `test -f 'array/fNDArray.cc' || echo './'`array/fNDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fNDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fNDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-fRowVector.lo `test -f 'array/fRowVector.cc' || echo './'`array/fRowVector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/fRowVector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-fRowVector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-idx-vector.lo `test -f 'array/idx-vector.cc' || echo './'`array/idx-vector.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/idx-vector.cc -fno-common -DPIC -o array/.libs/array_libarray_la-idx-vector.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-int16NDArray.lo `test -f 'array/int16NDArray.cc' || echo './'`array/int16NDArray.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-int32NDArray.lo `test -f 'array/int32NDArray.cc' || echo './'`array/int32NDArray.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-int64NDArray.lo `test -f 'array/int64NDArray.cc' || echo './'`array/int64NDArray.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-int8NDArray.lo `test -f 'array/int8NDArray.cc' || echo './'`array/int8NDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/int16NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-int16NDArray.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/int32NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-int32NDArray.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/int64NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-int64NDArray.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/int8NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-int8NDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MArray-C.lo `test -f 'array/MArray-C.cc' || echo './'`array/MArray-C.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MArray-d.lo `test -f 'array/MArray-d.cc' || echo './'`array/MArray-d.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MArray-f.lo `test -f 'array/MArray-f.cc' || echo './'`array/MArray-f.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MArray-fC.lo `test -f 'array/MArray-fC.cc' || echo './'`array/MArray-fC.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MArray-C.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MArray-C.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MArray-d.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MArray-d.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MArray-f.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MArray-f.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MArray-fC.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MArray-fC.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MArray-i.lo `test -f 'array/MArray-i.cc' || echo './'`array/MArray-i.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MArray-s.lo `test -f 'array/MArray-s.cc' || echo './'`array/MArray-s.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MatrixType.lo `test -f 'array/MatrixType.cc' || echo './'`array/MatrixType.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MArray-i.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MArray-i.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MArray-s.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MArray-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MSparse-C.lo `test -f 'array/MSparse-C.cc' || echo './'`array/MSparse-C.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MatrixType.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MatrixType.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MSparse-C.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MSparse-C.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-MSparse-d.lo `test -f 'array/MSparse-d.cc' || echo './'`array/MSparse-d.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-PermMatrix.lo `test -f 'array/PermMatrix.cc' || echo './'`array/PermMatrix.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/MSparse-d.cc -fno-common -DPIC -o array/.libs/array_libarray_la-MSparse-d.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/PermMatrix.cc -fno-common -DPIC -o array/.libs/array_libarray_la-PermMatrix.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Range.lo `test -f 'array/Range.cc' || echo './'`array/Range.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Sparse-b.lo `test -f 'array/Sparse-b.cc' || echo './'`array/Sparse-b.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Range.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Range.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Sparse-b.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Sparse-b.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Sparse-C.lo `test -f 'array/Sparse-C.cc' || echo './'`array/Sparse-C.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Sparse-C.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Sparse-C.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-Sparse-d.lo `test -f 'array/Sparse-d.cc' || echo './'`array/Sparse-d.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/Sparse-d.cc -fno-common -DPIC -o array/.libs/array_libarray_la-Sparse-d.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-uint16NDArray.lo `test -f 'array/uint16NDArray.cc' || echo './'`array/uint16NDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/uint16NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-uint16NDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-uint32NDArray.lo `test -f 'array/uint32NDArray.cc' || echo './'`array/uint32NDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/uint32NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-uint32NDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-uint64NDArray.lo `test -f 'array/uint64NDArray.cc' || echo './'`array/uint64NDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/uint64NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-uint64NDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o array/array_libarray_la-uint8NDArray.lo `test -f 'array/uint8NDArray.cc' || echo './'`array/uint8NDArray.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c array/uint8NDArray.cc -fno-common -DPIC -o array/.libs/array_libarray_la-uint8NDArray.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxAEPBAL.lo `test -f 'numeric/CmplxAEPBAL.cc' || echo './'`numeric/CmplxAEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxAEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxAEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxCHOL.lo `test -f 'numeric/CmplxCHOL.cc' || echo './'`numeric/CmplxCHOL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxCHOL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxCHOL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxGEPBAL.lo `test -f 'numeric/CmplxGEPBAL.cc' || echo './'`numeric/CmplxGEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxGEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxGEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxHESS.lo `test -f 'numeric/CmplxHESS.cc' || echo './'`numeric/CmplxHESS.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxHESS.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxHESS.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxLU.lo `test -f 'numeric/CmplxLU.cc' || echo './'`numeric/CmplxLU.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxQR.lo `test -f 'numeric/CmplxQR.cc' || echo './'`numeric/CmplxQR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxLU.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxLU.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxQR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxQR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxQRP.lo `test -f 'numeric/CmplxQRP.cc' || echo './'`numeric/CmplxQRP.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxQRP.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxQRP.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxSCHUR.lo `test -f 'numeric/CmplxSCHUR.cc' || echo './'`numeric/CmplxSCHUR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxSCHUR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxSCHUR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CmplxSVD.lo `test -f 'numeric/CmplxSVD.cc' || echo './'`numeric/CmplxSVD.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CmplxSVD.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CmplxSVD.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-CollocWt.lo `test -f 'numeric/CollocWt.cc' || echo './'`numeric/CollocWt.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-DASPK.lo `test -f 'numeric/DASPK.cc' || echo './'`numeric/DASPK.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/CollocWt.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-CollocWt.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/DASPK.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-DASPK.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-DASRT.lo `test -f 'numeric/DASRT.cc' || echo './'`numeric/DASRT.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/DASRT.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-DASRT.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-DASSL.lo `test -f 'numeric/DASSL.cc' || echo './'`numeric/DASSL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/DASSL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-DASSL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleAEPBAL.lo `test -f 'numeric/dbleAEPBAL.cc' || echo './'`numeric/dbleAEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleAEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleAEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleCHOL.lo `test -f 'numeric/dbleCHOL.cc' || echo './'`numeric/dbleCHOL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleCHOL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleCHOL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleGEPBAL.lo `test -f 'numeric/dbleGEPBAL.cc' || echo './'`numeric/dbleGEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleGEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleGEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleHESS.lo `test -f 'numeric/dbleHESS.cc' || echo './'`numeric/dbleHESS.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleHESS.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleHESS.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleLU.lo `test -f 'numeric/dbleLU.cc' || echo './'`numeric/dbleLU.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleLU.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleLU.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleQR.lo `test -f 'numeric/dbleQR.cc' || echo './'`numeric/dbleQR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleQR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleQR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleQRP.lo `test -f 'numeric/dbleQRP.cc' || echo './'`numeric/dbleQRP.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleQRP.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleQRP.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleSCHUR.lo `test -f 'numeric/dbleSCHUR.cc' || echo './'`numeric/dbleSCHUR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleSCHUR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleSCHUR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-dbleSVD.lo `test -f 'numeric/dbleSVD.cc' || echo './'`numeric/dbleSVD.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/dbleSVD.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-dbleSVD.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-EIG.lo `test -f 'numeric/EIG.cc' || echo './'`numeric/EIG.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/EIG.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-EIG.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxAEPBAL.lo `test -f 'numeric/fCmplxAEPBAL.cc' || echo './'`numeric/fCmplxAEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxAEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxAEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxCHOL.lo `test -f 'numeric/fCmplxCHOL.cc' || echo './'`numeric/fCmplxCHOL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxCHOL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxCHOL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxGEPBAL.lo `test -f 'numeric/fCmplxGEPBAL.cc' || echo './'`numeric/fCmplxGEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxGEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxGEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxHESS.lo `test -f 'numeric/fCmplxHESS.cc' || echo './'`numeric/fCmplxHESS.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxHESS.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxHESS.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxLU.lo `test -f 'numeric/fCmplxLU.cc' || echo './'`numeric/fCmplxLU.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxLU.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxLU.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxQR.lo `test -f 'numeric/fCmplxQR.cc' || echo './'`numeric/fCmplxQR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxQR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxQR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxQRP.lo `test -f 'numeric/fCmplxQRP.cc' || echo './'`numeric/fCmplxQRP.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxQRP.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxQRP.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxSCHUR.lo `test -f 'numeric/fCmplxSCHUR.cc' || echo './'`numeric/fCmplxSCHUR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxSCHUR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxSCHUR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fCmplxSVD.lo `test -f 'numeric/fCmplxSVD.cc' || echo './'`numeric/fCmplxSVD.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fCmplxSVD.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fCmplxSVD.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-fEIG.lo `test -f 'numeric/fEIG.cc' || echo './'`numeric/fEIG.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/fEIG.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-fEIG.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatAEPBAL.lo `test -f 'numeric/floatAEPBAL.cc' || echo './'`numeric/floatAEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatAEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatAEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatCHOL.lo `test -f 'numeric/floatCHOL.cc' || echo './'`numeric/floatCHOL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatCHOL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatCHOL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatGEPBAL.lo `test -f 'numeric/floatGEPBAL.cc' || echo './'`numeric/floatGEPBAL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatGEPBAL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatGEPBAL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatHESS.lo `test -f 'numeric/floatHESS.cc' || echo './'`numeric/floatHESS.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatHESS.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatHESS.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatLU.lo `test -f 'numeric/floatLU.cc' || echo './'`numeric/floatLU.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatLU.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatLU.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatQR.lo `test -f 'numeric/floatQR.cc' || echo './'`numeric/floatQR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatQR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatQR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatQRP.lo `test -f 'numeric/floatQRP.cc' || echo './'`numeric/floatQRP.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatQRP.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatQRP.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatSCHUR.lo `test -f 'numeric/floatSCHUR.cc' || echo './'`numeric/floatSCHUR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatSCHUR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatSCHUR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-floatSVD.lo `test -f 'numeric/floatSVD.cc' || echo './'`numeric/floatSVD.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/floatSVD.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-floatSVD.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-lo-mappers.lo `test -f 'numeric/lo-mappers.cc' || echo './'`numeric/lo-mappers.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/lo-mappers.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-lo-mappers.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-lo-specfun.lo `test -f 'numeric/lo-specfun.cc' || echo './'`numeric/lo-specfun.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/lo-specfun.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-lo-specfun.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-LSODE.lo `test -f 'numeric/LSODE.cc' || echo './'`numeric/LSODE.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/LSODE.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-LSODE.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-oct-convn.lo `test -f 'numeric/oct-convn.cc' || echo './'`numeric/oct-convn.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/oct-convn.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-oct-convn.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-oct-fftw.lo `test -f 'numeric/oct-fftw.cc' || echo './'`numeric/oct-fftw.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/oct-fftw.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-oct-fftw.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-oct-norm.lo `test -f 'numeric/oct-norm.cc' || echo './'`numeric/oct-norm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/oct-norm.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-oct-norm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-oct-rand.lo `test -f 'numeric/oct-rand.cc' || echo './'`numeric/oct-rand.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-oct-spparms.lo `test -f 'numeric/oct-spparms.cc' || echo './'`numeric/oct-spparms.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/oct-rand.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-oct-rand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/oct-spparms.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-oct-spparms.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-ODES.lo `test -f 'numeric/ODES.cc' || echo './'`numeric/ODES.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/ODES.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-ODES.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-Quad.lo `test -f 'numeric/Quad.cc' || echo './'`numeric/Quad.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/Quad.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-Quad.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-SparseCmplxCHOL.lo `test -f 'numeric/SparseCmplxCHOL.cc' || echo './'`numeric/SparseCmplxCHOL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/SparseCmplxCHOL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-SparseCmplxCHOL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-SparseCmplxLU.lo `test -f 'numeric/SparseCmplxLU.cc' || echo './'`numeric/SparseCmplxLU.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/SparseCmplxLU.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-SparseCmplxLU.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-SparseCmplxQR.lo `test -f 'numeric/SparseCmplxQR.cc' || echo './'`numeric/SparseCmplxQR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/SparseCmplxQR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-SparseCmplxQR.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-SparsedbleCHOL.lo `test -f 'numeric/SparsedbleCHOL.cc' || echo './'`numeric/SparsedbleCHOL.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/SparsedbleCHOL.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-SparsedbleCHOL.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-SparsedbleLU.lo `test -f 'numeric/SparsedbleLU.cc' || echo './'`numeric/SparsedbleLU.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/SparsedbleLU.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-SparsedbleLU.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-SparseQR.lo `test -f 'numeric/SparseQR.cc' || echo './'`numeric/SparseQR.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/SparseQR.cc -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-SparseQR.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-randgamma.lo `test -f 'numeric/randgamma.c' || echo './'`numeric/randgamma.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/randgamma.c -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-randgamma.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-randmtzig.lo `test -f 'numeric/randmtzig.c' || echo './'`numeric/randmtzig.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/randmtzig.c -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-randmtzig.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o numeric/numeric_libnumeric_la-randpoisson.lo `test -f 'numeric/randpoisson.c' || echo './'`numeric/randpoisson.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I./cruft/Faddeeva -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c numeric/randpoisson.c -fno-common -DPIC -o numeric/.libs/numeric_libnumeric_la-randpoisson.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cdm-dm.lo `test -f 'operators/mx-cdm-dm.cc' || echo './'`operators/mx-cdm-dm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-dm-cdm.lo `test -f 'operators/mx-dm-cdm.cc' || echo './'`operators/mx-dm-cdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cdm-dm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cdm-dm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-dm-cdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-dm-cdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cs-dm.lo `test -f 'operators/mx-cs-dm.cc' || echo './'`operators/mx-cs-dm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cs-dm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cs-dm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cs-m.lo `test -f 'operators/mx-cs-m.cc' || echo './'`operators/mx-cs-m.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cs-m.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cs-m.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cs-nda.lo `test -f 'operators/mx-cs-nda.cc' || echo './'`operators/mx-cs-nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cdm-cm.lo `test -f 'operators/mx-cdm-cm.cc' || echo './'`operators/mx-cdm-cm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cs-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cs-nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cdm-cm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cdm-cm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cdm-m.lo `test -f 'operators/mx-cdm-m.cc' || echo './'`operators/mx-cdm-m.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cdm-m.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cdm-m.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cdm-s.lo `test -f 'operators/mx-cdm-s.cc' || echo './'`operators/mx-cdm-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cdm-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cdm-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cm-cdm.lo `test -f 'operators/mx-cm-cdm.cc' || echo './'`operators/mx-cm-cdm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cm-dm.lo `test -f 'operators/mx-cm-dm.cc' || echo './'`operators/mx-cm-dm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cm-cdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cm-cdm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cm-dm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cm-dm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cm-m.lo `test -f 'operators/mx-cm-m.cc' || echo './'`operators/mx-cm-m.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cm-m.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cm-m.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cnda-nda.lo `test -f 'operators/mx-cnda-nda.cc' || echo './'`operators/mx-cnda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cnda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cnda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cm-s.lo `test -f 'operators/mx-cm-s.cc' || echo './'`operators/mx-cm-s.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cnda-s.lo `test -f 'operators/mx-cnda-s.cc' || echo './'`operators/mx-cnda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cm-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cm-s.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cnda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cnda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-dm-cs.lo `test -f 'operators/mx-dm-cs.cc' || echo './'`operators/mx-dm-cs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-dm-cs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-dm-cs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-dm-cm.lo `test -f 'operators/mx-dm-cm.cc' || echo './'`operators/mx-dm-cm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-m-cs.lo `test -f 'operators/mx-m-cs.cc' || echo './'`operators/mx-m-cs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-dm-cm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-dm-cm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-cs.lo `test -f 'operators/mx-nda-cs.cc' || echo './'`operators/mx-nda-cs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-m-cs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-m-cs.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-cs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-cs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-m-cdm.lo `test -f 'operators/mx-m-cdm.cc' || echo './'`operators/mx-m-cdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-m-cdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-m-cdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-m-cm.lo `test -f 'operators/mx-m-cm.cc' || echo './'`operators/mx-m-cm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-m-cm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-m-cm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-cnda.lo `test -f 'operators/mx-nda-cnda.cc' || echo './'`operators/mx-nda-cnda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-cdm.lo `test -f 'operators/mx-s-cdm.cc' || echo './'`operators/mx-s-cdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-cnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-cnda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-cdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-cdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-cm.lo `test -f 'operators/mx-s-cm.cc' || echo './'`operators/mx-s-cm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-cm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-cm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-cnda.lo `test -f 'operators/mx-s-cnda.cc' || echo './'`operators/mx-s-cnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-cnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-cnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-dm-m.lo `test -f 'operators/mx-dm-m.cc' || echo './'`operators/mx-dm-m.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-dm-m.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-dm-m.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-m-dm.lo `test -f 'operators/mx-m-dm.cc' || echo './'`operators/mx-m-dm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-m-dm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-m-dm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcdm-fdm.lo `test -f 'operators/mx-fcdm-fdm.cc' || echo './'`operators/mx-fcdm-fdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcdm-fdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcdm-fdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fdm-fcdm.lo `test -f 'operators/mx-fdm-fcdm.cc' || echo './'`operators/mx-fdm-fcdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fdm-fcdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fdm-fcdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcs-fdm.lo `test -f 'operators/mx-fcs-fdm.cc' || echo './'`operators/mx-fcs-fdm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcs-fm.lo `test -f 'operators/mx-fcs-fm.cc' || echo './'`operators/mx-fcs-fm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcs-fnda.lo `test -f 'operators/mx-fcs-fnda.cc' || echo './'`operators/mx-fcs-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcs-fdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcs-fdm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcs-fm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcs-fm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcs-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcs-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcdm-fcm.lo `test -f 'operators/mx-fcdm-fcm.cc' || echo './'`operators/mx-fcdm-fcm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcdm-fcm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcdm-fcm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcdm-fm.lo `test -f 'operators/mx-fcdm-fm.cc' || echo './'`operators/mx-fcdm-fm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcdm-fm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcdm-fm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcdm-fs.lo `test -f 'operators/mx-fcdm-fs.cc' || echo './'`operators/mx-fcdm-fs.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcm-fcdm.lo `test -f 'operators/mx-fcm-fcdm.cc' || echo './'`operators/mx-fcm-fcdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcdm-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcdm-fs.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcm-fcdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcm-fcdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcm-fdm.lo `test -f 'operators/mx-fcm-fdm.cc' || echo './'`operators/mx-fcm-fdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcm-fdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcm-fdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcm-fm.lo `test -f 'operators/mx-fcm-fm.cc' || echo './'`operators/mx-fcm-fm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcnda-fnda.lo `test -f 'operators/mx-fcnda-fnda.cc' || echo './'`operators/mx-fcnda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcm-fm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcm-fm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcnda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcnda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcm-fs.lo `test -f 'operators/mx-fcm-fs.cc' || echo './'`operators/mx-fcm-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcm-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcm-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcnda-fs.lo `test -f 'operators/mx-fcnda-fs.cc' || echo './'`operators/mx-fcnda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcnda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcnda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fdm-fcs.lo `test -f 'operators/mx-fdm-fcs.cc' || echo './'`operators/mx-fdm-fcs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fdm-fcs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fdm-fcs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fdm-fcm.lo `test -f 'operators/mx-fdm-fcm.cc' || echo './'`operators/mx-fdm-fcm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fdm-fcm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fdm-fcm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fm-fcs.lo `test -f 'operators/mx-fm-fcs.cc' || echo './'`operators/mx-fm-fcs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fm-fcs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fm-fcs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-fcs.lo `test -f 'operators/mx-fnda-fcs.cc' || echo './'`operators/mx-fnda-fcs.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fm-fcdm.lo `test -f 'operators/mx-fm-fcdm.cc' || echo './'`operators/mx-fm-fcdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-fcs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-fcs.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fm-fcdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fm-fcdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fm-fcm.lo `test -f 'operators/mx-fm-fcm.cc' || echo './'`operators/mx-fm-fcm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fm-fcm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fm-fcm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-fcnda.lo `test -f 'operators/mx-fnda-fcnda.cc' || echo './'`operators/mx-fnda-fcnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-fcnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-fcnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-fcdm.lo `test -f 'operators/mx-fs-fcdm.cc' || echo './'`operators/mx-fs-fcdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-fcdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-fcdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-fcm.lo `test -f 'operators/mx-fs-fcm.cc' || echo './'`operators/mx-fs-fcm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-fcm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-fcm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-fcnda.lo `test -f 'operators/mx-fs-fcnda.cc' || echo './'`operators/mx-fs-fcnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-fcnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-fcnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fdm-fm.lo `test -f 'operators/mx-fdm-fm.cc' || echo './'`operators/mx-fdm-fm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fdm-fm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fdm-fm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fm-fdm.lo `test -f 'operators/mx-fm-fdm.cc' || echo './'`operators/mx-fm-fdm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fm-fdm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fm-fdm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-pm-m.lo `test -f 'operators/mx-pm-m.cc' || echo './'`operators/mx-pm-m.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-pm-m.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-pm-m.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-m-pm.lo `test -f 'operators/mx-m-pm.cc' || echo './'`operators/mx-m-pm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-m-pm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-m-pm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-pm-cm.lo `test -f 'operators/mx-pm-cm.cc' || echo './'`operators/mx-pm-cm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-pm-cm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-pm-cm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-cm-pm.lo `test -f 'operators/mx-cm-pm.cc' || echo './'`operators/mx-cm-pm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-cm-pm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-cm-pm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-pm-fm.lo `test -f 'operators/mx-pm-fm.cc' || echo './'`operators/mx-pm-fm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-pm-fm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-pm-fm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fm-pm.lo `test -f 'operators/mx-fm-pm.cc' || echo './'`operators/mx-fm-pm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fm-pm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fm-pm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-pm-fcm.lo `test -f 'operators/mx-pm-fcm.cc' || echo './'`operators/mx-pm-fcm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-pm-fcm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-pm-fcm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fcm-pm.lo `test -f 'operators/mx-fcm-pm.cc' || echo './'`operators/mx-fcm-pm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fcm-pm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fcm-pm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-i8nda.lo `test -f 'operators/mx-s-i8nda.cc' || echo './'`operators/mx-s-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-s.lo `test -f 'operators/mx-i8nda-s.cc' || echo './'`operators/mx-i8nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-ui8nda.lo `test -f 'operators/mx-s-ui8nda.cc' || echo './'`operators/mx-s-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-s.lo `test -f 'operators/mx-ui8nda-s.cc' || echo './'`operators/mx-ui8nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-i16nda.lo `test -f 'operators/mx-s-i16nda.cc' || echo './'`operators/mx-s-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-s.lo `test -f 'operators/mx-i16nda-s.cc' || echo './'`operators/mx-i16nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-ui16nda.lo `test -f 'operators/mx-s-ui16nda.cc' || echo './'`operators/mx-s-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-s.lo `test -f 'operators/mx-ui16nda-s.cc' || echo './'`operators/mx-ui16nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-i32nda.lo `test -f 'operators/mx-s-i32nda.cc' || echo './'`operators/mx-s-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-s.lo `test -f 'operators/mx-i32nda-s.cc' || echo './'`operators/mx-i32nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-ui32nda.lo `test -f 'operators/mx-s-ui32nda.cc' || echo './'`operators/mx-s-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-s.lo `test -f 'operators/mx-ui32nda-s.cc' || echo './'`operators/mx-ui32nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-i64nda.lo `test -f 'operators/mx-s-i64nda.cc' || echo './'`operators/mx-s-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-s.lo `test -f 'operators/mx-i64nda-s.cc' || echo './'`operators/mx-i64nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-s-ui64nda.lo `test -f 'operators/mx-s-ui64nda.cc' || echo './'`operators/mx-s-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-s-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-s-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-s.lo `test -f 'operators/mx-ui64nda-s.cc' || echo './'`operators/mx-ui64nda-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-i8nda.lo `test -f 'operators/mx-fs-i8nda.cc' || echo './'`operators/mx-fs-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-fs.lo `test -f 'operators/mx-i8nda-fs.cc' || echo './'`operators/mx-i8nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-ui8nda.lo `test -f 'operators/mx-fs-ui8nda.cc' || echo './'`operators/mx-fs-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-fs.lo `test -f 'operators/mx-ui8nda-fs.cc' || echo './'`operators/mx-ui8nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-i16nda.lo `test -f 'operators/mx-fs-i16nda.cc' || echo './'`operators/mx-fs-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-fs.lo `test -f 'operators/mx-i16nda-fs.cc' || echo './'`operators/mx-i16nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-ui16nda.lo `test -f 'operators/mx-fs-ui16nda.cc' || echo './'`operators/mx-fs-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-fs.lo `test -f 'operators/mx-ui16nda-fs.cc' || echo './'`operators/mx-ui16nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-i32nda.lo `test -f 'operators/mx-fs-i32nda.cc' || echo './'`operators/mx-fs-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-fs.lo `test -f 'operators/mx-i32nda-fs.cc' || echo './'`operators/mx-i32nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-ui32nda.lo `test -f 'operators/mx-fs-ui32nda.cc' || echo './'`operators/mx-fs-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-fs.lo `test -f 'operators/mx-ui32nda-fs.cc' || echo './'`operators/mx-ui32nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-i64nda.lo `test -f 'operators/mx-fs-i64nda.cc' || echo './'`operators/mx-fs-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-fs.lo `test -f 'operators/mx-i64nda-fs.cc' || echo './'`operators/mx-i64nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fs-ui64nda.lo `test -f 'operators/mx-fs-ui64nda.cc' || echo './'`operators/mx-fs-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fs-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fs-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-fs.lo `test -f 'operators/mx-ui64nda-fs.cc' || echo './'`operators/mx-ui64nda-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i8.lo `test -f 'operators/mx-nda-i8.cc' || echo './'`operators/mx-nda-i8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-nda.lo `test -f 'operators/mx-i8-nda.cc' || echo './'`operators/mx-i8-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui8.lo `test -f 'operators/mx-nda-ui8.cc' || echo './'`operators/mx-nda-ui8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-nda.lo `test -f 'operators/mx-ui8-nda.cc' || echo './'`operators/mx-ui8-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i16.lo `test -f 'operators/mx-nda-i16.cc' || echo './'`operators/mx-nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-nda.lo `test -f 'operators/mx-i16-nda.cc' || echo './'`operators/mx-i16-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui16.lo `test -f 'operators/mx-nda-ui16.cc' || echo './'`operators/mx-nda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-nda.lo `test -f 'operators/mx-ui16-nda.cc' || echo './'`operators/mx-ui16-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i32.lo `test -f 'operators/mx-nda-i32.cc' || echo './'`operators/mx-nda-i32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-nda.lo `test -f 'operators/mx-i32-nda.cc' || echo './'`operators/mx-i32-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui32.lo `test -f 'operators/mx-nda-ui32.cc' || echo './'`operators/mx-nda-ui32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-nda.lo `test -f 'operators/mx-ui32-nda.cc' || echo './'`operators/mx-ui32-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i64.lo `test -f 'operators/mx-nda-i64.cc' || echo './'`operators/mx-nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-nda.lo `test -f 'operators/mx-i64-nda.cc' || echo './'`operators/mx-i64-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui64.lo `test -f 'operators/mx-nda-ui64.cc' || echo './'`operators/mx-nda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-nda.lo `test -f 'operators/mx-ui64-nda.cc' || echo './'`operators/mx-ui64-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i8.lo `test -f 'operators/mx-fnda-i8.cc' || echo './'`operators/mx-fnda-i8.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-fnda.lo `test -f 'operators/mx-i8-fnda.cc' || echo './'`operators/mx-i8-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i8.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui8.lo `test -f 'operators/mx-fnda-ui8.cc' || echo './'`operators/mx-fnda-ui8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-fnda.lo `test -f 'operators/mx-ui8-fnda.cc' || echo './'`operators/mx-ui8-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i16.lo `test -f 'operators/mx-fnda-i16.cc' || echo './'`operators/mx-fnda-i16.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-fnda.lo `test -f 'operators/mx-i16-fnda.cc' || echo './'`operators/mx-i16-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i16.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui16.lo `test -f 'operators/mx-fnda-ui16.cc' || echo './'`operators/mx-fnda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-fnda.lo `test -f 'operators/mx-ui16-fnda.cc' || echo './'`operators/mx-ui16-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i32.lo `test -f 'operators/mx-fnda-i32.cc' || echo './'`operators/mx-fnda-i32.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-fnda.lo `test -f 'operators/mx-i32-fnda.cc' || echo './'`operators/mx-i32-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i32.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui32.lo `test -f 'operators/mx-fnda-ui32.cc' || echo './'`operators/mx-fnda-ui32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-fnda.lo `test -f 'operators/mx-ui32-fnda.cc' || echo './'`operators/mx-ui32-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i64.lo `test -f 'operators/mx-fnda-i64.cc' || echo './'`operators/mx-fnda-i64.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-fnda.lo `test -f 'operators/mx-i64-fnda.cc' || echo './'`operators/mx-i64-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i64.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui64.lo `test -f 'operators/mx-fnda-ui64.cc' || echo './'`operators/mx-fnda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-fnda.lo `test -f 'operators/mx-ui64-fnda.cc' || echo './'`operators/mx-ui64-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i8nda.lo `test -f 'operators/mx-nda-i8nda.cc' || echo './'`operators/mx-nda-i8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-nda.lo `test -f 'operators/mx-i8nda-nda.cc' || echo './'`operators/mx-i8nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui8nda.lo `test -f 'operators/mx-nda-ui8nda.cc' || echo './'`operators/mx-nda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-nda.lo `test -f 'operators/mx-ui8nda-nda.cc' || echo './'`operators/mx-ui8nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i16nda.lo `test -f 'operators/mx-nda-i16nda.cc' || echo './'`operators/mx-nda-i16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-nda.lo `test -f 'operators/mx-i16nda-nda.cc' || echo './'`operators/mx-i16nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui16nda.lo `test -f 'operators/mx-nda-ui16nda.cc' || echo './'`operators/mx-nda-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-nda.lo `test -f 'operators/mx-ui16nda-nda.cc' || echo './'`operators/mx-ui16nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i32nda.lo `test -f 'operators/mx-nda-i32nda.cc' || echo './'`operators/mx-nda-i32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-nda.lo `test -f 'operators/mx-i32nda-nda.cc' || echo './'`operators/mx-i32nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui32nda.lo `test -f 'operators/mx-nda-ui32nda.cc' || echo './'`operators/mx-nda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-nda.lo `test -f 'operators/mx-ui32nda-nda.cc' || echo './'`operators/mx-ui32nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-i64nda.lo `test -f 'operators/mx-nda-i64nda.cc' || echo './'`operators/mx-nda-i64nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-nda.lo `test -f 'operators/mx-i64nda-nda.cc' || echo './'`operators/mx-i64nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-i64nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-nda-ui64nda.lo `test -f 'operators/mx-nda-ui64nda.cc' || echo './'`operators/mx-nda-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-nda-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-nda.lo `test -f 'operators/mx-ui64nda-nda.cc' || echo './'`operators/mx-ui64nda-nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i8nda.lo `test -f 'operators/mx-fnda-i8nda.cc' || echo './'`operators/mx-fnda-i8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-fnda.lo `test -f 'operators/mx-i8nda-fnda.cc' || echo './'`operators/mx-i8nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui8nda.lo `test -f 'operators/mx-fnda-ui8nda.cc' || echo './'`operators/mx-fnda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-fnda.lo `test -f 'operators/mx-ui8nda-fnda.cc' || echo './'`operators/mx-ui8nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i16nda.lo `test -f 'operators/mx-fnda-i16nda.cc' || echo './'`operators/mx-fnda-i16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-fnda.lo `test -f 'operators/mx-i16nda-fnda.cc' || echo './'`operators/mx-i16nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui16nda.lo `test -f 'operators/mx-fnda-ui16nda.cc' || echo './'`operators/mx-fnda-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-fnda.lo `test -f 'operators/mx-ui16nda-fnda.cc' || echo './'`operators/mx-ui16nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i32nda.lo `test -f 'operators/mx-fnda-i32nda.cc' || echo './'`operators/mx-fnda-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-fnda.lo `test -f 'operators/mx-i32nda-fnda.cc' || echo './'`operators/mx-i32nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui32nda.lo `test -f 'operators/mx-fnda-ui32nda.cc' || echo './'`operators/mx-fnda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-fnda.lo `test -f 'operators/mx-ui32nda-fnda.cc' || echo './'`operators/mx-ui32nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-i64nda.lo `test -f 'operators/mx-fnda-i64nda.cc' || echo './'`operators/mx-fnda-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-fnda.lo `test -f 'operators/mx-i64nda-fnda.cc' || echo './'`operators/mx-i64nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-fnda-ui64nda.lo `test -f 'operators/mx-fnda-ui64nda.cc' || echo './'`operators/mx-fnda-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-fnda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-fnda-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-fnda.lo `test -f 'operators/mx-ui64nda-fnda.cc' || echo './'`operators/mx-ui64nda-fnda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-fnda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-fnda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui8.lo `test -f 'operators/mx-i8nda-ui8.cc' || echo './'`operators/mx-i8nda-ui8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-i16.lo `test -f 'operators/mx-i8nda-i16.cc' || echo './'`operators/mx-i8nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui16.lo `test -f 'operators/mx-i8nda-ui16.cc' || echo './'`operators/mx-i8nda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-i32.lo `test -f 'operators/mx-i8nda-i32.cc' || echo './'`operators/mx-i8nda-i32.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui32.lo `test -f 'operators/mx-i8nda-ui32.cc' || echo './'`operators/mx-i8nda-ui32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-i32.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-i64.lo `test -f 'operators/mx-i8nda-i64.cc' || echo './'`operators/mx-i8nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui64.lo `test -f 'operators/mx-i8nda-ui64.cc' || echo './'`operators/mx-i8nda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-i8.lo `test -f 'operators/mx-i16nda-i8.cc' || echo './'`operators/mx-i16nda-i8.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui8.lo `test -f 'operators/mx-i16nda-ui8.cc' || echo './'`operators/mx-i16nda-ui8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-i8.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui16.lo `test -f 'operators/mx-i16nda-ui16.cc' || echo './'`operators/mx-i16nda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-i32.lo `test -f 'operators/mx-i16nda-i32.cc' || echo './'`operators/mx-i16nda-i32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-i32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui32.lo `test -f 'operators/mx-i16nda-ui32.cc' || echo './'`operators/mx-i16nda-ui32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-i64.lo `test -f 'operators/mx-i16nda-i64.cc' || echo './'`operators/mx-i16nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui64.lo `test -f 'operators/mx-i16nda-ui64.cc' || echo './'`operators/mx-i16nda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-i8.lo `test -f 'operators/mx-i32nda-i8.cc' || echo './'`operators/mx-i32nda-i8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-i8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui8.lo `test -f 'operators/mx-i32nda-ui8.cc' || echo './'`operators/mx-i32nda-ui8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-i16.lo `test -f 'operators/mx-i32nda-i16.cc' || echo './'`operators/mx-i32nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui16.lo `test -f 'operators/mx-i32nda-ui16.cc' || echo './'`operators/mx-i32nda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui32.lo `test -f 'operators/mx-i32nda-ui32.cc' || echo './'`operators/mx-i32nda-ui32.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-i64.lo `test -f 'operators/mx-i32nda-i64.cc' || echo './'`operators/mx-i32nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui32.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui64.lo `test -f 'operators/mx-i32nda-ui64.cc' || echo './'`operators/mx-i32nda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-i8.lo `test -f 'operators/mx-i64nda-i8.cc' || echo './'`operators/mx-i64nda-i8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-i8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui8.lo `test -f 'operators/mx-i64nda-ui8.cc' || echo './'`operators/mx-i64nda-ui8.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-i16.lo `test -f 'operators/mx-i64nda-i16.cc' || echo './'`operators/mx-i64nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui8.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui16.lo `test -f 'operators/mx-i64nda-ui16.cc' || echo './'`operators/mx-i64nda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-i32.lo `test -f 'operators/mx-i64nda-i32.cc' || echo './'`operators/mx-i64nda-i32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-i32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui32.lo `test -f 'operators/mx-i64nda-ui32.cc' || echo './'`operators/mx-i64nda-ui32.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui64.lo `test -f 'operators/mx-i64nda-ui64.cc' || echo './'`operators/mx-i64nda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui32.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i8.lo `test -f 'operators/mx-ui8nda-i8.cc' || echo './'`operators/mx-ui8nda-i8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i16.lo `test -f 'operators/mx-ui8nda-i16.cc' || echo './'`operators/mx-ui8nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-ui16.lo `test -f 'operators/mx-ui8nda-ui16.cc' || echo './'`operators/mx-ui8nda-ui16.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i32.lo `test -f 'operators/mx-ui8nda-i32.cc' || echo './'`operators/mx-ui8nda-i32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-ui16.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-ui32.lo `test -f 'operators/mx-ui8nda-ui32.cc' || echo './'`operators/mx-ui8nda-ui32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-ui32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i64.lo `test -f 'operators/mx-ui8nda-i64.cc' || echo './'`operators/mx-ui8nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-ui64.lo `test -f 'operators/mx-ui8nda-ui64.cc' || echo './'`operators/mx-ui8nda-ui64.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i8.lo `test -f 'operators/mx-ui16nda-i8.cc' || echo './'`operators/mx-ui16nda-i8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i8.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-ui8.lo `test -f 'operators/mx-ui16nda-ui8.cc' || echo './'`operators/mx-ui16nda-ui8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-ui8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i16.lo `test -f 'operators/mx-ui16nda-i16.cc' || echo './'`operators/mx-ui16nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i32.lo `test -f 'operators/mx-ui16nda-i32.cc' || echo './'`operators/mx-ui16nda-i32.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-ui32.lo `test -f 'operators/mx-ui16nda-ui32.cc' || echo './'`operators/mx-ui16nda-ui32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i32.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-ui32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i64.lo `test -f 'operators/mx-ui16nda-i64.cc' || echo './'`operators/mx-ui16nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-ui64.lo `test -f 'operators/mx-ui16nda-ui64.cc' || echo './'`operators/mx-ui16nda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i8.lo `test -f 'operators/mx-ui32nda-i8.cc' || echo './'`operators/mx-ui32nda-i8.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-ui8.lo `test -f 'operators/mx-ui32nda-ui8.cc' || echo './'`operators/mx-ui32nda-ui8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i8.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-ui8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i16.lo `test -f 'operators/mx-ui32nda-i16.cc' || echo './'`operators/mx-ui32nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-ui16.lo `test -f 'operators/mx-ui32nda-ui16.cc' || echo './'`operators/mx-ui32nda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i32.lo `test -f 'operators/mx-ui32nda-i32.cc' || echo './'`operators/mx-ui32nda-i32.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i64.lo `test -f 'operators/mx-ui32nda-i64.cc' || echo './'`operators/mx-ui32nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i32.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-ui64.lo `test -f 'operators/mx-ui32nda-ui64.cc' || echo './'`operators/mx-ui32nda-ui64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-ui64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-ui64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i8.lo `test -f 'operators/mx-ui64nda-i8.cc' || echo './'`operators/mx-ui64nda-i8.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i8.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-ui8.lo `test -f 'operators/mx-ui64nda-ui8.cc' || echo './'`operators/mx-ui64nda-ui8.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i16.lo `test -f 'operators/mx-ui64nda-i16.cc' || echo './'`operators/mx-ui64nda-i16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-ui8.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-ui8.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-ui16.lo `test -f 'operators/mx-ui64nda-ui16.cc' || echo './'`operators/mx-ui64nda-ui16.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-ui16.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-ui16.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i32.lo `test -f 'operators/mx-ui64nda-i32.cc' || echo './'`operators/mx-ui64nda-i32.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i32.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-ui32.lo `test -f 'operators/mx-ui64nda-ui32.cc' || echo './'`operators/mx-ui64nda-ui32.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i64.lo `test -f 'operators/mx-ui64nda-i64.cc' || echo './'`operators/mx-ui64nda-i64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-ui32.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-ui32.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i64.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-ui8nda.lo `test -f 'operators/mx-i8-ui8nda.cc' || echo './'`operators/mx-i8-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-i16nda.lo `test -f 'operators/mx-i8-i16nda.cc' || echo './'`operators/mx-i8-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-ui16nda.lo `test -f 'operators/mx-i8-ui16nda.cc' || echo './'`operators/mx-i8-ui16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-i32nda.lo `test -f 'operators/mx-i8-i32nda.cc' || echo './'`operators/mx-i8-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-ui16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-ui32nda.lo `test -f 'operators/mx-i8-ui32nda.cc' || echo './'`operators/mx-i8-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-i64nda.lo `test -f 'operators/mx-i8-i64nda.cc' || echo './'`operators/mx-i8-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8-ui64nda.lo `test -f 'operators/mx-i8-ui64nda.cc' || echo './'`operators/mx-i8-ui64nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-i8nda.lo `test -f 'operators/mx-i16-i8nda.cc' || echo './'`operators/mx-i16-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8-ui64nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-ui8nda.lo `test -f 'operators/mx-i16-ui8nda.cc' || echo './'`operators/mx-i16-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-ui16nda.lo `test -f 'operators/mx-i16-ui16nda.cc' || echo './'`operators/mx-i16-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-i32nda.lo `test -f 'operators/mx-i16-i32nda.cc' || echo './'`operators/mx-i16-i32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-ui32nda.lo `test -f 'operators/mx-i16-ui32nda.cc' || echo './'`operators/mx-i16-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-i32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-i64nda.lo `test -f 'operators/mx-i16-i64nda.cc' || echo './'`operators/mx-i16-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16-ui64nda.lo `test -f 'operators/mx-i16-ui64nda.cc' || echo './'`operators/mx-i16-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-i8nda.lo `test -f 'operators/mx-i32-i8nda.cc' || echo './'`operators/mx-i32-i8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-ui8nda.lo `test -f 'operators/mx-i32-ui8nda.cc' || echo './'`operators/mx-i32-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-i8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-i16nda.lo `test -f 'operators/mx-i32-i16nda.cc' || echo './'`operators/mx-i32-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-ui16nda.lo `test -f 'operators/mx-i32-ui16nda.cc' || echo './'`operators/mx-i32-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-ui32nda.lo `test -f 'operators/mx-i32-ui32nda.cc' || echo './'`operators/mx-i32-ui32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-i64nda.lo `test -f 'operators/mx-i32-i64nda.cc' || echo './'`operators/mx-i32-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-ui32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32-ui64nda.lo `test -f 'operators/mx-i32-ui64nda.cc' || echo './'`operators/mx-i32-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-i8nda.lo `test -f 'operators/mx-i64-i8nda.cc' || echo './'`operators/mx-i64-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-ui8nda.lo `test -f 'operators/mx-i64-ui8nda.cc' || echo './'`operators/mx-i64-ui8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-i16nda.lo `test -f 'operators/mx-i64-i16nda.cc' || echo './'`operators/mx-i64-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-ui8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-ui16nda.lo `test -f 'operators/mx-i64-ui16nda.cc' || echo './'`operators/mx-i64-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-i32nda.lo `test -f 'operators/mx-i64-i32nda.cc' || echo './'`operators/mx-i64-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-ui32nda.lo `test -f 'operators/mx-i64-ui32nda.cc' || echo './'`operators/mx-i64-ui32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64-ui64nda.lo `test -f 'operators/mx-i64-ui64nda.cc' || echo './'`operators/mx-i64-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-ui32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-i8nda.lo `test -f 'operators/mx-ui8-i8nda.cc' || echo './'`operators/mx-ui8-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-i16nda.lo `test -f 'operators/mx-ui8-i16nda.cc' || echo './'`operators/mx-ui8-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-ui16nda.lo `test -f 'operators/mx-ui8-ui16nda.cc' || echo './'`operators/mx-ui8-ui16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-i32nda.lo `test -f 'operators/mx-ui8-i32nda.cc' || echo './'`operators/mx-ui8-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-ui16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-ui32nda.lo `test -f 'operators/mx-ui8-ui32nda.cc' || echo './'`operators/mx-ui8-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-i64nda.lo `test -f 'operators/mx-ui8-i64nda.cc' || echo './'`operators/mx-ui8-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8-ui64nda.lo `test -f 'operators/mx-ui8-ui64nda.cc' || echo './'`operators/mx-ui8-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-i8nda.lo `test -f 'operators/mx-ui16-i8nda.cc' || echo './'`operators/mx-ui16-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-ui8nda.lo `test -f 'operators/mx-ui16-ui8nda.cc' || echo './'`operators/mx-ui16-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-i16nda.lo `test -f 'operators/mx-ui16-i16nda.cc' || echo './'`operators/mx-ui16-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-i32nda.lo `test -f 'operators/mx-ui16-i32nda.cc' || echo './'`operators/mx-ui16-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-ui32nda.lo `test -f 'operators/mx-ui16-ui32nda.cc' || echo './'`operators/mx-ui16-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-i64nda.lo `test -f 'operators/mx-ui16-i64nda.cc' || echo './'`operators/mx-ui16-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16-ui64nda.lo `test -f 'operators/mx-ui16-ui64nda.cc' || echo './'`operators/mx-ui16-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-i8nda.lo `test -f 'operators/mx-ui32-i8nda.cc' || echo './'`operators/mx-ui32-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-ui8nda.lo `test -f 'operators/mx-ui32-ui8nda.cc' || echo './'`operators/mx-ui32-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-i16nda.lo `test -f 'operators/mx-ui32-i16nda.cc' || echo './'`operators/mx-ui32-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-ui16nda.lo `test -f 'operators/mx-ui32-ui16nda.cc' || echo './'`operators/mx-ui32-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-i32nda.lo `test -f 'operators/mx-ui32-i32nda.cc' || echo './'`operators/mx-ui32-i32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-i64nda.lo `test -f 'operators/mx-ui32-i64nda.cc' || echo './'`operators/mx-ui32-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-i32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32-ui64nda.lo `test -f 'operators/mx-ui32-ui64nda.cc' || echo './'`operators/mx-ui32-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-i8nda.lo `test -f 'operators/mx-ui64-i8nda.cc' || echo './'`operators/mx-ui64-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-ui8nda.lo `test -f 'operators/mx-ui64-ui8nda.cc' || echo './'`operators/mx-ui64-ui8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-i16nda.lo `test -f 'operators/mx-ui64-i16nda.cc' || echo './'`operators/mx-ui64-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-ui8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-ui16nda.lo `test -f 'operators/mx-ui64-ui16nda.cc' || echo './'`operators/mx-ui64-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-i32nda.lo `test -f 'operators/mx-ui64-i32nda.cc' || echo './'`operators/mx-ui64-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-ui32nda.lo `test -f 'operators/mx-ui64-ui32nda.cc' || echo './'`operators/mx-ui64-ui32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64-i64nda.lo `test -f 'operators/mx-ui64-i64nda.cc' || echo './'`operators/mx-ui64-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-ui32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui8nda.lo `test -f 'operators/mx-i8nda-ui8nda.cc' || echo './'`operators/mx-i8nda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-i16nda.lo `test -f 'operators/mx-i8nda-i16nda.cc' || echo './'`operators/mx-i8nda-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui16nda.lo `test -f 'operators/mx-i8nda-ui16nda.cc' || echo './'`operators/mx-i8nda-ui16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-i32nda.lo `test -f 'operators/mx-i8nda-i32nda.cc' || echo './'`operators/mx-i8nda-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui32nda.lo `test -f 'operators/mx-i8nda-ui32nda.cc' || echo './'`operators/mx-i8nda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-i64nda.lo `test -f 'operators/mx-i8nda-i64nda.cc' || echo './'`operators/mx-i8nda-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i8nda-ui64nda.lo `test -f 'operators/mx-i8nda-ui64nda.cc' || echo './'`operators/mx-i8nda-ui64nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-i8nda.lo `test -f 'operators/mx-i16nda-i8nda.cc' || echo './'`operators/mx-i16nda-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i8nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i8nda-ui64nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui8nda.lo `test -f 'operators/mx-i16nda-ui8nda.cc' || echo './'`operators/mx-i16nda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui16nda.lo `test -f 'operators/mx-i16nda-ui16nda.cc' || echo './'`operators/mx-i16nda-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-i32nda.lo `test -f 'operators/mx-i16nda-i32nda.cc' || echo './'`operators/mx-i16nda-i32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui32nda.lo `test -f 'operators/mx-i16nda-ui32nda.cc' || echo './'`operators/mx-i16nda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-i32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-i64nda.lo `test -f 'operators/mx-i16nda-i64nda.cc' || echo './'`operators/mx-i16nda-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i16nda-ui64nda.lo `test -f 'operators/mx-i16nda-ui64nda.cc' || echo './'`operators/mx-i16nda-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i16nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i16nda-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-i8nda.lo `test -f 'operators/mx-i32nda-i8nda.cc' || echo './'`operators/mx-i32nda-i8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui8nda.lo `test -f 'operators/mx-i32nda-ui8nda.cc' || echo './'`operators/mx-i32nda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-i8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-i16nda.lo `test -f 'operators/mx-i32nda-i16nda.cc' || echo './'`operators/mx-i32nda-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui16nda.lo `test -f 'operators/mx-i32nda-ui16nda.cc' || echo './'`operators/mx-i32nda-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui32nda.lo `test -f 'operators/mx-i32nda-ui32nda.cc' || echo './'`operators/mx-i32nda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-i64nda.lo `test -f 'operators/mx-i32nda-i64nda.cc' || echo './'`operators/mx-i32nda-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i32nda-ui64nda.lo `test -f 'operators/mx-i32nda-ui64nda.cc' || echo './'`operators/mx-i32nda-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i32nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i32nda-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-i8nda.lo `test -f 'operators/mx-i64nda-i8nda.cc' || echo './'`operators/mx-i64nda-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui8nda.lo `test -f 'operators/mx-i64nda-ui8nda.cc' || echo './'`operators/mx-i64nda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-i16nda.lo `test -f 'operators/mx-i64nda-i16nda.cc' || echo './'`operators/mx-i64nda-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui16nda.lo `test -f 'operators/mx-i64nda-ui16nda.cc' || echo './'`operators/mx-i64nda-ui16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-i32nda.lo `test -f 'operators/mx-i64nda-i32nda.cc' || echo './'`operators/mx-i64nda-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui32nda.lo `test -f 'operators/mx-i64nda-ui32nda.cc' || echo './'`operators/mx-i64nda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-i64nda-ui64nda.lo `test -f 'operators/mx-i64nda-ui64nda.cc' || echo './'`operators/mx-i64nda-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-i64nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-i64nda-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i8nda.lo `test -f 'operators/mx-ui8nda-i8nda.cc' || echo './'`operators/mx-ui8nda-i8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i16nda.lo `test -f 'operators/mx-ui8nda-i16nda.cc' || echo './'`operators/mx-ui8nda-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-ui16nda.lo `test -f 'operators/mx-ui8nda-ui16nda.cc' || echo './'`operators/mx-ui8nda-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i32nda.lo `test -f 'operators/mx-ui8nda-i32nda.cc' || echo './'`operators/mx-ui8nda-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-ui32nda.lo `test -f 'operators/mx-ui8nda-ui32nda.cc' || echo './'`operators/mx-ui8nda-ui32nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-i64nda.lo `test -f 'operators/mx-ui8nda-i64nda.cc' || echo './'`operators/mx-ui8nda-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-ui32nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui8nda-ui64nda.lo `test -f 'operators/mx-ui8nda-ui64nda.cc' || echo './'`operators/mx-ui8nda-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui8nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui8nda-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i8nda.lo `test -f 'operators/mx-ui16nda-i8nda.cc' || echo './'`operators/mx-ui16nda-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-ui8nda.lo `test -f 'operators/mx-ui16nda-ui8nda.cc' || echo './'`operators/mx-ui16nda-ui8nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i16nda.lo `test -f 'operators/mx-ui16nda-i16nda.cc' || echo './'`operators/mx-ui16nda-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-ui8nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i32nda.lo `test -f 'operators/mx-ui16nda-i32nda.cc' || echo './'`operators/mx-ui16nda-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-ui32nda.lo `test -f 'operators/mx-ui16nda-ui32nda.cc' || echo './'`operators/mx-ui16nda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-i64nda.lo `test -f 'operators/mx-ui16nda-i64nda.cc' || echo './'`operators/mx-ui16nda-i64nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui16nda-ui64nda.lo `test -f 'operators/mx-ui16nda-ui64nda.cc' || echo './'`operators/mx-ui16nda-ui64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-i64nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui16nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui16nda-ui64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i8nda.lo `test -f 'operators/mx-ui32nda-i8nda.cc' || echo './'`operators/mx-ui32nda-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-ui8nda.lo `test -f 'operators/mx-ui32nda-ui8nda.cc' || echo './'`operators/mx-ui32nda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i16nda.lo `test -f 'operators/mx-ui32nda-i16nda.cc' || echo './'`operators/mx-ui32nda-i16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-ui16nda.lo `test -f 'operators/mx-ui32nda-ui16nda.cc' || echo './'`operators/mx-ui32nda-ui16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-ui16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i32nda.lo `test -f 'operators/mx-ui32nda-i32nda.cc' || echo './'`operators/mx-ui32nda-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-i64nda.lo `test -f 'operators/mx-ui32nda-i64nda.cc' || echo './'`operators/mx-ui32nda-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui32nda-ui64nda.lo `test -f 'operators/mx-ui32nda-ui64nda.cc' || echo './'`operators/mx-ui32nda-ui64nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i8nda.lo `test -f 'operators/mx-ui64nda-i8nda.cc' || echo './'`operators/mx-ui64nda-i8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui32nda-ui64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui32nda-ui64nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-ui8nda.lo `test -f 'operators/mx-ui64nda-ui8nda.cc' || echo './'`operators/mx-ui64nda-ui8nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-ui8nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-ui8nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i16nda.lo `test -f 'operators/mx-ui64nda-i16nda.cc' || echo './'`operators/mx-ui64nda-i16nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i16nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-ui16nda.lo `test -f 'operators/mx-ui64nda-ui16nda.cc' || echo './'`operators/mx-ui64nda-ui16nda.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i32nda.lo `test -f 'operators/mx-ui64nda-i32nda.cc' || echo './'`operators/mx-ui64nda-i32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-ui16nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-ui16nda.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-ui32nda.lo `test -f 'operators/mx-ui64nda-ui32nda.cc' || echo './'`operators/mx-ui64nda-ui32nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-ui32nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-ui32nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-mx-ui64nda-i64nda.lo `test -f 'operators/mx-ui64nda-i64nda.cc' || echo './'`operators/mx-ui64nda-i64nda.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/mx-ui64nda-i64nda.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-mx-ui64nda-i64nda.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-ccv-cv.lo `test -f 'operators/vx-ccv-cv.cc' || echo './'`operators/vx-ccv-cv.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-ccv-s.lo `test -f 'operators/vx-ccv-s.cc' || echo './'`operators/vx-ccv-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-ccv-cv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-ccv-cv.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-ccv-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-ccv-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-crv-rv.lo `test -f 'operators/vx-crv-rv.cc' || echo './'`operators/vx-crv-rv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-crv-rv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-crv-rv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-crv-s.lo `test -f 'operators/vx-crv-s.cc' || echo './'`operators/vx-crv-s.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-crv-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-crv-s.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-cs-cv.lo `test -f 'operators/vx-cs-cv.cc' || echo './'`operators/vx-cs-cv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-cs-cv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-cs-cv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-cs-rv.lo `test -f 'operators/vx-cs-rv.cc' || echo './'`operators/vx-cs-rv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-cs-rv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-cs-rv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-cv-ccv.lo `test -f 'operators/vx-cv-ccv.cc' || echo './'`operators/vx-cv-ccv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-cv-ccv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-cv-ccv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-cv-cs.lo `test -f 'operators/vx-cv-cs.cc' || echo './'`operators/vx-cv-cs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-cv-cs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-cv-cs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-rv-crv.lo `test -f 'operators/vx-rv-crv.cc' || echo './'`operators/vx-rv-crv.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-rv-cs.lo `test -f 'operators/vx-rv-cs.cc' || echo './'`operators/vx-rv-cs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-rv-crv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-rv-crv.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-rv-cs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-rv-cs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-s-ccv.lo `test -f 'operators/vx-s-ccv.cc' || echo './'`operators/vx-s-ccv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-s-ccv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-s-ccv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-s-crv.lo `test -f 'operators/vx-s-crv.cc' || echo './'`operators/vx-s-crv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-s-crv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-s-crv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fccv-fcv.lo `test -f 'operators/vx-fccv-fcv.cc' || echo './'`operators/vx-fccv-fcv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fccv-fcv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fccv-fcv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fccv-fs.lo `test -f 'operators/vx-fccv-fs.cc' || echo './'`operators/vx-fccv-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fccv-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fccv-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fcrv-frv.lo `test -f 'operators/vx-fcrv-frv.cc' || echo './'`operators/vx-fcrv-frv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fcrv-frv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fcrv-frv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fcrv-fs.lo `test -f 'operators/vx-fcrv-fs.cc' || echo './'`operators/vx-fcrv-fs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fcrv-fs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fcrv-fs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fcs-fcv.lo `test -f 'operators/vx-fcs-fcv.cc' || echo './'`operators/vx-fcs-fcv.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fcs-frv.lo `test -f 'operators/vx-fcs-frv.cc' || echo './'`operators/vx-fcs-frv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fcs-fcv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fcs-fcv.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fcs-frv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fcs-frv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fcv-fccv.lo `test -f 'operators/vx-fcv-fccv.cc' || echo './'`operators/vx-fcv-fccv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fcv-fccv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fcv-fccv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fcv-fcs.lo `test -f 'operators/vx-fcv-fcs.cc' || echo './'`operators/vx-fcv-fcs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fcv-fcs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fcv-fcs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-frv-fcrv.lo `test -f 'operators/vx-frv-fcrv.cc' || echo './'`operators/vx-frv-fcrv.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-frv-fcs.lo `test -f 'operators/vx-frv-fcs.cc' || echo './'`operators/vx-frv-fcs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-frv-fcrv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-frv-fcrv.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-frv-fcs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-frv-fcs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fs-fccv.lo `test -f 'operators/vx-fs-fccv.cc' || echo './'`operators/vx-fs-fccv.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-vx-fs-fcrv.lo `test -f 'operators/vx-fs-fcrv.cc' || echo './'`operators/vx-fs-fcrv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fs-fccv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fs-fccv.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/vx-fs-fcrv.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-vx-fs-fcrv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-sm-cs.lo `test -f 'operators/smx-sm-cs.cc' || echo './'`operators/smx-sm-cs.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-sm-cs.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-sm-cs.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-cs-sm.lo `test -f 'operators/smx-cs-sm.cc' || echo './'`operators/smx-cs-sm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-cs-sm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-cs-sm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-scm-s.lo `test -f 'operators/smx-scm-s.cc' || echo './'`operators/smx-scm-s.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-s-scm.lo `test -f 'operators/smx-s-scm.cc' || echo './'`operators/smx-s-scm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-scm-s.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-scm-s.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-s-scm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-s-scm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-scm-sm.lo `test -f 'operators/smx-scm-sm.cc' || echo './'`operators/smx-scm-sm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-scm-sm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-scm-sm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-sm-scm.lo `test -f 'operators/smx-sm-scm.cc' || echo './'`operators/smx-sm-scm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-sm-scm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-sm-scm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-m-sm.lo `test -f 'operators/smx-m-sm.cc' || echo './'`operators/smx-m-sm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-m-scm.lo `test -f 'operators/smx-m-scm.cc' || echo './'`operators/smx-m-scm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-m-sm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-m-sm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-m-scm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-m-scm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-cm-sm.lo `test -f 'operators/smx-cm-sm.cc' || echo './'`operators/smx-cm-sm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-cm-scm.lo `test -f 'operators/smx-cm-scm.cc' || echo './'`operators/smx-cm-scm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-sm-m.lo `test -f 'operators/smx-sm-m.cc' || echo './'`operators/smx-sm-m.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-cm-sm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-cm-sm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-cm-scm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-cm-scm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-sm-m.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-sm-m.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-scm-m.lo `test -f 'operators/smx-scm-m.cc' || echo './'`operators/smx-scm-m.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-scm-m.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-scm-m.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-sm-cm.lo `test -f 'operators/smx-sm-cm.cc' || echo './'`operators/smx-sm-cm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-sm-cm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-sm-cm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-scm-cm.lo `test -f 'operators/smx-scm-cm.cc' || echo './'`operators/smx-scm-cm.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-bm-sbm.lo `test -f 'operators/smx-bm-sbm.cc' || echo './'`operators/smx-bm-sbm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-scm-cm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-scm-cm.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-bm-sbm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-bm-sbm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/operators_liboperators_la-smx-sbm-bm.lo `test -f 'operators/smx-sbm-bm.cc' || echo './'`operators/smx-sbm-bm.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/smx-sbm-bm.cc -fno-common -DPIC -o operators/.libs/operators_liboperators_la-smx-sbm-bm.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-dir-ops.lo `test -f 'system/dir-ops.cc' || echo './'`system/dir-ops.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-file-ops.lo `test -f 'system/file-ops.cc' || echo './'`system/file-ops.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/dir-ops.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-dir-ops.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/file-ops.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-file-ops.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-file-stat.lo `test -f 'system/file-stat.cc' || echo './'`system/file-stat.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/file-stat.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-file-stat.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-lo-sysdep.lo `test -f 'system/lo-sysdep.cc' || echo './'`system/lo-sysdep.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/lo-sysdep.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-lo-sysdep.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-mach-info.lo `test -f 'system/mach-info.cc' || echo './'`system/mach-info.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/mach-info.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-mach-info.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-oct-env.lo `test -f 'system/oct-env.cc' || echo './'`system/oct-env.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/oct-env.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-oct-env.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-oct-group.lo `test -f 'system/oct-group.cc' || echo './'`system/oct-group.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-oct-passwd.lo `test -f 'system/oct-passwd.cc' || echo './'`system/oct-passwd.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/oct-group.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-oct-group.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/oct-passwd.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-oct-passwd.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-oct-syscalls.lo `test -f 'system/oct-syscalls.cc' || echo './'`system/oct-syscalls.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/oct-syscalls.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-oct-syscalls.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-oct-time.lo `test -f 'system/oct-time.cc' || echo './'`system/oct-time.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/oct-time.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-oct-time.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-oct-uname.lo `test -f 'system/oct-uname.cc' || echo './'`system/oct-uname.cc
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-tempnam.lo `test -f 'system/tempnam.c' || echo './'`system/tempnam.c
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/oct-uname.cc -fno-common -DPIC -o system/.libs/system_libsystem_la-oct-uname.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/tempnam.c -fno-common -DPIC -o system/.libs/system_libsystem_la-tempnam.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o system/system_libsystem_la-tempname.lo `test -f 'system/tempname.c' || echo './'`system/tempname.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c system/tempname.c -fno-common -DPIC -o system/.libs/system_libsystem_la-tempname.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-cmd-edit.lo `test -f 'util/cmd-edit.cc' || echo './'`util/cmd-edit.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-cmd-hist.lo `test -f 'util/cmd-hist.cc' || echo './'`util/cmd-hist.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/cmd-edit.cc -fno-common -DPIC -o util/.libs/util_libutil_la-cmd-edit.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/cmd-hist.cc -fno-common -DPIC -o util/.libs/util_libutil_la-cmd-hist.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-data-conv.lo `test -f 'util/data-conv.cc' || echo './'`util/data-conv.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/data-conv.cc -fno-common -DPIC -o util/.libs/util_libutil_la-data-conv.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-glob-match.lo `test -f 'util/glob-match.cc' || echo './'`util/glob-match.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/glob-match.cc -fno-common -DPIC -o util/.libs/util_libutil_la-glob-match.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-lo-array-gripes.lo `test -f 'util/lo-array-gripes.cc' || echo './'`util/lo-array-gripes.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/lo-array-gripes.cc -fno-common -DPIC -o util/.libs/util_libutil_la-lo-array-gripes.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-lo-ieee.lo `test -f 'util/lo-ieee.cc' || echo './'`util/lo-ieee.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/lo-ieee.cc -fno-common -DPIC -o util/.libs/util_libutil_la-lo-ieee.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-lo-utils.lo `test -f 'util/lo-utils.cc' || echo './'`util/lo-utils.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/lo-utils.cc -fno-common -DPIC -o util/.libs/util_libutil_la-lo-utils.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-alloc.lo `test -f 'util/oct-alloc.cc' || echo './'`util/oct-alloc.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-alloc.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-alloc.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-base64.lo `test -f 'util/oct-base64.cc' || echo './'`util/oct-base64.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-base64.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-base64.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-glob.lo `test -f 'util/oct-glob.cc' || echo './'`util/oct-glob.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-inttypes.lo `test -f 'util/oct-inttypes.cc' || echo './'`util/oct-inttypes.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-glob.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-glob.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-inttypes.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-inttypes.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-locbuf.lo `test -f 'util/oct-locbuf.cc' || echo './'`util/oct-locbuf.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-locbuf.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-locbuf.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-md5.lo `test -f 'util/oct-md5.cc' || echo './'`util/oct-md5.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-md5.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-md5.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-mutex.lo `test -f 'util/oct-mutex.cc' || echo './'`util/oct-mutex.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-mutex.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-mutex.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-shlib.lo `test -f 'util/oct-shlib.cc' || echo './'`util/oct-shlib.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-pathsearch.lo `test -f 'util/pathsearch.cc' || echo './'`util/pathsearch.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-shlib.cc -fno-common -DPIC -o util/.libs/util_libutil_la-oct-shlib.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/pathsearch.cc -fno-common -DPIC -o util/.libs/util_libutil_la-pathsearch.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-lo-regexp.lo `test -f 'util/lo-regexp.cc' || echo './'`util/lo-regexp.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/lo-regexp.cc -fno-common -DPIC -o util/.libs/util_libutil_la-lo-regexp.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-singleton-cleanup.lo `test -f 'util/singleton-cleanup.cc' || echo './'`util/singleton-cleanup.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/singleton-cleanup.cc -fno-common -DPIC -o util/.libs/util_libutil_la-singleton-cleanup.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-sparse-sort.lo `test -f 'util/sparse-sort.cc' || echo './'`util/sparse-sort.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/sparse-sort.cc -fno-common -DPIC -o util/.libs/util_libutil_la-sparse-sort.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-sparse-util.lo `test -f 'util/sparse-util.cc' || echo './'`util/sparse-util.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/sparse-util.cc -fno-common -DPIC -o util/.libs/util_libutil_la-sparse-util.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-str-vec.lo `test -f 'util/str-vec.cc' || echo './'`util/str-vec.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/str-vec.cc -fno-common -DPIC -o util/.libs/util_libutil_la-str-vec.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-unwind-prot.lo `test -f 'util/unwind-prot.cc' || echo './'`util/unwind-prot.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/unwind-prot.cc -fno-common -DPIC -o util/.libs/util_libutil_la-unwind-prot.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-url-transfer.lo `test -f 'util/url-transfer.cc' || echo './'`util/url-transfer.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/url-transfer.cc -fno-common -DPIC -o util/.libs/util_libutil_la-url-transfer.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-f2c-main.lo `test -f 'util/f2c-main.c' || echo './'`util/f2c-main.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-lo-cieee.lo `test -f 'util/lo-cieee.c' || echo './'`util/lo-cieee.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/f2c-main.c -fno-common -DPIC -o util/.libs/util_libutil_la-f2c-main.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/lo-cieee.c -fno-common -DPIC -o util/.libs/util_libutil_la-lo-cieee.o
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-lo-cutils.lo `test -f 'util/lo-cutils.c' || echo './'`util/lo-cutils.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-rl-edit.lo `test -f 'util/oct-rl-edit.c' || echo './'`util/oct-rl-edit.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o util/util_libutil_la-oct-rl-hist.lo `test -f 'util/oct-rl-hist.c' || echo './'`util/oct-rl-hist.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/lo-cutils.c -fno-common -DPIC -o util/.libs/util_libutil_la-lo-cutils.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-rl-edit.c -fno-common -DPIC -o util/.libs/util_libutil_la-oct-rl-edit.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I./array -I./cruft/misc -Inumeric -I./numeric -Ioperators -I./operators -I./system -I./util -I../libgnu -I../libgnu -I/usr/local/Cellar/pcre/8.34/include -Wall -W -Wshadow -Wformat -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c util/oct-rl-hist.c -fno-common -DPIC -o util/.libs/util_libutil_la-oct-rl-hist.o
/bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -framework JavaVM -o array/libarray.la array/array_libarray_la-Array-b.lo array/array_libarray_la-Array-C.lo array/array_libarray_la-Array-ch.lo array/array_libarray_la-Array-d.lo array/array_libarray_la-Array-f.lo array/array_libarray_la-Array-fC.lo array/array_libarray_la-Array-i.lo array/array_libarray_la-Array-idx-vec.lo array/array_libarray_la-Array-s.lo array/array_libarray_la-Array-str.lo array/array_libarray_la-Array-util.lo array/array_libarray_la-Array-voidp.lo array/array_libarray_la-boolMatrix.lo array/array_libarray_la-boolNDArray.lo array/array_libarray_la-boolSparse.lo array/array_libarray_la-CColVector.lo array/array_libarray_la-CDiagMatrix.lo array/array_libarray_la-chMatrix.lo array/array_libarray_la-chNDArray.lo array/array_libarray_la-CMatrix.lo array/array_libarray_la-CNDArray.lo array/array_libarray_la-CRowVector.lo array/array_libarray_la-CSparse.lo array/array_libarray_la-dColVector.lo array/array_libarray_la-dDiagMatrix.lo array/array_libarray_la-dim-vector.lo array/array_libarray_la-dMatrix.lo array/array_libarray_la-dNDArray.lo array/array_libarray_la-dRowVector.lo array/array_libarray_la-dSparse.lo array/array_libarray_la-fCColVector.lo array/array_libarray_la-fCDiagMatrix.lo array/array_libarray_la-fCMatrix.lo array/array_libarray_la-fCNDArray.lo array/array_libarray_la-fColVector.lo array/array_libarray_la-fCRowVector.lo array/array_libarray_la-fDiagMatrix.lo array/array_libarray_la-fMatrix.lo array/array_libarray_la-fNDArray.lo array/array_libarray_la-fRowVector.lo array/array_libarray_la-idx-vector.lo array/array_libarray_la-int16NDArray.lo array/array_libarray_la-int32NDArray.lo array/array_libarray_la-int64NDArray.lo array/array_libarray_la-int8NDArray.lo array/array_libarray_la-MArray-C.lo array/array_libarray_la-MArray-d.lo array/array_libarray_la-MArray-f.lo array/array_libarray_la-MArray-fC.lo array/array_libarray_la-MArray-i.lo array/array_libarray_la-MArray-s.lo array/array_libarray_la-MatrixType.lo array/array_libarray_la-MSparse-C.lo array/array_libarray_la-MSparse-d.lo array/array_libarray_la-PermMatrix.lo array/array_libarray_la-Range.lo array/array_libarray_la-Sparse-b.lo array/array_libarray_la-Sparse-C.lo array/array_libarray_la-Sparse-d.lo array/array_libarray_la-uint16NDArray.lo array/array_libarray_la-uint32NDArray.lo array/array_libarray_la-uint64NDArray.lo array/array_libarray_la-uint8NDArray.lo -lm
/bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -framework JavaVM -o numeric/libnumeric.la numeric/numeric_libnumeric_la-CmplxAEPBAL.lo numeric/numeric_libnumeric_la-CmplxCHOL.lo numeric/numeric_libnumeric_la-CmplxGEPBAL.lo numeric/numeric_libnumeric_la-CmplxHESS.lo numeric/numeric_libnumeric_la-CmplxLU.lo numeric/numeric_libnumeric_la-CmplxQR.lo numeric/numeric_libnumeric_la-CmplxQRP.lo numeric/numeric_libnumeric_la-CmplxSCHUR.lo numeric/numeric_libnumeric_la-CmplxSVD.lo numeric/numeric_libnumeric_la-CollocWt.lo numeric/numeric_libnumeric_la-DASPK.lo numeric/numeric_libnumeric_la-DASRT.lo numeric/numeric_libnumeric_la-DASSL.lo numeric/numeric_libnumeric_la-dbleAEPBAL.lo numeric/numeric_libnumeric_la-dbleCHOL.lo numeric/numeric_libnumeric_la-dbleGEPBAL.lo numeric/numeric_libnumeric_la-dbleHESS.lo numeric/numeric_libnumeric_la-dbleLU.lo numeric/numeric_libnumeric_la-dbleQR.lo numeric/numeric_libnumeric_la-dbleQRP.lo numeric/numeric_libnumeric_la-dbleSCHUR.lo numeric/numeric_libnumeric_la-dbleSVD.lo numeric/numeric_libnumeric_la-EIG.lo numeric/numeric_libnumeric_la-fCmplxAEPBAL.lo numeric/numeric_libnumeric_la-fCmplxCHOL.lo numeric/numeric_libnumeric_la-fCmplxGEPBAL.lo numeric/numeric_libnumeric_la-fCmplxHESS.lo numeric/numeric_libnumeric_la-fCmplxLU.lo numeric/numeric_libnumeric_la-fCmplxQR.lo numeric/numeric_libnumeric_la-fCmplxQRP.lo numeric/numeric_libnumeric_la-fCmplxSCHUR.lo numeric/numeric_libnumeric_la-fCmplxSVD.lo numeric/numeric_libnumeric_la-fEIG.lo numeric/numeric_libnumeric_la-floatAEPBAL.lo numeric/numeric_libnumeric_la-floatCHOL.lo numeric/numeric_libnumeric_la-floatGEPBAL.lo numeric/numeric_libnumeric_la-floatHESS.lo numeric/numeric_libnumeric_la-floatLU.lo numeric/numeric_libnumeric_la-floatQR.lo numeric/numeric_libnumeric_la-floatQRP.lo numeric/numeric_libnumeric_la-floatSCHUR.lo numeric/numeric_libnumeric_la-floatSVD.lo numeric/numeric_libnumeric_la-lo-mappers.lo numeric/numeric_libnumeric_la-lo-specfun.lo numeric/numeric_libnumeric_la-LSODE.lo numeric/numeric_libnumeric_la-oct-convn.lo numeric/numeric_libnumeric_la-oct-fftw.lo numeric/numeric_libnumeric_la-oct-norm.lo numeric/numeric_libnumeric_la-oct-rand.lo numeric/numeric_libnumeric_la-oct-spparms.lo numeric/numeric_libnumeric_la-ODES.lo numeric/numeric_libnumeric_la-Quad.lo numeric/numeric_libnumeric_la-SparseCmplxCHOL.lo numeric/numeric_libnumeric_la-SparseCmplxLU.lo numeric/numeric_libnumeric_la-SparseCmplxQR.lo numeric/numeric_libnumeric_la-SparsedbleCHOL.lo numeric/numeric_libnumeric_la-SparsedbleLU.lo numeric/numeric_libnumeric_la-SparseQR.lo numeric/numeric_libnumeric_la-randgamma.lo numeric/numeric_libnumeric_la-randmtzig.lo numeric/numeric_libnumeric_la-randpoisson.lo -lm
/bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -framework JavaVM -o operators/liboperators.la operators/operators_liboperators_la-mx-cdm-dm.lo operators/operators_liboperators_la-mx-dm-cdm.lo operators/operators_liboperators_la-mx-cs-dm.lo operators/operators_liboperators_la-mx-cs-m.lo operators/operators_liboperators_la-mx-cs-nda.lo operators/operators_liboperators_la-mx-cdm-cm.lo operators/operators_liboperators_la-mx-cdm-m.lo operators/operators_liboperators_la-mx-cdm-s.lo operators/operators_liboperators_la-mx-cm-cdm.lo operators/operators_liboperators_la-mx-cm-dm.lo operators/operators_liboperators_la-mx-cm-m.lo operators/operators_liboperators_la-mx-cnda-nda.lo operators/operators_liboperators_la-mx-cm-s.lo operators/operators_liboperators_la-mx-cnda-s.lo operators/operators_liboperators_la-mx-dm-cs.lo operators/operators_liboperators_la-mx-dm-cm.lo operators/operators_liboperators_la-mx-m-cs.lo operators/operators_liboperators_la-mx-nda-cs.lo operators/operators_liboperators_la-mx-m-cdm.lo operators/operators_liboperators_la-mx-m-cm.lo operators/operators_liboperators_la-mx-nda-cnda.lo operators/operators_liboperators_la-mx-s-cdm.lo operators/operators_liboperators_la-mx-s-cm.lo operators/operators_liboperators_la-mx-s-cnda.lo operators/operators_liboperators_la-mx-dm-m.lo operators/operators_liboperators_la-mx-m-dm.lo operators/operators_liboperators_la-mx-fcdm-fdm.lo operators/operators_liboperators_la-mx-fdm-fcdm.lo operators/operators_liboperators_la-mx-fcs-fdm.lo operators/operators_liboperators_la-mx-fcs-fm.lo operators/operators_liboperators_la-mx-fcs-fnda.lo operators/operators_liboperators_la-mx-fcdm-fcm.lo operators/operators_liboperators_la-mx-fcdm-fm.lo operators/operators_liboperators_la-mx-fcdm-fs.lo operators/operators_liboperators_la-mx-fcm-fcdm.lo operators/operators_liboperators_la-mx-fcm-fdm.lo operators/operators_liboperators_la-mx-fcm-fm.lo operators/operators_liboperators_la-mx-fcnda-fnda.lo operators/operators_liboperators_la-mx-fcm-fs.lo operators/operators_liboperators_la-mx-fcnda-fs.lo operators/operators_liboperators_la-mx-fdm-fcs.lo operators/operators_liboperators_la-mx-fdm-fcm.lo operators/operators_liboperators_la-mx-fm-fcs.lo operators/operators_liboperators_la-mx-fnda-fcs.lo operators/operators_liboperators_la-mx-fm-fcdm.lo operators/operators_liboperators_la-mx-fm-fcm.lo operators/operators_liboperators_la-mx-fnda-fcnda.lo operators/operators_liboperators_la-mx-fs-fcdm.lo operators/operators_liboperators_la-mx-fs-fcm.lo operators/operators_liboperators_la-mx-fs-fcnda.lo operators/operators_liboperators_la-mx-fdm-fm.lo operators/operators_liboperators_la-mx-fm-fdm.lo operators/operators_liboperators_la-mx-pm-m.lo operators/operators_liboperators_la-mx-m-pm.lo operators/operators_liboperators_la-mx-pm-cm.lo operators/operators_liboperators_la-mx-cm-pm.lo operators/operators_liboperators_la-mx-pm-fm.lo operators/operators_liboperators_la-mx-fm-pm.lo operators/operators_liboperators_la-mx-pm-fcm.lo operators/operators_liboperators_la-mx-fcm-pm.lo operators/operators_liboperators_la-mx-s-i8nda.lo operators/operators_liboperators_la-mx-i8nda-s.lo operators/operators_liboperators_la-mx-s-ui8nda.lo operators/operators_liboperators_la-mx-ui8nda-s.lo operators/operators_liboperators_la-mx-s-i16nda.lo operators/operators_liboperators_la-mx-i16nda-s.lo operators/operators_liboperators_la-mx-s-ui16nda.lo operators/operators_liboperators_la-mx-ui16nda-s.lo operators/operators_liboperators_la-mx-s-i32nda.lo operators/operators_liboperators_la-mx-i32nda-s.lo operators/operators_liboperators_la-mx-s-ui32nda.lo operators/operators_liboperators_la-mx-ui32nda-s.lo operators/operators_liboperators_la-mx-s-i64nda.lo operators/operators_liboperators_la-mx-i64nda-s.lo operators/operators_liboperators_la-mx-s-ui64nda.lo operators/operators_liboperators_la-mx-ui64nda-s.lo operators/operators_liboperators_la-mx-fs-i8nda.lo operators/operators_liboperators_la-mx-i8nda-fs.lo operators/operators_liboperators_la-mx-fs-ui8nda.lo operators/operators_liboperators_la-mx-ui8nda-fs.lo operators/operators_liboperators_la-mx-fs-i16nda.lo operators/operators_liboperators_la-mx-i16nda-fs.lo operators/operators_liboperators_la-mx-fs-ui16nda.lo operators/operators_liboperators_la-mx-ui16nda-fs.lo operators/operators_liboperators_la-mx-fs-i32nda.lo operators/operators_liboperators_la-mx-i32nda-fs.lo operators/operators_liboperators_la-mx-fs-ui32nda.lo operators/operators_liboperators_la-mx-ui32nda-fs.lo operators/operators_liboperators_la-mx-fs-i64nda.lo operators/operators_liboperators_la-mx-i64nda-fs.lo operators/operators_liboperators_la-mx-fs-ui64nda.lo operators/operators_liboperators_la-mx-ui64nda-fs.lo operators/operators_liboperators_la-mx-nda-i8.lo operators/operators_liboperators_la-mx-i8-nda.lo operators/operators_liboperators_la-mx-nda-ui8.lo operators/operators_liboperators_la-mx-ui8-nda.lo operators/operators_liboperators_la-mx-nda-i16.lo operators/operators_liboperators_la-mx-i16-nda.lo operators/operators_liboperators_la-mx-nda-ui16.lo operators/operators_liboperators_la-mx-ui16-nda.lo operators/operators_liboperators_la-mx-nda-i32.lo operators/operators_liboperators_la-mx-i32-nda.lo operators/operators_liboperators_la-mx-nda-ui32.lo operators/operators_liboperators_la-mx-ui32-nda.lo operators/operators_liboperators_la-mx-nda-i64.lo operators/operators_liboperators_la-mx-i64-nda.lo operators/operators_liboperators_la-mx-nda-ui64.lo operators/operators_liboperators_la-mx-ui64-nda.lo operators/operators_liboperators_la-mx-fnda-i8.lo operators/operators_liboperators_la-mx-i8-fnda.lo operators/operators_liboperators_la-mx-fnda-ui8.lo operators/operators_liboperators_la-mx-ui8-fnda.lo operators/operators_liboperators_la-mx-fnda-i16.lo operators/operators_liboperators_la-mx-i16-fnda.lo operators/operators_liboperators_la-mx-fnda-ui16.lo operators/operators_liboperators_la-mx-ui16-fnda.lo operators/operators_liboperators_la-mx-fnda-i32.lo operators/operators_liboperators_la-mx-i32-fnda.lo operators/operators_liboperators_la-mx-fnda-ui32.lo operators/operators_liboperators_la-mx-ui32-fnda.lo operators/operators_liboperators_la-mx-fnda-i64.lo operators/operators_liboperators_la-mx-i64-fnda.lo operators/operators_liboperators_la-mx-fnda-ui64.lo operators/operators_liboperators_la-mx-ui64-fnda.lo operators/operators_liboperators_la-mx-nda-i8nda.lo operators/operators_liboperators_la-mx-i8nda-nda.lo operators/operators_liboperators_la-mx-nda-ui8nda.lo operators/operators_liboperators_la-mx-ui8nda-nda.lo operators/operators_liboperators_la-mx-nda-i16nda.lo operators/operators_liboperators_la-mx-i16nda-nda.lo operators/operators_liboperators_la-mx-nda-ui16nda.lo operators/operators_liboperators_la-mx-ui16nda-nda.lo operators/operators_liboperators_la-mx-nda-i32nda.lo operators/operators_liboperators_la-mx-i32nda-nda.lo operators/operators_liboperators_la-mx-nda-ui32nda.lo operators/operators_liboperators_la-mx-ui32nda-nda.lo operators/operators_liboperators_la-mx-nda-i64nda.lo operators/operators_liboperators_la-mx-i64nda-nda.lo operators/operators_liboperators_la-mx-nda-ui64nda.lo operators/operators_liboperators_la-mx-ui64nda-nda.lo operators/operators_liboperators_la-mx-fnda-i8nda.lo operators/operators_liboperators_la-mx-i8nda-fnda.lo operators/operators_liboperators_la-mx-fnda-ui8nda.lo operators/operators_liboperators_la-mx-ui8nda-fnda.lo operators/operators_liboperators_la-mx-fnda-i16nda.lo operators/operators_liboperators_la-mx-i16nda-fnda.lo operators/operators_liboperators_la-mx-fnda-ui16nda.lo operators/operators_liboperators_la-mx-ui16nda-fnda.lo operators/operators_liboperators_la-mx-fnda-i32nda.lo operators/operators_liboperators_la-mx-i32nda-fnda.lo operators/operators_liboperators_la-mx-fnda-ui32nda.lo operators/operators_liboperators_la-mx-ui32nda-fnda.lo operators/operators_liboperators_la-mx-fnda-i64nda.lo operators/operators_liboperators_la-mx-i64nda-fnda.lo operators/operators_liboperators_la-mx-fnda-ui64nda.lo operators/operators_liboperators_la-mx-ui64nda-fnda.lo operators/operators_liboperators_la-mx-i8nda-ui8.lo operators/operators_liboperators_la-mx-i8nda-i16.lo operators/operators_liboperators_la-mx-i8nda-ui16.lo operators/operators_liboperators_la-mx-i8nda-i32.lo operators/operators_liboperators_la-mx-i8nda-ui32.lo operators/operators_liboperators_la-mx-i8nda-i64.lo operators/operators_liboperators_la-mx-i8nda-ui64.lo operators/operators_liboperators_la-mx-i16nda-i8.lo operators/operators_liboperators_la-mx-i16nda-ui8.lo operators/operators_liboperators_la-mx-i16nda-ui16.lo operators/operators_liboperators_la-mx-i16nda-i32.lo operators/operators_liboperators_la-mx-i16nda-ui32.lo operators/operators_liboperators_la-mx-i16nda-i64.lo operators/operators_liboperators_la-mx-i16nda-ui64.lo operators/operators_liboperators_la-mx-i32nda-i8.lo operators/operators_liboperators_la-mx-i32nda-ui8.lo operators/operators_liboperators_la-mx-i32nda-i16.lo operators/operators_liboperators_la-mx-i32nda-ui16.lo operators/operators_liboperators_la-mx-i32nda-ui32.lo operators/operators_liboperators_la-mx-i32nda-i64.lo operators/operators_liboperators_la-mx-i32nda-ui64.lo operators/operators_liboperators_la-mx-i64nda-i8.lo operators/operators_liboperators_la-mx-i64nda-ui8.lo operators/operators_liboperators_la-mx-i64nda-i16.lo operators/operators_liboperators_la-mx-i64nda-ui16.lo operators/operators_liboperators_la-mx-i64nda-i32.lo operators/operators_liboperators_la-mx-i64nda-ui32.lo operators/operators_liboperators_la-mx-i64nda-ui64.lo operators/operators_liboperators_la-mx-ui8nda-i8.lo operators/operators_liboperators_la-mx-ui8nda-i16.lo operators/operators_liboperators_la-mx-ui8nda-ui16.lo operators/operators_liboperators_la-mx-ui8nda-i32.lo operators/operators_liboperators_la-mx-ui8nda-ui32.lo operators/operators_liboperators_la-mx-ui8nda-i64.lo operators/operators_liboperators_la-mx-ui8nda-ui64.lo operators/operators_liboperators_la-mx-ui16nda-i8.lo operators/operators_liboperators_la-mx-ui16nda-ui8.lo operators/operators_liboperators_la-mx-ui16nda-i16.lo operators/operators_liboperators_la-mx-ui16nda-i32.lo operators/operators_liboperators_la-mx-ui16nda-ui32.lo operators/operators_liboperators_la-mx-ui16nda-i64.lo operators/operators_liboperators_la-mx-ui16nda-ui64.lo operators/operators_liboperators_la-mx-ui32nda-i8.lo operators/operators_liboperators_la-mx-ui32nda-ui8.lo operators/operators_liboperators_la-mx-ui32nda-i16.lo operators/operators_liboperators_la-mx-ui32nda-ui16.lo operators/operators_liboperators_la-mx-ui32nda-i32.lo operators/operators_liboperators_la-mx-ui32nda-i64.lo operators/operators_liboperators_la-mx-ui32nda-ui64.lo operators/operators_liboperators_la-mx-ui64nda-i8.lo operators/operators_liboperators_la-mx-ui64nda-ui8.lo operators/operators_liboperators_la-mx-ui64nda-i16.lo operators/operators_liboperators_la-mx-ui64nda-ui16.lo operators/operators_liboperators_la-mx-ui64nda-i32.lo operators/operators_liboperators_la-mx-ui64nda-ui32.lo operators/operators_liboperators_la-mx-ui64nda-i64.lo operators/operators_liboperators_la-mx-i8-ui8nda.lo operators/operators_liboperators_la-mx-i8-i16nda.lo operators/operators_liboperators_la-mx-i8-ui16nda.lo operators/operators_liboperators_la-mx-i8-i32nda.lo operators/operators_liboperators_la-mx-i8-ui32nda.lo operators/operators_liboperators_la-mx-i8-i64nda.lo operators/operators_liboperators_la-mx-i8-ui64nda.lo operators/operators_liboperators_la-mx-i16-i8nda.lo operators/operators_liboperators_la-mx-i16-ui8nda.lo operators/operators_liboperators_la-mx-i16-ui16nda.lo operators/operators_liboperators_la-mx-i16-i32nda.lo operators/operators_liboperators_la-mx-i16-ui32nda.lo operators/operators_liboperators_la-mx-i16-i64nda.lo operators/operators_liboperators_la-mx-i16-ui64nda.lo operators/operators_liboperators_la-mx-i32-i8nda.lo operators/operators_liboperators_la-mx-i32-ui8nda.lo operators/operators_liboperators_la-mx-i32-i16nda.lo operators/operators_liboperators_la-mx-i32-ui16nda.lo operators/operators_liboperators_la-mx-i32-ui32nda.lo operators/operators_liboperators_la-mx-i32-i64nda.lo operators/operators_liboperators_la-mx-i32-ui64nda.lo operators/operators_liboperators_la-mx-i64-i8nda.lo operators/operators_liboperators_la-mx-i64-ui8nda.lo operators/operators_liboperators_la-mx-i64-i16nda.lo operators/operators_liboperators_la-mx-i64-ui16nda.lo operators/operators_liboperators_la-mx-i64-i32nda.lo operators/operators_liboperators_la-mx-i64-ui32nda.lo operators/operators_liboperators_la-mx-i64-ui64nda.lo operators/operators_liboperators_la-mx-ui8-i8nda.lo operators/operators_liboperators_la-mx-ui8-i16nda.lo operators/operators_liboperators_la-mx-ui8-ui16nda.lo operators/operators_liboperators_la-mx-ui8-i32nda.lo operators/operators_liboperators_la-mx-ui8-ui32nda.lo operators/operators_liboperators_la-mx-ui8-i64nda.lo operators/operators_liboperators_la-mx-ui8-ui64nda.lo operators/operators_liboperators_la-mx-ui16-i8nda.lo operators/operators_liboperators_la-mx-ui16-ui8nda.lo operators/operators_liboperators_la-mx-ui16-i16nda.lo operators/operators_liboperators_la-mx-ui16-i32nda.lo operators/operators_liboperators_la-mx-ui16-ui32nda.lo operators/operators_liboperators_la-mx-ui16-i64nda.lo operators/operators_liboperators_la-mx-ui16-ui64nda.lo operators/operators_liboperators_la-mx-ui32-i8nda.lo operators/operators_liboperators_la-mx-ui32-ui8nda.lo operators/operators_liboperators_la-mx-ui32-i16nda.lo operators/operators_liboperators_la-mx-ui32-ui16nda.lo operators/operators_liboperators_la-mx-ui32-i32nda.lo operators/operators_liboperators_la-mx-ui32-i64nda.lo operators/operators_liboperators_la-mx-ui32-ui64nda.lo operators/operators_liboperators_la-mx-ui64-i8nda.lo operators/operators_liboperators_la-mx-ui64-ui8nda.lo operators/operators_liboperators_la-mx-ui64-i16nda.lo operators/operators_liboperators_la-mx-ui64-ui16nda.lo operators/operators_liboperators_la-mx-ui64-i32nda.lo operators/operators_liboperators_la-mx-ui64-ui32nda.lo operators/operators_liboperators_la-mx-ui64-i64nda.lo operators/operators_liboperators_la-mx-i8nda-ui8nda.lo operators/operators_liboperators_la-mx-i8nda-i16nda.lo operators/operators_liboperators_la-mx-i8nda-ui16nda.lo operators/operators_liboperators_la-mx-i8nda-i32nda.lo operators/operators_liboperators_la-mx-i8nda-ui32nda.lo operators/operators_liboperators_la-mx-i8nda-i64nda.lo operators/operators_liboperators_la-mx-i8nda-ui64nda.lo operators/operators_liboperators_la-mx-i16nda-i8nda.lo operators/operators_liboperators_la-mx-i16nda-ui8nda.lo operators/operators_liboperators_la-mx-i16nda-ui16nda.lo operators/operators_liboperators_la-mx-i16nda-i32nda.lo operators/operators_liboperators_la-mx-i16nda-ui32nda.lo operators/operators_liboperators_la-mx-i16nda-i64nda.lo operators/operators_liboperators_la-mx-i16nda-ui64nda.lo operators/operators_liboperators_la-mx-i32nda-i8nda.lo operators/operators_liboperators_la-mx-i32nda-ui8nda.lo operators/operators_liboperators_la-mx-i32nda-i16nda.lo operators/operators_liboperators_la-mx-i32nda-ui16nda.lo operators/operators_liboperators_la-mx-i32nda-ui32nda.lo operators/operators_liboperators_la-mx-i32nda-i64nda.lo operators/operators_liboperators_la-mx-i32nda-ui64nda.lo operators/operators_liboperators_la-mx-i64nda-i8nda.lo operators/operators_liboperators_la-mx-i64nda-ui8nda.lo operators/operators_liboperators_la-mx-i64nda-i16nda.lo operators/operators_liboperators_la-mx-i64nda-ui16nda.lo operators/operators_liboperators_la-mx-i64nda-i32nda.lo operators/operators_liboperators_la-mx-i64nda-ui32nda.lo operators/operators_liboperators_la-mx-i64nda-ui64nda.lo operators/operators_liboperators_la-mx-ui8nda-i8nda.lo operators/operators_liboperators_la-mx-ui8nda-i16nda.lo operators/operators_liboperators_la-mx-ui8nda-ui16nda.lo operators/operators_liboperators_la-mx-ui8nda-i32nda.lo operators/operators_liboperators_la-mx-ui8nda-ui32nda.lo operators/operators_liboperators_la-mx-ui8nda-i64nda.lo operators/operators_liboperators_la-mx-ui8nda-ui64nda.lo operators/operators_liboperators_la-mx-ui16nda-i8nda.lo operators/operators_liboperators_la-mx-ui16nda-ui8nda.lo operators/operators_liboperators_la-mx-ui16nda-i16nda.lo operators/operators_liboperators_la-mx-ui16nda-i32nda.lo operators/operators_liboperators_la-mx-ui16nda-ui32nda.lo operators/operators_liboperators_la-mx-ui16nda-i64nda.lo operators/operators_liboperators_la-mx-ui16nda-ui64nda.lo operators/operators_liboperators_la-mx-ui32nda-i8nda.lo operators/operators_liboperators_la-mx-ui32nda-ui8nda.lo operators/operators_liboperators_la-mx-ui32nda-i16nda.lo operators/operators_liboperators_la-mx-ui32nda-ui16nda.lo operators/operators_liboperators_la-mx-ui32nda-i32nda.lo operators/operators_liboperators_la-mx-ui32nda-i64nda.lo operators/operators_liboperators_la-mx-ui32nda-ui64nda.lo operators/operators_liboperators_la-mx-ui64nda-i8nda.lo operators/operators_liboperators_la-mx-ui64nda-ui8nda.lo operators/operators_liboperators_la-mx-ui64nda-i16nda.lo operators/operators_liboperators_la-mx-ui64nda-ui16nda.lo operators/operators_liboperators_la-mx-ui64nda-i32nda.lo operators/operators_liboperators_la-mx-ui64nda-ui32nda.lo operators/operators_liboperators_la-mx-ui64nda-i64nda.lo operators/operators_liboperators_la-vx-ccv-cv.lo operators/operators_liboperators_la-vx-ccv-s.lo operators/operators_liboperators_la-vx-crv-rv.lo operators/operators_liboperators_la-vx-crv-s.lo operators/operators_liboperators_la-vx-cs-cv.lo operators/operators_liboperators_la-vx-cs-rv.lo operators/operators_liboperators_la-vx-cv-ccv.lo operators/operators_liboperators_la-vx-cv-cs.lo operators/operators_liboperators_la-vx-rv-crv.lo operators/operators_liboperators_la-vx-rv-cs.lo operators/operators_liboperators_la-vx-s-ccv.lo operators/operators_liboperators_la-vx-s-crv.lo operators/operators_liboperators_la-vx-fccv-fcv.lo operators/operators_liboperators_la-vx-fccv-fs.lo operators/operators_liboperators_la-vx-fcrv-frv.lo operators/operators_liboperators_la-vx-fcrv-fs.lo operators/operators_liboperators_la-vx-fcs-fcv.lo operators/operators_liboperators_la-vx-fcs-frv.lo operators/operators_liboperators_la-vx-fcv-fccv.lo operators/operators_liboperators_la-vx-fcv-fcs.lo operators/operators_liboperators_la-vx-frv-fcrv.lo operators/operators_liboperators_la-vx-frv-fcs.lo operators/operators_liboperators_la-vx-fs-fccv.lo operators/operators_liboperators_la-vx-fs-fcrv.lo operators/operators_liboperators_la-smx-sm-cs.lo operators/operators_liboperators_la-smx-cs-sm.lo operators/operators_liboperators_la-smx-scm-s.lo operators/operators_liboperators_la-smx-s-scm.lo operators/operators_liboperators_la-smx-scm-sm.lo operators/operators_liboperators_la-smx-sm-scm.lo operators/operators_liboperators_la-smx-m-sm.lo operators/operators_liboperators_la-smx-m-scm.lo operators/operators_liboperators_la-smx-cm-sm.lo operators/operators_liboperators_la-smx-cm-scm.lo operators/operators_liboperators_la-smx-sm-m.lo operators/operators_liboperators_la-smx-scm-m.lo operators/operators_liboperators_la-smx-sm-cm.lo operators/operators_liboperators_la-smx-scm-cm.lo operators/operators_liboperators_la-smx-bm-sbm.lo operators/operators_liboperators_la-smx-sbm-bm.lo -lm
libtool: link: ar cru array/.libs/libarray.a array/.libs/array_libarray_la-Array-b.o array/.libs/array_libarray_la-Array-C.o array/.libs/array_libarray_la-Array-ch.o array/.libs/array_libarray_la-Array-d.o array/.libs/array_libarray_la-Array-f.o array/.libs/array_libarray_la-Array-fC.o array/.libs/array_libarray_la-Array-i.o array/.libs/array_libarray_la-Array-idx-vec.o array/.libs/array_libarray_la-Array-s.o array/.libs/array_libarray_la-Array-str.o array/.libs/array_libarray_la-Array-util.o array/.libs/array_libarray_la-Array-voidp.o array/.libs/array_libarray_la-boolMatrix.o array/.libs/array_libarray_la-boolNDArray.o array/.libs/array_libarray_la-boolSparse.o array/.libs/array_libarray_la-CColVector.o array/.libs/array_libarray_la-CDiagMatrix.o array/.libs/array_libarray_la-chMatrix.o array/.libs/array_libarray_la-chNDArray.o array/.libs/array_libarray_la-CMatrix.o array/.libs/array_libarray_la-CNDArray.o array/.libs/array_libarray_la-CRowVector.o array/.libs/array_libarray_la-CSparse.o array/.libs/array_libarray_la-dColVector.o array/.libs/array_libarray_la-dDiagMatrix.o array/.libs/array_libarray_la-dim-vector.o array/.libs/array_libarray_la-dMatrix.o array/.libs/array_libarray_la-dNDArray.o array/.libs/array_libarray_la-dRowVector.o array/.libs/array_libarray_la-dSparse.o array/.libs/array_libarray_la-fCColVector.o array/.libs/array_libarray_la-fCDiagMatrix.o array/.libs/array_libarray_la-fCMatrix.o array/.libs/array_libarray_la-fCNDArray.o array/.libs/array_libarray_la-fColVector.o array/.libs/array_libarray_la-fCRowVector.o array/.libs/array_libarray_la-fDiagMatrix.o array/.libs/array_libarray_la-fMatrix.o array/.libs/array_libarray_la-fNDArray.o array/.libs/array_libarray_la-fRowVector.o array/.libs/array_libarray_la-idx-vector.o array/.libs/array_libarray_la-int16NDArray.o array/.libs/array_libarray_la-int32NDArray.o array/.libs/array_libarray_la-int64NDArray.o array/.libs/array_libarray_la-int8NDArray.o array/.libs/array_libarray_la-MArray-C.o array/.libs/array_libarray_la-MArray-d.o array/.libs/array_libarray_la-MArray-f.o array/.libs/array_libarray_la-MArray-fC.o array/.libs/array_libarray_la-MArray-i.o array/.libs/array_libarray_la-MArray-s.o array/.libs/array_libarray_la-MatrixType.o array/.libs/array_libarray_la-MSparse-C.o array/.libs/array_libarray_la-MSparse-d.o array/.libs/array_libarray_la-PermMatrix.o array/.libs/array_libarray_la-Range.o array/.libs/array_libarray_la-Sparse-b.o array/.libs/array_libarray_la-Sparse-C.o array/.libs/array_libarray_la-Sparse-d.o array/.libs/array_libarray_la-uint16NDArray.o array/.libs/array_libarray_la-uint32NDArray.o array/.libs/array_libarray_la-uint64NDArray.o array/.libs/array_libarray_la-uint8NDArray.o
libtool: link: ar cru numeric/.libs/libnumeric.a numeric/.libs/numeric_libnumeric_la-CmplxAEPBAL.o numeric/.libs/numeric_libnumeric_la-CmplxCHOL.o numeric/.libs/numeric_libnumeric_la-CmplxGEPBAL.o numeric/.libs/numeric_libnumeric_la-CmplxHESS.o numeric/.libs/numeric_libnumeric_la-CmplxLU.o numeric/.libs/numeric_libnumeric_la-CmplxQR.o numeric/.libs/numeric_libnumeric_la-CmplxQRP.o numeric/.libs/numeric_libnumeric_la-CmplxSCHUR.o numeric/.libs/numeric_libnumeric_la-CmplxSVD.o numeric/.libs/numeric_libnumeric_la-CollocWt.o numeric/.libs/numeric_libnumeric_la-DASPK.o numeric/.libs/numeric_libnumeric_la-DASRT.o numeric/.libs/numeric_libnumeric_la-DASSL.o numeric/.libs/numeric_libnumeric_la-dbleAEPBAL.o numeric/.libs/numeric_libnumeric_la-dbleCHOL.o numeric/.libs/numeric_libnumeric_la-dbleGEPBAL.o numeric/.libs/numeric_libnumeric_la-dbleHESS.o numeric/.libs/numeric_libnumeric_la-dbleLU.o numeric/.libs/numeric_libnumeric_la-dbleQR.o numeric/.libs/numeric_libnumeric_la-dbleQRP.o numeric/.libs/numeric_libnumeric_la-dbleSCHUR.o numeric/.libs/numeric_libnumeric_la-dbleSVD.o numeric/.libs/numeric_libnumeric_la-EIG.o numeric/.libs/numeric_libnumeric_la-fCmplxAEPBAL.o numeric/.libs/numeric_libnumeric_la-fCmplxCHOL.o numeric/.libs/numeric_libnumeric_la-fCmplxGEPBAL.o numeric/.libs/numeric_libnumeric_la-fCmplxHESS.o numeric/.libs/numeric_libnumeric_la-fCmplxLU.o numeric/.libs/numeric_libnumeric_la-fCmplxQR.o numeric/.libs/numeric_libnumeric_la-fCmplxQRP.o numeric/.libs/numeric_libnumeric_la-fCmplxSCHUR.o numeric/.libs/numeric_libnumeric_la-fCmplxSVD.o numeric/.libs/numeric_libnumeric_la-fEIG.o numeric/.libs/numeric_libnumeric_la-floatAEPBAL.o numeric/.libs/numeric_libnumeric_la-floatCHOL.o numeric/.libs/numeric_libnumeric_la-floatGEPBAL.o numeric/.libs/numeric_libnumeric_la-floatHESS.o numeric/.libs/numeric_libnumeric_la-floatLU.o numeric/.libs/numeric_libnumeric_la-floatQR.o numeric/.libs/numeric_libnumeric_la-floatQRP.o numeric/.libs/numeric_libnumeric_la-floatSCHUR.o numeric/.libs/numeric_libnumeric_la-floatSVD.o numeric/.libs/numeric_libnumeric_la-lo-mappers.o numeric/.libs/numeric_libnumeric_la-lo-specfun.o numeric/.libs/numeric_libnumeric_la-LSODE.o numeric/.libs/numeric_libnumeric_la-oct-convn.o numeric/.libs/numeric_libnumeric_la-oct-fftw.o numeric/.libs/numeric_libnumeric_la-oct-norm.o numeric/.libs/numeric_libnumeric_la-oct-rand.o numeric/.libs/numeric_libnumeric_la-oct-spparms.o numeric/.libs/numeric_libnumeric_la-ODES.o numeric/.libs/numeric_libnumeric_la-Quad.o numeric/.libs/numeric_libnumeric_la-SparseCmplxCHOL.o numeric/.libs/numeric_libnumeric_la-SparseCmplxLU.o numeric/.libs/numeric_libnumeric_la-SparseCmplxQR.o numeric/.libs/numeric_libnumeric_la-SparsedbleCHOL.o numeric/.libs/numeric_libnumeric_la-SparsedbleLU.o numeric/.libs/numeric_libnumeric_la-SparseQR.o numeric/.libs/numeric_libnumeric_la-randgamma.o numeric/.libs/numeric_libnumeric_la-randmtzig.o numeric/.libs/numeric_libnumeric_la-randpoisson.o
libtool: link: ranlib numeric/.libs/libnumeric.a
libtool: link: ranlib array/.libs/libarray.a
libtool: link: ( cd "numeric/.libs" && rm -f "libnumeric.la" && ln -s "../libnumeric.la" "libnumeric.la" )
/bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -framework JavaVM -o system/libsystem.la system/system_libsystem_la-dir-ops.lo system/system_libsystem_la-file-ops.lo system/system_libsystem_la-file-stat.lo system/system_libsystem_la-lo-sysdep.lo system/system_libsystem_la-mach-info.lo system/system_libsystem_la-oct-env.lo system/system_libsystem_la-oct-group.lo system/system_libsystem_la-oct-passwd.lo system/system_libsystem_la-oct-syscalls.lo system/system_libsystem_la-oct-time.lo system/system_libsystem_la-oct-uname.lo system/system_libsystem_la-tempnam.lo system/system_libsystem_la-tempname.lo -lm
libtool: link: ( cd "array/.libs" && rm -f "libarray.la" && ln -s "../libarray.la" "libarray.la" )
libtool: link: ar cru system/.libs/libsystem.a system/.libs/system_libsystem_la-dir-ops.o system/.libs/system_libsystem_la-file-ops.o system/.libs/system_libsystem_la-file-stat.o system/.libs/system_libsystem_la-lo-sysdep.o system/.libs/system_libsystem_la-mach-info.o system/.libs/system_libsystem_la-oct-env.o system/.libs/system_libsystem_la-oct-group.o system/.libs/system_libsystem_la-oct-passwd.o system/.libs/system_libsystem_la-oct-syscalls.o system/.libs/system_libsystem_la-oct-time.o system/.libs/system_libsystem_la-oct-uname.o system/.libs/system_libsystem_la-tempnam.o system/.libs/system_libsystem_la-tempname.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: system/.libs/libsystem.a(system_libsystem_la-tempnam.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: system/.libs/libsystem.a(system_libsystem_la-tempname.o) has no symbols
libtool: link: ranlib system/.libs/libsystem.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: system/.libs/libsystem.a(system_libsystem_la-tempnam.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: system/.libs/libsystem.a(system_libsystem_la-tempname.o) has no symbols
libtool: link: ( cd "system/.libs" && rm -f "libsystem.la" && ln -s "../libsystem.la" "libsystem.la" )
libtool: link: ar cru operators/.libs/liboperators.a operators/.libs/operators_liboperators_la-mx-cdm-dm.o operators/.libs/operators_liboperators_la-mx-dm-cdm.o operators/.libs/operators_liboperators_la-mx-cs-dm.o operators/.libs/operators_liboperators_la-mx-cs-m.o operators/.libs/operators_liboperators_la-mx-cs-nda.o operators/.libs/operators_liboperators_la-mx-cdm-cm.o operators/.libs/operators_liboperators_la-mx-cdm-m.o operators/.libs/operators_liboperators_la-mx-cdm-s.o operators/.libs/operators_liboperators_la-mx-cm-cdm.o operators/.libs/operators_liboperators_la-mx-cm-dm.o operators/.libs/operators_liboperators_la-mx-cm-m.o operators/.libs/operators_liboperators_la-mx-cnda-nda.o operators/.libs/operators_liboperators_la-mx-cm-s.o operators/.libs/operators_liboperators_la-mx-cnda-s.o operators/.libs/operators_liboperators_la-mx-dm-cs.o operators/.libs/operators_liboperators_la-mx-dm-cm.o operators/.libs/operators_liboperators_la-mx-m-cs.o operators/.libs/operators_liboperators_la-mx-nda-cs.o operators/.libs/operators_liboperators_la-mx-m-cdm.o operators/.libs/operators_liboperators_la-mx-m-cm.o operators/.libs/operators_liboperators_la-mx-nda-cnda.o operators/.libs/operators_liboperators_la-mx-s-cdm.o operators/.libs/operators_liboperators_la-mx-s-cm.o operators/.libs/operators_liboperators_la-mx-s-cnda.o operators/.libs/operators_liboperators_la-mx-dm-m.o operators/.libs/operators_liboperators_la-mx-m-dm.o operators/.libs/operators_liboperators_la-mx-fcdm-fdm.o operators/.libs/operators_liboperators_la-mx-fdm-fcdm.o operators/.libs/operators_liboperators_la-mx-fcs-fdm.o operators/.libs/operators_liboperators_la-mx-fcs-fm.o operators/.libs/operators_liboperators_la-mx-fcs-fnda.o operators/.libs/operators_liboperators_la-mx-fcdm-fcm.o operators/.libs/operators_liboperators_la-mx-fcdm-fm.o operators/.libs/operators_liboperators_la-mx-fcdm-fs.o operators/.libs/operators_liboperators_la-mx-fcm-fcdm.o operators/.libs/operators_liboperators_la-mx-fcm-fdm.o operators/.libs/operators_liboperators_la-mx-fcm-fm.o operators/.libs/operators_liboperators_la-mx-fcnda-fnda.o operators/.libs/operators_liboperators_la-mx-fcm-fs.o operators/.libs/operators_liboperators_la-mx-fcnda-fs.o operators/.libs/operators_liboperators_la-mx-fdm-fcs.o operators/.libs/operators_liboperators_la-mx-fdm-fcm.o operators/.libs/operators_liboperators_la-mx-fm-fcs.o operators/.libs/operators_liboperators_la-mx-fnda-fcs.o operators/.libs/operators_liboperators_la-mx-fm-fcdm.o operators/.libs/operators_liboperators_la-mx-fm-fcm.o operators/.libs/operators_liboperators_la-mx-fnda-fcnda.o operators/.libs/operators_liboperators_la-mx-fs-fcdm.o operators/.libs/operators_liboperators_la-mx-fs-fcm.o operators/.libs/operators_liboperators_la-mx-fs-fcnda.o operators/.libs/operators_liboperators_la-mx-fdm-fm.o operators/.libs/operators_liboperators_la-mx-fm-fdm.o operators/.libs/operators_liboperators_la-mx-pm-m.o operators/.libs/operators_liboperators_la-mx-m-pm.o operators/.libs/operators_liboperators_la-mx-pm-cm.o operators/.libs/operators_liboperators_la-mx-cm-pm.o operators/.libs/operators_liboperators_la-mx-pm-fm.o operators/.libs/operators_liboperators_la-mx-fm-pm.o operators/.libs/operators_liboperators_la-mx-pm-fcm.o operators/.libs/operators_liboperators_la-mx-fcm-pm.o operators/.libs/operators_liboperators_la-mx-s-i8nda.o operators/.libs/operators_liboperators_la-mx-i8nda-s.o operators/.libs/operators_liboperators_la-mx-s-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-s.o operators/.libs/operators_liboperators_la-mx-s-i16nda.o operators/.libs/operators_liboperators_la-mx-i16nda-s.o operators/.libs/operators_liboperators_la-mx-s-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-s.o operators/.libs/operators_liboperators_la-mx-s-i32nda.o operators/.libs/operators_liboperators_la-mx-i32nda-s.o operators/.libs/operators_liboperators_la-mx-s-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-s.o operators/.libs/operators_liboperators_la-mx-s-i64nda.o operators/.libs/operators_liboperators_la-mx-i64nda-s.o operators/.libs/operators_liboperators_la-mx-s-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-s.o operators/.libs/operators_liboperators_la-mx-fs-i8nda.o operators/.libs/operators_liboperators_la-mx-i8nda-fs.o operators/.libs/operators_liboperators_la-mx-fs-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-fs.o operators/.libs/operators_liboperators_la-mx-fs-i16nda.o operators/.libs/operators_liboperators_la-mx-i16nda-fs.o operators/.libs/operators_liboperators_la-mx-fs-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-fs.o operators/.libs/operators_liboperators_la-mx-fs-i32nda.o operators/.libs/operators_liboperators_la-mx-i32nda-fs.o operators/.libs/operators_liboperators_la-mx-fs-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-fs.o operators/.libs/operators_liboperators_la-mx-fs-i64nda.o operators/.libs/operators_liboperators_la-mx-i64nda-fs.o operators/.libs/operators_liboperators_la-mx-fs-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-fs.o operators/.libs/operators_liboperators_la-mx-nda-i8.o operators/.libs/operators_liboperators_la-mx-i8-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui8.o operators/.libs/operators_liboperators_la-mx-ui8-nda.o operators/.libs/operators_liboperators_la-mx-nda-i16.o operators/.libs/operators_liboperators_la-mx-i16-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui16.o operators/.libs/operators_liboperators_la-mx-ui16-nda.o operators/.libs/operators_liboperators_la-mx-nda-i32.o operators/.libs/operators_liboperators_la-mx-i32-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui32.o operators/.libs/operators_liboperators_la-mx-ui32-nda.o operators/.libs/operators_liboperators_la-mx-nda-i64.o operators/.libs/operators_liboperators_la-mx-i64-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui64.o operators/.libs/operators_liboperators_la-mx-ui64-nda.o operators/.libs/operators_liboperators_la-mx-fnda-i8.o operators/.libs/operators_liboperators_la-mx-i8-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui8.o operators/.libs/operators_liboperators_la-mx-ui8-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-i16.o operators/.libs/operators_liboperators_la-mx-i16-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui16.o operators/.libs/operators_liboperators_la-mx-ui16-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-i32.o operators/.libs/operators_liboperators_la-mx-i32-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui32.o operators/.libs/operators_liboperators_la-mx-ui32-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-i64.o operators/.libs/operators_liboperators_la-mx-i64-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui64.o operators/.libs/operators_liboperators_la-mx-ui64-fnda.o operators/.libs/operators_liboperators_la-mx-nda-i8nda.o operators/.libs/operators_liboperators_la-mx-i8nda-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-nda.o operators/.libs/operators_liboperators_la-mx-nda-i16nda.o operators/.libs/operators_liboperators_la-mx-i16nda-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-nda.o operators/.libs/operators_liboperators_la-mx-nda-i32nda.o operators/.libs/operators_liboperators_la-mx-i32nda-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-nda.o operators/.libs/operators_liboperators_la-mx-nda-i64nda.o operators/.libs/operators_liboperators_la-mx-i64nda-nda.o operators/.libs/operators_liboperators_la-mx-nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-nda.o operators/.libs/operators_liboperators_la-mx-fnda-i8nda.o operators/.libs/operators_liboperators_la-mx-i8nda-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-i16nda.o operators/.libs/operators_liboperators_la-mx-i16nda-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-i32nda.o operators/.libs/operators_liboperators_la-mx-i32nda-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-i64nda.o operators/.libs/operators_liboperators_la-mx-i64nda-fnda.o operators/.libs/operators_liboperators_la-mx-fnda-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-fnda.o operators/.libs/operators_liboperators_la-mx-i8nda-ui8.o operators/.libs/operators_liboperators_la-mx-i8nda-i16.o operators/.libs/operators_liboperators_la-mx-i8nda-ui16.o operators/.libs/operators_liboperators_la-mx-i8nda-i32.o operators/.libs/operators_liboperators_la-mx-i8nda-ui32.o operators/.libs/operators_liboperators_la-mx-i8nda-i64.o operators/.libs/operators_liboperators_la-mx-i8nda-ui64.o operators/.libs/operators_liboperators_la-mx-i16nda-i8.o operators/.libs/operators_liboperators_la-mx-i16nda-ui8.o operators/.libs/operators_liboperators_la-mx-i16nda-ui16.o operators/.libs/operators_liboperators_la-mx-i16nda-i32.o operators/.libs/operators_liboperators_la-mx-i16nda-ui32.o operators/.libs/operators_liboperators_la-mx-i16nda-i64.o operators/.libs/operators_liboperators_la-mx-i16nda-ui64.o operators/.libs/operators_liboperators_la-mx-i32nda-i8.o operators/.libs/operators_liboperators_la-mx-i32nda-ui8.o operators/.libs/operators_liboperators_la-mx-i32nda-i16.o operators/.libs/operators_liboperators_la-mx-i32nda-ui16.o operators/.libs/operators_liboperators_la-mx-i32nda-ui32.o operators/.libs/operators_liboperators_la-mx-i32nda-i64.o operators/.libs/operators_liboperators_la-mx-i32nda-ui64.o operators/.libs/operators_liboperators_la-mx-i64nda-i8.o operators/.libs/operators_liboperators_la-mx-i64nda-ui8.o operators/.libs/operators_liboperators_la-mx-i64nda-i16.o operators/.libs/operators_liboperators_la-mx-i64nda-ui16.o operators/.libs/operators_liboperators_la-mx-i64nda-i32.o operators/.libs/operators_liboperators_la-mx-i64nda-ui32.o operators/.libs/operators_liboperators_la-mx-i64nda-ui64.o operators/.libs/operators_liboperators_la-mx-ui8nda-i8.o operators/.libs/operators_liboperators_la-mx-ui8nda-i16.o operators/.libs/operators_liboperators_la-mx-ui8nda-ui16.o operators/.libs/operators_liboperators_la-mx-ui8nda-i32.o operators/.libs/operators_liboperators_la-mx-ui8nda-ui32.o operators/.libs/operators_liboperators_la-mx-ui8nda-i64.o operators/.libs/operators_liboperators_la-mx-ui8nda-ui64.o operators/.libs/operators_liboperators_la-mx-ui16nda-i8.o operators/.libs/operators_liboperators_la-mx-ui16nda-ui8.o operators/.libs/operators_liboperators_la-mx-ui16nda-i16.o operators/.libs/operators_liboperators_la-mx-ui16nda-i32.o operators/.libs/operators_liboperators_la-mx-ui16nda-ui32.o operators/.libs/operators_liboperators_la-mx-ui16nda-i64.o operators/.libs/operators_liboperators_la-mx-ui16nda-ui64.o operators/.libs/operators_liboperators_la-mx-ui32nda-i8.o operators/.libs/operators_liboperators_la-mx-ui32nda-ui8.o operators/.libs/operators_liboperators_la-mx-ui32nda-i16.o operators/.libs/operators_liboperators_la-mx-ui32nda-ui16.o operators/.libs/operators_liboperators_la-mx-ui32nda-i32.o operators/.libs/operators_liboperators_la-mx-ui32nda-i64.o operators/.libs/operators_liboperators_la-mx-ui32nda-ui64.o operators/.libs/operators_liboperators_la-mx-ui64nda-i8.o operators/.libs/operators_liboperators_la-mx-ui64nda-ui8.o operators/.libs/operators_liboperators_la-mx-ui64nda-i16.o operators/.libs/operators_liboperators_la-mx-ui64nda-ui16.o operators/.libs/operators_liboperators_la-mx-ui64nda-i32.o operators/.libs/operators_liboperators_la-mx-ui64nda-ui32.o operators/.libs/operators_liboperators_la-mx-ui64nda-i64.o operators/.libs/operators_liboperators_la-mx-i8-ui8nda.o operators/.libs/operators_liboperators_la-mx-i8-i16nda.o operators/.libs/operators_liboperators_la-mx-i8-ui16nda.o operators/.libs/operators_liboperators_la-mx-i8-i32nda.o operators/.libs/operators_liboperators_la-mx-i8-ui32nda.o operators/.libs/operators_liboperators_la-mx-i8-i64nda.o operators/.libs/operators_liboperators_la-mx-i8-ui64nda.o operators/.libs/operators_liboperators_la-mx-i16-i8nda.o operators/.libs/operators_liboperators_la-mx-i16-ui8nda.o operators/.libs/operators_liboperators_la-mx-i16-ui16nda.o operators/.libs/operators_liboperators_la-mx-i16-i32nda.o operators/.libs/operators_liboperators_la-mx-i16-ui32nda.o operators/.libs/operators_liboperators_la-mx-i16-i64nda.o operators/.libs/operators_liboperators_la-mx-i16-ui64nda.o operators/.libs/operators_liboperators_la-mx-i32-i8nda.o operators/.libs/operators_liboperators_la-mx-i32-ui8nda.o operators/.libs/operators_liboperators_la-mx-i32-i16nda.o operators/.libs/operators_liboperators_la-mx-i32-ui16nda.o operators/.libs/operators_liboperators_la-mx-i32-ui32nda.o operators/.libs/operators_liboperators_la-mx-i32-i64nda.o operators/.libs/operators_liboperators_la-mx-i32-ui64nda.o operators/.libs/operators_liboperators_la-mx-i64-i8nda.o operators/.libs/operators_liboperators_la-mx-i64-ui8nda.o operators/.libs/operators_liboperators_la-mx-i64-i16nda.o operators/.libs/operators_liboperators_la-mx-i64-ui16nda.o operators/.libs/operators_liboperators_la-mx-i64-i32nda.o operators/.libs/operators_liboperators_la-mx-i64-ui32nda.o operators/.libs/operators_liboperators_la-mx-i64-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui8-i8nda.o operators/.libs/operators_liboperators_la-mx-ui8-i16nda.o operators/.libs/operators_liboperators_la-mx-ui8-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui8-i32nda.o operators/.libs/operators_liboperators_la-mx-ui8-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui8-i64nda.o operators/.libs/operators_liboperators_la-mx-ui8-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui16-i8nda.o operators/.libs/operators_liboperators_la-mx-ui16-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui16-i16nda.o operators/.libs/operators_liboperators_la-mx-ui16-i32nda.o operators/.libs/operators_liboperators_la-mx-ui16-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui16-i64nda.o operators/.libs/operators_liboperators_la-mx-ui16-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui32-i8nda.o operators/.libs/operators_liboperators_la-mx-ui32-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui32-i16nda.o operators/.libs/operators_liboperators_la-mx-ui32-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui32-i32nda.o operators/.libs/operators_liboperators_la-mx-ui32-i64nda.o operators/.libs/operators_liboperators_la-mx-ui32-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui64-i8nda.o operators/.libs/operators_liboperators_la-mx-ui64-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui64-i16nda.o operators/.libs/operators_liboperators_la-mx-ui64-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui64-i32nda.o operators/.libs/operators_liboperators_la-mx-ui64-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui64-i64nda.o operators/.libs/operators_liboperators_la-mx-i8nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-i8nda-i16nda.o operators/.libs/operators_liboperators_la-mx-i8nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-i8nda-i32nda.o operators/.libs/operators_liboperators_la-mx-i8nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-i8nda-i64nda.o operators/.libs/operators_liboperators_la-mx-i8nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-i16nda-i8nda.o operators/.libs/operators_liboperators_la-mx-i16nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-i16nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-i16nda-i32nda.o operators/.libs/operators_liboperators_la-mx-i16nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-i16nda-i64nda.o operators/.libs/operators_liboperators_la-mx-i16nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-i32nda-i8nda.o operators/.libs/operators_liboperators_la-mx-i32nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-i32nda-i16nda.o operators/.libs/operators_liboperators_la-mx-i32nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-i32nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-i32nda-i64nda.o operators/.libs/operators_liboperators_la-mx-i32nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-i64nda-i8nda.o operators/.libs/operators_liboperators_la-mx-i64nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-i64nda-i16nda.o operators/.libs/operators_liboperators_la-mx-i64nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-i64nda-i32nda.o operators/.libs/operators_liboperators_la-mx-i64nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-i64nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-i8nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-i16nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-i32nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-i64nda.o operators/.libs/operators_liboperators_la-mx-ui8nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-i8nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-i16nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-i32nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-i64nda.o operators/.libs/operators_liboperators_la-mx-ui16nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-i8nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-i16nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-i32nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-i64nda.o operators/.libs/operators_liboperators_la-mx-ui32nda-ui64nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-i8nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-ui8nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-i16nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-ui16nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-i32nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-ui32nda.o operators/.libs/operators_liboperators_la-mx-ui64nda-i64nda.o operators/.libs/operators_liboperators_la-vx-ccv-cv.o operators/.libs/operators_liboperators_la-vx-ccv-s.o operators/.libs/operators_liboperators_la-vx-crv-rv.o operators/.libs/operators_liboperators_la-vx-crv-s.o operators/.libs/operators_liboperators_la-vx-cs-cv.o operators/.libs/operators_liboperators_la-vx-cs-rv.o operators/.libs/operators_liboperators_la-vx-cv-ccv.o operators/.libs/operators_liboperators_la-vx-cv-cs.o operators/.libs/operators_liboperators_la-vx-rv-crv.o operators/.libs/operators_liboperators_la-vx-rv-cs.o operators/.libs/operators_liboperators_la-vx-s-ccv.o operators/.libs/operators_liboperators_la-vx-s-crv.o operators/.libs/operators_liboperators_la-vx-fccv-fcv.o operators/.libs/operators_liboperators_la-vx-fccv-fs.o operators/.libs/operators_liboperators_la-vx-fcrv-frv.o operators/.libs/operators_liboperators_la-vx-fcrv-fs.o operators/.libs/operators_liboperators_la-vx-fcs-fcv.o operators/.libs/operators_liboperators_la-vx-fcs-frv.o operators/.libs/operators_liboperators_la-vx-fcv-fccv.o operators/.libs/operators_liboperators_la-vx-fcv-fcs.o operators/.libs/operators_liboperators_la-vx-frv-fcrv.o operators/.libs/operators_liboperators_la-vx-frv-fcs.o operators/.libs/operators_liboperators_la-vx-fs-fccv.o operators/.libs/operators_liboperators_la-vx-fs-fcrv.o operators/.libs/operators_liboperators_la-smx-sm-cs.o operators/.libs/operators_liboperators_la-smx-cs-sm.o operators/.libs/operators_liboperators_la-smx-scm-s.o operators/.libs/operators_liboperators_la-smx-s-scm.o operators/.libs/operators_liboperators_la-smx-scm-sm.o operators/.libs/operators_liboperators_la-smx-sm-scm.o operators/.libs/operators_liboperators_la-smx-m-sm.o operators/.libs/operators_liboperators_la-smx-m-scm.o operators/.libs/operators_liboperators_la-smx-cm-sm.o operators/.libs/operators_liboperators_la-smx-cm-scm.o operators/.libs/operators_liboperators_la-smx-sm-m.o operators/.libs/operators_liboperators_la-smx-scm-m.o operators/.libs/operators_liboperators_la-smx-sm-cm.o operators/.libs/operators_liboperators_la-smx-scm-cm.o operators/.libs/operators_liboperators_la-smx-bm-sbm.o operators/.libs/operators_liboperators_la-smx-sbm-bm.o
libtool: link: ranlib operators/.libs/liboperators.a
libtool: link: ( cd "operators/.libs" && rm -f "liboperators.la" && ln -s "../liboperators.la" "liboperators.la" )
/bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -framework JavaVM -o util/libutil.la util/util_libutil_la-cmd-edit.lo util/util_libutil_la-cmd-hist.lo util/util_libutil_la-data-conv.lo util/util_libutil_la-glob-match.lo util/util_libutil_la-lo-array-gripes.lo util/util_libutil_la-lo-ieee.lo util/util_libutil_la-lo-utils.lo util/util_libutil_la-oct-alloc.lo util/util_libutil_la-oct-base64.lo util/util_libutil_la-oct-glob.lo util/util_libutil_la-oct-inttypes.lo util/util_libutil_la-oct-locbuf.lo util/util_libutil_la-oct-md5.lo util/util_libutil_la-oct-mutex.lo util/util_libutil_la-oct-shlib.lo util/util_libutil_la-pathsearch.lo util/util_libutil_la-lo-regexp.lo util/util_libutil_la-singleton-cleanup.lo util/util_libutil_la-sparse-sort.lo util/util_libutil_la-sparse-util.lo util/util_libutil_la-str-vec.lo util/util_libutil_la-unwind-prot.lo util/util_libutil_la-url-transfer.lo util/util_libutil_la-f2c-main.lo util/util_libutil_la-lo-cieee.lo util/util_libutil_la-lo-cutils.lo util/util_libutil_la-oct-rl-edit.lo util/util_libutil_la-oct-rl-hist.lo -lm
libtool: link: ar cru util/.libs/libutil.a util/.libs/util_libutil_la-cmd-edit.o util/.libs/util_libutil_la-cmd-hist.o util/.libs/util_libutil_la-data-conv.o util/.libs/util_libutil_la-glob-match.o util/.libs/util_libutil_la-lo-array-gripes.o util/.libs/util_libutil_la-lo-ieee.o util/.libs/util_libutil_la-lo-utils.o util/.libs/util_libutil_la-oct-alloc.o util/.libs/util_libutil_la-oct-base64.o util/.libs/util_libutil_la-oct-glob.o util/.libs/util_libutil_la-oct-inttypes.o util/.libs/util_libutil_la-oct-locbuf.o util/.libs/util_libutil_la-oct-md5.o util/.libs/util_libutil_la-oct-mutex.o util/.libs/util_libutil_la-oct-shlib.o util/.libs/util_libutil_la-pathsearch.o util/.libs/util_libutil_la-lo-regexp.o util/.libs/util_libutil_la-singleton-cleanup.o util/.libs/util_libutil_la-sparse-sort.o util/.libs/util_libutil_la-sparse-util.o util/.libs/util_libutil_la-str-vec.o util/.libs/util_libutil_la-unwind-prot.o util/.libs/util_libutil_la-url-transfer.o util/.libs/util_libutil_la-f2c-main.o util/.libs/util_libutil_la-lo-cieee.o util/.libs/util_libutil_la-lo-cutils.o util/.libs/util_libutil_la-oct-rl-edit.o util/.libs/util_libutil_la-oct-rl-hist.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: util/.libs/libutil.a(util_libutil_la-f2c-main.o) has no symbols
libtool: link: ranlib util/.libs/libutil.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: util/.libs/libutil.a(util_libutil_la-f2c-main.o) has no symbols
libtool: link: ( cd "util/.libs" && rm -f "libutil.la" && ln -s "../libutil.la" "libutil.la" )
/bin/sh ../libtool --tag=CXX --mode=link clang++ -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -version-info 2:0:0 -no-undefined -bindir /usr/local/Cellar/octave/3.8.0/bin -framework JavaVM -o liboctave.la -rpath /usr/local/Cellar/octave/3.8.0/lib/octave/3.8.0 array/libarray.la cruft/libcruft.la cruft/ranlib/libranlib.la numeric/libnumeric.la operators/liboperators.la system/libsystem.la util/libutil.la ../libgnu/libgnu.la -lcurl -lcholmod -lumfpack -lsuitesparseconfig -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -Wl,-framework,Accelerate -Wl,-framework,Accelerate -lreadline -lncurses -L/usr/local/Cellar/pcre/8.34/lib -lpcre -ldl -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. -lgfortran -lquadmath -lm -lm -lm
libtool: link: clang++ -dynamiclib -o .libs/liboctave.2.dylib -Wl,-force_load,array/.libs/libarray.a -Wl,-force_load,cruft/.libs/libcruft.a -Wl,-force_load,cruft/ranlib/.libs/libranlib.a -Wl,-force_load,numeric/.libs/libnumeric.a -Wl,-force_load,operators/.libs/liboperators.a -Wl,-force_load,system/.libs/libsystem.a -Wl,-force_load,util/.libs/libutil.a -Wl,-force_load,../libgnu/.libs/libgnu.a -framework JavaVM -lcurl -lcholmod -lumfpack -lsuitesparseconfig -lamd -lcamd -lcolamd -lccolamd -lcxsparse -lqrupdate -lfftw3_threads -lfftw3 -lfftw3f_threads -lfftw3f -lreadline -lncurses -L/usr/local/Cellar/pcre/8.34/lib -lpcre -ldl -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2 -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib/gcc/x86_64-apple-darwin12.5.0/4.8.2/../../.. /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/libgfortran.dylib -L/usr/local/Cellar/gfortran/4.8.2/gfortran/lib /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/libquadmath.dylib -lm -pthread -Wl,-framework -Wl,Accelerate -Wl,-framework -Wl,Accelerate -pthread -framework JavaVM -install_name /usr/local/Cellar/octave/3.8.0/lib/octave/3.8.0/liboctave.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "liboctave.dylib" && ln -s "liboctave.2.dylib" "liboctave.dylib")
libtool: link: ( cd ".libs" && rm -f "liboctave.la" && ln -s "../liboctave.la" "liboctave.la" )
Making all in libinterp
/usr/local/opt/gnu-sed/bin/gsed < corefcn/mxarray.in.h \
-e "s|%NO_EDIT_WARNING%|DO NOT EDIT! Generated automatically from mxarray.in.h by Make.|" \
-e "s|%OCTAVE_IDX_TYPE%|int|" > corefcn/mxarray.h-t
if test -n "perl"; then \
./mk-errno-list --perl "perl" < corefcn/oct-errno.in.cc > corefcn/oct-errno.cc-t; \
elif test -n "python"; then \
./mk-errno-list --python "python" < corefcn/oct-errno.in.cc > corefcn/oct-errno.cc-t; \
else \
/usr/local/opt/gnu-sed/bin/gsed '/@SYSDEP_ERRNO_LIST@/D' corefcn/oct-errno.in.cc > corefcn/oct-errno.cc-t; \
fi
awk -v emit_graphics_props=1 -f ./genprops.awk corefcn/graphics.in.h > corefcn/graphics-props.cc-t
making corefcn/defaults.h from corefcn/defaults.in.h
mv corefcn/mxarray.h-t corefcn/mxarray.h
awk -f ./genprops.awk corefcn/graphics.in.h > corefcn/graphics.h-t
mv corefcn/oct-errno.cc-t corefcn/oct-errno.cc
./mkops operators/op-b-b.cc operators/op-b-bm.cc operators/op-b-sbm.cc operators/op-bm-b.cc operators/op-bm-bm.cc operators/op-bm-sbm.cc operators/op-cdm-cdm.cc operators/op-cdm-cm.cc operators/op-cdm-cs.cc operators/op-cdm-dm.cc operators/op-cdm-m.cc operators/op-cdm-s.cc operators/op-cell.cc operators/op-chm.cc operators/op-class.cc operators/op-cm-cdm.cc operators/op-cm-cm.cc operators/op-cm-cs.cc operators/op-cm-dm.cc operators/op-cm-m.cc operators/op-cm-pm.cc operators/op-cm-s.cc operators/op-cm-scm.cc operators/op-cm-sm.cc operators/op-cs-cm.cc operators/op-cs-cs.cc operators/op-cs-m.cc operators/op-cs-s.cc operators/op-cs-scm.cc operators/op-cs-sm.cc operators/op-dm-cdm.cc operators/op-dm-cm.cc operators/op-dm-cs.cc operators/op-dm-dm.cc operators/op-dm-m.cc operators/op-dm-s.cc operators/op-dm-scm.cc operators/op-dm-sm.cc operators/op-double-conv.cc operators/op-fcdm-fcdm.cc operators/op-fcdm-fcm.cc operators/op-fcdm-fcs.cc operators/op-fcdm-fdm.cc operators/op-fcdm-fm.cc operators/op-fcdm-fs.cc operators/op-fcm-fcdm.cc operators/op-fcm-fcm.cc operators/op-fcm-fcs.cc operators/op-fcm-fdm.cc operators/op-fcm-fm.cc operators/op-fcm-fs.cc operators/op-fcm-pm.cc operators/op-fcn.cc operators/op-fcs-fcm.cc operators/op-fcs-fcs.cc operators/op-fcs-fm.cc operators/op-fcs-fs.cc operators/op-fdm-fcdm.cc operators/op-fdm-fcm.cc operators/op-fdm-fcs.cc operators/op-fdm-fdm.cc operators/op-fdm-fm.cc operators/op-fdm-fs.cc operators/op-float-conv.cc operators/op-fm-fcdm.cc operators/op-fm-fcm.cc operators/op-fm-fcs.cc operators/op-fm-fdm.cc operators/op-fm-fm.cc operators/op-fm-fs.cc operators/op-fm-pm.cc operators/op-fs-fcm.cc operators/op-fs-fcs.cc operators/op-fs-fm.cc operators/op-fs-fs.cc operators/op-i16-i16.cc operators/op-i32-i32.cc operators/op-i64-i64.cc operators/op-i8-i8.cc operators/op-int-concat.cc operators/op-int-conv.cc operators/op-m-cdm.cc operators/op-m-cm.cc operators/op-m-cs.cc operators/op-m-dm.cc operators/op-m-m.cc operators/op-m-pm.cc operators/op-m-s.cc operators/op-m-scm.cc operators/op-m-sm.cc operators/op-pm-cm.cc operators/op-pm-fcm.cc operators/op-pm-fm.cc operators/op-pm-m.cc operators/op-pm-pm.cc operators/op-pm-scm.cc operators/op-pm-sm.cc operators/op-range.cc operators/op-s-cm.cc operators/op-s-cs.cc operators/op-s-m.cc operators/op-s-s.cc operators/op-s-scm.cc operators/op-s-sm.cc operators/op-sbm-b.cc operators/op-sbm-bm.cc operators/op-sbm-sbm.cc operators/op-scm-cm.cc operators/op-scm-cs.cc operators/op-scm-m.cc operators/op-scm-s.cc operators/op-scm-scm.cc operators/op-scm-sm.cc operators/op-sm-cm.cc operators/op-sm-cs.cc operators/op-sm-m.cc operators/op-sm-s.cc operators/op-sm-scm.cc operators/op-sm-sm.cc operators/op-str-m.cc operators/op-str-s.cc operators/op-str-str.cc operators/op-struct.cc operators/op-ui16-ui16.cc operators/op-ui32-ui32.cc operators/op-ui64-ui64.cc operators/op-ui8-ui8.cc > operators/ops.cc-t
making oct-conf.h from oct-conf.in.h
mv corefcn/graphics-props.cc-t corefcn/graphics-props.cc
./config-features.sh ../config.h > oct-conf-features.h-t
mv corefcn/graphics.h-t corefcn/graphics.h
/usr/local/opt/gnu-sed/bin/gsed < version.in.h \
-e "s|%NO_EDIT_WARNING%|DO NOT EDIT! Generated automatically from version.in.h by Make.|" \
-e "s|%OCTAVE_API_VERSION_NUMBER%|49|" \
-e "s|%OCTAVE_API_VERSION%|\"api-v49+\"|" \
-e "s|%OCTAVE_COPYRIGHT%|\"Copyright (C) 2013 John W. Eaton and others.\"|" \
-e "s|%OCTAVE_RELEASE_DATE%|\"2013-12-27\"|" \
-e "s|%OCTAVE_VERSION%|\"3.8.0\"|" > version.h-t
mv version.h-t version.h
perl ../build-aux/mk-opts.pl --opt-handler-fcns ../liboctave/numeric/DASPK-opts.in > corefcn/DASPK-opts.cc-t
perl ../build-aux/mk-opts.pl --opt-handler-fcns ../liboctave/numeric/DASRT-opts.in > corefcn/DASRT-opts.cc-t
mv oct-conf-features.h-t oct-conf-features.h
perl ../build-aux/mk-opts.pl --opt-handler-fcns ../liboctave/numeric/DASSL-opts.in > corefcn/DASSL-opts.cc-t
mv corefcn/DASRT-opts.cc-t corefcn/DASRT-opts.cc
perl ../build-aux/mk-opts.pl --opt-handler-fcns ../liboctave/numeric/LSODE-opts.in > corefcn/LSODE-opts.cc-t
mv corefcn/DASPK-opts.cc-t corefcn/DASPK-opts.cc
perl ../build-aux/mk-opts.pl --opt-handler-fcns ../liboctave/numeric/Quad-opts.in > corefcn/Quad-opts.cc-t
mv corefcn/DASSL-opts.cc-t corefcn/DASSL-opts.cc
mv corefcn/LSODE-opts.cc-t corefcn/LSODE-opts.cc
mv corefcn/Quad-opts.cc-t corefcn/Quad-opts.cc
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave.cc > octave.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-base.cc > octave-value/ov-base.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-bool-mat.cc > octave-value/ov-bool-mat.df-t
./mkdefs . octave-value/ov-base.cc < octave-value/ov-base.df-t > octave-value/ov-base.df
./mkdefs . octave-value/ov-bool-mat.cc < octave-value/ov-bool-mat.df-t > octave-value/ov-bool-mat.df
./mkdefs . octave.cc < octave.df-t > octave.df
rm octave-value/ov-base.df-t
rm octave-value/ov-bool-mat.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-cell.cc > octave-value/ov-cell.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Frameworks/JavaVM.framework/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-class.cc > octave-value/ov-class.df-t
rm octave.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-fcn-handle.cc > octave-value/ov-fcn-handle.df-t
./mkdefs . octave-value/ov-cell.cc < octave-value/ov-cell.df-t > octave-value/ov-cell.df
./mkdefs . octave-value/ov-class.cc < octave-value/ov-class.df-t > octave-value/ov-class.df
./mkdefs . octave-value/ov-fcn-handle.cc < octave-value/ov-fcn-handle.df-t > octave-value/ov-fcn-handle.df
rm octave-value/ov-cell.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-fcn-inline.cc > octave-value/ov-fcn-inline.df-t
rm octave-value/ov-class.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-flt-re-mat.cc > octave-value/ov-flt-re-mat.df-t
rm octave-value/ov-fcn-handle.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Frameworks/JavaVM.framework/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-java.cc > octave-value/ov-java.df-t
mv operators/ops.cc-t operators/ops.cc
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-null-mat.cc > octave-value/ov-null-mat.df-t
./mkdefs . octave-value/ov-fcn-inline.cc < octave-value/ov-fcn-inline.df-t > octave-value/ov-fcn-inline.df
./mkdefs . octave-value/ov-flt-re-mat.cc < octave-value/ov-flt-re-mat.df-t > octave-value/ov-flt-re-mat.df
./mkdefs . octave-value/ov-java.cc < octave-value/ov-java.df-t > octave-value/ov-java.df
./mkdefs . octave-value/ov-null-mat.cc < octave-value/ov-null-mat.df-t > octave-value/ov-null-mat.df
rm octave-value/ov-fcn-inline.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-oncleanup.cc > octave-value/ov-oncleanup.df-t
rm octave-value/ov-flt-re-mat.df-t
rm octave-value/ov-null-mat.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-range.cc > octave-value/ov-range.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-re-mat.cc > octave-value/ov-re-mat.df-t
rm octave-value/ov-java.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-struct.cc > octave-value/ov-struct.df-t
./mkdefs . octave-value/ov-range.cc < octave-value/ov-range.df-t > octave-value/ov-range.df
./mkdefs . octave-value/ov-oncleanup.cc < octave-value/ov-oncleanup.df-t > octave-value/ov-oncleanup.df
./mkdefs . octave-value/ov-struct.cc < octave-value/ov-struct.df-t > octave-value/ov-struct.df
./mkdefs . octave-value/ov-re-mat.cc < octave-value/ov-re-mat.df-t > octave-value/ov-re-mat.df
rm octave-value/ov-range.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Frameworks/JavaVM.framework/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-typeinfo.cc > octave-value/ov-typeinfo.df-t
rm octave-value/ov-oncleanup.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-usr-fcn.cc > octave-value/ov-usr-fcn.df-t
rm octave-value/ov-re-mat.df-t
rm octave-value/ov-struct.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -I/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include -I/System/Library/Frameworks/JavaVM.framework/Home/include -I/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Headers -I/System/Library/Frameworks/JavaVM.framework/Versions/Current/Headers \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov.cc > octave-value/ov.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-int16.cc > octave-value/ov-int16.df-t
./mkdefs . octave-value/ov-typeinfo.cc < octave-value/ov-typeinfo.df-t > octave-value/ov-typeinfo.df
./mkdefs . octave-value/ov-usr-fcn.cc < octave-value/ov-usr-fcn.df-t > octave-value/ov-usr-fcn.df
./mkdefs . octave-value/ov-int16.cc < octave-value/ov-int16.df-t > octave-value/ov-int16.df
./mkdefs . octave-value/ov.cc < octave-value/ov.df-t > octave-value/ov.df
rm octave-value/ov-typeinfo.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-int32.cc > octave-value/ov-int32.df-t
rm octave-value/ov-usr-fcn.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-int64.cc > octave-value/ov-int64.df-t
rm octave-value/ov-int16.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-int8.cc > octave-value/ov-int8.df-t
rm octave-value/ov.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-uint16.cc > octave-value/ov-uint16.df-t
./mkdefs . octave-value/ov-int64.cc < octave-value/ov-int64.df-t > octave-value/ov-int64.df
./mkdefs . octave-value/ov-int32.cc < octave-value/ov-int32.df-t > octave-value/ov-int32.df
./mkdefs . octave-value/ov-int8.cc < octave-value/ov-int8.df-t > octave-value/ov-int8.df
./mkdefs . octave-value/ov-uint16.cc < octave-value/ov-uint16.df-t > octave-value/ov-uint16.df
rm octave-value/ov-int64.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-uint32.cc > octave-value/ov-uint32.df-t
rm octave-value/ov-int32.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-uint64.cc > octave-value/ov-uint64.df-t
rm octave-value/ov-int8.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS octave-value/ov-uint8.cc > octave-value/ov-uint8.df-t
rm octave-value/ov-uint16.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS parse-tree/pt-arg-list.cc > parse-tree/pt-arg-list.df-t
./mkdefs . octave-value/ov-uint64.cc < octave-value/ov-uint64.df-t > octave-value/ov-uint64.df
./mkdefs . octave-value/ov-uint32.cc < octave-value/ov-uint32.df-t > octave-value/ov-uint32.df
./mkdefs . octave-value/ov-uint8.cc < octave-value/ov-uint8.df-t > octave-value/ov-uint8.df
./mkdefs . parse-tree/pt-arg-list.cc < parse-tree/pt-arg-list.df-t > parse-tree/pt-arg-list.df
rm octave-value/ov-uint64.df-t
rm octave-value/ov-uint32.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS parse-tree/pt-binop.cc > parse-tree/pt-binop.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS parse-tree/pt-eval.cc > parse-tree/pt-eval.df-t
rm octave-value/ov-uint8.df-t
rm parse-tree/pt-arg-list.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS parse-tree/pt-mat.cc > parse-tree/pt-mat.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS parse-tree/lex.cc > parse-tree/lex.df-t
./mkdefs . parse-tree/pt-eval.cc < parse-tree/pt-eval.df-t > parse-tree/pt-eval.df
./mkdefs . parse-tree/pt-binop.cc < parse-tree/pt-binop.df-t > parse-tree/pt-binop.df
./mkdefs . parse-tree/pt-mat.cc < parse-tree/pt-mat.df-t > parse-tree/pt-mat.df
./mkdefs . parse-tree/lex.cc < parse-tree/lex.df-t > parse-tree/lex.df
rm parse-tree/pt-binop.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/__contourc__.cc > corefcn/__contourc__.df-t
rm parse-tree/pt-eval.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/__dispatch__.cc > corefcn/__dispatch__.df-t
rm parse-tree/pt-mat.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/__lin_interpn__.cc > corefcn/__lin_interpn__.df-t
rm parse-tree/lex.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/__pchip_deriv__.cc > corefcn/__pchip_deriv__.df-t
./mkdefs . corefcn/__dispatch__.cc < corefcn/__dispatch__.df-t > corefcn/__dispatch__.df
./mkdefs . corefcn/__lin_interpn__.cc < corefcn/__lin_interpn__.df-t > corefcn/__lin_interpn__.df
./mkdefs . corefcn/__contourc__.cc < corefcn/__contourc__.df-t > corefcn/__contourc__.df
./mkdefs . corefcn/__pchip_deriv__.cc < corefcn/__pchip_deriv__.df-t > corefcn/__pchip_deriv__.df
rm corefcn/__dispatch__.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/__qp__.cc > corefcn/__qp__.df-t
rm corefcn/__lin_interpn__.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/balance.cc > corefcn/balance.df-t
rm corefcn/__contourc__.df-t
rm corefcn/__pchip_deriv__.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/besselj.cc > corefcn/besselj.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/betainc.cc > corefcn/betainc.df-t
./mkdefs . corefcn/__qp__.cc < corefcn/__qp__.df-t > corefcn/__qp__.df
./mkdefs . corefcn/betainc.cc < corefcn/betainc.df-t > corefcn/betainc.df
./mkdefs . corefcn/besselj.cc < corefcn/besselj.df-t > corefcn/besselj.df
./mkdefs . corefcn/balance.cc < corefcn/balance.df-t > corefcn/balance.df
rm corefcn/__qp__.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/bitfcns.cc > corefcn/bitfcns.df-t
rm corefcn/balance.df-t
rm corefcn/betainc.df-t
rm corefcn/besselj.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/bsxfun.cc > corefcn/bsxfun.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/cellfun.cc > corefcn/cellfun.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/colloc.cc > corefcn/colloc.df-t
./mkdefs . corefcn/colloc.cc < corefcn/colloc.df-t > corefcn/colloc.df
./mkdefs . corefcn/bitfcns.cc < corefcn/bitfcns.df-t > corefcn/bitfcns.df
./mkdefs . corefcn/bsxfun.cc < corefcn/bsxfun.df-t > corefcn/bsxfun.df
./mkdefs . corefcn/cellfun.cc < corefcn/cellfun.df-t > corefcn/cellfun.df
rm corefcn/colloc.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/conv2.cc > corefcn/conv2.df-t
rm corefcn/bsxfun.df-t
rm corefcn/bitfcns.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/daspk.cc > corefcn/daspk.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/dasrt.cc > corefcn/dasrt.df-t
rm corefcn/cellfun.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/dassl.cc > corefcn/dassl.df-t
./mkdefs . corefcn/conv2.cc < corefcn/conv2.df-t > corefcn/conv2.df
./mkdefs . corefcn/dasrt.cc < corefcn/dasrt.df-t > corefcn/dasrt.df
./mkdefs . corefcn/daspk.cc < corefcn/daspk.df-t > corefcn/daspk.df
./mkdefs . corefcn/dassl.cc < corefcn/dassl.df-t > corefcn/dassl.df
rm corefcn/conv2.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/data.cc > corefcn/data.df-t
rm corefcn/daspk.df-t
rm corefcn/dasrt.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/debug.cc > corefcn/debug.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/defaults.cc > corefcn/defaults.df-t
rm corefcn/dassl.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/det.cc > corefcn/det.df-t
./mkdefs . corefcn/data.cc < corefcn/data.df-t > corefcn/data.df
./mkdefs . corefcn/debug.cc < corefcn/debug.df-t > corefcn/debug.df
./mkdefs . corefcn/defaults.cc < corefcn/defaults.df-t > corefcn/defaults.df
./mkdefs . corefcn/det.cc < corefcn/det.df-t > corefcn/det.df
rm corefcn/debug.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/dirfns.cc > corefcn/dirfns.df-t
rm corefcn/defaults.df-t
rm corefcn/det.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/dlmread.cc > corefcn/dlmread.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/dot.cc > corefcn/dot.df-t
rm corefcn/data.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/eig.cc > corefcn/eig.df-t
./mkdefs . corefcn/eig.cc < corefcn/eig.df-t > corefcn/eig.df
./mkdefs . corefcn/dlmread.cc < corefcn/dlmread.df-t > corefcn/dlmread.df
./mkdefs . corefcn/dot.cc < corefcn/dot.df-t > corefcn/dot.df
./mkdefs . corefcn/dirfns.cc < corefcn/dirfns.df-t > corefcn/dirfns.df
rm corefcn/eig.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/ellipj.cc > corefcn/ellipj.df-t
rm corefcn/dlmread.df-t
rm corefcn/dot.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/error.cc > corefcn/error.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/fft.cc > corefcn/fft.df-t
rm corefcn/dirfns.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/fft2.cc > corefcn/fft2.df-t
./mkdefs . corefcn/ellipj.cc < corefcn/ellipj.df-t > corefcn/ellipj.df
./mkdefs . corefcn/fft.cc < corefcn/fft.df-t > corefcn/fft.df
./mkdefs . corefcn/error.cc < corefcn/error.df-t > corefcn/error.df
./mkdefs . corefcn/fft2.cc < corefcn/fft2.df-t > corefcn/fft2.df
rm corefcn/ellipj.df-t
rm corefcn/fft.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/fftn.cc > corefcn/fftn.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/file-io.cc > corefcn/file-io.df-t
rm corefcn/error.df-t
rm corefcn/fft2.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/filter.cc > corefcn/filter.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/find.cc > corefcn/find.df-t
./mkdefs . corefcn/find.cc < corefcn/find.df-t > corefcn/find.df
./mkdefs . corefcn/filter.cc < corefcn/filter.df-t > corefcn/filter.df
./mkdefs . corefcn/fftn.cc < corefcn/fftn.df-t > corefcn/fftn.df
./mkdefs . corefcn/file-io.cc < corefcn/file-io.df-t > corefcn/file-io.df
rm corefcn/find.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/gammainc.cc > corefcn/gammainc.df-t
rm corefcn/filter.df-t
rm corefcn/fftn.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/gcd.cc > corefcn/gcd.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/getgrent.cc > corefcn/getgrent.df-t
rm corefcn/file-io.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/getpwent.cc > corefcn/getpwent.df-t
./mkdefs . corefcn/gammainc.cc < corefcn/gammainc.df-t > corefcn/gammainc.df
./mkdefs . corefcn/gcd.cc < corefcn/gcd.df-t > corefcn/gcd.df
./mkdefs . corefcn/getgrent.cc < corefcn/getgrent.df-t > corefcn/getgrent.df
./mkdefs . corefcn/getpwent.cc < corefcn/getpwent.df-t > corefcn/getpwent.df
rm corefcn/gammainc.df-t
rm corefcn/getgrent.df-t
rm corefcn/gcd.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/getrusage.cc > corefcn/getrusage.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/givens.cc > corefcn/givens.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/graphics.cc > corefcn/graphics.df-t
rm corefcn/getpwent.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/help.cc > corefcn/help.df-t
./mkdefs . corefcn/getrusage.cc < corefcn/getrusage.df-t > corefcn/getrusage.df
./mkdefs . corefcn/givens.cc < corefcn/givens.df-t > corefcn/givens.df
rm corefcn/getrusage.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/hess.cc > corefcn/hess.df-t
rm corefcn/givens.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/hex2num.cc > corefcn/hex2num.df-t
./mkdefs . corefcn/graphics.cc < corefcn/graphics.df-t > corefcn/graphics.df
./mkdefs . corefcn/help.cc < corefcn/help.df-t > corefcn/help.df
rm corefcn/help.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/input.cc > corefcn/input.df-t
rm corefcn/graphics.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/inv.cc > corefcn/inv.df-t
./mkdefs . corefcn/hex2num.cc < corefcn/hex2num.df-t > corefcn/hex2num.df
./mkdefs . corefcn/hess.cc < corefcn/hess.df-t > corefcn/hess.df
rm corefcn/hex2num.df-t
rm corefcn/hess.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/kron.cc > corefcn/kron.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/load-path.cc > corefcn/load-path.df-t
./mkdefs . corefcn/input.cc < corefcn/input.df-t > corefcn/input.df
./mkdefs . corefcn/inv.cc < corefcn/inv.df-t > corefcn/inv.df
rm corefcn/input.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/load-save.cc > corefcn/load-save.df-t
rm corefcn/inv.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/lookup.cc > corefcn/lookup.df-t
./mkdefs . corefcn/kron.cc < corefcn/kron.df-t > corefcn/kron.df
./mkdefs . corefcn/load-path.cc < corefcn/load-path.df-t > corefcn/load-path.df
rm corefcn/kron.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/ls-oct-ascii.cc > corefcn/ls-oct-ascii.df-t
rm corefcn/load-path.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/lsode.cc > corefcn/lsode.df-t
./mkdefs . corefcn/lookup.cc < corefcn/lookup.df-t > corefcn/lookup.df
./mkdefs . corefcn/load-save.cc < corefcn/load-save.df-t > corefcn/load-save.df
rm corefcn/lookup.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/lu.cc > corefcn/lu.df-t
rm corefcn/load-save.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/luinc.cc > corefcn/luinc.df-t
./mkdefs . corefcn/ls-oct-ascii.cc < corefcn/ls-oct-ascii.df-t > corefcn/ls-oct-ascii.df
./mkdefs . corefcn/lsode.cc < corefcn/lsode.df-t > corefcn/lsode.df
rm corefcn/ls-oct-ascii.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/mappers.cc > corefcn/mappers.df-t
./mkdefs . corefcn/lu.cc < corefcn/lu.df-t > corefcn/lu.df
rm corefcn/lsode.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/matrix_type.cc > corefcn/matrix_type.df-t
./mkdefs . corefcn/luinc.cc < corefcn/luinc.df-t > corefcn/luinc.df
rm corefcn/lu.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/max.cc > corefcn/max.df-t
rm corefcn/luinc.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/md5sum.cc > corefcn/md5sum.df-t
./mkdefs . corefcn/mappers.cc < corefcn/mappers.df-t > corefcn/mappers.df
./mkdefs . corefcn/matrix_type.cc < corefcn/matrix_type.df-t > corefcn/matrix_type.df
rm corefcn/mappers.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/mgorth.cc > corefcn/mgorth.df-t
./mkdefs . corefcn/max.cc < corefcn/max.df-t > corefcn/max.df
rm corefcn/matrix_type.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/nproc.cc > corefcn/nproc.df-t
./mkdefs . corefcn/md5sum.cc < corefcn/md5sum.df-t > corefcn/md5sum.df
rm corefcn/max.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/oct-hist.cc > corefcn/oct-hist.df-t
rm corefcn/md5sum.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/octave-link.cc > corefcn/octave-link.df-t
./mkdefs . corefcn/mgorth.cc < corefcn/mgorth.df-t > corefcn/mgorth.df
./mkdefs . corefcn/nproc.cc < corefcn/nproc.df-t > corefcn/nproc.df
rm corefcn/mgorth.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/pager.cc > corefcn/pager.df-t
rm corefcn/nproc.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/pinv.cc > corefcn/pinv.df-t
./mkdefs . corefcn/oct-hist.cc < corefcn/oct-hist.df-t > corefcn/oct-hist.df
./mkdefs . corefcn/octave-link.cc < corefcn/octave-link.df-t > corefcn/octave-link.df
rm corefcn/oct-hist.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/pr-output.cc > corefcn/pr-output.df-t
rm corefcn/octave-link.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/profiler.cc > corefcn/profiler.df-t
./mkdefs . corefcn/pager.cc < corefcn/pager.df-t > corefcn/pager.df
./mkdefs . corefcn/pinv.cc < corefcn/pinv.df-t > corefcn/pinv.df
rm corefcn/pager.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/quad.cc > corefcn/quad.df-t
rm corefcn/pinv.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/quadcc.cc > corefcn/quadcc.df-t
./mkdefs . corefcn/pr-output.cc < corefcn/pr-output.df-t > corefcn/pr-output.df
./mkdefs . corefcn/profiler.cc < corefcn/profiler.df-t > corefcn/profiler.df
rm corefcn/profiler.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/qz.cc > corefcn/qz.df-t
rm corefcn/pr-output.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/rand.cc > corefcn/rand.df-t
./mkdefs . corefcn/quadcc.cc < corefcn/quadcc.df-t > corefcn/quadcc.df
./mkdefs . corefcn/quad.cc < corefcn/quad.df-t > corefcn/quad.df
rm corefcn/quad.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/rcond.cc > corefcn/rcond.df-t
rm corefcn/quadcc.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/regexp.cc > corefcn/regexp.df-t
./mkdefs . corefcn/qz.cc < corefcn/qz.df-t > corefcn/qz.df
./mkdefs . corefcn/rand.cc < corefcn/rand.df-t > corefcn/rand.df
rm corefcn/qz.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/schur.cc > corefcn/schur.df-t
rm corefcn/rand.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/sighandlers.cc > corefcn/sighandlers.df-t
./mkdefs . corefcn/rcond.cc < corefcn/rcond.df-t > corefcn/rcond.df
./mkdefs . corefcn/regexp.cc < corefcn/regexp.df-t > corefcn/regexp.df
rm corefcn/rcond.df-t
rm corefcn/regexp.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/sparse.cc > corefcn/sparse.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/spparms.cc > corefcn/spparms.df-t
./mkdefs . corefcn/schur.cc < corefcn/schur.df-t > corefcn/schur.df
./mkdefs . corefcn/sighandlers.cc < corefcn/sighandlers.df-t > corefcn/sighandlers.df
rm corefcn/schur.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/sqrtm.cc > corefcn/sqrtm.df-t
rm corefcn/sighandlers.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/str2double.cc > corefcn/str2double.df-t
./mkdefs . corefcn/spparms.cc < corefcn/spparms.df-t > corefcn/spparms.df
./mkdefs . corefcn/sparse.cc < corefcn/sparse.df-t > corefcn/sparse.df
rm corefcn/spparms.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/strfind.cc > corefcn/strfind.df-t
rm corefcn/sparse.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/strfns.cc > corefcn/strfns.df-t
./mkdefs . corefcn/sqrtm.cc < corefcn/sqrtm.df-t > corefcn/sqrtm.df
./mkdefs . corefcn/str2double.cc < corefcn/str2double.df-t > corefcn/str2double.df
rm corefcn/sqrtm.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/sub2ind.cc > corefcn/sub2ind.df-t
rm corefcn/str2double.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/svd.cc > corefcn/svd.df-t
./mkdefs . corefcn/strfns.cc < corefcn/strfns.df-t > corefcn/strfns.df
./mkdefs . corefcn/strfind.cc < corefcn/strfind.df-t > corefcn/strfind.df
rm corefcn/strfns.df-t
rm corefcn/strfind.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/syl.cc > corefcn/syl.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/symtab.cc > corefcn/symtab.df-t
./mkdefs . corefcn/sub2ind.cc < corefcn/sub2ind.df-t > corefcn/sub2ind.df
./mkdefs . corefcn/svd.cc < corefcn/svd.df-t > corefcn/svd.df
rm corefcn/sub2ind.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/syscalls.cc > corefcn/syscalls.df-t
rm corefcn/svd.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/sysdep.cc > corefcn/sysdep.df-t
./mkdefs . corefcn/syl.cc < corefcn/syl.df-t > corefcn/syl.df
./mkdefs . corefcn/symtab.cc < corefcn/symtab.df-t > corefcn/symtab.df
rm corefcn/syl.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/time.cc > corefcn/time.df-t
rm corefcn/symtab.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.2/include/freetype2 \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/toplev.cc > corefcn/toplev.df-t
./mkdefs . corefcn/syscalls.cc < corefcn/syscalls.df-t > corefcn/syscalls.df
./mkdefs . corefcn/sysdep.cc < corefcn/sysdep.df-t > corefcn/sysdep.df
rm corefcn/syscalls.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/tril.cc > corefcn/tril.df-t
rm corefcn/sysdep.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/typecast.cc > corefcn/typecast.df-t
./mkdefs . corefcn/time.cc < corefcn/time.df-t > corefcn/time.df
./mkdefs . corefcn/toplev.cc < corefcn/toplev.df-t > corefcn/toplev.df
rm corefcn/time.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/urlwrite.cc > corefcn/urlwrite.df-t
./mkdefs . corefcn/tril.cc < corefcn/tril.df-t > corefcn/tril.df
rm corefcn/toplev.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/utils.cc > corefcn/utils.df-t
./mkdefs . corefcn/typecast.cc < corefcn/typecast.df-t > corefcn/typecast.df
rm corefcn/tril.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/variables.cc > corefcn/variables.df-t
rm corefcn/typecast.df-t
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS corefcn/pt-jit.cc > corefcn/pt-jit.df-t
./mkdefs . corefcn/urlwrite.cc < corefcn/urlwrite.df-t > corefcn/urlwrite.df
./mkdefs . corefcn/utils.cc < corefcn/utils.df-t > corefcn/utils.df
rm corefcn/urlwrite.df-t
./mkdefs . corefcn/variables.cc < corefcn/variables.df-t > corefcn/variables.df
clang++ -E -DHAVE_CONFIG_H -I. -I.. \
-I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu \
-Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread \
-DMAKE_BUILTINS parse-tree/oct-parse.cc > parse-tree/oct-parse.df-t
./mkdefs . corefcn/pt-jit.cc < corefcn/pt-jit.df-t > corefcn/pt-jit.df
rm corefcn/utils.df-t
rm corefcn/pt-jit.df-t
rm corefcn/variables.df-t
./mkdefs . parse-tree/oct-parse.cc < parse-tree/oct-parse.df-t > parse-tree/oct-parse.df
rm parse-tree/oct-parse.df-t
./mkbuiltins --header octave.df octave-value/ov-base.df octave-value/ov-bool-mat.df octave-value/ov-cell.df octave-value/ov-class.df octave-value/ov-fcn-handle.df octave-value/ov-fcn-inline.df octave-value/ov-flt-re-mat.df octave-value/ov-java.df octave-value/ov-null-mat.df octave-value/ov-oncleanup.df octave-value/ov-range.df octave-value/ov-re-mat.df octave-value/ov-struct.df octave-value/ov-typeinfo.df octave-value/ov-usr-fcn.df octave-value/ov.df octave-value/ov-int16.df octave-value/ov-int32.df octave-value/ov-int64.df octave-value/ov-int8.df octave-value/ov-uint16.df octave-value/ov-uint32.df octave-value/ov-uint64.df octave-value/ov-uint8.df parse-tree/pt-arg-list.df parse-tree/pt-binop.df parse-tree/pt-eval.df parse-tree/pt-mat.df parse-tree/lex.df corefcn/__contourc__.df corefcn/__dispatch__.df corefcn/__lin_interpn__.df corefcn/__pchip_deriv__.df corefcn/__qp__.df corefcn/balance.df corefcn/besselj.df corefcn/betainc.df corefcn/bitfcns.df corefcn/bsxfun.df corefcn/cellfun.df corefcn/colloc.df corefcn/conv2.df corefcn/daspk.df corefcn/dasrt.df corefcn/dassl.df corefcn/data.df corefcn/debug.df corefcn/defaults.df corefcn/det.df corefcn/dirfns.df corefcn/dlmread.df corefcn/dot.df corefcn/eig.df corefcn/ellipj.df corefcn/error.df corefcn/fft.df corefcn/fft2.df corefcn/fftn.df corefcn/file-io.df corefcn/filter.df corefcn/find.df corefcn/gammainc.df corefcn/gcd.df corefcn/getgrent.df corefcn/getpwent.df corefcn/getrusage.df corefcn/givens.df corefcn/graphics.df corefcn/help.df corefcn/hess.df corefcn/hex2num.df corefcn/input.df corefcn/inv.df corefcn/kron.df corefcn/load-path.df corefcn/load-save.df corefcn/lookup.df corefcn/ls-oct-ascii.df corefcn/lsode.df corefcn/lu.df corefcn/luinc.df corefcn/mappers.df corefcn/matrix_type.df corefcn/max.df corefcn/md5sum.df corefcn/mgorth.df corefcn/nproc.df corefcn/oct-hist.df corefcn/octave-link.df corefcn/pager.df corefcn/pinv.df corefcn/pr-output.df corefcn/profiler.df corefcn/quad.df corefcn/quadcc.df corefcn/qz.df corefcn/rand.df corefcn/rcond.df corefcn/regexp.df corefcn/schur.df corefcn/sighandlers.df corefcn/sparse.df corefcn/spparms.df corefcn/sqrtm.df corefcn/str2double.df corefcn/strfind.df corefcn/strfns.df corefcn/sub2ind.df corefcn/svd.df corefcn/syl.df corefcn/symtab.df corefcn/syscalls.df corefcn/sysdep.df corefcn/time.df corefcn/toplev.df corefcn/tril.df corefcn/typecast.df corefcn/urlwrite.df corefcn/utils.df corefcn/variables.df corefcn/pt-jit.df parse-tree/oct-parse.df > builtin-defun-decls.h-t
./mkbuiltins --source octave.df octave-value/ov-base.df octave-value/ov-bool-mat.df octave-value/ov-cell.df octave-value/ov-class.df octave-value/ov-fcn-handle.df octave-value/ov-fcn-inline.df octave-value/ov-flt-re-mat.df octave-value/ov-java.df octave-value/ov-null-mat.df octave-value/ov-oncleanup.df octave-value/ov-range.df octave-value/ov-re-mat.df octave-value/ov-struct.df octave-value/ov-typeinfo.df octave-value/ov-usr-fcn.df octave-value/ov.df octave-value/ov-int16.df octave-value/ov-int32.df octave-value/ov-int64.df octave-value/ov-int8.df octave-value/ov-uint16.df octave-value/ov-uint32.df octave-value/ov-uint64.df octave-value/ov-uint8.df parse-tree/pt-arg-list.df parse-tree/pt-binop.df parse-tree/pt-eval.df parse-tree/pt-mat.df parse-tree/lex.df corefcn/__contourc__.df corefcn/__dispatch__.df corefcn/__lin_interpn__.df corefcn/__pchip_deriv__.df corefcn/__qp__.df corefcn/balance.df corefcn/besselj.df corefcn/betainc.df corefcn/bitfcns.df corefcn/bsxfun.df corefcn/cellfun.df corefcn/colloc.df corefcn/conv2.df corefcn/daspk.df corefcn/dasrt.df corefcn/dassl.df corefcn/data.df corefcn/debug.df corefcn/defaults.df corefcn/det.df corefcn/dirfns.df corefcn/dlmread.df corefcn/dot.df corefcn/eig.df corefcn/ellipj.df corefcn/error.df corefcn/fft.df corefcn/fft2.df corefcn/fftn.df corefcn/file-io.df corefcn/filter.df corefcn/find.df corefcn/gammainc.df corefcn/gcd.df corefcn/getgrent.df corefcn/getpwent.df corefcn/getrusage.df corefcn/givens.df corefcn/graphics.df corefcn/help.df corefcn/hess.df corefcn/hex2num.df corefcn/input.df corefcn/inv.df corefcn/kron.df corefcn/load-path.df corefcn/load-save.df corefcn/lookup.df corefcn/ls-oct-ascii.df corefcn/lsode.df corefcn/lu.df corefcn/luinc.df corefcn/mappers.df corefcn/matrix_type.df corefcn/max.df corefcn/md5sum.df corefcn/mgorth.df corefcn/nproc.df corefcn/oct-hist.df corefcn/octave-link.df corefcn/pager.df corefcn/pinv.df corefcn/pr-output.df corefcn/profiler.df corefcn/quad.df corefcn/quadcc.df corefcn/qz.df corefcn/rand.df corefcn/rcond.df corefcn/regexp.df corefcn/schur.df corefcn/sighandlers.df corefcn/sparse.df corefcn/spparms.df corefcn/sqrtm.df corefcn/str2double.df corefcn/strfind.df corefcn/strfns.df corefcn/sub2ind.df corefcn/svd.df corefcn/syl.df corefcn/symtab.df corefcn/syscalls.df corefcn/sysdep.df corefcn/time.df corefcn/toplev.df corefcn/tril.df corefcn/typecast.df corefcn/urlwrite.df corefcn/utils.df corefcn/variables.df corefcn/pt-jit.df parse-tree/oct-parse.df > builtins.cc-t
mv builtin-defun-decls.h-t builtin-defun-decls.h
mv builtins.cc-t builtins.cc
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o liboctinterp_la-octave.lo `test -f 'octave.cc' || echo './'`octave.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o liboctinterp_la-version.lo `test -f 'version.cc' || echo './'`version.cc
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o corefcn/liboctinterp_la-oct-errno.lo `test -f 'corefcn/oct-errno.cc' || echo './'`corefcn/oct-errno.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c octave.cc -fno-common -DPIC -o .libs/liboctinterp_la-octave.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c version.cc -fno-common -DPIC -o .libs/liboctinterp_la-version.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o operators/liboctinterp_la-ops.lo `test -f 'operators/ops.cc' || echo './'`operators/ops.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c corefcn/oct-errno.cc -fno-common -DPIC -o corefcn/.libs/liboctinterp_la-oct-errno.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c operators/ops.cc -fno-common -DPIC -o operators/.libs/liboctinterp_la-ops.o
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c -o liboctinterp_la-builtins.lo `test -f 'builtins.cc' || echo './'`builtins.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -D_REENTRANT -D_THREAD_SAFE -pthread -c builtins.cc -fno-common -DPIC -o .libs/liboctinterp_la-builtins.o
( echo "## DO NOT EDIT! Generated automatically from octave.cc by Make."; /usr/bin/grep '^%!' octave.cc ) > octave.cc-tst-t
mv octave.cc-tst-t octave.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-base.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-base.cc ) > octave-value/ov-base.cc-tst-t
mv octave-value/ov-base.cc-tst-t octave-value/ov-base.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-bool-mat.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-bool-mat.cc ) > octave-value/ov-bool-mat.cc-tst-t
mv octave-value/ov-bool-mat.cc-tst-t octave-value/ov-bool-mat.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-cell.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-cell.cc ) > octave-value/ov-cell.cc-tst-t
mv octave-value/ov-cell.cc-tst-t octave-value/ov-cell.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-class.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-class.cc ) > octave-value/ov-class.cc-tst-t
mv octave-value/ov-class.cc-tst-t octave-value/ov-class.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-cx-diag.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-cx-diag.cc ) > octave-value/ov-cx-diag.cc-tst-t
mv octave-value/ov-cx-diag.cc-tst-t octave-value/ov-cx-diag.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-fcn-handle.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-fcn-handle.cc ) > octave-value/ov-fcn-handle.cc-tst-t
mv octave-value/ov-fcn-handle.cc-tst-t octave-value/ov-fcn-handle.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-fcn-inline.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-fcn-inline.cc ) > octave-value/ov-fcn-inline.cc-tst-t
mv octave-value/ov-fcn-inline.cc-tst-t octave-value/ov-fcn-inline.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-flt-re-mat.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-flt-re-mat.cc ) > octave-value/ov-flt-re-mat.cc-tst-t
mv octave-value/ov-flt-re-mat.cc-tst-t octave-value/ov-flt-re-mat.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-java.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-java.cc ) > octave-value/ov-java.cc-tst-t
mv octave-value/ov-java.cc-tst-t octave-value/ov-java.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-null-mat.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-null-mat.cc ) > octave-value/ov-null-mat.cc-tst-t
mv octave-value/ov-null-mat.cc-tst-t octave-value/ov-null-mat.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-oncleanup.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-oncleanup.cc ) > octave-value/ov-oncleanup.cc-tst-t
mv octave-value/ov-oncleanup.cc-tst-t octave-value/ov-oncleanup.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-range.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-range.cc ) > octave-value/ov-range.cc-tst-t
mv octave-value/ov-range.cc-tst-t octave-value/ov-range.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-re-mat.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-re-mat.cc ) > octave-value/ov-re-mat.cc-tst-t
mv octave-value/ov-re-mat.cc-tst-t octave-value/ov-re-mat.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-struct.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-struct.cc ) > octave-value/ov-struct.cc-tst-t
mv octave-value/ov-struct.cc-tst-t octave-value/ov-struct.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-typeinfo.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-typeinfo.cc ) > octave-value/ov-typeinfo.cc-tst-t
mv octave-value/ov-typeinfo.cc-tst-t octave-value/ov-typeinfo.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-usr-fcn.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-usr-fcn.cc ) > octave-value/ov-usr-fcn.cc-tst-t
mv octave-value/ov-usr-fcn.cc-tst-t octave-value/ov-usr-fcn.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov.cc by Make."; /usr/bin/grep '^%!' octave-value/ov.cc ) > octave-value/ov.cc-tst-t
mv octave-value/ov.cc-tst-t octave-value/ov.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-int16.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-int16.cc ) > octave-value/ov-int16.cc-tst-t
mv octave-value/ov-int16.cc-tst-t octave-value/ov-int16.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-int32.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-int32.cc ) > octave-value/ov-int32.cc-tst-t
mv octave-value/ov-int32.cc-tst-t octave-value/ov-int32.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-int64.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-int64.cc ) > octave-value/ov-int64.cc-tst-t
mv octave-value/ov-int64.cc-tst-t octave-value/ov-int64.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-int8.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-int8.cc ) > octave-value/ov-int8.cc-tst-t
mv octave-value/ov-int8.cc-tst-t octave-value/ov-int8.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-uint16.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-uint16.cc ) > octave-value/ov-uint16.cc-tst-t
mv octave-value/ov-uint16.cc-tst-t octave-value/ov-uint16.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-uint32.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-uint32.cc ) > octave-value/ov-uint32.cc-tst-t
mv octave-value/ov-uint32.cc-tst-t octave-value/ov-uint32.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-uint64.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-uint64.cc ) > octave-value/ov-uint64.cc-tst-t
mv octave-value/ov-uint64.cc-tst-t octave-value/ov-uint64.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ov-uint8.cc by Make."; /usr/bin/grep '^%!' octave-value/ov-uint8.cc ) > octave-value/ov-uint8.cc-tst-t
mv octave-value/ov-uint8.cc-tst-t octave-value/ov-uint8.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pt-assign.cc by Make."; /usr/bin/grep '^%!' parse-tree/pt-assign.cc ) > parse-tree/pt-assign.cc-tst-t
mv parse-tree/pt-assign.cc-tst-t parse-tree/pt-assign.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pt-binop.cc by Make."; /usr/bin/grep '^%!' parse-tree/pt-binop.cc ) > parse-tree/pt-binop.cc-tst-t
mv parse-tree/pt-binop.cc-tst-t parse-tree/pt-binop.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pt-eval.cc by Make."; /usr/bin/grep '^%!' parse-tree/pt-eval.cc ) > parse-tree/pt-eval.cc-tst-t
mv parse-tree/pt-eval.cc-tst-t parse-tree/pt-eval.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pt-fcn-handle.cc by Make."; /usr/bin/grep '^%!' parse-tree/pt-fcn-handle.cc ) > parse-tree/pt-fcn-handle.cc-tst-t
mv parse-tree/pt-fcn-handle.cc-tst-t parse-tree/pt-fcn-handle.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pt-idx.cc by Make."; /usr/bin/grep '^%!' parse-tree/pt-idx.cc ) > parse-tree/pt-idx.cc-tst-t
mv parse-tree/pt-idx.cc-tst-t parse-tree/pt-idx.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pt-mat.cc by Make."; /usr/bin/grep '^%!' parse-tree/pt-mat.cc ) > parse-tree/pt-mat.cc-tst-t
mv parse-tree/pt-mat.cc-tst-t parse-tree/pt-mat.cc-tst
( echo "## DO NOT EDIT! Generated automatically from lex.ll by Make."; /usr/bin/grep '^%!' parse-tree/lex.ll ) > parse-tree/lex.ll-tst-t
mv parse-tree/lex.ll-tst-t parse-tree/lex.ll-tst
( echo "## DO NOT EDIT! Generated automatically from __contourc__.cc by Make."; /usr/bin/grep '^%!' corefcn/__contourc__.cc ) > corefcn/__contourc__.cc-tst-t
mv corefcn/__contourc__.cc-tst-t corefcn/__contourc__.cc-tst
( echo "## DO NOT EDIT! Generated automatically from __dispatch__.cc by Make."; /usr/bin/grep '^%!' corefcn/__dispatch__.cc ) > corefcn/__dispatch__.cc-tst-t
mv corefcn/__dispatch__.cc-tst-t corefcn/__dispatch__.cc-tst
( echo "## DO NOT EDIT! Generated automatically from __lin_interpn__.cc by Make."; /usr/bin/grep '^%!' corefcn/__lin_interpn__.cc ) > corefcn/__lin_interpn__.cc-tst-t
mv corefcn/__lin_interpn__.cc-tst-t corefcn/__lin_interpn__.cc-tst
( echo "## DO NOT EDIT! Generated automatically from __pchip_deriv__.cc by Make."; /usr/bin/grep '^%!' corefcn/__pchip_deriv__.cc ) > corefcn/__pchip_deriv__.cc-tst-t
mv corefcn/__pchip_deriv__.cc-tst-t corefcn/__pchip_deriv__.cc-tst
( echo "## DO NOT EDIT! Generated automatically from __qp__.cc by Make."; /usr/bin/grep '^%!' corefcn/__qp__.cc ) > corefcn/__qp__.cc-tst-t
mv corefcn/__qp__.cc-tst-t corefcn/__qp__.cc-tst
( echo "## DO NOT EDIT! Generated automatically from besselj.cc by Make."; /usr/bin/grep '^%!' corefcn/besselj.cc ) > corefcn/besselj.cc-tst-t
mv corefcn/besselj.cc-tst-t corefcn/besselj.cc-tst
( echo "## DO NOT EDIT! Generated automatically from betainc.cc by Make."; /usr/bin/grep '^%!' corefcn/betainc.cc ) > corefcn/betainc.cc-tst-t
mv corefcn/betainc.cc-tst-t corefcn/betainc.cc-tst
( echo "## DO NOT EDIT! Generated automatically from bsxfun.cc by Make."; /usr/bin/grep '^%!' corefcn/bsxfun.cc ) > corefcn/bsxfun.cc-tst-t
mv corefcn/bsxfun.cc-tst-t corefcn/bsxfun.cc-tst
( echo "## DO NOT EDIT! Generated automatically from cellfun.cc by Make."; /usr/bin/grep '^%!' corefcn/cellfun.cc ) > corefcn/cellfun.cc-tst-t
mv corefcn/cellfun.cc-tst-t corefcn/cellfun.cc-tst
( echo "## DO NOT EDIT! Generated automatically from conv2.cc by Make."; /usr/bin/grep '^%!' corefcn/conv2.cc ) > corefcn/conv2.cc-tst-t
mv corefcn/conv2.cc-tst-t corefcn/conv2.cc-tst
( echo "## DO NOT EDIT! Generated automatically from dassl.cc by Make."; /usr/bin/grep '^%!' corefcn/dassl.cc ) > corefcn/dassl.cc-tst-t
mv corefcn/dassl.cc-tst-t corefcn/dassl.cc-tst
( echo "## DO NOT EDIT! Generated automatically from data.cc by Make."; /usr/bin/grep '^%!' corefcn/data.cc ) > corefcn/data.cc-tst-t
mv corefcn/data.cc-tst-t corefcn/data.cc-tst
( echo "## DO NOT EDIT! Generated automatically from defaults.cc by Make."; /usr/bin/grep '^%!' corefcn/defaults.cc ) > corefcn/defaults.cc-tst-t
mv corefcn/defaults.cc-tst-t corefcn/defaults.cc-tst
( echo "## DO NOT EDIT! Generated automatically from det.cc by Make."; /usr/bin/grep '^%!' corefcn/det.cc ) > corefcn/det.cc-tst-t
mv corefcn/det.cc-tst-t corefcn/det.cc-tst
( echo "## DO NOT EDIT! Generated automatically from dirfns.cc by Make."; /usr/bin/grep '^%!' corefcn/dirfns.cc ) > corefcn/dirfns.cc-tst-t
mv corefcn/dirfns.cc-tst-t corefcn/dirfns.cc-tst
( echo "## DO NOT EDIT! Generated automatically from dlmread.cc by Make."; /usr/bin/grep '^%!' corefcn/dlmread.cc ) > corefcn/dlmread.cc-tst-t
mv corefcn/dlmread.cc-tst-t corefcn/dlmread.cc-tst
( echo "## DO NOT EDIT! Generated automatically from dot.cc by Make."; /usr/bin/grep '^%!' corefcn/dot.cc ) > corefcn/dot.cc-tst-t
mv corefcn/dot.cc-tst-t corefcn/dot.cc-tst
( echo "## DO NOT EDIT! Generated automatically from eig.cc by Make."; /usr/bin/grep '^%!' corefcn/eig.cc ) > corefcn/eig.cc-tst-t
mv corefcn/eig.cc-tst-t corefcn/eig.cc-tst
( echo "## DO NOT EDIT! Generated automatically from ellipj.cc by Make."; /usr/bin/grep '^%!' corefcn/ellipj.cc ) > corefcn/ellipj.cc-tst-t
mv corefcn/ellipj.cc-tst-t corefcn/ellipj.cc-tst
( echo "## DO NOT EDIT! Generated automatically from fft.cc by Make."; /usr/bin/grep '^%!' corefcn/fft.cc ) > corefcn/fft.cc-tst-t
mv corefcn/fft.cc-tst-t corefcn/fft.cc-tst
( echo "## DO NOT EDIT! Generated automatically from fft2.cc by Make."; /usr/bin/grep '^%!' corefcn/fft2.cc ) > corefcn/fft2.cc-tst-t
mv corefcn/fft2.cc-tst-t corefcn/fft2.cc-tst
( echo "## DO NOT EDIT! Generated automatically from filter.cc by Make."; /usr/bin/grep '^%!' corefcn/filter.cc ) > corefcn/filter.cc-tst-t
mv corefcn/filter.cc-tst-t corefcn/filter.cc-tst
( echo "## DO NOT EDIT! Generated automatically from find.cc by Make."; /usr/bin/grep '^%!' corefcn/find.cc ) > corefcn/find.cc-tst-t
mv corefcn/find.cc-tst-t corefcn/find.cc-tst
( echo "## DO NOT EDIT! Generated automatically from gammainc.cc by Make."; /usr/bin/grep '^%!' corefcn/gammainc.cc ) > corefcn/gammainc.cc-tst-t
mv corefcn/gammainc.cc-tst-t corefcn/gammainc.cc-tst
( echo "## DO NOT EDIT! Generated automatically from gcd.cc by Make."; /usr/bin/grep '^%!' corefcn/gcd.cc ) > corefcn/gcd.cc-tst-t
mv corefcn/gcd.cc-tst-t corefcn/gcd.cc-tst
( echo "## DO NOT EDIT! Generated automatically from givens.cc by Make."; /usr/bin/grep '^%!' corefcn/givens.cc ) > corefcn/givens.cc-tst-t
mv corefcn/givens.cc-tst-t corefcn/givens.cc-tst
( echo "## DO NOT EDIT! Generated automatically from graphics.cc by Make."; /usr/bin/grep '^%!' corefcn/graphics.cc ) > corefcn/graphics.cc-tst-t
mv corefcn/graphics.cc-tst-t corefcn/graphics.cc-tst
( echo "## DO NOT EDIT! Generated automatically from hess.cc by Make."; /usr/bin/grep '^%!' corefcn/hess.cc ) > corefcn/hess.cc-tst-t
mv corefcn/hess.cc-tst-t corefcn/hess.cc-tst
( echo "## DO NOT EDIT! Generated automatically from hex2num.cc by Make."; /usr/bin/grep '^%!' corefcn/hex2num.cc ) > corefcn/hex2num.cc-tst-t
mv corefcn/hex2num.cc-tst-t corefcn/hex2num.cc-tst
( echo "## DO NOT EDIT! Generated automatically from inv.cc by Make."; /usr/bin/grep '^%!' corefcn/inv.cc ) > corefcn/inv.cc-tst-t
mv corefcn/inv.cc-tst-t corefcn/inv.cc-tst
( echo "## DO NOT EDIT! Generated automatically from kron.cc by Make."; /usr/bin/grep '^%!' corefcn/kron.cc ) > corefcn/kron.cc-tst-t
mv corefcn/kron.cc-tst-t corefcn/kron.cc-tst
( echo "## DO NOT EDIT! Generated automatically from lookup.cc by Make."; /usr/bin/grep '^%!' corefcn/lookup.cc ) > corefcn/lookup.cc-tst-t
mv corefcn/lookup.cc-tst-t corefcn/lookup.cc-tst
( echo "## DO NOT EDIT! Generated automatically from lsode.cc by Make."; /usr/bin/grep '^%!' corefcn/lsode.cc ) > corefcn/lsode.cc-tst-t
mv corefcn/lsode.cc-tst-t corefcn/lsode.cc-tst
( echo "## DO NOT EDIT! Generated automatically from lu.cc by Make."; /usr/bin/grep '^%!' corefcn/lu.cc ) > corefcn/lu.cc-tst-t
mv corefcn/lu.cc-tst-t corefcn/lu.cc-tst
( echo "## DO NOT EDIT! Generated automatically from luinc.cc by Make."; /usr/bin/grep '^%!' corefcn/luinc.cc ) > corefcn/luinc.cc-tst-t
mv corefcn/luinc.cc-tst-t corefcn/luinc.cc-tst
( echo "## DO NOT EDIT! Generated automatically from mappers.cc by Make."; /usr/bin/grep '^%!' corefcn/mappers.cc ) > corefcn/mappers.cc-tst-t
mv corefcn/mappers.cc-tst-t corefcn/mappers.cc-tst
( echo "## DO NOT EDIT! Generated automatically from matrix_type.cc by Make."; /usr/bin/grep '^%!' corefcn/matrix_type.cc ) > corefcn/matrix_type.cc-tst-t
mv corefcn/matrix_type.cc-tst-t corefcn/matrix_type.cc-tst
( echo "## DO NOT EDIT! Generated automatically from max.cc by Make."; /usr/bin/grep '^%!' corefcn/max.cc ) > corefcn/max.cc-tst-t
mv corefcn/max.cc-tst-t corefcn/max.cc-tst
( echo "## DO NOT EDIT! Generated automatically from md5sum.cc by Make."; /usr/bin/grep '^%!' corefcn/md5sum.cc ) > corefcn/md5sum.cc-tst-t
mv corefcn/md5sum.cc-tst-t corefcn/md5sum.cc-tst
( echo "## DO NOT EDIT! Generated automatically from mgorth.cc by Make."; /usr/bin/grep '^%!' corefcn/mgorth.cc ) > corefcn/mgorth.cc-tst-t
mv corefcn/mgorth.cc-tst-t corefcn/mgorth.cc-tst
( echo "## DO NOT EDIT! Generated automatically from nproc.cc by Make."; /usr/bin/grep '^%!' corefcn/nproc.cc ) > corefcn/nproc.cc-tst-t
mv corefcn/nproc.cc-tst-t corefcn/nproc.cc-tst
( echo "## DO NOT EDIT! Generated automatically from oct-map.cc by Make."; /usr/bin/grep '^%!' corefcn/oct-map.cc ) > corefcn/oct-map.cc-tst-t
mv corefcn/oct-map.cc-tst-t corefcn/oct-map.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pinv.cc by Make."; /usr/bin/grep '^%!' corefcn/pinv.cc ) > corefcn/pinv.cc-tst-t
mv corefcn/pinv.cc-tst-t corefcn/pinv.cc-tst
( echo "## DO NOT EDIT! Generated automatically from pr-output.cc by Make."; /usr/bin/grep '^%!' corefcn/pr-output.cc ) > corefcn/pr-output.cc-tst-t
mv corefcn/pr-output.cc-tst-t corefcn/pr-output.cc-tst
( echo "## DO NOT EDIT! Generated automatically from quad.cc by Make."; /usr/bin/grep '^%!' corefcn/quad.cc ) > corefcn/quad.cc-tst-t
mv corefcn/quad.cc-tst-t corefcn/quad.cc-tst
( echo "## DO NOT EDIT! Generated automatically from quadcc.cc by Make."; /usr/bin/grep '^%!' corefcn/quadcc.cc ) > corefcn/quadcc.cc-tst-t
mv corefcn/quadcc.cc-tst-t corefcn/quadcc.cc-tst
( echo "## DO NOT EDIT! Generated automatically from qz.cc by Make."; /usr/bin/grep '^%!' corefcn/qz.cc ) > corefcn/qz.cc-tst-t
mv corefcn/qz.cc-tst-t corefcn/qz.cc-tst
( echo "## DO NOT EDIT! Generated automatically from rand.cc by Make."; /usr/bin/grep '^%!' corefcn/rand.cc ) > corefcn/rand.cc-tst-t
mv corefcn/rand.cc-tst-t corefcn/rand.cc-tst
( echo "## DO NOT EDIT! Generated automatically from rcond.cc by Make."; /usr/bin/grep '^%!' corefcn/rcond.cc ) > corefcn/rcond.cc-tst-t
mv corefcn/rcond.cc-tst-t corefcn/rcond.cc-tst
( echo "## DO NOT EDIT! Generated automatically from regexp.cc by Make."; /usr/bin/grep '^%!' corefcn/regexp.cc ) > corefcn/regexp.cc-tst-t
mv corefcn/regexp.cc-tst-t corefcn/regexp.cc-tst
( echo "## DO NOT EDIT! Generated automatically from schur.cc by Make."; /usr/bin/grep '^%!' corefcn/schur.cc ) > corefcn/schur.cc-tst-t
mv corefcn/schur.cc-tst-t corefcn/schur.cc-tst
( echo "## DO NOT EDIT! Generated automatically from sighandlers.cc by Make."; /usr/bin/grep '^%!' corefcn/sighandlers.cc ) > corefcn/sighandlers.cc-tst-t
mv corefcn/sighandlers.cc-tst-t corefcn/sighandlers.cc-tst
( echo "## DO NOT EDIT! Generated automatically from sparse-xpow.cc by Make."; /usr/bin/grep '^%!' corefcn/sparse-xpow.cc ) > corefcn/sparse-xpow.cc-tst-t
mv corefcn/sparse-xpow.cc-tst-t corefcn/sparse-xpow.cc-tst
( echo "## DO NOT EDIT! Generated automatically from spparms.cc by Make."; /usr/bin/grep '^%!' corefcn/spparms.cc ) > corefcn/spparms.cc-tst-t
mv corefcn/spparms.cc-tst-t corefcn/spparms.cc-tst
( echo "## DO NOT EDIT! Generated automatically from sqrtm.cc by Make."; /usr/bin/grep '^%!' corefcn/sqrtm.cc ) > corefcn/sqrtm.cc-tst-t
mv corefcn/sqrtm.cc-tst-t corefcn/sqrtm.cc-tst
( echo "## DO NOT EDIT! Generated automatically from str2double.cc by Make."; /usr/bin/grep '^%!' corefcn/str2double.cc ) > corefcn/str2double.cc-tst-t
mv corefcn/str2double.cc-tst-t corefcn/str2double.cc-tst
( echo "## DO NOT EDIT! Generated automatically from strfind.cc by Make."; /usr/bin/grep '^%!' corefcn/strfind.cc ) > corefcn/strfind.cc-tst-t
mv corefcn/strfind.cc-tst-t corefcn/strfind.cc-tst
( echo "## DO NOT EDIT! Generated automatically from strfns.cc by Make."; /usr/bin/grep '^%!' corefcn/strfns.cc ) > corefcn/strfns.cc-tst-t
mv corefcn/strfns.cc-tst-t corefcn/strfns.cc-tst
( echo "## DO NOT EDIT! Generated automatically from sub2ind.cc by Make."; /usr/bin/grep '^%!' corefcn/sub2ind.cc ) > corefcn/sub2ind.cc-tst-t
mv corefcn/sub2ind.cc-tst-t corefcn/sub2ind.cc-tst
( echo "## DO NOT EDIT! Generated automatically from svd.cc by Make."; /usr/bin/grep '^%!' corefcn/svd.cc ) > corefcn/svd.cc-tst-t
mv corefcn/svd.cc-tst-t corefcn/svd.cc-tst
( echo "## DO NOT EDIT! Generated automatically from syl.cc by Make."; /usr/bin/grep '^%!' corefcn/syl.cc ) > corefcn/syl.cc-tst-t
mv corefcn/syl.cc-tst-t corefcn/syl.cc-tst
( echo "## DO NOT EDIT! Generated automatically from symtab.cc by
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment