2  Clone spread-sheet-widget into ssw
   3  git clone https://git.savannah.gnu.org/git/ssw.git ssw
   4  Cloning into 'ssw'...

   6  Check out master in ssw
   7  cd ssw && git checkout master
   8  Already on 'master'
   9  Your branch is up to date with 'origin/master'.

  11  Bootstrap ssw
  12  cd ssw && ./bootstrap
  13  libtoolize: putting auxiliary files in '.'.
  14  libtoolize: copying file './ltmain.sh'
  15  libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal-aux'.
  16  libtoolize: copying file 'aclocal-aux/libtool.m4'
  17  libtoolize: copying file 'aclocal-aux/ltoptions.m4'
  18  libtoolize: copying file 'aclocal-aux/ltsugar.m4'
  19  libtoolize: copying file 'aclocal-aux/ltversion.m4'
  20  libtoolize: copying file 'aclocal-aux/lt~obsolete.m4'
  21  configure.ac:23: installing './compile'
  22  configure.ac:24: installing './config.guess'
  23  configure.ac:24: installing './config.sub'
  24  configure.ac:19: installing './install-sh'
  25  configure.ac:19: installing './missing'
  26  Makefile.am: installing './INSTALL'
  27  Makefile.am: installing './depcomp'
  28  Makefile.am:24: installing './mdate-sh'
  29  Makefile.am:24: installing './texinfo.tex'
  30  configure.ac:23: warning: The macro `AC_PROG_CC_STDC' is obsolete.
  31  configure.ac:23: You should run autoupdate.
  32  ./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from...
  33  configure.ac:23: the top level

  35  Configure spread-sheet-widget
  36  cd ssw && ./configure --prefix=''
  37  checking for a BSD-compatible install... /usr/bin/install -c
  38  checking whether build environment is sane... yes
  39  checking for a race-free mkdir -p... /usr/bin/mkdir -p
  40  checking for gawk... gawk
  41  checking whether make sets $(MAKE)... yes
  42  checking whether make supports nested variables... yes
  43  checking whether make supports the include directive... yes (GNU style)
  44  checking for gcc... gcc
  45  checking whether the C compiler works... yes
  46  checking for C compiler default output file name... a.out
  47  checking for suffix of executables... 
  48  checking whether we are cross compiling... no
  49  checking for suffix of object files... o
  50  checking whether the compiler supports GNU C... yes
  51  checking whether gcc accepts -g... yes
  52  checking for gcc option to enable C11 features... none needed
  53  checking whether gcc understands -c and -o together... yes
  54  checking dependency style of gcc... gcc3
  55  checking build system type... x86_64-pc-linux-gnu
  56  checking host system type... x86_64-pc-linux-gnu
  57  checking how to print strings... printf
  58  checking for a sed that does not truncate output... /usr/bin/sed
  59  checking for grep that handles long lines and -e... /usr/bin/grep
  60  checking for egrep... /usr/bin/grep -E
  61  checking for fgrep... /usr/bin/grep -F
  62  checking for ld used by gcc... /usr/bin/ld
  63  checking if the linker (/usr/bin/ld) is GNU ld... yes
  64  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  65  checking the name lister (/usr/bin/nm -B) interface... BSD nm
  66  checking whether ln -s works... yes
  67  checking the maximum length of command line arguments... 1572864
  68  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  69  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  70  checking for /usr/bin/ld option to reload object files... -r
  71  checking for file... file
  72  checking for objdump... objdump
  73  checking how to recognize dependent libraries... pass_all
  74  checking for dlltool... no
  75  checking how to associate runtime and link libraries... printf %s\n
  76  checking for ar... ar
  77  checking for archiver @FILE support... @
  78  checking for strip... strip
  79  checking for ranlib... ranlib
  80  checking command to parse /usr/bin/nm -B output from gcc object... ok
  81  checking for sysroot... no
  82  checking for a working dd... /usr/bin/dd
  83  checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  84  checking for mt... no
  85  checking if : is a manifest tool... no
  86  checking for stdio.h... yes
  87  checking for stdlib.h... yes
  88  checking for string.h... yes
  89  checking for inttypes.h... yes
  90  checking for stdint.h... yes
  91  checking for strings.h... yes
  92  checking for sys/stat.h... yes
  93  checking for sys/types.h... yes
  94  checking for unistd.h... yes
  95  checking for dlfcn.h... yes
  96  checking for objdir... .libs
  97  checking if gcc supports -fno-rtti -fno-exceptions... no
  98  checking for gcc option to produce PIC... -fPIC -DPIC
  99  checking if gcc PIC flag -fPIC -DPIC works... yes
 100  checking if gcc static flag -static works... yes
 101  checking if gcc supports -c -o file.o... yes
 102  checking if gcc supports -c -o file.o... (cached) yes
 103  checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 104  checking whether -lc should be explicitly linked in... no
 105  checking dynamic linker characteristics... GNU/Linux ld.so
 106  checking how to hardcode library paths into programs... immediate
 107  checking whether stripping libraries is possible... yes
 108  checking if libtool supports shared libraries... yes
 109  checking whether to build shared libraries... yes
 110  checking whether to build static libraries... yes
 111  checking for pkg-config... /usr/bin/pkg-config
 112  checking pkg-config is at least version 0.9.0... yes
 113  checking for GTK3... yes
 114  checking for GLIB2... yes
 115  checking that generated files are newer than configure... done
 116  configure: creating ./config.status
 117  config.status: creating Makefile
 118  config.status: creating spread-sheet-widget.pc
 119  config.status: creating config.h
 120  config.status: executing depfiles commands
 121  config.status: executing libtool commands

 123  Build spread-sheet-widget
 124  cd ssw && make -j$(nproc)
 125  glib-genmarshal --body --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.c,tmp
 126  glib-genmarshal --header --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.h,tmp
 127  INFO: Reading src/marshall-list...
 128  INFO: Reading src/marshall-list...
 129  mv src/ssw-marshaller.h,tmp src/ssw-marshaller.h
 130  mv src/ssw-marshaller.c,tmp src/ssw-marshaller.c
 131  make  all-am
 132  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw'
 133  cat -n doc/prog1.c > doc/prog1.c-enum
 134  cat -n doc/prog2.c > doc/prog2.c-enum
 135  gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread   -I ./src -g -O2 -MT doc/prog1-prog1.o -MD -MP -MF doc/.deps/prog1-prog1.Tpo -c -o doc/prog1-prog1.o `test -f 'doc/prog1.c' || echo './'`doc/prog1.c
 136  gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread   -I ./src -g -O2 -MT doc/prog2-prog2.o -MD -MP -MF doc/.deps/prog2-prog2.Tpo -c -o doc/prog2-prog2.o `test -f 'doc/prog2.c' || echo './'`doc/prog2.c
 137  make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw'
 138  make[2]: 'doc/.dirstamp' is up to date.
 139  make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw'
 140  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-html-parser.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo -c -o src/libspread_sheet_widget_la-ssw-html-parser.lo `test -f 'src/ssw-html-parser.c' || echo './'`src/ssw-html-parser.c
 141  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-axis-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo -c -o src/libspread_sheet_widget_la-ssw-axis-model.lo `test -f 'src/ssw-axis-model.c' || echo './'`src/ssw-axis-model.c
 142  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-axis.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet-axis.lo `test -f 'src/ssw-sheet-axis.c' || echo './'`src/ssw-sheet-axis.c
 143  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-body.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet-body.lo `test -f 'src/ssw-sheet-body.c' || echo './'`src/ssw-sheet-body.c
 144  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-single.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet-single.lo `test -f 'src/ssw-sheet-single.c' || echo './'`src/ssw-sheet-single.c
 145  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo -c -o src/libspread_sheet_widget_la-ssw-sheet.lo `test -f 'src/ssw-sheet.c' || echo './'`src/ssw-sheet.c
 146  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-constraint.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo -c -o src/libspread_sheet_widget_la-ssw-constraint.lo `test -f 'src/ssw-constraint.c' || echo './'`src/ssw-constraint.c
 147  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-virtual-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo -c -o src/libspread_sheet_widget_la-ssw-virtual-model.lo `test -f 'src/ssw-virtual-model.c' || echo './'`src/ssw-virtual-model.c
 148  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-cell.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo -c -o src/libspread_sheet_widget_la-ssw-cell.lo `test -f 'src/ssw-cell.c' || echo './'`src/ssw-cell.c
 149  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-xpaned.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo -c -o src/libspread_sheet_widget_la-ssw-xpaned.lo `test -f 'src/ssw-xpaned.c' || echo './'`src/ssw-xpaned.c
 150  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-marshaller.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo -c -o src/libspread_sheet_widget_la-ssw-marshaller.lo `test -f 'src/ssw-marshaller.c' || echo './'`src/ssw-marshaller.c
 151  gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread   -I ./src -g -O2 -MT demo/demo-main.o -MD -MP -MF demo/.deps/demo-main.Tpo -c -o demo/demo-main.o `test -f 'demo/main.c' || echo './'`demo/main.c
 152  gcc -DHAVE_CONFIG_H -I.    -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread   -I ./src -g -O2 -MT demo/demo-custom-axis.o -MD -MP -MF demo/.deps/demo-custom-axis.Tpo -c -o demo/demo-custom-axis.o `test -f 'demo/custom-axis.c' || echo './'`demo/custom-axis.c
 153  mv -f doc/.deps/prog1-prog1.Tpo doc/.deps/prog1-prog1.Po
 154  mv -f doc/.deps/prog2-prog2.Tpo doc/.deps/prog2-prog2.Po
 155  Updating ./doc/version.texi
 156  mv -f demo/.deps/demo-custom-axis.Tpo demo/.deps/demo-custom-axis.Po
 157  mv -f demo/.deps/demo-main.Tpo demo/.deps/demo-main.Po
 158  restore=: && backupdir=".am$$" && \
 159  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
 160  rm -rf $backupdir && mkdir $backupdir && \
 161  if (/bin/sh '/home/blp/tmp/pspptmp/master/source/ssw/missing' makeinfo --version) >/dev/null 2>&1; then \
 162    for f in doc/spread-sheet-widget.info doc/spread-sheet-widget.info-[0-9] doc/spread-sheet-widget.info-[0-9][0-9] doc/spread-sheet-widget.i[0-9] doc/spread-sheet-widget.i[0-9][0-9]; do \
 163      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
 164    done; \
 165  else :; fi && \
 166  cd "$am__cwd"; \
 167  if /bin/sh '/home/blp/tmp/pspptmp/master/source/ssw/missing' makeinfo -I ./doc  -I doc -I ./doc \
 168   -o doc/spread-sheet-widget.info ./doc/spread-sheet-widget.texi; \
 169  then \
 170    rc=0; \
 171    CDPATH="${ZSH_VERSION+.}:" && cd .; \
 172  else \
 173    rc=$?; \
 174    CDPATH="${ZSH_VERSION+.}:" && cd . && \
 175    $restore $backupdir/* `echo "./doc/spread-sheet-widget.info" | sed 's|[^/]*$||'`; \
 176  fi; \
 177  rm -rf $backupdir; exit $rc
 178  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-html-parser.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo -c src/ssw-html-parser.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-html-parser.o
 179  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-axis.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo -c src/ssw-sheet-axis.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet-axis.o
 180  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo -c src/ssw-sheet.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet.o
 181  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-virtual-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo -c src/ssw-virtual-model.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-virtual-model.o
 182  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-marshaller.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo -c src/ssw-marshaller.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-marshaller.o
 183  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-axis-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo -c src/ssw-axis-model.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-axis-model.o
 184  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-single.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo -c src/ssw-sheet-single.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet-single.o
 185  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-cell.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo -c src/ssw-cell.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-cell.o
 186  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-xpaned.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo -c src/ssw-xpaned.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-xpaned.o
 187  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-body.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo -c src/ssw-sheet-body.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-sheet-body.o
 188  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-constraint.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo -c src/ssw-constraint.c  -fPIC -DPIC -o src/.libs/libspread_sheet_widget_la-ssw-constraint.o
 189  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-marshaller.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo -c src/ssw-marshaller.c -o src/libspread_sheet_widget_la-ssw-marshaller.o >/dev/null 2>&1
 190  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-virtual-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo -c src/ssw-virtual-model.c -o src/libspread_sheet_widget_la-ssw-virtual-model.o >/dev/null 2>&1
 191  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-cell.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo -c src/ssw-cell.c -o src/libspread_sheet_widget_la-ssw-cell.o >/dev/null 2>&1
 192  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-axis-model.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo -c src/ssw-axis-model.c -o src/libspread_sheet_widget_la-ssw-axis-model.o >/dev/null 2>&1
 193  src/ssw-sheet-single.c: In function '__realize':
 194  src/ssw-sheet-single.c:97:3: warning: 'gtk_container_set_focus_chain' is deprecated [-Wdeprecated-declarations]
 195     97 |   gtk_container_set_focus_chain (GTK_CONTAINER (single), &focus_chain);
 196        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 197  In file included from /usr/include/gtk-3.0/gtk/gtkbin.h:33,
 198                   from /usr/include/gtk-3.0/gtk/gtkwindow.h:35,
 199                   from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
 200                   from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
 201                   from /usr/include/gtk-3.0/gtk/gtk.h:31,
 202                   from src/ssw-sheet-single.h:47,
 203                   from src/ssw-sheet-single.c:20:
 204  /usr/include/gtk-3.0/gtk/gtkcontainer.h:177:10: note: declared here
 205    177 | void     gtk_container_set_focus_chain  (GtkContainer   *container,
 206        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 207  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-html-parser.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo -c src/ssw-html-parser.c -o src/libspread_sheet_widget_la-ssw-html-parser.o >/dev/null 2>&1
 208  mv -f src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo src/.deps/libspread_sheet_widget_la-ssw-marshaller.Plo
 209  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-single.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo -c src/ssw-sheet-single.c -o src/libspread_sheet_widget_la-ssw-sheet-single.o >/dev/null 2>&1
 210  mv -f src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo src/.deps/libspread_sheet_widget_la-ssw-cell.Plo
 211  mv -f src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Plo
 212  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-xpaned.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo -c src/ssw-xpaned.c -o src/libspread_sheet_widget_la-ssw-xpaned.o >/dev/null 2>&1
 213  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-constraint.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo -c src/ssw-constraint.c -o src/libspread_sheet_widget_la-ssw-constraint.o >/dev/null 2>&1
 214  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Plo
 215  mv -f src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-axis-model.Plo
 216  mv -f src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo src/.deps/libspread_sheet_widget_la-ssw-html-parser.Plo
 217  mv -f src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo src/.deps/libspread_sheet_widget_la-ssw-xpaned.Plo
 218  mv -f src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo src/.deps/libspread_sheet_widget_la-ssw-constraint.Plo
 219  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-axis.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo -c src/ssw-sheet-axis.c -o src/libspread_sheet_widget_la-ssw-sheet-axis.o >/dev/null 2>&1
 220  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo -c src/ssw-sheet.c -o src/libspread_sheet_widget_la-ssw-sheet.o >/dev/null 2>&1
 221  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread -I ./src -g -O2 -MT src/libspread_sheet_widget_la-ssw-sheet-body.lo -MD -MP -MF src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo -c src/ssw-sheet-body.c -o src/libspread_sheet_widget_la-ssw-sheet-body.o >/dev/null 2>&1
 222  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet.Plo
 223  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Plo
 224  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Plo
 225  /bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread  -I ./src -g -O2 -no-undefined  -o libspread-sheet-widget.la -rpath /lib src/libspread_sheet_widget_la-ssw-html-parser.lo src/libspread_sheet_widget_la-ssw-axis-model.lo src/libspread_sheet_widget_la-ssw-sheet-axis.lo src/libspread_sheet_widget_la-ssw-sheet-body.lo src/libspread_sheet_widget_la-ssw-sheet-single.lo src/libspread_sheet_widget_la-ssw-sheet.lo src/libspread_sheet_widget_la-ssw-constraint.lo src/libspread_sheet_widget_la-ssw-virtual-model.lo src/libspread_sheet_widget_la-ssw-cell.lo src/libspread_sheet_widget_la-ssw-xpaned.lo src/libspread_sheet_widget_la-ssw-marshaller.lo -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lglib-2.0  
 226  libtool: link: gcc -shared  -fPIC -DPIC  src/.libs/libspread_sheet_widget_la-ssw-html-parser.o src/.libs/libspread_sheet_widget_la-ssw-axis-model.o src/.libs/libspread_sheet_widget_la-ssw-sheet-axis.o src/.libs/libspread_sheet_widget_la-ssw-sheet-body.o src/.libs/libspread_sheet_widget_la-ssw-sheet-single.o src/.libs/libspread_sheet_widget_la-ssw-sheet.o src/.libs/libspread_sheet_widget_la-ssw-constraint.o src/.libs/libspread_sheet_widget_la-ssw-virtual-model.o src/.libs/libspread_sheet_widget_la-ssw-cell.o src/.libs/libspread_sheet_widget_la-ssw-xpaned.o src/.libs/libspread_sheet_widget_la-ssw-marshaller.o   -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -g -O2   -pthread -Wl,-soname -Wl,libspread-sheet-widget.so.0 -o .libs/libspread-sheet-widget.so.0.0.0
 227  libtool: link: (cd ".libs" && rm -f "libspread-sheet-widget.so.0" && ln -s "libspread-sheet-widget.so.0.0.0" "libspread-sheet-widget.so.0")
 228  libtool: link: (cd ".libs" && rm -f "libspread-sheet-widget.so" && ln -s "libspread-sheet-widget.so.0.0.0" "libspread-sheet-widget.so")
 229  libtool: link: ar cr .libs/libspread-sheet-widget.a  src/libspread_sheet_widget_la-ssw-html-parser.o src/libspread_sheet_widget_la-ssw-axis-model.o src/libspread_sheet_widget_la-ssw-sheet-axis.o src/libspread_sheet_widget_la-ssw-sheet-body.o src/libspread_sheet_widget_la-ssw-sheet-single.o src/libspread_sheet_widget_la-ssw-sheet.o src/libspread_sheet_widget_la-ssw-constraint.o src/libspread_sheet_widget_la-ssw-virtual-model.o src/libspread_sheet_widget_la-ssw-cell.o src/libspread_sheet_widget_la-ssw-xpaned.o src/libspread_sheet_widget_la-ssw-marshaller.o
 230  libtool: link: ranlib .libs/libspread-sheet-widget.a
 231  libtool: link: ( cd ".libs" && rm -f "libspread-sheet-widget.la" && ln -s "../libspread-sheet-widget.la" "libspread-sheet-widget.la" )
 232  /bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread   -I ./src -g -O2   -o doc/prog1 doc/prog1-prog1.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lglib-2.0  -lm 
 233  /bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread   -I ./src -g -O2   -o doc/prog2 doc/prog2-prog2.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lglib-2.0  -lm 
 234  /bin/sh ./libtool  --tag=CC   --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread  -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -pthread   -I ./src -g -O2   -o demo/demo demo/demo-main.o demo/demo-custom-axis.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lglib-2.0  -lm 
 235  libtool: link: gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I ./src -g -O2 -o doc/.libs/prog1 doc/prog1-prog1.o  ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
 236  libtool: link: gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I ./src -g -O2 -o doc/.libs/prog2 doc/prog2-prog2.o  ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
 237  libtool: link: gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I ./src -g -O2 -o demo/.libs/demo demo/demo-main.o demo/demo-custom-axis.o  ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lz -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm -pthread
 238  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw'

 240  Install spread-sheet-widget
 241  cd ssw && make -j$(nproc) install DESTDIR=$PWD/inst
 242  make  install-am
 243  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw'
 244  make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw'
 245  /usr/bin/mkdir -p /home/blp/tmp/pspptmp/master/source/ssw/inst/lib/pkgconfig
 246  chmod -R u+w /home/blp/tmp/pspptmp/master/source/ssw/inst/lib
 247  /usr/bin/install -c -m 644 spread-sheet-widget.pc /home/blp/tmp/pspptmp/master/source/ssw/inst/lib/pkgconfig/spread-sheet-widget.pc
 248   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/ssw/inst/include'
 249   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/ssw/inst/lib'
 250   /bin/sh ./libtool   --mode=install /usr/bin/install -c   libspread-sheet-widget.la '/home/blp/tmp/pspptmp/master/source/ssw/inst/lib'
 251   /usr/bin/install -c -m 644 src/ssw-sheet.h src/ssw-sheet-axis.h src/ssw-virtual-model.h src/ssw-axis-model.h '/home/blp/tmp/pspptmp/master/source/ssw/inst/include'
 252   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/ssw/inst/share/info'
 253   /usr/bin/install -c -m 644 ./doc/spread-sheet-widget.info '/home/blp/tmp/pspptmp/master/source/ssw/inst/share/info'
 254   install-info --info-dir='/home/blp/tmp/pspptmp/master/source/ssw/inst/share/info' '/home/blp/tmp/pspptmp/master/source/ssw/inst/share/info/spread-sheet-widget.info'
 255  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.so.0.0.0 /home/blp/tmp/pspptmp/master/source/ssw/inst/lib/libspread-sheet-widget.so.0.0.0
 256  libtool: install: (cd /home/blp/tmp/pspptmp/master/source/ssw/inst/lib && { ln -s -f libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so.0 || { rm -f libspread-sheet-widget.so.0 && ln -s libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so.0; }; })
 257  libtool: install: (cd /home/blp/tmp/pspptmp/master/source/ssw/inst/lib && { ln -s -f libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so || { rm -f libspread-sheet-widget.so && ln -s libspread-sheet-widget.so.0.0.0 libspread-sheet-widget.so; }; })
 258  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.lai /home/blp/tmp/pspptmp/master/source/ssw/inst/lib/libspread-sheet-widget.la
 259  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.a /home/blp/tmp/pspptmp/master/source/ssw/inst/lib/libspread-sheet-widget.a
 260  libtool: install: chmod 644 /home/blp/tmp/pspptmp/master/source/ssw/inst/lib/libspread-sheet-widget.a
 261  libtool: install: ranlib /home/blp/tmp/pspptmp/master/source/ssw/inst/lib/libspread-sheet-widget.a
 262  libtool: warning: remember to run 'libtool --finish /lib'
 263  make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw'
 264  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw'

 266  Fetch branch from Git
 267  git --git-dir=/home/blp/pspp/build/./.git fetch git://git.sv.gnu.org/pspp +master:refs/builds/20220905100303/pspp
 268  From git://git.sv.gnu.org/pspp
 269   * [new branch]            master     -> refs/builds/20220905100303/pspp

 271  Extract branch into source directory
 272  git --git-dir=/home/blp/pspp/build/./.git archive --format=tar --prefix=pspp/ refs/builds/20220905100303/pspp | tar xf -

 274  Extract repository version number

 276  Checking Automake mode
 277  Automake mode is gnu

 279  Generate build version number

 281  Updating version number in configure.ac

 283  Reading README.Git to find Gnulib commit number

 285  Updating NEWS
 286  git --git-dir=/home/blp/pspp/build/./.git update-ref refs/builds/20220905100303/gnulib ff24917703530849f3b109905d437337cdeeab14

 288  Extract Gnulib source
 289  git --git-dir=/home/blp/pspp/build/./.git archive --format=tar --prefix=gnulib/ ff24917703530849f3b109905d437337cdeeab14 | tar xf -

 291  Bootstrap (make -f Smake)
 292  cd pspp && make -f Smake -j$(nproc)
 293  test -e ChangeLog || touch ChangeLog
 294  mkdir -p src/ui/gui/icons/48x48/categories/
 295  mkdir -p src/ui/gui/icons/48x48/categories/
 296  mkdir -p src/ui/gui/icons/48x48/categories/
 297  test -d m4 || mkdir m4
 298  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/align-left.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/align-left.png"
 299  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/align-center.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/align-center.png"
 300  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/align-right.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/align-right.png"
 301  mkdir -p src/ui/gui/icons/48x48/categories/
 302  mkdir -p src/ui/gui/icons/48x48/categories/
 303  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-scale.png"
 304  touch m4/Makefile.am
 305  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-ordinal.png"
 306  mkdir -p src/ui/gui/icons/48x48/categories/
 307  touch build-aux/config.rpath
 308  mkdir -p src/ui/gui/icons/48x48/categories/
 309  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-nominal.png"
 310  ../gnulib/gnulib-tool --add-import --no-changelog --m4-base=gl/m4 \
 311  	--source-base=gl --lib=libgl --tests-base=tests \
 312  	--doc-base=gl/doc --aux-dir=build-aux \
 313  	--makefile-name=automake.mk --automake-subdir \
 314  	--libtool assert byteswap c-snprintf c-strcase c-strcasestr c-ctype c-strtod c-xvasprintf clean-temp close configmake count-one-bits count-leading-zeros crc crypto/md4 crypto/rijndael dirname dtoastr dtotimespec environ fatal-signal fcntl fnmatch fpieee fprintf-posix full-read full-write fseeko ftello fwriteerror getline getpass gettext-h gettime gettimeofday getopt-gnu gitlog-to-changelog include_next isfinite isinf isnan intprops inttostr localcharset localename mbchar mbiter memcasecmp memchr memchr2 memmem mempcpy memrchr minmax mkdtemp mkstemp pipe2 printf-posix printf-safe progname rawmemchr read-file regex relocatable-prog rename round select snprintf snprintf-posix sprintf-posix stdarg stdbool stdint strcasestr stpcpy strerror nstrftime strsep strtod strtok_r sys_stat tempname termios timespec timespec-add timespec-sub trunc unicase/u8-casecmp unicase/u8-casefold unicase/u8-tolower unicase/u8-toupper unicase/u8-totitle unictype/ctype-print unictype/category-of unigbrk/uc-is-grapheme-break unilbrk/u8-possible-linebreaks uninorm/nfkd unistd unistr/u8-check unistr/u8-cpy unistr/u8-mblen unistr/u8-mbtouc unistr/u8-mbtoucr unistr/u8-strlen unistr/u8-strmbtouc unistr/u8-strncat unistr/u8-uctomb uniwidth/u8-strwidth unitypes unlocked-io vasprintf-posix verify version-etc version-etc-fsf vfprintf-posix vprintf-posix vsnprintf vsnprintf-posix vsprintf-posix xalloc xalloc-die xbinary-io xmalloca xmemdup0 xsize xstrndup xvasprintf
 315  mkdir -p src/ui/gui/icons/48x48/categories/
 316  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-date-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-date-scale.png"
 317  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-date-nominal.png"
 318  mkdir -p src/ui/gui/icons/48x48/categories/
 319  mkdir -p src/ui/gui/icons/48x48/categories/
 320  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-date-ordinal.png"
 321  mkdir -p src/ui/gui/icons/48x48/categories/
 322  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-time-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-time-scale.png"
 323  mkdir -p src/ui/gui/icons/48x48/categories/
 324  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-time-nominal.png"
 325  mkdir -p src/ui/gui/icons/48x48/categories/
 326  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-time-ordinal.png"
 327  mkdir -p src/ui/gui/icons/48x48/categories/
 328  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-string-nominal.png"
 329  mkdir -p src/ui/gui/icons/48x48/categories/
 330  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-string-ordinal.png"
 331  mkdir -p src/ui/gui/icons/48x48/categories/
 332  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-currency-scale.png"
 333  mkdir -p src/ui/gui/icons/48x48/categories/
 334  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-currency-nominal.png"
 335  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png"
 336  mkdir -p src/ui/gui/icons/48x48/categories/
 337  mkdir -p src/ui/gui/icons/48x48/categories/
 338  mkdir -p src/ui/gui/icons/48x48/categories/
 339  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-input.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-input.png"
 340  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-target.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-target.png"
 341  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-both.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-both.png"
 342  mkdir -p src/ui/gui/icons/48x48/categories/
 343  mkdir -p src/ui/gui/icons/48x48/categories/
 344  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-none.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-none.png"
 345  mkdir -p src/ui/gui/icons/48x48/categories/
 346  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-partition.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-partition.png"
 347  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/categories/role-split.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/categories/role-split.png"
 348  mkdir -p src/ui/gui/icons/scalable/categories/
 349  mkdir -p src/ui/gui/icons/scalable/categories/
 350  mkdir -p src/ui/gui/icons/scalable/categories/
 351  mkdir -p src/ui/gui/icons/scalable/categories/
 352  cp src/ui/gui/artwork/scalable/categories/align-left.svg src/ui/gui/icons/scalable/categories/align-left.svg
 353  cp src/ui/gui/artwork/scalable/categories/align-center.svg src/ui/gui/icons/scalable/categories/align-center.svg
 354  mkdir -p src/ui/gui/icons/scalable/categories/
 355  cp src/ui/gui/artwork/scalable/categories/align-right.svg src/ui/gui/icons/scalable/categories/align-right.svg
 356  cp src/ui/gui/artwork/scalable/categories/measure-scale.svg src/ui/gui/icons/scalable/categories/measure-scale.svg
 357  mkdir -p src/ui/gui/icons/scalable/categories/
 358  mkdir -p src/ui/gui/icons/scalable/categories/
 359  cp src/ui/gui/artwork/scalable/categories/measure-ordinal.svg src/ui/gui/icons/scalable/categories/measure-ordinal.svg
 360  mkdir -p src/ui/gui/icons/scalable/categories/
 361  cp src/ui/gui/artwork/scalable/categories/measure-nominal.svg src/ui/gui/icons/scalable/categories/measure-nominal.svg
 362  cp src/ui/gui/artwork/scalable/categories/measure-date-scale.svg src/ui/gui/icons/scalable/categories/measure-date-scale.svg
 363  cp src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-nominal.svg
 364  mkdir -p src/ui/gui/icons/scalable/categories/
 365  mkdir -p src/ui/gui/icons/scalable/categories/
 366  mkdir -p src/ui/gui/icons/scalable/categories/
 367  mkdir -p src/ui/gui/icons/scalable/categories/
 368  cp src/ui/gui/artwork/scalable/categories/measure-time-scale.svg src/ui/gui/icons/scalable/categories/measure-time-scale.svg
 369  cp src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg
 370  cp src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg src/ui/gui/icons/scalable/categories/measure-time-nominal.svg
 371  cp src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg
 372  mkdir -p src/ui/gui/icons/scalable/categories/
 373  mkdir -p src/ui/gui/icons/scalable/categories/
 374  mkdir -p src/ui/gui/icons/scalable/categories/
 375  mkdir -p src/ui/gui/icons/scalable/categories/
 376  cp src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg src/ui/gui/icons/scalable/categories/measure-string-nominal.svg
 377  cp src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg
 378  cp src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg src/ui/gui/icons/scalable/categories/measure-currency-scale.svg
 379  cp src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg
 380  mkdir -p src/ui/gui/icons/scalable/categories/
 381  mkdir -p src/ui/gui/icons/scalable/categories/
 382  mkdir -p src/ui/gui/icons/scalable/categories/
 383  mkdir -p src/ui/gui/icons/scalable/categories/
 384  cp src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg
 385  cp src/ui/gui/artwork/scalable/categories/role-input.svg src/ui/gui/icons/scalable/categories/role-input.svg
 386  cp src/ui/gui/artwork/scalable/categories/role-target.svg src/ui/gui/icons/scalable/categories/role-target.svg
 387  cp src/ui/gui/artwork/scalable/categories/role-both.svg src/ui/gui/icons/scalable/categories/role-both.svg
 388  mkdir -p src/ui/gui/icons/scalable/categories/
 389  mkdir -p src/ui/gui/icons/scalable/categories/
 390  mkdir -p src/ui/gui/icons/scalable/categories/
 391  cp src/ui/gui/artwork/scalable/categories/role-none.svg src/ui/gui/icons/scalable/categories/role-none.svg
 392  cp src/ui/gui/artwork/scalable/categories/role-partition.svg src/ui/gui/icons/scalable/categories/role-partition.svg
 393  cp src/ui/gui/artwork/scalable/categories/role-split.svg src/ui/gui/icons/scalable/categories/role-split.svg
 394  mkdir -p src/ui/gui/icons/24x24/actions/
 395  mkdir -p src/ui/gui/icons/24x24/actions/
 396  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-file-open-data.png"
 397  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-file-save-data.png"
 398  mkdir -p src/ui/gui/icons/24x24/actions/
 399  mkdir -p src/ui/gui/icons/24x24/actions/
 400  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png"
 401  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png"
 402  mkdir -p src/ui/gui/icons/24x24/actions/
 403  mkdir -p src/ui/gui/icons/24x24/actions/
 404  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-find.png"
 405  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png"
 406  mkdir -p src/ui/gui/icons/24x24/actions/
 407  mkdir -p src/ui/gui/icons/24x24/actions/
 408  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png"
 409  mkdir -p src/ui/gui/icons/24x24/actions/
 410  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-data-split-file.png"
 411  mkdir -p src/ui/gui/icons/24x24/actions/
 412  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png"
 413  mkdir -p src/ui/gui/icons/48x48/actions/
 414  mkdir -p src/ui/gui/icons/48x48/actions/
 415  mkdir -p src/ui/gui/icons/48x48/actions/
 416  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png"
 417  mkdir -p src/ui/gui/icons/48x48/actions/
 418  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-file-save-data.png"
 419  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-file-open-data.png"
 420  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png"
 421  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png"
 422  mkdir -p src/ui/gui/icons/48x48/actions/
 423  mkdir -p src/ui/gui/icons/48x48/actions/
 424  mkdir -p src/ui/gui/icons/48x48/actions/
 425  mkdir -p src/ui/gui/icons/48x48/actions/
 426  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-find.png"
 427  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png"
 428  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png"
 429  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-data-split-file.png"
 430  mkdir -p src/ui/gui/icons/48x48/actions/
 431  mkdir -p src/ui/gui/icons/48x48/actions/
 432  mkdir -p src/ui/gui/icons/96x96/actions/
 433  mkdir -p src/ui/gui/icons/96x96/actions/
 434  mkdir -p src/ui/gui/icons/96x96/actions/
 435  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png"
 436  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png"
 437  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-file-open-data.png"
 438  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-file-save-data.png"
 439  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png"
 440  mkdir -p src/ui/gui/icons/96x96/actions/
 441  mkdir -p src/ui/gui/icons/96x96/actions/
 442  mkdir -p src/ui/gui/icons/96x96/actions/
 443  mkdir -p src/ui/gui/icons/96x96/actions/
 444  mkdir -p src/ui/gui/icons/96x96/actions/
 445  mkdir -p src/ui/gui/icons/96x96/actions/
 446  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png"
 447  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-find.png"
 448  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png"
 449  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png"
 450  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-data-split-file.png"
 451  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png"
 452  mkdir -p src/ui/gui/icons/96x96/actions/
 453  mkdir -p src/ui/gui/icons/scalable/actions/
 454  mkdir -p src/ui/gui/icons/scalable/actions/
 455  mkdir -p src/ui/gui/icons/scalable/actions/
 456  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png"
 457  cp src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg
 458  cp src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg
 459  cp src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-variable.svg
 460  mkdir -p src/ui/gui/icons/scalable/actions/
 461  mkdir -p src/ui/gui/icons/scalable/actions/
 462  mkdir -p src/ui/gui/icons/scalable/actions/
 463  cp src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-case.svg
 464  cp src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg src/ui/gui/icons/scalable/actions/pspp-edit-find.svg
 465  cp src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg
 466  mkdir -p src/ui/gui/icons/scalable/actions/
 467  mkdir -p src/ui/gui/icons/scalable/actions/
 468  mkdir -p src/ui/gui/icons/scalable/actions/
 469  cp src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg
 470  cp src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg
 471  cp src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg
 472  mkdir -p src/ui/gui/icons/scalable/actions/
 473  cp src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg
 474  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 475  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 476  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png"
 477  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 478  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png"
 479  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png"
 480  mkdir -p src/ui/gui/icons/16x16/mimetypes/
 481  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 482  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png"
 483  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 484  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png"
 485  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 486  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png"
 487  mkdir -p src/ui/gui/icons/22x22/mimetypes/
 488  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png"
 489  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 490  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png"
 491  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 492  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png"
 493  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 494  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png"
 495  mkdir -p src/ui/gui/icons/24x24/mimetypes/
 496  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png"
 497  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 498  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png"
 499  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 500  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png"
 501  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png"
 502  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 503  mkdir -p src/ui/gui/icons/32x32/mimetypes/
 504  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png"
 505  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png"
 506  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 507  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png"
 508  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 509  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 510  mkdir -p src/ui/gui/icons/48x48/mimetypes/
 511  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png"
 512  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png"
 513  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png"
 514  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 515  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 516  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 517  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png"
 518  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png"
 519  mkdir -p src/ui/gui/icons/256x256/mimetypes/
 520  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png"
 521  mkdir -p src/ui/gui/icons/16x16/apps/
 522  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png"
 523  mkdir -p src/ui/gui/icons/32x32/apps/
 524  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/apps/org.gnu.pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/16x16/apps/org.gnu.pspp.png"
 525  mkdir -p src/ui/gui/icons/48x48/apps/
 526  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/apps/org.gnu.pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/32x32/apps/org.gnu.pspp.png"
 527  mkdir -p src/ui/gui/icons/256x256/apps/
 528  mkdir -p src/ui/gui/icons/scalable/apps/
 529  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/apps/org.gnu.pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/48x48/apps/org.gnu.pspp.png"
 530  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/scalable/apps/org.gnu.pspp.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/256x256/apps/org.gnu.pspp.png"
 531  cp src/ui/gui/artwork/scalable/apps/org.gnu.pspp.svg src/ui/gui/icons/scalable/apps/org.gnu.pspp.svg
 532  cp src/ui/gui/artwork/splash.svg src/ui/gui/artwork/splash-t.svg
 533  sed -e '/inkscape:label="Overlay"/s/inline/none/' src/ui/gui/artwork/splash.svg > src/ui/gui/artwork/splash-r.svg
 534  mkdir -p src/ui/gui/icons/
 535  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/splash-t.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/splash-t.png"
 536  mkdir -p src/ui/gui/icons/
 537  PYTHON3='python3' build-aux/svg2png "src/ui/gui/artwork/splash-r.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/splash-r.png"
 538  Module list with included dependencies (indented):
 539      absolute-header
 540      alloca
 541      alloca-opt
 542      allocator
 543      areadlink
 544      array-mergesort
 545    assert
 546      asyncsafe-spin
 547      attribute
 548      basename-lgpl
 549      binary-io
 550      btowc
 551      builtin-expect
 552    byteswap
 553    c-ctype
 554    c-snprintf
 555    c-strcase
 556    c-strcasestr
 557    c-strtod
 558      c-vasnprintf
 559      c-vasprintf
 560    c-xvasprintf
 561      c99
 562      calloc-gnu
 563      calloc-posix
 564      canonicalize-lgpl
 565      careadlinkat
 566      chdir
 567    clean-temp
 568      clean-temp-simple
 569      clock-time
 570      cloexec
 571    close
 572    configmake
 573    count-leading-zeros
 574    count-one-bits
 575    crc
 576    crypto/md4
 577      crypto/md4-buffer
 578    crypto/rijndael
 579      ctype
 580    dirname
 581      dirname-lgpl
 582      double-slash-root
 583    dtoastr
 584    dtotimespec
 585      dup2
 586      dynarray
 587      eloop-threshold
 588    environ
 589      errno
 590      error
 591      exitfail
 592      explicit_bzero
 593      extensions
 594      extern-inline
 595    fatal-signal
 596    fcntl
 597      fcntl-h
 598      fd-hook
 599      filename
 600      flexmember
 601      float
 602      floor
 603    fnmatch
 604      fnmatch-h
 605      fopen
 606      fopen-gnu
 607    fpieee
 608    fprintf-posix
 609      fpucw
 610      free-posix
 611      frexp-nolibm
 612      frexpl-nolibm
 613      fseek
 614    fseeko
 615      fseterr
 616      fstat
 617      ftell
 618    ftello
 619    full-read
 620    full-write
 621    fwriteerror
 622      gen-header
 623      getdelim
 624      getdtablesize
 625    getline
 626    getopt-gnu
 627      getopt-posix
 628    getpass
 629      getprogname
 630      getrandom
 631    gettext-h
 632    gettime
 633    gettimeofday
 634    gitlog-to-changelog
 635      gperf
 636      hard-locale
 637      ialloc
 638      idx
 639    include_next
 640      inline
 641    intprops
 642    inttostr
 643      inttypes-incomplete
 644      isblank
 645    isfinite
 646    isinf
 647    isnan
 648      isnand
 649      isnand-nolibm
 650      isnanf
 651      isnanf-nolibm
 652      isnanl
 653      isnanl-nolibm
 654      iswblank
 655      iswdigit
 656      iswxdigit
 657      langinfo
 658      largefile
 659      libc-config
 660      limits-h
 661      linked-list
 662      linkedhash-list
 663      list
 664    localcharset
 665      locale
 666      localeconv
 667    localename
 668      lock
 669      lseek
 670      lstat
 671      malloc-gnu
 672      malloc-posix
 673      malloca
 674      math
 675    mbchar
 676    mbiter
 677      mbrtowc
 678      mbsinit
 679      mbsrtowcs
 680      mbtowc
 681    memcasecmp
 682    memchr
 683    memchr2
 684    memmem
 685      memmem-simple
 686    mempcpy
 687    memrchr
 688    minmax
 689      mkdir
 690    mkdtemp
 691    mkstemp
 692      mktime
 693      mktime-internal
 694      msvc-inval
 695      msvc-nothrow
 696      multiarch
 697      nl_langinfo
 698      nocrash
 699    nstrftime
 700      open
 701      pathmax
 702    pipe2
 703      printf-frexp
 704      printf-frexpl
 705    printf-posix
 706    printf-safe
 707    progname
 708      raise
 709    rawmemchr
 710      read
 711    read-file
 712      readlink
 713      realloc-gnu
 714      realloc-posix
 715      reallocarray
 716    regex
 717    relocatable-prog
 718      relocatable-prog-wrapper
 719    rename
 720      rmdir
 721    round
 722      safe-read
 723      safe-write
 724      same-inode
 725      scratch_buffer
 726      secure_getenv
 727    select
 728      setenv
 729      setlocale-null
 730      sigaction
 731      signal-h
 732      signbit
 733      sigprocmask
 734      size_max
 735      snippet/_Noreturn
 736      snippet/arg-nonnull
 737      snippet/c++defs
 738      snippet/warn-on-use
 739    snprintf
 740    snprintf-posix
 741      socketlib
 742      sockets
 743      socklen
 744      sparcv8+
 745    sprintf-posix
 746      ssize_t
 747      stat
 748      stat-time
 749      std-gnu11
 750      stdalign
 751    stdarg
 752    stdbool
 753      stddef
 754    stdint
 755      stdio
 756      stdlib
 757    stpcpy
 758      strcase
 759    strcasestr
 760      strcasestr-simple
 761      strdup-posix
 762      streq
 763    strerror
 764      strerror-override
 765      string
 766      strings
 767      strncat
 768      strndup
 769      strnlen
 770      strnlen1
 771    strsep
 772    strtod
 773    strtok_r
 774      sys_random
 775      sys_select
 776      sys_socket
 777    sys_stat
 778      sys_time
 779      sys_types
 780      sys_uio
 781    tempname
 782    termios
 783      thread-optim
 784      threadlib
 785      time
 786      time_r
 787      time_rz
 788      timegm
 789    timespec
 790    timespec-add
 791    timespec-sub
 792      tmpdir
 793    trunc
 794      tzset
 795      unicase/base
 796      unicase/cased
 797      unicase/empty-prefix-context
 798      unicase/empty-suffix-context
 799      unicase/ignorable
 800      unicase/special-casing
 801      unicase/tocasefold
 802      unicase/tolower
 803      unicase/totitle
 804      unicase/toupper
 805    unicase/u8-casecmp
 806    unicase/u8-casefold
 807      unicase/u8-casemap
 808      unicase/u8-ct-casefold
 809      unicase/u8-ct-totitle
 810    unicase/u8-tolower
 811    unicase/u8-totitle
 812    unicase/u8-toupper
 813      unictype/base
 814      unictype/category-none
 815    unictype/category-of
 816      unictype/combining-class
 817    unictype/ctype-print
 818      unictype/property-extended-pictographic
 819      unictype/property-soft-dotted
 820      unigbrk/base
 821      unigbrk/uc-gbrk-prop
 822    unigbrk/uc-is-grapheme-break
 823      unilbrk/base
 824      unilbrk/tables
 825    unilbrk/u8-possible-linebreaks
 826      uninorm/base
 827      uninorm/canonical-decomposition
 828      uninorm/compat-decomposition
 829      uninorm/decompose-internal
 830      uninorm/decomposing-form
 831      uninorm/decomposition
 832      uninorm/decomposition-table
 833      uninorm/nfd
 834    uninorm/nfkd
 835      uninorm/u8-normalize
 836    unistd
 837      unistr/base
 838    unistr/u8-check
 839      unistr/u8-cmp
 840      unistr/u8-cmp2
 841    unistr/u8-cpy
 842    unistr/u8-mblen
 843    unistr/u8-mbtouc
 844      unistr/u8-mbtouc-unsafe
 845    unistr/u8-mbtoucr
 846    unistr/u8-strlen
 847    unistr/u8-strmbtouc
 848    unistr/u8-strncat
 849    unistr/u8-uctomb
 850    unitypes
 851      uniwbrk/base
 852      uniwbrk/table
 853      uniwbrk/u8-wordbreaks
 854      uniwbrk/wordbreak-property
 855      uniwidth/base
 856    uniwidth/u8-strwidth
 857      uniwidth/u8-width
 858      uniwidth/width
 859    unlocked-io
 860      unlocked-io-internal
 861      unsetenv
 862      vararrays
 863      vasnprintf
 864      vasprintf
 865    vasprintf-posix
 866    verify
 867    version-etc
 868    version-etc-fsf
 869    vfprintf-posix
 870    vprintf-posix
 871    vsnprintf
 872    vsnprintf-posix
 873    vsprintf-posix
 874      wchar
 875      wcrtomb
 876      wctype-h
 877      wcwidth
 878      windows-mutex
 879      windows-once
 880      windows-recmutex
 881      windows-rwlock
 882      windows-spin
 883      wmemchr
 884      wmempcpy
 885      write
 886    xalloc
 887    xalloc-die
 888      xalloc-oversized
 889    xbinary-io
 890      xlist
 891    xmalloca
 892    xmemdup0
 893      xreadlink
 894    xsize
 895    xstrndup
 896    xvasprintf
 897  File list:
 898    build-aux/config.libpath
 899    build-aux/gitlog-to-changelog
 900    build-aux/install-reloc
 901    build-aux/libtool-reloc
 902    build-aux/reloc-ldflags
 903    doc/relocatable.texi
 904    lib/_Noreturn.h
 905    lib/alloca.c
 906    lib/alloca.in.h
 907    lib/allocator.c
 908    lib/allocator.h
 909    lib/anytostr.c
 910    lib/areadlink.c
 911    lib/areadlink.h
 912    lib/arg-nonnull.h
 913    lib/array-mergesort.h
 914    lib/asnprintf.c
 915    lib/asprintf.c
 916    lib/asyncsafe-spin.c
 917    lib/asyncsafe-spin.h
 918    lib/attribute.h
 919    lib/basename-lgpl.c
 920    lib/basename-lgpl.h
 921    lib/basename.c
 922    lib/binary-io.c
 923    lib/binary-io.h
 924    lib/btowc.c
 925    lib/byteswap.in.h
 926    lib/c++defs.h
 927    lib/c-asprintf.c
 928    lib/c-ctype.c
 929    lib/c-ctype.h
 930    lib/c-snprintf.c
 931    lib/c-snprintf.h
 932    lib/c-strcase.h
 933    lib/c-strcasecmp.c
 934    lib/c-strcasestr.c
 935    lib/c-strcasestr.h
 936    lib/c-strncasecmp.c
 937    lib/c-strtod.c
 938    lib/c-strtod.h
 939    lib/c-vasnprintf.c
 940    lib/c-vasnprintf.h
 941    lib/c-vasprintf.c
 942    lib/c-vasprintf.h
 943    lib/c-xasprintf.c
 944    lib/c-xvasprintf.c
 945    lib/c-xvasprintf.h
 946    lib/calloc.c
 947    lib/canonicalize-lgpl.c
 948    lib/careadlinkat.c
 949    lib/careadlinkat.h
 950    lib/cdefs.h
 951    lib/clean-temp-private.h
 952    lib/clean-temp-simple.c
 953    lib/clean-temp-simple.h
 954    lib/clean-temp.c
 955    lib/clean-temp.h
 956    lib/cloexec.c
 957    lib/cloexec.h
 958    lib/close.c
 959    lib/count-leading-zeros.c
 960    lib/count-leading-zeros.h
 961    lib/count-one-bits.c
 962    lib/count-one-bits.h
 963    lib/crc.c
 964    lib/crc.h
 965    lib/ctype.in.h
 966    lib/dirname-lgpl.c
 967    lib/dirname.c
 968    lib/dirname.h
 969    lib/dtoastr.c
 970    lib/dtotimespec.c
 971    lib/dup2.c
 972    lib/dynarray.h
 973    lib/eloop-threshold.h
 974    lib/errno.in.h
 975    lib/error.c
 976    lib/error.h
 977    lib/exitfail.c
 978    lib/exitfail.h
 979    lib/explicit_bzero.c
 980    lib/fatal-signal.c
 981    lib/fatal-signal.h
 982    lib/fcntl.c
 983    lib/fcntl.in.h
 984    lib/fd-hook.c
 985    lib/fd-hook.h
 986    lib/filename.h
 987    lib/flexmember.h
 988    lib/float+.h
 989    lib/float.c
 990    lib/float.in.h
 991    lib/floor.c
 992    lib/fnmatch.c
 993    lib/fnmatch.in.h
 994    lib/fnmatch_loop.c
 995    lib/fopen.c
 996    lib/fprintf.c
 997    lib/fpucw.h
 998    lib/free.c
 999    lib/frexp.c
1000    lib/frexpl.c
1001    lib/fseek.c
1002    lib/fseeko.c
1003    lib/fseterr.c
1004    lib/fseterr.h
1005    lib/fstat.c
1006    lib/ftell.c
1007    lib/ftello.c
1008    lib/ftoastr.c
1009    lib/ftoastr.h
1010    lib/full-read.c
1011    lib/full-read.h
1012    lib/full-write.c
1013    lib/full-write.h
1014    lib/fwriteerror.c
1015    lib/fwriteerror.h
1016    lib/getdelim.c
1017    lib/getdtablesize.c
1018    lib/getline.c
1019    lib/getopt-cdefs.in.h
1020    lib/getopt-core.h
1021    lib/getopt-ext.h
1022    lib/getopt-pfx-core.h
1023    lib/getopt-pfx-ext.h
1024    lib/getopt.c
1025    lib/getopt.in.h
1026    lib/getopt1.c
1027    lib/getopt_int.h
1028    lib/getpass.c
1029    lib/getpass.h
1030    lib/getprogname.c
1031    lib/getprogname.h
1032    lib/getrandom.c
1033    lib/gettext.h
1034    lib/gettime.c
1035    lib/gettimeofday.c
1036    lib/gl_anyhash1.h
1037    lib/gl_anyhash2.h
1038    lib/gl_anyhash_primes.h
1039    lib/gl_anylinked_list1.h
1040    lib/gl_anylinked_list2.h
1041    lib/gl_linked_list.c
1042    lib/gl_linked_list.h
1043    lib/gl_linkedhash_list.c
1044    lib/gl_linkedhash_list.h
1045    lib/gl_list.c
1046    lib/gl_list.h
1047    lib/gl_xlist.c
1048    lib/gl_xlist.h
1049    lib/glthread/lock.c
1050    lib/glthread/lock.h
1051    lib/glthread/threadlib.c
1052    lib/hard-locale.c
1053    lib/hard-locale.h
1054    lib/ialloc.c
1055    lib/ialloc.h
1056    lib/idx.h
1057    lib/imaxtostr.c
1058    lib/intprops.h
1059    lib/inttostr.c
1060    lib/inttostr.h
1061    lib/inttypes.in.h
1062    lib/isblank.c
1063    lib/isfinite.c
1064    lib/isinf.c
1065    lib/isnan.c
1066    lib/isnand-nolibm.h
1067    lib/isnand.c
1068    lib/isnanf-nolibm.h
1069    lib/isnanf.c
1070    lib/isnanl-nolibm.h
1071    lib/isnanl.c
1072    lib/iswblank.c
1073    lib/iswdigit.c
1074    lib/iswxdigit.c
1075    lib/itold.c
1076    lib/langinfo.in.h
1077    lib/lc-charset-dispatch.c
1078    lib/lc-charset-dispatch.h
1079    lib/libc-config.h
1080    lib/limits.in.h
1081    lib/localcharset.c
1082    lib/localcharset.h
1083    lib/locale.in.h
1084    lib/localeconv.c
1085    lib/localename-table.c
1086    lib/localename-table.h
1087    lib/localename.c
1088    lib/localename.h
1089    lib/lseek.c
1090    lib/lstat.c
1091    lib/malloc.c
1092    lib/malloc/dynarray-skeleton.c
1093    lib/malloc/dynarray.h
1094    lib/malloc/dynarray_at_failure.c
1095    lib/malloc/dynarray_emplace_enlarge.c
1096    lib/malloc/dynarray_finalize.c
1097    lib/malloc/dynarray_resize.c
1098    lib/malloc/dynarray_resize_clear.c
1099    lib/malloc/scratch_buffer.h
1100    lib/malloc/scratch_buffer_dupfree.c
1101    lib/malloc/scratch_buffer_grow.c
1102    lib/malloc/scratch_buffer_grow_preserve.c
1103    lib/malloc/scratch_buffer_set_array_size.c
1104    lib/malloca.c
1105    lib/malloca.h
1106    lib/math.c
1107    lib/math.in.h
1108    lib/mbchar.c
1109    lib/mbchar.h
1110    lib/mbiter.c
1111    lib/mbiter.h
1112    lib/mbrtowc-impl-utf8.h
1113    lib/mbrtowc-impl.h
1114    lib/mbrtowc.c
1115    lib/mbsinit.c
1116    lib/mbsrtowcs-impl.h
1117    lib/mbsrtowcs-state.c
1118    lib/mbsrtowcs.c
1119    lib/mbtowc-impl.h
1120    lib/mbtowc-lock.c
1121    lib/mbtowc-lock.h
1122    lib/mbtowc.c
1123    lib/md4-stream.c
1124    lib/md4.c
1125    lib/md4.h
1126    lib/memcasecmp.c
1127    lib/memcasecmp.h
1128    lib/memchr.c
1129    lib/memchr.valgrind
1130    lib/memchr2.c
1131    lib/memchr2.h
1132    lib/memchr2.valgrind
1133    lib/memmem.c
1134    lib/mempcpy.c
1135    lib/memrchr.c
1136    lib/minmax.h
1137    lib/mkdir.c
1138    lib/mkdtemp.c
1139    lib/mkstemp.c
1140    lib/mktime-internal.h
1141    lib/mktime.c
1142    lib/msvc-inval.c
1143    lib/msvc-inval.h
1144    lib/msvc-nothrow.c
1145    lib/msvc-nothrow.h
1146    lib/nl_langinfo-lock.c
1147    lib/nl_langinfo.c
1148    lib/nstrftime.c
1149    lib/offtostr.c
1150    lib/open.c
1151    lib/pathmax.h
1152    lib/pipe2.c
1153    lib/printf-args.c
1154    lib/printf-args.h
1155    lib/printf-frexp.c
1156    lib/printf-frexp.h
1157    lib/printf-frexpl.c
1158    lib/printf-frexpl.h
1159    lib/printf-parse.c
1160    lib/printf-parse.h
1161    lib/printf.c
1162    lib/progname.c
1163    lib/progname.h
1164    lib/progreloc.c
1165    lib/raise.c
1166    lib/rawmemchr.c
1167    lib/rawmemchr.valgrind
1168    lib/read-file.c
1169    lib/read-file.h
1170    lib/read.c
1171    lib/readlink.c
1172    lib/realloc.c
1173    lib/reallocarray.c
1174    lib/regcomp.c
1175    lib/regex.c
1176    lib/regex.h
1177    lib/regex_internal.c
1178    lib/regex_internal.h
1179    lib/regexec.c
1180    lib/relocatable.c
1181    lib/relocatable.h
1182    lib/relocwrapper.c
1183    lib/rename.c
1184    lib/rijndael-alg-fst.c
1185    lib/rijndael-alg-fst.h
1186    lib/rijndael-api-fst.c
1187    lib/rijndael-api-fst.h
1188    lib/rmdir.c
1189    lib/round.c
1190    lib/safe-read.c
1191    lib/safe-read.h
1192    lib/safe-write.c
1193    lib/safe-write.h
1194    lib/same-inode.h
1195    lib/scratch_buffer.h
1196    lib/secure_getenv.c
1197    lib/select.c
1198    lib/setenv.c
1199    lib/setlocale-lock.c
1200    lib/setlocale_null.c
1201    lib/setlocale_null.h
1202    lib/sig-handler.c
1203    lib/sig-handler.h
1204    lib/sigaction.c
1205    lib/signal.in.h
1206    lib/signbitd.c
1207    lib/signbitf.c
1208    lib/signbitl.c
1209    lib/sigprocmask.c
1210    lib/size_max.h
1211    lib/snprintf.c
1212    lib/sockets.c
1213    lib/sockets.h
1214    lib/sprintf.c
1215    lib/stat-time.c
1216    lib/stat-time.h
1217    lib/stat-w32.c
1218    lib/stat-w32.h
1219    lib/stat.c
1220    lib/stdalign.in.h
1221    lib/stdarg.in.h
1222    lib/stdbool.in.h
1223    lib/stddef.in.h
1224    lib/stdint.in.h
1225    lib/stdio-impl.h
1226    lib/stdio-read.c
1227    lib/stdio-write.c
1228    lib/stdio.in.h
1229    lib/stdlib.in.h
1230    lib/stpcpy.c
1231    lib/str-two-way.h
1232    lib/strcasecmp.c
1233    lib/strcasestr.c
1234    lib/strdup.c
1235    lib/streq.h
1236    lib/strerror-override.c
1237    lib/strerror-override.h
1238    lib/strerror.c
1239    lib/strftime.h
1240    lib/string.in.h
1241    lib/strings.in.h
1242    lib/stripslash.c
1243    lib/strncasecmp.c
1244    lib/strncat.c
1245    lib/strndup.c
1246    lib/strnlen.c
1247    lib/strnlen1.c
1248    lib/strnlen1.h
1249    lib/strsep.c
1250    lib/strtod.c
1251    lib/strtok_r.c
1252    lib/sys-limits.h
1253    lib/sys_random.in.h
1254    lib/sys_select.in.h
1255    lib/sys_socket.c
1256    lib/sys_socket.in.h
1257    lib/sys_stat.in.h
1258    lib/sys_time.in.h
1259    lib/sys_types.in.h
1260    lib/sys_uio.in.h
1261    lib/tempname.c
1262    lib/tempname.h
1263    lib/termios.in.h
1264    lib/thread-optim.h
1265    lib/time-internal.h
1266    lib/time.in.h
1267    lib/time_r.c
1268    lib/time_rz.c
1269    lib/timegm.c
1270    lib/timespec-add.c
1271    lib/timespec-sub.c
1272    lib/timespec.c
1273    lib/timespec.h
1274    lib/tmpdir.c
1275    lib/tmpdir.h
1276    lib/trunc.c
1277    lib/tzset.c
1278    lib/uinttostr.c
1279    lib/umaxtostr.c
1280    lib/unicase.in.h
1281    lib/unicase/cased.c
1282    lib/unicase/cased.h
1283    lib/unicase/casefold.h
1284    lib/unicase/caseprop.h
1285    lib/unicase/context.h
1286    lib/unicase/empty-prefix-context.c
1287    lib/unicase/empty-suffix-context.c
1288    lib/unicase/ignorable.c
1289    lib/unicase/ignorable.h
1290    lib/unicase/simple-mapping.h
1291    lib/unicase/special-casing-table.gperf
1292    lib/unicase/special-casing.c
1293    lib/unicase/special-casing.in.h
1294    lib/unicase/tocasefold.c
1295    lib/unicase/tocasefold.h
1296    lib/unicase/tolower.c
1297    lib/unicase/tolower.h
1298    lib/unicase/totitle.c
1299    lib/unicase/totitle.h
1300    lib/unicase/toupper.c
1301    lib/unicase/toupper.h
1302    lib/unicase/u-casecmp.h
1303    lib/unicase/u-casefold.h
1304    lib/unicase/u-casemap.h
1305    lib/unicase/u-ct-casefold.h
1306    lib/unicase/u-ct-totitle.h
1307    lib/unicase/u-totitle.h
1308    lib/unicase/u8-casecmp.c
1309    lib/unicase/u8-casefold.c
1310    lib/unicase/u8-casemap.c
1311    lib/unicase/u8-ct-casefold.c
1312    lib/unicase/u8-ct-totitle.c
1313    lib/unicase/u8-tolower.c
1314    lib/unicase/u8-totitle.c
1315    lib/unicase/u8-toupper.c
1316    lib/unicase/unicasemap.h
1317    lib/unictype.in.h
1318    lib/unictype/bitmap.h
1319    lib/unictype/categ_none.c
1320    lib/unictype/categ_of.c
1321    lib/unictype/categ_of.h
1322    lib/unictype/combiningclass.c
1323    lib/unictype/combiningclass.h
1324    lib/unictype/ctype_print.c
1325    lib/unictype/ctype_print.h
1326    lib/unictype/pr_extended_pictographic.c
1327    lib/unictype/pr_extended_pictographic.h
1328    lib/unictype/pr_soft_dotted.c
1329    lib/unictype/pr_soft_dotted.h
1330    lib/unigbrk.in.h
1331    lib/unigbrk/gbrkprop.h
1332    lib/unigbrk/uc-gbrk-prop.c
1333    lib/unigbrk/uc-is-grapheme-break.c
1334    lib/unilbrk.in.h
1335    lib/unilbrk/internal.h
1336    lib/unilbrk/lbrkprop1.h
1337    lib/unilbrk/lbrkprop2.h
1338    lib/unilbrk/lbrktables.c
1339    lib/unilbrk/lbrktables.h
1340    lib/unilbrk/u8-possible-linebreaks.c
1341    lib/uninorm.in.h
1342    lib/uninorm/canonical-decomposition.c
1343    lib/uninorm/compat-decomposition.c
1344    lib/uninorm/decompose-internal.c
1345    lib/uninorm/decompose-internal.h
1346    lib/uninorm/decomposing-form.c
1347    lib/uninorm/decomposition-table.c
1348    lib/uninorm/decomposition-table.h
1349    lib/uninorm/decomposition-table1.h
1350    lib/uninorm/decomposition-table2.h
1351    lib/uninorm/decomposition.c
1352    lib/uninorm/nfd.c
1353    lib/uninorm/nfkd.c
1354    lib/uninorm/normalize-internal.h
1355    lib/uninorm/u-normalize-internal.h
1356    lib/uninorm/u8-normalize.c
1357    lib/unistd.c
1358    lib/unistd.in.h
1359    lib/unistr.in.h
1360    lib/unistr/u-cmp2.h
1361    lib/unistr/u-cpy.h
1362    lib/unistr/u8-check.c
1363    lib/unistr/u8-cmp.c
1364    lib/unistr/u8-cmp2.c
1365    lib/unistr/u8-cpy.c
1366    lib/unistr/u8-mblen.c
1367    lib/unistr/u8-mbtouc-aux.c
1368    lib/unistr/u8-mbtouc-unsafe-aux.c
1369    lib/unistr/u8-mbtouc-unsafe.c
1370    lib/unistr/u8-mbtouc.c
1371    lib/unistr/u8-mbtoucr.c
1372    lib/unistr/u8-strlen.c
1373    lib/unistr/u8-strmbtouc.c
1374    lib/unistr/u8-strncat.c
1375    lib/unistr/u8-uctomb-aux.c
1376    lib/unistr/u8-uctomb.c
1377    lib/unitypes.in.h
1378    lib/uniwbrk.in.h
1379    lib/uniwbrk/u-wordbreaks.h
1380    lib/uniwbrk/u8-wordbreaks.c
1381    lib/uniwbrk/wbrkprop.h
1382    lib/uniwbrk/wbrktable.c
1383    lib/uniwbrk/wbrktable.h
1384    lib/uniwbrk/wordbreak-property.c
1385    lib/uniwidth.in.h
1386    lib/uniwidth/cjk.h
1387    lib/uniwidth/u8-strwidth.c
1388    lib/uniwidth/u8-width.c
1389    lib/uniwidth/width.c
1390    lib/uniwidth/width0.h
1391    lib/uniwidth/width2.h
1392    lib/unlocked-io.h
1393    lib/unsetenv.c
1394    lib/vasnprintf.c
1395    lib/vasnprintf.h
1396    lib/vasprintf.c
1397    lib/verify.h
1398    lib/version-etc-fsf.c
1399    lib/version-etc.c
1400    lib/version-etc.h
1401    lib/vfprintf.c
1402    lib/vprintf.c
1403    lib/vsnprintf.c
1404    lib/vsprintf.c
1405    lib/w32sock.h
1406    lib/warn-on-use.h
1407    lib/wchar.in.h
1408    lib/wcrtomb.c
1409    lib/wctype-h.c
1410    lib/wctype.in.h
1411    lib/wcwidth.c
1412    lib/windows-initguard.h
1413    lib/windows-mutex.c
1414    lib/windows-mutex.h
1415    lib/windows-once.c
1416    lib/windows-once.h
1417    lib/windows-recmutex.c
1418    lib/windows-recmutex.h
1419    lib/windows-rwlock.c
1420    lib/windows-rwlock.h
1421    lib/windows-spin.c
1422    lib/windows-spin.h
1423    lib/wmemchr-impl.h
1424    lib/wmemchr.c
1425    lib/wmempcpy.c
1426    lib/write.c
1427    lib/xalloc-die.c
1428    lib/xalloc-oversized.h
1429    lib/xalloc.h
1430    lib/xasprintf.c
1431    lib/xbinary-io.c
1432    lib/xbinary-io.h
1433    lib/xmalloc.c
1434    lib/xmalloca.c
1435    lib/xmalloca.h
1436    lib/xmemdup0.c
1437    lib/xmemdup0.h
1438    lib/xreadlink.c
1439    lib/xreadlink.h
1440    lib/xsize.c
1441    lib/xsize.h
1442    lib/xstrndup.c
1443    lib/xstrndup.h
1444    lib/xvasprintf.c
1445    lib/xvasprintf.h
1446    m4/00gnulib.m4
1447    m4/__inline.m4
1448    m4/absolute-header.m4
1449    m4/alloca.m4
1450    m4/asm-underscore.m4
1451    m4/assert.m4
1452    m4/btowc.m4
1453    m4/builtin-expect.m4
1454    m4/byteswap.m4
1455    m4/c-strtod.m4
1456    m4/calloc.m4
1457    m4/canonicalize.m4
1458    m4/ceil.m4
1459    m4/check-math-lib.m4
1460    m4/clock_time.m4
1461    m4/close.m4
1462    m4/codeset.m4
1463    m4/configmake.m4
1464    m4/ctype_h.m4
1465    m4/double-slash-root.m4
1466    m4/dup2.m4
1467    m4/eealloc.m4
1468    m4/environ.m4
1469    m4/errno_h.m4
1470    m4/error.m4
1471    m4/explicit_bzero.m4
1472    m4/exponentd.m4
1473    m4/exponentf.m4
1474    m4/exponentl.m4
1475    m4/extensions.m4
1476    m4/extern-inline.m4
1477    m4/fatal-signal.m4
1478    m4/fcntl-o.m4
1479    m4/fcntl.m4
1480    m4/fcntl_h.m4
1481    m4/flexmember.m4
1482    m4/float_h.m4
1483    m4/floor.m4
1484    m4/fnmatch.m4
1485    m4/fnmatch_h.m4
1486    m4/fopen.m4
1487    m4/fpieee.m4
1488    m4/fprintf-posix.m4
1489    m4/free.m4
1490    m4/frexp.m4
1491    m4/frexpl.m4
1492    m4/fseek.m4
1493    m4/fseeko.m4
1494    m4/fseterr.m4
1495    m4/fstat.m4
1496    m4/ftell.m4
1497    m4/ftello.m4
1498    m4/getdelim.m4
1499    m4/getdtablesize.m4
1500    m4/getline.m4
1501    m4/getopt.m4
1502    m4/getpass.m4
1503    m4/getprogname.m4
1504    m4/getrandom.m4
1505    m4/gettime.m4
1506    m4/gettimeofday.m4
1507    m4/gnulib-common.m4
1508    m4/include_next.m4
1509    m4/inline.m4
1510    m4/intl-thread-locale.m4
1511    m4/intlmacosx.m4
1512    m4/intmax_t.m4
1513    m4/inttostr.m4
1514    m4/inttypes.m4
1515    m4/inttypes_h.m4
1516    m4/isblank.m4
1517    m4/isfinite.m4
1518    m4/isinf.m4
1519    m4/isnan.m4
1520    m4/isnand.m4
1521    m4/isnanf.m4
1522    m4/isnanl.m4
1523    m4/iswblank.m4
1524    m4/iswdigit.m4
1525    m4/iswxdigit.m4
1526    m4/langinfo_h.m4
1527    m4/largefile.m4
1528    m4/lcmessage.m4
1529    m4/ldexp.m4
1530    m4/ldexpl.m4
1531    m4/lib-ld.m4
1532    m4/libunistring-base.m4
1533    m4/limits-h.m4
1534    m4/localcharset.m4
1535    m4/locale-fr.m4
1536    m4/locale-ja.m4
1537    m4/locale-zh.m4
1538    m4/locale_h.m4
1539    m4/localeconv.m4
1540    m4/localename.m4
1541    m4/lock.m4
1542    m4/lseek.m4
1543    m4/lstat.m4
1544    m4/malloc.m4
1545    m4/malloca.m4
1546    m4/math_h.m4
1547    m4/mbchar.m4
1548    m4/mbiter.m4
1549    m4/mbrtowc.m4
1550    m4/mbsinit.m4
1551    m4/mbsrtowcs.m4
1552    m4/mbstate_t.m4
1553    m4/mbtowc.m4
1554    m4/md4.m4
1555    m4/memcasecmp.m4
1556    m4/memchr.m4
1557    m4/memmem.m4
1558    m4/mempcpy.m4
1559    m4/memrchr.m4
1560    m4/minmax.m4
1561    m4/mkdir.m4
1562    m4/mkdtemp.m4
1563    m4/mkstemp.m4
1564    m4/mktime.m4
1565    m4/mmap-anon.m4
1566    m4/mode_t.m4
1567    m4/msvc-inval.m4
1568    m4/msvc-nothrow.m4
1569    m4/multiarch.m4
1570    m4/nl_langinfo.m4
1571    m4/nocrash.m4
1572    m4/nstrftime.m4
1573    m4/off_t.m4
1574    m4/open-cloexec.m4
1575    m4/open-slash.m4
1576    m4/open.m4
1577    m4/pathmax.m4
1578    m4/pid_t.m4
1579    m4/pipe2.m4
1580    m4/printf-frexp.m4
1581    m4/printf-frexpl.m4
1582    m4/printf-posix-rpl.m4
1583    m4/printf.m4
1584    m4/pthread_rwlock_rdlock.m4
1585    m4/raise.m4
1586    m4/rawmemchr.m4
1587    m4/read-file.m4
1588    m4/read.m4
1589    m4/readlink.m4
1590    m4/realloc.m4
1591    m4/reallocarray.m4
1592    m4/regex.m4
1593    m4/relocatable-lib.m4
1594    m4/relocatable.m4
1595    m4/rename.m4
1596    m4/rmdir.m4
1597    m4/round.m4
1598    m4/safe-read.m4
1599    m4/safe-write.m4
1600    m4/secure_getenv.m4
1601    m4/select.m4
1602    m4/setenv.m4
1603    m4/setlocale_null.m4
1604    m4/sig_atomic_t.m4
1605    m4/sigaction.m4
1606    m4/signal_h.m4
1607    m4/signalblocking.m4
1608    m4/signbit.m4
1609    m4/size_max.m4
1610    m4/snprintf-posix.m4
1611    m4/snprintf.m4
1612    m4/socketlib.m4
1613    m4/sockets.m4
1614    m4/socklen.m4
1615    m4/sockpfaf.m4
1616    m4/sparcv8+.m4
1617    m4/sprintf-posix.m4
1618    m4/ssize_t.m4
1619    m4/stat-time.m4
1620    m4/stat.m4
1621    m4/std-gnu11.m4
1622    m4/stdalign.m4
1623    m4/stdarg.m4
1624    m4/stdbool.m4
1625    m4/stddef_h.m4
1626    m4/stdint.m4
1627    m4/stdint_h.m4
1628    m4/stdio_h.m4
1629    m4/stdlib_h.m4
1630    m4/stpcpy.m4
1631    m4/strcase.m4
1632    m4/strcasestr.m4
1633    m4/strdup.m4
1634    m4/strerror.m4
1635    m4/string_h.m4
1636    m4/strings_h.m4
1637    m4/strncat.m4
1638    m4/strndup.m4
1639    m4/strnlen.m4
1640    m4/strsep.m4
1641    m4/strtod.m4
1642    m4/strtok_r.m4
1643    m4/sys_random_h.m4
1644    m4/sys_select_h.m4
1645    m4/sys_socket_h.m4
1646    m4/sys_stat_h.m4
1647    m4/sys_time_h.m4
1648    m4/sys_types_h.m4
1649    m4/sys_uio_h.m4
1650    m4/tempname.m4
1651    m4/termios_h.m4
1652    m4/threadlib.m4
1653    m4/time_h.m4
1654    m4/time_r.m4
1655    m4/time_rz.m4
1656    m4/timegm.m4
1657    m4/timespec.m4
1658    m4/tm_gmtoff.m4
1659    m4/tmpdir.m4
1660    m4/trunc.m4
1661    m4/tzset.m4
1662    m4/ungetc.m4
1663    m4/unistd_h.m4
1664    m4/unlocked-io.m4
1665    m4/vararrays.m4
1666    m4/vasnprintf.m4
1667    m4/vasprintf-posix.m4
1668    m4/vasprintf.m4
1669    m4/version-etc.m4
1670    m4/vfprintf-posix.m4
1671    m4/visibility.m4
1672    m4/vprintf-posix.m4
1673    m4/vsnprintf-posix.m4
1674    m4/vsnprintf.m4
1675    m4/vsprintf-posix.m4
1676    m4/warn-on-use.m4
1677    m4/wchar_h.m4
1678    m4/wchar_t.m4
1679    m4/wcrtomb.m4
1680    m4/wctype_h.m4
1681    m4/wcwidth.m4
1682    m4/wint_t.m4
1683    m4/wmemchr.m4
1684    m4/wmempcpy.m4
1685    m4/write.m4
1686    m4/xalloc.m4
1687    m4/xsize.m4
1688    m4/xstrndup.m4
1689    m4/xvasprintf.m4
1690    m4/year2038.m4
1691    m4/zzgnulib.m4
1692  Creating directory ./gl
1693  Creating directory ./gl/m4
1694  Creating directory ./gl/doc
1695  Creating directory ./gl/glthread
1696  Creating directory ./gl/malloc
1697  Creating directory ./gl/unicase
1698  Creating directory ./gl/unictype
1699  Creating directory ./gl/unigbrk
1700  Creating directory ./gl/unilbrk
1701  Creating directory ./gl/uninorm
1702  Creating directory ./gl/unistr
1703  Creating directory ./gl/uniwbrk
1704  Creating directory ./gl/uniwidth
1705  Copying file build-aux/config.libpath
1706  Copying file build-aux/gitlog-to-changelog
1707  Copying file build-aux/install-reloc
1708  Copying file build-aux/libtool-reloc
1709  Copying file build-aux/reloc-ldflags
1710  Copying file gl/_Noreturn.h
1711  Copying file gl/alloca.c
1712  Copying file gl/alloca.in.h
1713  Copying file gl/allocator.c
1714  Copying file gl/allocator.h
1715  Copying file gl/anytostr.c
1716  Copying file gl/areadlink.c
1717  Copying file gl/areadlink.h
1718  Copying file gl/arg-nonnull.h
1719  Copying file gl/array-mergesort.h
1720  Copying file gl/asnprintf.c
1721  Copying file gl/asprintf.c
1722  Copying file gl/asyncsafe-spin.c
1723  Copying file gl/asyncsafe-spin.h
1724  Copying file gl/attribute.h
1725  Copying file gl/basename-lgpl.c
1726  Copying file gl/basename-lgpl.h
1727  Copying file gl/basename.c
1728  Copying file gl/binary-io.c
1729  Copying file gl/binary-io.h
1730  Copying file gl/btowc.c
1731  Copying file gl/byteswap.in.h
1732  Copying file gl/c++defs.h
1733  Copying file gl/c-asprintf.c
1734  Copying file gl/c-ctype.c
1735  Copying file gl/c-ctype.h
1736  Copying file gl/c-snprintf.c
1737  Copying file gl/c-snprintf.h
1738  Copying file gl/c-strcase.h
1739  Copying file gl/c-strcasecmp.c
1740  Copying file gl/c-strcasestr.c
1741  Copying file gl/c-strcasestr.h
1742  Copying file gl/c-strncasecmp.c
1743  Copying file gl/c-strtod.c
1744  Copying file gl/c-strtod.h
1745  Copying file gl/c-vasnprintf.c
1746  Copying file gl/c-vasnprintf.h
1747  Copying file gl/c-vasprintf.c
1748  Copying file gl/c-vasprintf.h
1749  Copying file gl/c-xasprintf.c
1750  Copying file gl/c-xvasprintf.c
1751  Copying file gl/c-xvasprintf.h
1752  Copying file gl/calloc.c
1753  Copying file gl/canonicalize-lgpl.c
1754  Copying file gl/careadlinkat.c
1755  Copying file gl/careadlinkat.h
1756  Copying file gl/cdefs.h
1757  Copying file gl/clean-temp-private.h
1758  Copying file gl/clean-temp-simple.c
1759  Copying file gl/clean-temp-simple.h
1760  Copying file gl/clean-temp.c
1761  Copying file gl/clean-temp.h
1762  Copying file gl/cloexec.c
1763  Copying file gl/cloexec.h
1764  Copying file gl/close.c
1765  Copying file gl/count-leading-zeros.c
1766  Copying file gl/count-leading-zeros.h
1767  Copying file gl/count-one-bits.c
1768  Copying file gl/count-one-bits.h
1769  Copying file gl/crc.c
1770  Copying file gl/crc.h
1771  Copying file gl/ctype.in.h
1772  Copying file gl/dirname-lgpl.c
1773  Copying file gl/dirname.c
1774  Copying file gl/dirname.h
1775  Copying file gl/doc/relocatable.texi
1776  Copying file gl/dtoastr.c
1777  Copying file gl/dtotimespec.c
1778  Copying file gl/dup2.c
1779  Copying file gl/dynarray.h
1780  Copying file gl/eloop-threshold.h
1781  Copying file gl/errno.in.h
1782  Copying file gl/error.c
1783  Copying file gl/error.h
1784  Copying file gl/exitfail.c
1785  Copying file gl/exitfail.h
1786  Copying file gl/explicit_bzero.c
1787  Copying file gl/fatal-signal.c
1788  Copying file gl/fatal-signal.h
1789  Copying file gl/fcntl.c
1790  Copying file gl/fcntl.in.h
1791  Copying file gl/fd-hook.c
1792  Copying file gl/fd-hook.h
1793  Copying file gl/filename.h
1794  Copying file gl/flexmember.h
1795  Copying file gl/float+.h
1796  Copying file gl/float.c
1797  Copying file gl/float.in.h
1798  Copying file gl/floor.c
1799  Copying file gl/fnmatch.c
1800  Copying file gl/fnmatch.in.h
1801  Copying file gl/fnmatch_loop.c
1802  Copying file gl/fopen.c
1803  Copying file gl/fprintf.c
1804  Copying file gl/fpucw.h
1805  Copying file gl/free.c
1806  Copying file gl/frexp.c
1807  Copying file gl/frexpl.c
1808  Copying file gl/fseek.c
1809  Copying file gl/fseeko.c
1810  Copying file gl/fseterr.c
1811  Copying file gl/fseterr.h
1812  Copying file gl/fstat.c
1813  Copying file gl/ftell.c
1814  Copying file gl/ftello.c
1815  Copying file gl/ftoastr.c
1816  Copying file gl/ftoastr.h
1817  Copying file gl/full-read.c
1818  Copying file gl/full-read.h
1819  Copying file gl/full-write.c
1820  Copying file gl/full-write.h
1821  Copying file gl/fwriteerror.c
1822  Copying file gl/fwriteerror.h
1823  Copying file gl/getdelim.c
1824  Copying file gl/getdtablesize.c
1825  Copying file gl/getline.c
1826  Copying file gl/getopt-cdefs.in.h
1827  Copying file gl/getopt-core.h
1828  Copying file gl/getopt-ext.h
1829  Copying file gl/getopt-pfx-core.h
1830  Copying file gl/getopt-pfx-ext.h
1831  Copying file gl/getopt.c
1832  Copying file gl/getopt.in.h
1833  Copying file gl/getopt1.c
1834  Copying file gl/getopt_int.h
1835  Copying file gl/getpass.c
1836  Copying file gl/getpass.h
1837  Copying file gl/getprogname.c
1838  Copying file gl/getprogname.h
1839  Copying file gl/getrandom.c
1840  Copying file gl/gettext.h
1841  Copying file gl/gettime.c
1842  Copying file gl/gettimeofday.c
1843  Copying file gl/gl_anyhash1.h
1844  Copying file gl/gl_anyhash2.h
1845  Copying file gl/gl_anyhash_primes.h
1846  Copying file gl/gl_anylinked_list1.h
1847  Copying file gl/gl_anylinked_list2.h
1848  Copying file gl/gl_linked_list.c
1849  Copying file gl/gl_linked_list.h
1850  Copying file gl/gl_linkedhash_list.c
1851  Copying file gl/gl_linkedhash_list.h
1852  Copying file gl/gl_list.c
1853  Copying file gl/gl_list.h
1854  Copying file gl/gl_xlist.c
1855  Copying file gl/gl_xlist.h
1856  Copying file gl/glthread/lock.c
1857  Copying file gl/glthread/lock.h
1858  Copying file gl/glthread/threadlib.c
1859  Copying file gl/hard-locale.c
1860  Copying file gl/hard-locale.h
1861  Copying file gl/ialloc.c
1862  Copying file gl/ialloc.h
1863  Copying file gl/idx.h
1864  Copying file gl/imaxtostr.c
1865  Copying file gl/intprops.h
1866  Copying file gl/inttostr.c
1867  Copying file gl/inttostr.h
1868  Copying file gl/inttypes.in.h
1869  Copying file gl/isblank.c
1870  Copying file gl/isfinite.c
1871  Copying file gl/isinf.c
1872  Copying file gl/isnan.c
1873  Copying file gl/isnand-nolibm.h
1874  Copying file gl/isnand.c
1875  Copying file gl/isnanf-nolibm.h
1876  Copying file gl/isnanf.c
1877  Copying file gl/isnanl-nolibm.h
1878  Copying file gl/isnanl.c
1879  Copying file gl/iswblank.c
1880  Copying file gl/iswdigit.c
1881  Copying file gl/iswxdigit.c
1882  Copying file gl/itold.c
1883  Copying file gl/langinfo.in.h
1884  Copying file gl/lc-charset-dispatch.c
1885  Copying file gl/lc-charset-dispatch.h
1886  Copying file gl/libc-config.h
1887  Copying file gl/limits.in.h
1888  Copying file gl/localcharset.c
1889  Copying file gl/localcharset.h
1890  Copying file gl/locale.in.h
1891  Copying file gl/localeconv.c
1892  Copying file gl/localename-table.c
1893  Copying file gl/localename-table.h
1894  Copying file gl/localename.c
1895  Copying file gl/localename.h
1896  Copying file gl/lseek.c
1897  Copying file gl/lstat.c
1898  Copying file gl/m4/00gnulib.m4
1899  Copying file gl/m4/__inline.m4
1900  Copying file gl/m4/absolute-header.m4
1901  Copying file gl/m4/alloca.m4
1902  Copying file gl/m4/asm-underscore.m4
1903  Copying file gl/m4/assert.m4
1904  Copying file gl/m4/btowc.m4
1905  Copying file gl/m4/builtin-expect.m4
1906  Copying file gl/m4/byteswap.m4
1907  Copying file gl/m4/c-strtod.m4
1908  Copying file gl/m4/calloc.m4
1909  Copying file gl/m4/canonicalize.m4
1910  Copying file gl/m4/ceil.m4
1911  Copying file gl/m4/check-math-lib.m4
1912  Copying file gl/m4/clock_time.m4
1913  Copying file gl/m4/close.m4
1914  Copying file gl/m4/codeset.m4
1915  Copying file gl/m4/configmake.m4
1916  Copying file gl/m4/ctype_h.m4
1917  Copying file gl/m4/double-slash-root.m4
1918  Copying file gl/m4/dup2.m4
1919  Copying file gl/m4/eealloc.m4
1920  Copying file gl/m4/environ.m4
1921  Copying file gl/m4/errno_h.m4
1922  Copying file gl/m4/error.m4
1923  Copying file gl/m4/explicit_bzero.m4
1924  Copying file gl/m4/exponentd.m4
1925  Copying file gl/m4/exponentf.m4
1926  Copying file gl/m4/exponentl.m4
1927  Copying file gl/m4/extensions.m4
1928  Copying file gl/m4/extern-inline.m4
1929  Copying file gl/m4/fatal-signal.m4
1930  Copying file gl/m4/fcntl-o.m4
1931  Copying file gl/m4/fcntl.m4
1932  Copying file gl/m4/fcntl_h.m4
1933  Copying file gl/m4/flexmember.m4
1934  Copying file gl/m4/float_h.m4
1935  Copying file gl/m4/floor.m4
1936  Copying file gl/m4/fnmatch.m4
1937  Copying file gl/m4/fnmatch_h.m4
1938  Copying file gl/m4/fopen.m4
1939  Copying file gl/m4/fpieee.m4
1940  Copying file gl/m4/fprintf-posix.m4
1941  Copying file gl/m4/free.m4
1942  Copying file gl/m4/frexp.m4
1943  Copying file gl/m4/frexpl.m4
1944  Copying file gl/m4/fseek.m4
1945  Copying file gl/m4/fseeko.m4
1946  Copying file gl/m4/fseterr.m4
1947  Copying file gl/m4/fstat.m4
1948  Copying file gl/m4/ftell.m4
1949  Copying file gl/m4/ftello.m4
1950  Copying file gl/m4/getdelim.m4
1951  Copying file gl/m4/getdtablesize.m4
1952  Copying file gl/m4/getline.m4
1953  Copying file gl/m4/getopt.m4
1954  Copying file gl/m4/getpass.m4
1955  Copying file gl/m4/getprogname.m4
1956  Copying file gl/m4/getrandom.m4
1957  Copying file gl/m4/gettime.m4
1958  Copying file gl/m4/gettimeofday.m4
1959  Copying file gl/m4/gnulib-common.m4
1960  Copying file gl/m4/gnulib-tool.m4
1961  Copying file gl/m4/include_next.m4
1962  Copying file gl/m4/inline.m4
1963  Copying file gl/m4/intl-thread-locale.m4
1964  Copying file gl/m4/intlmacosx.m4
1965  Copying file gl/m4/intmax_t.m4
1966  Copying file gl/m4/inttostr.m4
1967  Copying file gl/m4/inttypes.m4
1968  Copying file gl/m4/inttypes_h.m4
1969  Copying file gl/m4/isblank.m4
1970  Copying file gl/m4/isfinite.m4
1971  Copying file gl/m4/isinf.m4
1972  Copying file gl/m4/isnan.m4
1973  Copying file gl/m4/isnand.m4
1974  Copying file gl/m4/isnanf.m4
1975  Copying file gl/m4/isnanl.m4
1976  Copying file gl/m4/iswblank.m4
1977  Copying file gl/m4/iswdigit.m4
1978  Copying file gl/m4/iswxdigit.m4
1979  Copying file gl/m4/langinfo_h.m4
1980  Copying file gl/m4/largefile.m4
1981  Copying file gl/m4/lcmessage.m4
1982  Copying file gl/m4/ldexp.m4
1983  Copying file gl/m4/ldexpl.m4
1984  Copying file gl/m4/lib-ld.m4
1985  Copying file gl/m4/libunistring-base.m4
1986  Copying file gl/m4/limits-h.m4
1987  Copying file gl/m4/localcharset.m4
1988  Copying file gl/m4/locale-fr.m4
1989  Copying file gl/m4/locale-ja.m4
1990  Copying file gl/m4/locale-zh.m4
1991  Copying file gl/m4/locale_h.m4
1992  Copying file gl/m4/localeconv.m4
1993  Copying file gl/m4/localename.m4
1994  Copying file gl/m4/lock.m4
1995  Copying file gl/m4/lseek.m4
1996  Copying file gl/m4/lstat.m4
1997  Copying file gl/m4/malloc.m4
1998  Copying file gl/m4/malloca.m4
1999  Copying file gl/m4/math_h.m4
2000  Copying file gl/m4/mbchar.m4
2001  Copying file gl/m4/mbiter.m4
2002  Copying file gl/m4/mbrtowc.m4
2003  Copying file gl/m4/mbsinit.m4
2004  Copying file gl/m4/mbsrtowcs.m4
2005  Copying file gl/m4/mbstate_t.m4
2006  Copying file gl/m4/mbtowc.m4
2007  Copying file gl/m4/md4.m4
2008  Copying file gl/m4/memcasecmp.m4
2009  Copying file gl/m4/memchr.m4
2010  Copying file gl/m4/memmem.m4
2011  Copying file gl/m4/mempcpy.m4
2012  Copying file gl/m4/memrchr.m4
2013  Copying file gl/m4/minmax.m4
2014  Copying file gl/m4/mkdir.m4
2015  Copying file gl/m4/mkdtemp.m4
2016  Copying file gl/m4/mkstemp.m4
2017  Copying file gl/m4/mktime.m4
2018  Copying file gl/m4/mmap-anon.m4
2019  Copying file gl/m4/mode_t.m4
2020  Copying file gl/m4/msvc-inval.m4
2021  Copying file gl/m4/msvc-nothrow.m4
2022  Copying file gl/m4/multiarch.m4
2023  Copying file gl/m4/nl_langinfo.m4
2024  Copying file gl/m4/nocrash.m4
2025  Copying file gl/m4/nstrftime.m4
2026  Copying file gl/m4/off_t.m4
2027  Copying file gl/m4/open-cloexec.m4
2028  Copying file gl/m4/open-slash.m4
2029  Copying file gl/m4/open.m4
2030  Copying file gl/m4/pathmax.m4
2031  Copying file gl/m4/pid_t.m4
2032  Copying file gl/m4/pipe2.m4
2033  Copying file gl/m4/printf-frexp.m4
2034  Copying file gl/m4/printf-frexpl.m4
2035  Copying file gl/m4/printf-posix-rpl.m4
2036  Copying file gl/m4/printf.m4
2037  Copying file gl/m4/pthread_rwlock_rdlock.m4
2038  Copying file gl/m4/raise.m4
2039  Copying file gl/m4/rawmemchr.m4
2040  Copying file gl/m4/read-file.m4
2041  Copying file gl/m4/read.m4
2042  Copying file gl/m4/readlink.m4
2043  Copying file gl/m4/realloc.m4
2044  Copying file gl/m4/reallocarray.m4
2045  Copying file gl/m4/regex.m4
2046  Copying file gl/m4/relocatable-lib.m4
2047  Copying file gl/m4/relocatable.m4
2048  Copying file gl/m4/rename.m4
2049  Copying file gl/m4/rmdir.m4
2050  Copying file gl/m4/round.m4
2051  Copying file gl/m4/safe-read.m4
2052  Copying file gl/m4/safe-write.m4
2053  Copying file gl/m4/secure_getenv.m4
2054  Copying file gl/m4/select.m4
2055  Copying file gl/m4/setenv.m4
2056  Copying file gl/m4/setlocale_null.m4
2057  Copying file gl/m4/sig_atomic_t.m4
2058  Copying file gl/m4/sigaction.m4
2059  Copying file gl/m4/signal_h.m4
2060  Copying file gl/m4/signalblocking.m4
2061  Copying file gl/m4/signbit.m4
2062  Copying file gl/m4/size_max.m4
2063  Copying file gl/m4/snprintf-posix.m4
2064  Copying file gl/m4/snprintf.m4
2065  Copying file gl/m4/socketlib.m4
2066  Copying file gl/m4/sockets.m4
2067  Copying file gl/m4/socklen.m4
2068  Copying file gl/m4/sockpfaf.m4
2069  Copying file gl/m4/sparcv8+.m4
2070  Copying file gl/m4/sprintf-posix.m4
2071  Copying file gl/m4/ssize_t.m4
2072  Copying file gl/m4/stat-time.m4
2073  Copying file gl/m4/stat.m4
2074  Copying file gl/m4/std-gnu11.m4
2075  Copying file gl/m4/stdalign.m4
2076  Copying file gl/m4/stdarg.m4
2077  Copying file gl/m4/stdbool.m4
2078  Copying file gl/m4/stddef_h.m4
2079  Copying file gl/m4/stdint.m4
2080  Copying file gl/m4/stdint_h.m4
2081  Copying file gl/m4/stdio_h.m4
2082  Copying file gl/m4/stdlib_h.m4
2083  Copying file gl/m4/stpcpy.m4
2084  Copying file gl/m4/strcase.m4
2085  Copying file gl/m4/strcasestr.m4
2086  Copying file gl/m4/strdup.m4
2087  Copying file gl/m4/strerror.m4
2088  Copying file gl/m4/string_h.m4
2089  Copying file gl/m4/strings_h.m4
2090  Copying file gl/m4/strncat.m4
2091  Copying file gl/m4/strndup.m4
2092  Copying file gl/m4/strnlen.m4
2093  Copying file gl/m4/strsep.m4
2094  Copying file gl/m4/strtod.m4
2095  Copying file gl/m4/strtok_r.m4
2096  Copying file gl/m4/sys_random_h.m4
2097  Copying file gl/m4/sys_select_h.m4
2098  Copying file gl/m4/sys_socket_h.m4
2099  Copying file gl/m4/sys_stat_h.m4
2100  Copying file gl/m4/sys_time_h.m4
2101  Copying file gl/m4/sys_types_h.m4
2102  Copying file gl/m4/sys_uio_h.m4
2103  Copying file gl/m4/tempname.m4
2104  Copying file gl/m4/termios_h.m4
2105  Copying file gl/m4/threadlib.m4
2106  Copying file gl/m4/time_h.m4
2107  Copying file gl/m4/time_r.m4
2108  Copying file gl/m4/time_rz.m4
2109  Copying file gl/m4/timegm.m4
2110  Copying file gl/m4/timespec.m4
2111  Copying file gl/m4/tm_gmtoff.m4
2112  Copying file gl/m4/tmpdir.m4
2113  Copying file gl/m4/trunc.m4
2114  Copying file gl/m4/tzset.m4
2115  Copying file gl/m4/ungetc.m4
2116  Copying file gl/m4/unistd_h.m4
2117  Copying file gl/m4/unlocked-io.m4
2118  Copying file gl/m4/vararrays.m4
2119  Copying file gl/m4/vasnprintf.m4
2120  Copying file gl/m4/vasprintf-posix.m4
2121  Copying file gl/m4/vasprintf.m4
2122  Copying file gl/m4/version-etc.m4
2123  Copying file gl/m4/vfprintf-posix.m4
2124  Copying file gl/m4/visibility.m4
2125  Copying file gl/m4/vprintf-posix.m4
2126  Copying file gl/m4/vsnprintf-posix.m4
2127  Copying file gl/m4/vsnprintf.m4
2128  Copying file gl/m4/vsprintf-posix.m4
2129  Copying file gl/m4/warn-on-use.m4
2130  Copying file gl/m4/wchar_h.m4
2131  Copying file gl/m4/wchar_t.m4
2132  Copying file gl/m4/wcrtomb.m4
2133  Copying file gl/m4/wctype_h.m4
2134  Copying file gl/m4/wcwidth.m4
2135  Copying file gl/m4/wint_t.m4
2136  Copying file gl/m4/wmemchr.m4
2137  Copying file gl/m4/wmempcpy.m4
2138  Copying file gl/m4/write.m4
2139  Copying file gl/m4/xalloc.m4
2140  Copying file gl/m4/xsize.m4
2141  Copying file gl/m4/xstrndup.m4
2142  Copying file gl/m4/xvasprintf.m4
2143  Copying file gl/m4/year2038.m4
2144  Copying file gl/m4/zzgnulib.m4
2145  Copying file gl/malloc.c
2146  Copying file gl/malloc/dynarray-skeleton.c
2147  Copying file gl/malloc/dynarray.h
2148  Copying file gl/malloc/dynarray_at_failure.c
2149  Copying file gl/malloc/dynarray_emplace_enlarge.c
2150  Copying file gl/malloc/dynarray_finalize.c
2151  Copying file gl/malloc/dynarray_resize.c
2152  Copying file gl/malloc/dynarray_resize_clear.c
2153  Copying file gl/malloc/scratch_buffer.h
2154  Copying file gl/malloc/scratch_buffer_dupfree.c
2155  Copying file gl/malloc/scratch_buffer_grow.c
2156  Copying file gl/malloc/scratch_buffer_grow_preserve.c
2157  Copying file gl/malloc/scratch_buffer_set_array_size.c
2158  Copying file gl/malloca.c
2159  Copying file gl/malloca.h
2160  Copying file gl/math.c
2161  Copying file gl/math.in.h
2162  Copying file gl/mbchar.c
2163  Copying file gl/mbchar.h
2164  Copying file gl/mbiter.c
2165  Copying file gl/mbiter.h
2166  Copying file gl/mbrtowc-impl-utf8.h
2167  Copying file gl/mbrtowc-impl.h
2168  Copying file gl/mbrtowc.c
2169  Copying file gl/mbsinit.c
2170  Copying file gl/mbsrtowcs-impl.h
2171  Copying file gl/mbsrtowcs-state.c
2172  Copying file gl/mbsrtowcs.c
2173  Copying file gl/mbtowc-impl.h
2174  Copying file gl/mbtowc-lock.c
2175  Copying file gl/mbtowc-lock.h
2176  Copying file gl/mbtowc.c
2177  Copying file gl/md4-stream.c
2178  Copying file gl/md4.c
2179  Copying file gl/md4.h
2180  Copying file gl/memcasecmp.c
2181  Copying file gl/memcasecmp.h
2182  Copying file gl/memchr.c
2183  Copying file gl/memchr.valgrind
2184  Copying file gl/memchr2.c
2185  Copying file gl/memchr2.h
2186  Copying file gl/memchr2.valgrind
2187  Copying file gl/memmem.c
2188  Copying file gl/mempcpy.c
2189  Copying file gl/memrchr.c
2190  Copying file gl/minmax.h
2191  Copying file gl/mkdir.c
2192  Copying file gl/mkdtemp.c
2193  Copying file gl/mkstemp.c
2194  Copying file gl/mktime-internal.h
2195  Copying file gl/mktime.c
2196  Copying file gl/msvc-inval.c
2197  Copying file gl/msvc-inval.h
2198  Copying file gl/msvc-nothrow.c
2199  Copying file gl/msvc-nothrow.h
2200  Copying file gl/nl_langinfo-lock.c
2201  Copying file gl/nl_langinfo.c
2202  Copying file gl/nstrftime.c
2203  Copying file gl/offtostr.c
2204  Copying file gl/open.c
2205  Copying file gl/pathmax.h
2206  Copying file gl/pipe2.c
2207  Copying file gl/printf-args.c
2208  Copying file gl/printf-args.h
2209  Copying file gl/printf-frexp.c
2210  Copying file gl/printf-frexp.h
2211  Copying file gl/printf-frexpl.c
2212  Copying file gl/printf-frexpl.h
2213  Copying file gl/printf-parse.c
2214  Copying file gl/printf-parse.h
2215  Copying file gl/printf.c
2216  Copying file gl/progname.c
2217  Copying file gl/progname.h
2218  Copying file gl/progreloc.c
2219  Copying file gl/raise.c
2220  Copying file gl/rawmemchr.c
2221  Copying file gl/rawmemchr.valgrind
2222  Copying file gl/read-file.c
2223  Copying file gl/read-file.h
2224  Copying file gl/read.c
2225  Copying file gl/readlink.c
2226  Copying file gl/realloc.c
2227  Copying file gl/reallocarray.c
2228  Copying file gl/regcomp.c
2229  Copying file gl/regex.c
2230  Copying file gl/regex.h
2231  Copying file gl/regex_internal.c
2232  Copying file gl/regex_internal.h
2233  Copying file gl/regexec.c
2234  Copying file gl/relocatable.c
2235  Copying file gl/relocatable.h
2236  Copying file gl/relocwrapper.c
2237  Copying file gl/rename.c
2238  Copying file gl/rijndael-alg-fst.c
2239  Copying file gl/rijndael-alg-fst.h
2240  Copying file gl/rijndael-api-fst.c
2241  Copying file gl/rijndael-api-fst.h
2242  Copying file gl/rmdir.c
2243  Copying file gl/round.c
2244  Copying file gl/safe-read.c
2245  Copying file gl/safe-read.h
2246  Copying file gl/safe-write.c
2247  Copying file gl/safe-write.h
2248  Copying file gl/same-inode.h
2249  Copying file gl/scratch_buffer.h
2250  Copying file gl/secure_getenv.c
2251  Copying file gl/select.c
2252  Copying file gl/setenv.c
2253  Copying file gl/setlocale-lock.c
2254  Copying file gl/setlocale_null.c
2255  Copying file gl/setlocale_null.h
2256  Copying file gl/sig-handler.c
2257  Copying file gl/sig-handler.h
2258  Copying file gl/sigaction.c
2259  Copying file gl/signal.in.h
2260  Copying file gl/signbitd.c
2261  Copying file gl/signbitf.c
2262  Copying file gl/signbitl.c
2263  Copying file gl/sigprocmask.c
2264  Copying file gl/size_max.h
2265  Copying file gl/snprintf.c
2266  Copying file gl/sockets.c
2267  Copying file gl/sockets.h
2268  Copying file gl/sprintf.c
2269  Copying file gl/stat-time.c
2270  Copying file gl/stat-time.h
2271  Copying file gl/stat-w32.c
2272  Copying file gl/stat-w32.h
2273  Copying file gl/stat.c
2274  Copying file gl/stdalign.in.h
2275  Copying file gl/stdarg.in.h
2276  Copying file gl/stdbool.in.h
2277  Copying file gl/stddef.in.h
2278  Copying file gl/stdint.in.h
2279  Copying file gl/stdio-impl.h
2280  Copying file gl/stdio-read.c
2281  Copying file gl/stdio-write.c
2282  Copying file gl/stdio.in.h
2283  Copying file gl/stdlib.in.h
2284  Copying file gl/stpcpy.c
2285  Copying file gl/str-two-way.h
2286  Copying file gl/strcasecmp.c
2287  Copying file gl/strcasestr.c
2288  Copying file gl/strdup.c
2289  Copying file gl/streq.h
2290  Copying file gl/strerror-override.c
2291  Copying file gl/strerror-override.h
2292  Copying file gl/strerror.c
2293  Copying file gl/strftime.h
2294  Copying file gl/string.in.h
2295  Copying file gl/strings.in.h
2296  Copying file gl/stripslash.c
2297  Copying file gl/strncasecmp.c
2298  Copying file gl/strncat.c
2299  Copying file gl/strndup.c
2300  Copying file gl/strnlen.c
2301  Copying file gl/strnlen1.c
2302  Copying file gl/strnlen1.h
2303  Copying file gl/strsep.c
2304  Copying file gl/strtod.c
2305  Copying file gl/strtok_r.c
2306  Copying file gl/sys-limits.h
2307  Copying file gl/sys_random.in.h
2308  Copying file gl/sys_select.in.h
2309  Copying file gl/sys_socket.c
2310  Copying file gl/sys_socket.in.h
2311  Copying file gl/sys_stat.in.h
2312  Copying file gl/sys_time.in.h
2313  Copying file gl/sys_types.in.h
2314  Copying file gl/sys_uio.in.h
2315  Copying file gl/tempname.c
2316  Copying file gl/tempname.h
2317  Copying file gl/termios.in.h
2318  Copying file gl/thread-optim.h
2319  Copying file gl/time-internal.h
2320  Copying file gl/time.in.h
2321  Copying file gl/time_r.c
2322  Copying file gl/time_rz.c
2323  Copying file gl/timegm.c
2324  Copying file gl/timespec-add.c
2325  Copying file gl/timespec-sub.c
2326  Copying file gl/timespec.c
2327  Copying file gl/timespec.h
2328  Copying file gl/tmpdir.c
2329  Copying file gl/tmpdir.h
2330  Copying file gl/trunc.c
2331  Copying file gl/tzset.c
2332  Copying file gl/uinttostr.c
2333  Copying file gl/umaxtostr.c
2334  Copying file gl/unicase.in.h
2335  Copying file gl/unicase/cased.c
2336  Copying file gl/unicase/cased.h
2337  Copying file gl/unicase/casefold.h
2338  Copying file gl/unicase/caseprop.h
2339  Copying file gl/unicase/context.h
2340  Copying file gl/unicase/empty-prefix-context.c
2341  Copying file gl/unicase/empty-suffix-context.c
2342  Copying file gl/unicase/ignorable.c
2343  Copying file gl/unicase/ignorable.h
2344  Copying file gl/unicase/simple-mapping.h
2345  Copying file gl/unicase/special-casing-table.gperf
2346  Copying file gl/unicase/special-casing.c
2347  Copying file gl/unicase/special-casing.in.h
2348  Copying file gl/unicase/tocasefold.c
2349  Copying file gl/unicase/tocasefold.h
2350  Copying file gl/unicase/tolower.c
2351  Copying file gl/unicase/tolower.h
2352  Copying file gl/unicase/totitle.c
2353  Copying file gl/unicase/totitle.h
2354  Copying file gl/unicase/toupper.c
2355  Copying file gl/unicase/toupper.h
2356  Copying file gl/unicase/u-casecmp.h
2357  Copying file gl/unicase/u-casefold.h
2358  Copying file gl/unicase/u-casemap.h
2359  Copying file gl/unicase/u-ct-casefold.h
2360  Copying file gl/unicase/u-ct-totitle.h
2361  Copying file gl/unicase/u-totitle.h
2362  Copying file gl/unicase/u8-casecmp.c
2363  Copying file gl/unicase/u8-casefold.c
2364  Copying file gl/unicase/u8-casemap.c
2365  Copying file gl/unicase/u8-ct-casefold.c
2366  Copying file gl/unicase/u8-ct-totitle.c
2367  Copying file gl/unicase/u8-tolower.c
2368  Copying file gl/unicase/u8-totitle.c
2369  Copying file gl/unicase/u8-toupper.c
2370  Copying file gl/unicase/unicasemap.h
2371  Copying file gl/unictype.in.h
2372  Copying file gl/unictype/bitmap.h
2373  Copying file gl/unictype/categ_none.c
2374  Copying file gl/unictype/categ_of.c
2375  Copying file gl/unictype/categ_of.h
2376  Copying file gl/unictype/combiningclass.c
2377  Copying file gl/unictype/combiningclass.h
2378  Copying file gl/unictype/ctype_print.c
2379  Copying file gl/unictype/ctype_print.h
2380  Copying file gl/unictype/pr_extended_pictographic.c
2381  Copying file gl/unictype/pr_extended_pictographic.h
2382  Copying file gl/unictype/pr_soft_dotted.c
2383  Copying file gl/unictype/pr_soft_dotted.h
2384  Copying file gl/unigbrk.in.h
2385  Copying file gl/unigbrk/gbrkprop.h
2386  Copying file gl/unigbrk/uc-gbrk-prop.c
2387  Copying file gl/unigbrk/uc-is-grapheme-break.c
2388  Copying file gl/unilbrk.in.h
2389  Copying file gl/unilbrk/internal.h
2390  Copying file gl/unilbrk/lbrkprop1.h
2391  Copying file gl/unilbrk/lbrkprop2.h
2392  Copying file gl/unilbrk/lbrktables.c
2393  Copying file gl/unilbrk/lbrktables.h
2394  Copying file gl/unilbrk/u8-possible-linebreaks.c
2395  Copying file gl/uninorm.in.h
2396  Copying file gl/uninorm/canonical-decomposition.c
2397  Copying file gl/uninorm/compat-decomposition.c
2398  Copying file gl/uninorm/decompose-internal.c
2399  Copying file gl/uninorm/decompose-internal.h
2400  Copying file gl/uninorm/decomposing-form.c
2401  Copying file gl/uninorm/decomposition-table.c
2402  Copying file gl/uninorm/decomposition-table.h
2403  Copying file gl/uninorm/decomposition-table1.h
2404  Copying file gl/uninorm/decomposition-table2.h
2405  Copying file gl/uninorm/decomposition.c
2406  Copying file gl/uninorm/nfd.c
2407  Copying file gl/uninorm/nfkd.c
2408  Copying file gl/uninorm/normalize-internal.h
2409  Copying file gl/uninorm/u-normalize-internal.h
2410  Copying file gl/uninorm/u8-normalize.c
2411  Copying file gl/unistd.c
2412  Copying file gl/unistd.in.h
2413  Copying file gl/unistr.in.h
2414  Copying file gl/unistr/u-cmp2.h
2415  Copying file gl/unistr/u-cpy.h
2416  Copying file gl/unistr/u8-check.c
2417  Copying file gl/unistr/u8-cmp.c
2418  Copying file gl/unistr/u8-cmp2.c
2419  Copying file gl/unistr/u8-cpy.c
2420  Copying file gl/unistr/u8-mblen.c
2421  Copying file gl/unistr/u8-mbtouc-aux.c
2422  Copying file gl/unistr/u8-mbtouc-unsafe-aux.c
2423  Copying file gl/unistr/u8-mbtouc-unsafe.c
2424  Copying file gl/unistr/u8-mbtouc.c
2425  Copying file gl/unistr/u8-mbtoucr.c
2426  Copying file gl/unistr/u8-strlen.c
2427  Copying file gl/unistr/u8-strmbtouc.c
2428  Copying file gl/unistr/u8-strncat.c
2429  Copying file gl/unistr/u8-uctomb-aux.c
2430  Copying file gl/unistr/u8-uctomb.c
2431  Copying file gl/unitypes.in.h
2432  Copying file gl/uniwbrk.in.h
2433  Copying file gl/uniwbrk/u-wordbreaks.h
2434  Copying file gl/uniwbrk/u8-wordbreaks.c
2435  Copying file gl/uniwbrk/wbrkprop.h
2436  Copying file gl/uniwbrk/wbrktable.c
2437  Copying file gl/uniwbrk/wbrktable.h
2438  Copying file gl/uniwbrk/wordbreak-property.c
2439  Copying file gl/uniwidth.in.h
2440  Copying file gl/uniwidth/cjk.h
2441  Copying file gl/uniwidth/u8-strwidth.c
2442  Copying file gl/uniwidth/u8-width.c
2443  Copying file gl/uniwidth/width.c
2444  Copying file gl/uniwidth/width0.h
2445  Copying file gl/uniwidth/width2.h
2446  Copying file gl/unlocked-io.h
2447  Copying file gl/unsetenv.c
2448  Copying file gl/vasnprintf.c
2449  Copying file gl/vasnprintf.h
2450  Copying file gl/vasprintf.c
2451  Copying file gl/verify.h
2452  Copying file gl/version-etc-fsf.c
2453  Copying file gl/version-etc.c
2454  Copying file gl/version-etc.h
2455  Copying file gl/vfprintf.c
2456  Copying file gl/vprintf.c
2457  Copying file gl/vsnprintf.c
2458  Copying file gl/vsprintf.c
2459  Copying file gl/w32sock.h
2460  Copying file gl/warn-on-use.h
2461  Copying file gl/wchar.in.h
2462  Copying file gl/wcrtomb.c
2463  Copying file gl/wctype-h.c
2464  Copying file gl/wctype.in.h
2465  Copying file gl/wcwidth.c
2466  Copying file gl/windows-initguard.h
2467  Copying file gl/windows-mutex.c
2468  Copying file gl/windows-mutex.h
2469  Copying file gl/windows-once.c
2470  Copying file gl/windows-once.h
2471  Copying file gl/windows-recmutex.c
2472  Copying file gl/windows-recmutex.h
2473  Copying file gl/windows-rwlock.c
2474  Copying file gl/windows-rwlock.h
2475  Copying file gl/windows-spin.c
2476  Copying file gl/windows-spin.h
2477  Copying file gl/wmemchr-impl.h
2478  Copying file gl/wmemchr.c
2479  Copying file gl/wmempcpy.c
2480  Copying file gl/write.c
2481  Copying file gl/xalloc-die.c
2482  Copying file gl/xalloc-oversized.h
2483  Copying file gl/xalloc.h
2484  Copying file gl/xasprintf.c
2485  Copying file gl/xbinary-io.c
2486  Copying file gl/xbinary-io.h
2487  Copying file gl/xmalloc.c
2488  Copying file gl/xmalloca.c
2489  Copying file gl/xmalloca.h
2490  Copying file gl/xmemdup0.c
2491  Copying file gl/xmemdup0.h
2492  Copying file gl/xreadlink.c
2493  Copying file gl/xreadlink.h
2494  Copying file gl/xsize.c
2495  Copying file gl/xsize.h
2496  Copying file gl/xstrndup.c
2497  Copying file gl/xstrndup.h
2498  Copying file gl/xvasprintf.c
2499  Copying file gl/xvasprintf.h
2500  Creating gl/m4/gnulib-cache.m4
2501  Creating gl/m4/gnulib-comp.m4
2502  Creating gl/automake.mk
2503  Finished.
2504  
2505  You may need to add #include directives for the following .h files.
2506    #include <assert.h>
2507    #include <byteswap.h>
2508    #include <fcntl.h>
2509    #include <fnmatch.h>
2510    #include <getopt.h>
2511    #include <math.h>
2512    #include <regex.h>
2513    #include <stdarg.h>
2514    #include <stdbool.h>
2515    #include <stdint.h>
2516    #include <stdio.h>
2517    #include <stdlib.h>
2518    #include <string.h>
2519    #include <sys/select.h>
2520    #include <sys/stat.h>
2521    #include <sys/time.h>
2522    #include <termios.h>
2523    #include <unistd.h>
2524    #include "c-ctype.h"
2525    #include "c-snprintf.h"
2526    #include "c-strcase.h"
2527    #include "c-strcasestr.h"
2528    #include "c-strtod.h"
2529    #include "c-xvasprintf.h"
2530    #include "clean-temp.h"
2531    #include "configmake.h"
2532    #include "count-leading-zeros.h"
2533    #include "count-one-bits.h"
2534    #include "crc.h"
2535    #include "dirname.h"
2536    #include "fatal-signal.h"
2537    #include "ftoastr.h"
2538    #include "full-read.h"
2539    #include "full-write.h"
2540    #include "fwriteerror.h"
2541    #include "gettext.h"
2542    #include "intprops.h"
2543    #include "inttostr.h"
2544    #include "localcharset.h"
2545    #include "localename.h"
2546    #include "mbchar.h"
2547    #include "mbiter.h"
2548    #include "md4.h"
2549    #include "memcasecmp.h"
2550    #include "memchr2.h"
2551    #include "minmax.h"
2552    #include "progname.h"
2553    #include "read-file.h"
2554    #include "relocatable.h"
2555    #include "rijndael-alg-fst.h"
2556    #include "rijndael-api-fst.h"
2557    #include "strftime.h"
2558    #include "tempname.h"
2559    #include "timespec.h"
2560    #include "unicase.h"
2561    #include "unictype.h"
2562    #include "unigbrk.h"
2563    #include "unilbrk.h"
2564    #include "uninorm.h"
2565    #include "unistr.h"
2566    #include "unitypes.h"
2567    #include "uniwidth.h"
2568    #include "unlocked-io.h"
2569    #include "vasprintf.h"
2570    #include "verify.h"
2571    #include "version-etc.h"
2572    #include "xalloc.h"
2573    #include "xbinary-io.h"
2574    #include "xmalloca.h"
2575    #include "xmemdup0.h"
2576    #include "xsize.h"
2577    #include "xstrndup.h"
2578    #include "xvasprintf.h"
2579  
2580  You may need to use the following Makefile variables when linking.
2581  Use them in <program>_LDADD when linking a program, or
2582  in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
2583    $(FLOOR_LIBM)
2584    $(ISNAND_LIBM)
2585    $(ISNANF_LIBM)
2586    $(ISNANL_LIBM)
2587    $(LIBSOCKET)
2588    $(LIBTHREAD)
2589    $(LIB_CLOCK_GETTIME)
2590    $(LIB_GETRANDOM)
2591    $(LIB_HARD_LOCALE)
2592    $(LIB_MBRTOWC)
2593    $(LIB_SELECT)
2594    $(LIB_SETLOCALE_NULL)
2595    $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
2596    $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
2597    $(ROUND_LIBM)
2598    $(TRUNC_LIBM)
2599    @INTL_MACOSX_LIBS@
2600  
2601  Don't forget to
2602    - "include automake.mk" from within "gl/Makefile.am",
2603    - mention "-I gl/m4" in ACLOCAL_AMFLAGS in Makefile.am
2604      or add an AC_CONFIG_MACRO_DIRS([gl/m4]) invocation in ./configure.ac,
2605    - mention "gl/m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
2606    - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
2607    - invoke gl_INIT in ./configure.ac.
2608  if (glibtoolize --version) >/dev/null 2>&1; then	\
2609  	LIBTOOLIZE=glibtoolize;				\
2610  elif (libtoolize --version) >/dev/null 2>&1; then	\
2611  	LIBTOOLIZE=libtoolize;				\
2612  else							\
2613  	echo >&2 "libtoolize not found";		\
2614  	exit 1;						\
2615  fi;							\
2616  $LIBTOOLIZE --force --automake --copy
2617  make -f Smake Makefile.in configure
2618  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp'
2619  autoheader
2620  aclocal -I m4 -I gl/m4
2621  printf '<?xml version="1.0" encoding="UTF-8"?>\n' > src/ui/gui/resources.xml
2622  rm -f src/ui/gui/icons/manifest
2623  printf '<gresources>\n' >> src/ui/gui/resources.xml
2624  printf '# This is a generated file. Do not edit.\n' >> src/ui/gui/icons/manifest
2625  printf ' <gresource prefix="org/gnu/pspp">\n' >> src/ui/gui/resources.xml
2626  printf 'icons =' >> src/ui/gui/icons/manifest
2627  for x in src/ui/gui/icons/48x48/categories/align-left.png src/ui/gui/icons/48x48/categories/align-center.png src/ui/gui/icons/48x48/categories/align-right.png src/ui/gui/icons/48x48/categories/measure-scale.png src/ui/gui/icons/48x48/categories/measure-ordinal.png src/ui/gui/icons/48x48/categories/measure-nominal.png src/ui/gui/icons/48x48/categories/measure-date-scale.png src/ui/gui/icons/48x48/categories/measure-date-nominal.png src/ui/gui/icons/48x48/categories/measure-date-ordinal.png src/ui/gui/icons/48x48/categories/measure-time-scale.png src/ui/gui/icons/48x48/categories/measure-time-nominal.png src/ui/gui/icons/48x48/categories/measure-time-ordinal.png src/ui/gui/icons/48x48/categories/measure-string-nominal.png src/ui/gui/icons/48x48/categories/measure-string-ordinal.png src/ui/gui/icons/48x48/categories/measure-currency-scale.png src/ui/gui/icons/48x48/categories/measure-currency-nominal.png src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png src/ui/gui/icons/48x48/categories/role-input.png src/ui/gui/icons/48x48/categories/role-target.png src/ui/gui/icons/48x48/categories/role-both.png src/ui/gui/icons/48x48/categories/role-none.png src/ui/gui/icons/48x48/categories/role-partition.png src/ui/gui/icons/48x48/categories/role-split.png src/ui/gui/icons/scalable/categories/align-left.svg src/ui/gui/icons/scalable/categories/align-center.svg src/ui/gui/icons/scalable/categories/align-right.svg src/ui/gui/icons/scalable/categories/measure-scale.svg src/ui/gui/icons/scalable/categories/measure-ordinal.svg src/ui/gui/icons/scalable/categories/measure-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-scale.svg src/ui/gui/icons/scalable/categories/measure-date-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg src/ui/gui/icons/scalable/categories/measure-time-scale.svg src/ui/gui/icons/scalable/categories/measure-time-nominal.svg src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg src/ui/gui/icons/scalable/categories/measure-string-nominal.svg src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg src/ui/gui/icons/scalable/categories/measure-currency-scale.svg src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg src/ui/gui/icons/scalable/categories/role-input.svg src/ui/gui/icons/scalable/categories/role-target.svg src/ui/gui/icons/scalable/categories/role-both.svg src/ui/gui/icons/scalable/categories/role-none.svg src/ui/gui/icons/scalable/categories/role-partition.svg src/ui/gui/icons/scalable/categories/role-split.svg src/ui/gui/icons/24x24/actions/pspp-file-open-data.png src/ui/gui/icons/24x24/actions/pspp-file-save-data.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png src/ui/gui/icons/24x24/actions/pspp-edit-find.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png src/ui/gui/icons/24x24/actions/pspp-data-split-file.png src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png src/ui/gui/icons/48x48/actions/pspp-file-open-data.png src/ui/gui/icons/48x48/actions/pspp-file-save-data.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png src/ui/gui/icons/48x48/actions/pspp-edit-find.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png src/ui/gui/icons/48x48/actions/pspp-data-split-file.png src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png src/ui/gui/icons/96x96/actions/pspp-file-open-data.png src/ui/gui/icons/96x96/actions/pspp-file-save-data.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png src/ui/gui/icons/96x96/actions/pspp-edit-find.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png src/ui/gui/icons/96x96/actions/pspp-data-split-file.png src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-find.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/16x16/apps/org.gnu.pspp.png src/ui/gui/icons/32x32/apps/org.gnu.pspp.png src/ui/gui/icons/48x48/apps/org.gnu.pspp.png src/ui/gui/icons/256x256/apps/org.gnu.pspp.png src/ui/gui/icons/scalable/apps/org.gnu.pspp.svg src/ui/gui/icons/splash-t.png src/ui/gui/icons/splash-r.png; do \
2628    z=`echo "$x" | sed -e 's%src/ui/gui/%%'` ; \
2629    printf "  <file>$z</file>\n" >> src/ui/gui/resources.xml ; \
2630  done
2631  for i in  src/ui/gui/icons/48x48/categories/align-left.png src/ui/gui/icons/48x48/categories/align-center.png src/ui/gui/icons/48x48/categories/align-right.png src/ui/gui/icons/48x48/categories/measure-scale.png src/ui/gui/icons/48x48/categories/measure-ordinal.png src/ui/gui/icons/48x48/categories/measure-nominal.png src/ui/gui/icons/48x48/categories/measure-date-scale.png src/ui/gui/icons/48x48/categories/measure-date-nominal.png src/ui/gui/icons/48x48/categories/measure-date-ordinal.png src/ui/gui/icons/48x48/categories/measure-time-scale.png src/ui/gui/icons/48x48/categories/measure-time-nominal.png src/ui/gui/icons/48x48/categories/measure-time-ordinal.png src/ui/gui/icons/48x48/categories/measure-string-nominal.png src/ui/gui/icons/48x48/categories/measure-string-ordinal.png src/ui/gui/icons/48x48/categories/measure-currency-scale.png src/ui/gui/icons/48x48/categories/measure-currency-nominal.png src/ui/gui/icons/48x48/categories/measure-currency-ordinal.png src/ui/gui/icons/48x48/categories/role-input.png src/ui/gui/icons/48x48/categories/role-target.png src/ui/gui/icons/48x48/categories/role-both.png src/ui/gui/icons/48x48/categories/role-none.png src/ui/gui/icons/48x48/categories/role-partition.png src/ui/gui/icons/48x48/categories/role-split.png src/ui/gui/icons/scalable/categories/align-left.svg src/ui/gui/icons/scalable/categories/align-center.svg src/ui/gui/icons/scalable/categories/align-right.svg src/ui/gui/icons/scalable/categories/measure-scale.svg src/ui/gui/icons/scalable/categories/measure-ordinal.svg src/ui/gui/icons/scalable/categories/measure-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-scale.svg src/ui/gui/icons/scalable/categories/measure-date-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg src/ui/gui/icons/scalable/categories/measure-time-scale.svg src/ui/gui/icons/scalable/categories/measure-time-nominal.svg src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg src/ui/gui/icons/scalable/categories/measure-string-nominal.svg src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg src/ui/gui/icons/scalable/categories/measure-currency-scale.svg src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg src/ui/gui/icons/scalable/categories/role-input.svg src/ui/gui/icons/scalable/categories/role-target.svg src/ui/gui/icons/scalable/categories/role-both.svg src/ui/gui/icons/scalable/categories/role-none.svg src/ui/gui/icons/scalable/categories/role-partition.svg src/ui/gui/icons/scalable/categories/role-split.svg src/ui/gui/icons/24x24/actions/pspp-file-open-data.png src/ui/gui/icons/24x24/actions/pspp-file-save-data.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/24x24/actions/pspp-edit-go-to-case.png src/ui/gui/icons/24x24/actions/pspp-edit-find.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-case.png src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png src/ui/gui/icons/24x24/actions/pspp-data-split-file.png src/ui/gui/icons/24x24/actions/pspp-data-weight-cases.png src/ui/gui/icons/24x24/actions/pspp-view-value-labels.png src/ui/gui/icons/48x48/actions/pspp-file-open-data.png src/ui/gui/icons/48x48/actions/pspp-file-save-data.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/48x48/actions/pspp-edit-go-to-case.png src/ui/gui/icons/48x48/actions/pspp-edit-find.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-case.png src/ui/gui/icons/48x48/actions/pspp-edit-insert-variable.png src/ui/gui/icons/48x48/actions/pspp-data-split-file.png src/ui/gui/icons/48x48/actions/pspp-data-weight-cases.png src/ui/gui/icons/48x48/actions/pspp-view-value-labels.png src/ui/gui/icons/96x96/actions/pspp-file-open-data.png src/ui/gui/icons/96x96/actions/pspp-file-save-data.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-variable.png src/ui/gui/icons/96x96/actions/pspp-edit-go-to-case.png src/ui/gui/icons/96x96/actions/pspp-edit-find.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-case.png src/ui/gui/icons/96x96/actions/pspp-edit-insert-variable.png src/ui/gui/icons/96x96/actions/pspp-data-split-file.png src/ui/gui/icons/96x96/actions/pspp-data-weight-cases.png src/ui/gui/icons/96x96/actions/pspp-view-value-labels.png src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-find.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg src/ui/gui/icons/16x16/mimetypes/application-x-spss-por.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sav.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-sps.png src/ui/gui/icons/16x16/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-por.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sav.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-sps.png src/ui/gui/icons/22x22/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-por.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-sps.png src/ui/gui/icons/24x24/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-por.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sav.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-sps.png src/ui/gui/icons/32x32/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-por.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sav.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-sps.png src/ui/gui/icons/48x48/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-por.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sav.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-sps.png src/ui/gui/icons/256x256/mimetypes/application-x-spss-zsav.png src/ui/gui/icons/16x16/apps/org.gnu.pspp.png src/ui/gui/icons/32x32/apps/org.gnu.pspp.png src/ui/gui/icons/48x48/apps/org.gnu.pspp.png src/ui/gui/icons/256x256/apps/org.gnu.pspp.png src/ui/gui/icons/scalable/apps/org.gnu.pspp.svg src/ui/gui/icons/splash-t.png src/ui/gui/icons/splash-r.png; do \
2632  	printf ' \\\n\t '$i >> src/ui/gui/icons/manifest; \
2633  done
2634  echo >> src/ui/gui/icons/manifest
2635  echo >> src/ui/gui/icons/manifest
2636  printf 'icon_srcs = ' >> src/ui/gui/icons/manifest
2637  for i in  src/ui/gui/artwork/16x16/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/16x16/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/16x16/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/22x22/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/24x24/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/256x256/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/32x32/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-por.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sav.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-sps.svg src/ui/gui/artwork/48x48/mimetypes/application-x-spss-zsav.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-bivariate-correlation.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-compare-means.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-descriptive-statistics.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-factor-analysis.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-kmeans-cluster.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-non-parametric-statistics.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-regression.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-reliability.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-roc-curve.svg src/ui/gui/artwork/scalable/actions/pspp-analyze-univariate-analysis.svg src/ui/gui/artwork/scalable/actions/pspp-data-aggregate.svg src/ui/gui/artwork/scalable/actions/pspp-data-select-cases.svg src/ui/gui/artwork/scalable/actions/pspp-data-sort-cases.svg src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg src/ui/gui/artwork/scalable/actions/pspp-data-transpose.svg src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/artwork/scalable/actions/pspp-display-information-external-file.svg src/ui/gui/artwork/scalable/actions/pspp-display-information-working-file.svg src/ui/gui/artwork/scalable/actions/pspp-edit-clear.svg src/ui/gui/artwork/scalable/actions/pspp-edit-copy.svg src/ui/gui/artwork/scalable/actions/pspp-edit-cut.svg src/ui/gui/artwork/scalable/actions/pspp-edit-delete.svg src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-case.svg src/ui/gui/artwork/scalable/actions/pspp-edit-go-to-variable.svg src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/artwork/scalable/actions/pspp-edit-paste.svg src/ui/gui/artwork/scalable/actions/pspp-edit-redo.svg src/ui/gui/artwork/scalable/actions/pspp-edit-select-all.svg src/ui/gui/artwork/scalable/actions/pspp-edit-undo.svg src/ui/gui/artwork/scalable/actions/pspp-file-display-information.svg src/ui/gui/artwork/scalable/actions/pspp-file-export-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-import-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-new-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-print.svg src/ui/gui/artwork/scalable/actions/pspp-file-quit.svg src/ui/gui/artwork/scalable/actions/pspp-file-recently-used.svg src/ui/gui/artwork/scalable/actions/pspp-file-rename-data-set.svg src/ui/gui/artwork/scalable/actions/pspp-file-save-as.svg src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-syntax-data.svg src/ui/gui/artwork/scalable/actions/pspp-file-system-data.svg src/ui/gui/artwork/scalable/actions/pspp-help-about.svg src/ui/gui/artwork/scalable/actions/pspp-help-reference-manual.svg src/ui/gui/artwork/scalable/actions/pspp-run-all.svg src/ui/gui/artwork/scalable/actions/pspp-run-current-line.svg src/ui/gui/artwork/scalable/actions/pspp-run-selection.svg src/ui/gui/artwork/scalable/actions/pspp-run-to-end.svg src/ui/gui/artwork/scalable/actions/pspp-transform-automatic-recode.svg src/ui/gui/artwork/scalable/actions/pspp-transform-compute.svg src/ui/gui/artwork/scalable/actions/pspp-transform-count.svg src/ui/gui/artwork/scalable/actions/pspp-transform-into-different-variables.svg src/ui/gui/artwork/scalable/actions/pspp-transform-into-same-variables.svg src/ui/gui/artwork/scalable/actions/pspp-transform-rank-cases.svg src/ui/gui/artwork/scalable/actions/pspp-transform-run-pending.svg src/ui/gui/artwork/scalable/actions/pspp-utilities-data-file-comments.svg src/ui/gui/artwork/scalable/actions/pspp-utilities-variables.svg src/ui/gui/artwork/scalable/actions/pspp-view-font.svg src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg src/ui/gui/artwork/scalable/actions/pspp-windows-minimize-all.svg src/ui/gui/artwork/scalable/actions/pspp-windows-split.svg src/ui/gui/artwork/scalable/apps/org.gnu.pspp.svg src/ui/gui/artwork/scalable/categories/align-center.svg src/ui/gui/artwork/scalable/categories/align-left.svg src/ui/gui/artwork/scalable/categories/align-right.svg src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-date-scale.svg src/ui/gui/artwork/scalable/categories/measure-nominal.svg src/ui/gui/artwork/scalable/categories/measure-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-scale.svg src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg src/ui/gui/artwork/scalable/categories/measure-time-scale.svg src/ui/gui/artwork/scalable/categories/role-both.svg src/ui/gui/artwork/scalable/categories/role-input.svg src/ui/gui/artwork/scalable/categories/role-none.svg src/ui/gui/artwork/scalable/categories/role-partition.svg src/ui/gui/artwork/scalable/categories/role-split.svg src/ui/gui/artwork/scalable/categories/role-target.svg src/ui/gui/artwork/splash-r.svg src/ui/gui/artwork/splash.svg src/ui/gui/artwork/splash-t.svg; do \
2638  	printf ' \\\n\t '$i  >> src/ui/gui/icons/manifest ;\
2639  done
2640  echo ' ' >> src/ui/gui/icons/manifest
2641  echo >> src/ui/gui/icons/manifest
2642  printf ' </gresource>\n' >> src/ui/gui/resources.xml
2643  printf '</gresources>\n' >> src/ui/gui/resources.xml
2644  automake --add-missing --copy --no-force --include-deps
2645  autoconf || rm configure  # autoconf 2.69 has (what I think is) a bug.  It will create configure even when failure is detected.
2646  configure.ac:28: installing 'build-aux/compile'
2647  configure.ac:30: installing 'build-aux/config.guess'
2648  configure.ac:30: installing 'build-aux/config.sub'
2649  configure.ac:25: installing 'build-aux/install-sh'
2650  configure.ac:25: installing 'build-aux/missing'
2651  po/automake.mk:97: warning: uninstall-hook was already defined in condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE ...
2652  Makefile.am:82:   'po/automake.mk' included from here
2653  gl/automake.mk:2187: ... 'uninstall-hook' previously defined here
2654  Makefile.am:81:   'gl/automake.mk' included from here
2655  Makefile.am:103: warning: uninstall-hook was already defined in condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE ...
2656  gl/automake.mk:2187: ... 'uninstall-hook' previously defined here
2657  Makefile.am:81:   'gl/automake.mk' included from here
2658  Makefile.am: installing 'build-aux/depcomp'
2659  doc/automake.mk:19: installing 'build-aux/mdate-sh'
2660  Makefile.am:88:   'doc/automake.mk' included from here
2661  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp'

2663  Configure source
2664  cd pspp && mkdir _build && cd _build && ../configure PKG_CONFIG_PATH=$PWD/../../ssw/inst/lib/pkgconfig
2665  checking for a BSD-compatible install... /usr/bin/install -c
2666  checking whether build environment is sane... yes
2667  checking for a race-free mkdir -p... /usr/bin/mkdir -p
2668  checking for gawk... gawk
2669  checking whether make sets $(MAKE)... yes
2670  checking whether make supports nested variables... yes
2671  checking whether UID '1000' is supported by ustar format... yes
2672  checking whether GID '1000' is supported by ustar format... yes
2673  checking how to create a ustar tar archive... gnutar
2674  checking whether make supports the include directive... yes (GNU style)
2675  checking for gcc... gcc
2676  checking whether the C compiler works... yes
2677  checking for C compiler default output file name... a.out
2678  checking for suffix of executables... 
2679  checking whether we are cross compiling... no
2680  checking for suffix of object files... o
2681  checking whether the compiler supports GNU C... yes
2682  checking whether gcc accepts -g... yes
2683  checking for gcc option to enable C11 features... none needed
2684  checking whether gcc understands -c and -o together... yes
2685  checking whether the compiler is clang... no
2686  checking for compiler option needed when checking for declarations... none
2687  checking dependency style of gcc... gcc3
2688  checking for stdio.h... yes
2689  checking for stdlib.h... yes
2690  checking for string.h... yes
2691  checking for inttypes.h... yes
2692  checking for stdint.h... yes
2693  checking for strings.h... yes
2694  checking for sys/stat.h... yes
2695  checking for sys/types.h... yes
2696  checking for unistd.h... yes
2697  checking for wchar.h... yes
2698  checking for minix/config.h... no
2699  checking for pthread.h... yes
2700  checking for xlocale.h... no
2701  checking for sys/param.h... yes
2702  checking for sys/socket.h... yes
2703  checking for fnmatch.h... yes
2704  checking for features.h... yes
2705  checking for getopt.h... yes
2706  checking for sys/cdefs.h... yes
2707  checking for stdio_ext.h... yes
2708  checking for termios.h... yes
2709  checking for sys/time.h... yes
2710  checking for threads.h... yes
2711  checking for limits.h... yes
2712  checking for crtdefs.h... no
2713  checking for wctype.h... yes
2714  checking for langinfo.h... yes
2715  checking for math.h... yes
2716  checking for sys/mman.h... yes
2717  checking for malloc.h... yes
2718  checking for sys/select.h... yes
2719  checking for sys/random.h... yes
2720  checking for sys/uio.h... yes
2721  checking whether it is safe to define __EXTENSIONS__... yes
2722  checking whether _XOPEN_SOURCE should be defined... no
2723  checking for gcc... (cached) gcc
2724  checking whether the compiler supports GNU C... (cached) yes
2725  checking whether gcc accepts -g... (cached) yes
2726  checking for gcc option to enable C11 features... (cached) none needed
2727  checking whether gcc understands -c and -o together... (cached) yes
2728  checking whether the compiler is clang... (cached) no
2729  checking for compiler option needed when checking for declarations... (cached) none
2730  checking dependency style of gcc... (cached) gcc3
2731  checking build system type... x86_64-pc-linux-gnu
2732  checking host system type... x86_64-pc-linux-gnu
2733  checking how to run the C preprocessor... gcc -E
2734  checking for grep that handles long lines and -e... /usr/bin/grep
2735  checking for egrep... /usr/bin/grep -E
2736  checking for Minix Amsterdam compiler... no
2737  checking for ar... ar
2738  checking for ranlib... ranlib
2739  checking for _LARGEFILE_SOURCE value needed for large files... no
2740  checking for special C compiler options needed for large files... no
2741  checking for _FILE_OFFSET_BITS value needed for large files... no
2742  checking how to print strings... printf
2743  checking for a sed that does not truncate output... /usr/bin/sed
2744  checking for fgrep... /usr/bin/grep -F
2745  checking for ld used by gcc... /usr/bin/ld
2746  checking if the linker (/usr/bin/ld) is GNU ld... yes
2747  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2748  checking the name lister (/usr/bin/nm -B) interface... BSD nm
2749  checking whether ln -s works... yes
2750  checking the maximum length of command line arguments... 1572864
2751  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2752  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2753  checking for /usr/bin/ld option to reload object files... -r
2754  checking for file... file
2755  checking for objdump... objdump
2756  checking how to recognize dependent libraries... pass_all
2757  checking for dlltool... no
2758  checking how to associate runtime and link libraries... printf %s\n
2759  checking for archiver @FILE support... @
2760  checking for strip... strip
2761  checking for ranlib... (cached) ranlib
2762  checking command to parse /usr/bin/nm -B output from gcc object... ok
2763  checking for sysroot... no
2764  checking for a working dd... /usr/bin/dd
2765  checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2766  checking for mt... no
2767  checking if : is a manifest tool... no
2768  checking for dlfcn.h... yes
2769  checking for objdir... .libs
2770  checking if gcc supports -fno-rtti -fno-exceptions... no
2771  checking for gcc option to produce PIC... -fPIC -DPIC
2772  checking if gcc PIC flag -fPIC -DPIC works... yes
2773  checking if gcc static flag -static works... yes
2774  checking if gcc supports -c -o file.o... yes
2775  checking if gcc supports -c -o file.o... (cached) yes
2776  checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2777  checking whether -lc should be explicitly linked in... no
2778  checking dynamic linker characteristics... GNU/Linux ld.so
2779  checking how to hardcode library paths into programs... immediate
2780  checking for shl_load... no
2781  checking for shl_load in -ldld... no
2782  checking for dlopen... yes
2783  checking whether a program can dlopen itself... yes
2784  checking whether a statically linked program can dlopen itself... no
2785  checking whether stripping libraries is possible... yes
2786  checking if libtool supports shared libraries... yes
2787  checking whether to build shared libraries... yes
2788  checking whether to build static libraries... yes
2789  checking whether termios.h defines TIOCGWINSZ... no
2790  checking whether sys/ioctl.h defines TIOCGWINSZ... yes
2791  checking size of ptrdiff_t... 8
2792  checking for pkg-config... /usr/bin/pkg-config
2793  checking pkg-config is at least version 0.9.0... yes
2794  checking whether makeinfo supports @clicksequence... yes
2795  checking whether makeinfo generates broken DocBook XML... no
2796  checking for dot... yes
2797  checking whether gcc accepts -Wall... yes
2798  checking whether gcc accepts -Wextra... yes
2799  checking whether gcc accepts -Wwrite-strings... yes
2800  checking whether gcc accepts -Wstrict-prototypes... yes
2801  checking whether gcc accepts -Wpointer-arith... yes
2802  checking whether gcc accepts -Wno-sign-compare... yes
2803  checking whether gcc accepts -Wmissing-prototypes... yes
2804  checking for perl... /usr/bin/perl
2805  checking for python3... python3
2806  checking for tex... tex
2807  checking for ld... /usr/bin/ld -m elf_x86_64
2808  checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
2809  checking for shared library run path origin... done
2810  checking 32-bit host C ABI... no
2811  checking for ELF binary format... yes
2812  checking for the common suffixes of directories in the library search path... lib,lib,lib64
2813  checking whether NLS is requested... yes
2814  checking for CFPreferencesCopyAppValue... no
2815  checking for CFLocaleCopyPreferredLanguages... no
2816  checking for GNU gettext in libc... yes
2817  checking whether to use NLS... yes
2818  checking where the gettext function comes from... libc
2819  checking for msgfmt... msgfmt
2820  checking for xgettext... xgettext
2821  checking whether gettext is sufficiently recent... yes
2822  checking for special C compiler options needed for large files... (cached) no
2823  checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
2824  checking for library containing sin... -lm
2825  checking for LC_PAPER... yes
2826  checking for CAIRO... yes
2827  checking for an xmllint program which fits our needs... /usr/bin/xmllint
2828  checking for GTHREAD... yes
2829  checking for GTK... yes
2830  checking for GTKSOURCEVIEW... yes
2831  checking for GLIB... yes
2832  checking for SPREAD_SHEET_WIDGET... yes
2833  checking for glib-genmarshal... glib-genmarshal
2834  checking for glib-compile-resources... glib-compile-resources
2835  checking for g_memdup2 in -lglib-2.0... yes
2836  checking whether the preprocessor supports include_next... yes
2837  checking whether source code line length is unlimited... yes
2838  checking for pg_config... /usr/bin/pg_config
2839  checking for PQexec in -lpq... yes
2840  checking whether -lpq links successfully... yes
2841  checking for LIBXML2... yes
2842  checking for library containing gzopen... -lz
2843  checking for zlib.h... yes
2844  checking for library containing cblas_dsdot... -lgslcblas
2845  checking for GSL... yes
2846  checking for inline... inline
2847  checking whether the compiler generally respects inline... yes
2848  checking whether gcc accepts -fgnu89-inline... yes
2849  checking whether GSL needs -fgnu89-inline to link... no
2850  checking for readline... yes
2851  checking how to link with libreadline... -lreadline
2852  checking for library containing rl_echo_signal_char... -lreadline
2853  checking for library containing rl_outstream... none required
2854  checking for sys/wait.h... yes
2855  checking for fpu_control.h... yes
2856  checking for ieeefp.h... no
2857  checking for fenv.h... yes
2858  checking for pwd.h... yes
2859  checking for gcc options needed to detect all undeclared functions... none needed
2860  checking whether SIGWINCH is declared... yes
2861  checking for size_t... yes
2862  checking for working alloca.h... yes
2863  checking for alloca... yes
2864  checking whether <wchar.h> uses 'inline' correctly... yes
2865  checking for btowc... yes
2866  checking for uselocale... yes
2867  checking for snprintf... yes
2868  checking for canonicalize_file_name... yes
2869  checking for faccessat... yes
2870  checking for realpath... yes
2871  checking for lstat... yes
2872  checking for readlinkat... yes
2873  checking for _set_invalid_parameter_handler... no
2874  checking for explicit_bzero... yes
2875  checking for memset_s... no
2876  checking for fcntl... yes
2877  checking for symlink... yes
2878  checking for fnmatch... yes
2879  checking for mbsrtowcs... yes
2880  checking for vasnprintf... no
2881  checking for __fseterr... no
2882  checking for getdelim... yes
2883  checking for getdtablesize... yes
2884  checking for getpass... yes
2885  checking for __fsetlocking... yes
2886  checking for getprogname... no
2887  checking for getexecname... no
2888  checking for getrandom... yes
2889  checking for timespec_get... yes
2890  checking for gettimeofday... yes
2891  checking for isblank... yes
2892  checking for iswcntrl... yes
2893  checking for iswblank... yes
2894  checking for newlocale... yes
2895  checking for duplocale... yes
2896  checking for freelocale... yes
2897  checking for mbsinit... yes
2898  checking for mbrtowc... yes
2899  checking for mprotect... yes
2900  checking for mkstemp... yes
2901  checking for nl_langinfo... yes
2902  checking for pipe2... yes
2903  checking for readlink... yes
2904  checking for iswctype... yes
2905  checking for setenv... yes
2906  checking for link... yes
2907  checking for secure_getenv... yes
2908  checking for getuid... yes
2909  checking for geteuid... yes
2910  checking for getgid... yes
2911  checking for getegid... yes
2912  checking for sigaction... yes
2913  checking for sigaltstack... yes
2914  checking for siginterrupt... yes
2915  checking for strndup... yes
2916  checking for localtime_r... yes
2917  checking for timegm... yes
2918  checking for wcrtomb... yes
2919  checking for wcwidth... yes
2920  checking for wmempcpy... yes
2921  checking for nl_langinfo and CODESET... yes
2922  checking for a traditional french locale... fr_FR
2923  checking for C/C++ restrict keyword... __restrict__
2924  checking whether uselocale works... yes
2925  checking for wchar_t... yes
2926  checking for wint_t... yes
2927  checking whether wint_t is large enough... yes
2928  checking where to find the exponent in a 'double'... word 1 bit 20
2929  checking whether snprintf returns a byte count as in C99... yes
2930  checking whether snprintf truncates the result as in C99... yes
2931  checking for snprintf... (cached) yes
2932  checking for strnlen... yes
2933  checking for wcslen... yes
2934  checking for wcsnlen... yes
2935  checking for mbrtowc... (cached) yes
2936  checking for wcrtomb... (cached) yes
2937  checking whether _snprintf is declared... no
2938  checking whether printf supports 'long double' arguments... yes
2939  checking whether printf supports infinite 'double' arguments... yes
2940  checking whether byte ordering is bigendian... no
2941  checking whether long double and double are the same... no
2942  checking whether printf supports infinite 'long double' arguments... yes
2943  checking whether printf supports the 'a' and 'A' directives... yes
2944  checking whether printf supports the 'F' directive... yes
2945  checking whether printf supports the 'ls' directive... yes
2946  checking whether printf supports the grouping flag... yes
2947  checking whether printf supports the left-adjust flag correctly... yes
2948  checking whether printf supports the zero flag correctly... yes
2949  checking whether printf supports large precisions... yes
2950  checking whether the compiler produces multi-arch binaries... no
2951  checking whether printf survives out-of-memory conditions... yes
2952  checking whether malloc is ptrdiff_t safe... yes
2953  checking whether malloc, realloc, calloc set errno on failure... yes
2954  checking whether lstat correctly handles trailing slash... yes
2955  checking whether // is distinct from /... no
2956  checking whether realpath works... yes
2957  checking for getcwd... yes
2958  checking if environ is properly declared... yes
2959  checking for complete errno.h... yes
2960  checking whether strerror_r is declared... yes
2961  checking whether strerror_r returns char *... yes
2962  checking whether ctype.h defines __header_inline... no
2963  checking for sig_atomic_t... yes
2964  checking for working fcntl.h... yes
2965  checking for pid_t... yes
2966  checking for mode_t... yes
2967  checking for mbstate_t... yes
2968  checking for stdint.h... yes
2969  checking for inttypes.h... yes
2970  checking whether printf supports size specifiers as in C99... yes
2971  checking whether printf supports the 'n' directive... yes
2972  checking whether printf supports POSIX/XSI format strings with positions... yes
2973  checking for intmax_t... yes
2974  checking whether frexp() can be used without linking with libm... yes
2975  checking whether alarm is declared... yes
2976  checking whether stdin defaults to large file offsets... yes
2977  checking whether fseeko is declared... yes
2978  checking for fseeko... yes
2979  checking whether stat file-mode macros are broken... no
2980  checking for nlink_t... yes
2981  checking whether ftello is declared... yes
2982  checking whether ungetc works on arbitrary bytes... yes
2983  checking for ftello... yes
2984  checking whether ftello works... yes
2985  checking whether getdelim is declared... yes
2986  checking whether getdtablesize is declared... yes
2987  checking whether getline is declared... yes
2988  checking for getopt.h... (cached) yes
2989  checking for getopt_long_only... yes
2990  checking whether getopt is POSIX compatible... yes
2991  checking for working GNU getopt function... yes
2992  checking for working GNU getopt_long function... yes
2993  checking whether fflush_unlocked is declared... yes
2994  checking whether flockfile is declared... yes
2995  checking whether fputs_unlocked is declared... yes
2996  checking whether funlockfile is declared... yes
2997  checking whether putc_unlocked is declared... yes
2998  checking for struct timeval... yes
2999  checking for wide-enough struct timeval.tv_sec member... yes
3000  checking for pthread.h... (cached) yes
3001  checking for pthread_kill in -lpthread... yes
3002  checking whether POSIX threads API is available... yes
3003  checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
3004  checking whether setlocale (category, NULL) is multithread-safe... yes
3005  checking for off_t... yes
3006  checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
3007  checking whether stdint.h conforms to C99... yes
3008  checking whether stdint.h works without ISO C predefines... yes
3009  checking whether stdint.h has UINTMAX_WIDTH etc.... yes
3010  checking where to find the exponent in a 'float'... word 0 bit 23
3011  checking whether isnan(float) can be used without linking with libm... yes
3012  checking whether isnan(float) works... yes
3013  checking whether isnan(double) can be used without linking with libm... yes
3014  checking whether isnan(long double) can be used without linking with libm... yes
3015  checking whether isnanl works... yes
3016  checking whether iswcntrl works... yes
3017  checking for towlower... yes
3018  checking for wctype_t... yes
3019  checking for wctrans_t... yes
3020  checking for a traditional japanese locale... ja_JP
3021  checking for a french Unicode locale... fr_FR.UTF-8
3022  checking for a transitional chinese locale... zh_CN.GB18030
3023  checking whether langinfo.h defines CODESET... yes
3024  checking whether langinfo.h defines T_FMT_AMPM... yes
3025  checking whether langinfo.h defines ALTMON_1... yes
3026  checking whether langinfo.h defines ERA... yes
3027  checking whether langinfo.h defines YESEXPR... yes
3028  checking for good max_align_t... yes
3029  checking whether NULL can be used in arbitrary expressions... yes
3030  checking whether locale.h defines locale_t... yes
3031  checking whether locale.h conforms to POSIX:2001... yes
3032  checking whether struct lconv is properly defined... yes
3033  checking for LC_MESSAGES... yes
3034  checking whether uselocale works... (cached) yes
3035  checking for fake locale system (OpenBSD)... no
3036  checking for Solaris 11.4 locale system... no
3037  checking for getlocalename_l... no
3038  checking whether imported symbols can be declared weak... yes
3039  checking for multithread API to use... posix
3040  checking whether malloc (0) returns nonnull... yes
3041  checking whether NAN macro works... yes
3042  checking whether HUGE_VAL works... yes
3043  checking for mmap... yes
3044  checking for MAP_ANONYMOUS... yes
3045  checking whether memchr works... yes
3046  checking whether memmem is declared... yes
3047  checking for memmem... yes
3048  checking whether memmem works... yes
3049  checking whether memrchr is declared... yes
3050  checking whether <limits.h> defines MIN and MAX... no
3051  checking whether <sys/param.h> defines MIN and MAX... yes
3052  checking whether time_t is signed... yes
3053  checking for working mktime... no
3054  checking whether struct tm is in sys/time.h or time.h... time.h
3055  checking for struct tm.tm_zone... yes
3056  checking for struct tm.tm_gmtoff... yes
3057  checking for O_CLOEXEC... yes
3058  checking for promoted mode_t type... mode_t
3059  checking whether C symbols are prefixed with underscore at the linker level... no
3060  checking for sigset_t... yes
3061  checking for shared library path variable... LD_LIBRARY_PATH
3062  checking whether to activate relocatable installation... no
3063  checking whether setenv is declared... yes
3064  checking for ssize_t... yes
3065  checking whether <sys/select.h> is self-contained... yes
3066  checking for library containing setsockopt... none needed
3067  checking for uid_t in sys/types.h... yes
3068  checking for volatile sig_atomic_t... yes
3069  checking for sighandler_t... yes
3070  checking whether snprintf is declared... yes
3071  checking for stdbool.h that conforms to C99... yes
3072  checking for _Bool... yes
3073  checking whether fcloseall is declared... yes
3074  checking which flavor of printf attribute matches inttypes macros... system
3075  checking whether ecvt is declared... yes
3076  checking whether fcvt is declared... yes
3077  checking whether gcvt is declared... yes
3078  checking for strcasestr... yes
3079  checking whether strcasestr works... yes
3080  checking whether strdup is declared... yes
3081  checking whether strerror(0) succeeds... yes
3082  checking whether strncat works... yes
3083  checking whether strndup is declared... yes
3084  checking whether strnlen is declared... yes
3085  checking whether ldexp() can be used without linking with libm... yes
3086  checking whether strtok_r is declared... yes
3087  checking whether <sys/socket.h> is self-contained... yes
3088  checking for shutdown... yes
3089  checking whether <sys/socket.h> defines the SHUT_* macros... yes
3090  checking for struct sockaddr_storage... yes
3091  checking for sa_family_t... yes
3092  checking for struct sockaddr_storage.ss_family... yes
3093  checking for struct timespec in <time.h>... yes
3094  checking for TIME_UTC in <time.h>... yes
3095  checking whether execvpe is declared... yes
3096  checking whether clearerr_unlocked is declared... yes
3097  checking whether feof_unlocked is declared... yes
3098  checking whether ferror_unlocked is declared... yes
3099  checking whether fgets_unlocked is declared... yes
3100  checking whether fputc_unlocked is declared... yes
3101  checking whether fread_unlocked is declared... yes
3102  checking whether fwrite_unlocked is declared... yes
3103  checking whether getc_unlocked is declared... yes
3104  checking whether getchar_unlocked is declared... yes
3105  checking whether putchar_unlocked is declared... yes
3106  checking whether unsetenv is declared... yes
3107  checking whether vsnprintf is declared... yes
3108  checking whether wcsdup is declared... yes
3109  checking for C compiler option to allow warnings... -Wno-error
3110  checking for alloca as a compiler built-in... yes
3111  checking whether to enable assertions... yes
3112  checking whether btowc(0) is correct... yes
3113  checking whether btowc(EOF) is correct... yes
3114  checking for __builtin_expect... yes
3115  checking for byteswap.h... yes
3116  checking for strtod_l... yes
3117  checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
3118  checking for library containing clock_gettime... none required
3119  checking for clock_getres... yes
3120  checking for clock_gettime... yes
3121  checking for clock_settime... yes
3122  checking whether // is distinct from /... (cached) no
3123  checking whether dup2 works... yes
3124  checking for error_at_line... yes
3125  checking whether fcntl handles F_DUPFD correctly... yes
3126  checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
3127  checking for flexible array member... yes
3128  checking whether conversion from 'int' to 'long double' works... yes
3129  checking for working POSIX fnmatch... yes
3130  checking whether fopen recognizes a trailing slash... yes
3131  checking whether fopen supports the mode character 'x'... yes
3132  checking whether fopen supports the mode character 'e'... yes
3133  checking whether free is known to preserve errno... yes
3134  checking whether frexp works... yes
3135  checking whether frexpl is declared... yes
3136  checking whether frexpl() can be used without linking with libm... yes
3137  checking whether frexpl works... yes
3138  checking for fseeko... (cached) yes
3139  checking for ftello... (cached) yes
3140  checking whether ftello works... (cached) yes
3141  checking for working getdelim function... yes
3142  checking whether getdtablesize works... yes
3143  checking for getline... yes
3144  checking for working getline function... yes
3145  checking whether program_invocation_name is declared... yes
3146  checking whether program_invocation_short_name is declared... yes
3147  checking whether __argv is declared... no
3148  checking whether getrandom is compatible with its GNU+BSD signature... yes
3149  checking for gettimeofday with POSIX signature... yes
3150  checking whether the compiler generally respects inline... (cached) yes
3151  checking whether isfinite is declared... yes
3152  checking whether isfinite(long double) works... yes
3153  checking whether isinf is declared... yes
3154  checking whether isinf(long double) works... yes
3155  checking whether isnan macro works... yes
3156  checking whether isnan(double) can be used without linking with libm... (cached) yes
3157  checking whether isnan(double) can be used without linking with libm... (cached) yes
3158  checking whether isnan(float) can be used without linking with libm... (cached) yes
3159  checking whether isnan(float) works... (cached) yes
3160  checking whether isnan(float) can be used without linking with libm... (cached) yes
3161  checking whether isnan(float) works... (cached) yes
3162  checking whether isnan(long double) can be used without linking with libm... (cached) yes
3163  checking whether isnanl works... (cached) yes
3164  checking whether isnan(long double) can be used without linking with libm... (cached) yes
3165  checking whether isnanl works... (cached) yes
3166  checking whether iswblank is declared... yes
3167  checking whether iswdigit is ISO C compliant... yes
3168  checking whether iswxdigit is ISO C compliant... yes
3169  checking whether the compiler supports the __inline keyword... yes
3170  checking for pthread_rwlock_t... yes
3171  checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
3172  checking whether lseek detects pipes... yes
3173  checking whether malloc (0) returns nonnull... (cached) yes
3174  checking whether mbrtowc handles incomplete characters... yes
3175  checking whether mbrtowc works as well as mbtowc... yes
3176  checking whether mbrtowc handles a NULL pwc argument... yes
3177  checking whether mbrtowc handles a NULL string argument... yes
3178  checking whether mbrtowc has a correct return value... yes
3179  checking whether mbrtowc returns 0 when parsing a NUL character... yes
3180  checking whether mbrtowc stores incomplete characters... no
3181  checking whether mbrtowc works on empty input... yes
3182  checking whether the C locale is free of encoding errors... no
3183  checking whether mbrtowc handles incomplete characters... (cached) yes
3184  checking whether mbrtowc works as well as mbtowc... (cached) yes
3185  checking whether mbrtowc handles incomplete characters... (cached) yes
3186  checking whether mbrtowc works as well as mbtowc... (cached) yes
3187  checking whether mbsrtowcs works... yes
3188  checking for mbtowc... yes
3189  checking whether memmem works in linear time... yes
3190  checking for memmem... (cached) yes
3191  checking whether memmem works... (cached) yes
3192  checking for mempcpy... yes
3193  checking for memrchr... yes
3194  checking whether mkdir handles trailing slash... yes
3195  checking whether mkdir handles trailing dot... yes
3196  checking for mkdtemp... yes
3197  checking for working mkstemp... yes
3198  checking for __mktime_internal... no
3199  checking whether YESEXPR works... yes
3200  checking whether open recognizes a trailing slash... yes
3201  checking whether frexp works... (cached) yes
3202  checking whether ldexp can be used without linking with libm... (cached) yes
3203  checking whether frexpl() can be used without linking with libm... (cached) yes
3204  checking whether frexpl works... (cached) yes
3205  checking whether frexpl is declared... (cached) yes
3206  checking whether ldexpl() can be used without linking with libm... yes
3207  checking whether ldexpl works... yes
3208  checking whether ldexpl is declared... yes
3209  checking whether program_invocation_name is declared... (cached) yes
3210  checking whether program_invocation_short_name is declared... (cached) yes
3211  checking for raise... yes
3212  checking for sigprocmask... yes
3213  checking for rawmemchr... yes
3214  checking whether readlink signature is correct... yes
3215  checking whether readlink handles trailing slash correctly... yes
3216  checking whether readlink truncates results correctly... yes
3217  checking whether realloc (0, 0) returns nonnull... yes
3218  checking for reallocarray... yes
3219  checking for working re_compile_pattern... yes
3220  checking for getcwd... (cached) yes
3221  checking whether free is known to preserve errno... (cached) yes
3222  checking for mempcpy... (cached) yes
3223  checking for rawmemchr... (cached) yes
3224  checking for search.h... yes
3225  checking for tsearch... yes
3226  checking whether rename honors trailing slash on destination... yes
3227  checking whether rename honors trailing slash on source... yes
3228  checking whether rename manages hard links correctly... yes
3229  checking whether rename manages existing destinations correctly... yes
3230  checking whether rmdir works... yes
3231  checking whether round is declared... yes
3232  checking whether round works... yes
3233  checking whether select supports a 0 argument... yes
3234  checking whether select detects invalid fds... yes
3235  checking whether setenv validates arguments... yes
3236  checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
3237  checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
3238  checking for struct sigaction.sa_sigaction... yes
3239  checking for signbit macro... yes
3240  checking for signbit compiler built-ins... yes
3241  checking for sigprocmask... (cached) yes
3242  checking for stdint.h... (cached) yes
3243  checking for SIZE_MAX... yes
3244  checking for snprintf... (cached) yes
3245  checking whether snprintf respects a size of 1... yes
3246  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
3247  checking for snprintf... (cached) yes
3248  checking whether snprintf fully supports the 'n' directive... yes
3249  checking whether snprintf respects a size of 1... (cached) yes
3250  checking whether vsnprintf respects a zero size as in C99... yes
3251  checking for socklen_t... yes
3252  checking for ssize_t... (cached) yes
3253  checking whether stat handles trailing slashes on files... yes
3254  checking for struct stat.st_atim.tv_nsec... yes
3255  checking whether struct stat.st_atim is of type struct timespec... yes
3256  checking for struct stat.st_birthtimespec.tv_nsec... no
3257  checking for struct stat.st_birthtimensec... no
3258  checking for struct stat.st_birthtim.tv_nsec... no
3259  checking for working stdalign.h... yes
3260  checking for va_copy... yes
3261  checking for stpcpy... yes
3262  checking for strcasecmp... yes
3263  checking for strncasecmp... yes
3264  checking whether strncasecmp is declared... yes
3265  checking whether strcasestr works in linear time... yes
3266  checking for strcasestr... (cached) yes
3267  checking whether strcasestr works... (cached) yes
3268  checking for working strerror function... yes
3269  checking for working strndup... yes
3270  checking for working strnlen... yes
3271  checking for strsep... yes
3272  checking whether strtod obeys C99... yes
3273  checking for strtok_r... yes
3274  checking whether strtok_r works... yes
3275  checking for sys/single_threaded.h... yes
3276  checking whether localtime_r is declared... yes
3277  checking whether localtime_r is compatible with its POSIX signature... yes
3278  checking whether localtime works even near extrema... yes
3279  checking for timezone_t... no
3280  checking whether trunc is declared... yes
3281  checking for unsetenv... yes
3282  checking for unsetenv() return type... int
3283  checking whether unsetenv obeys POSIX... yes
3284  checking for variable-length arrays... yes
3285  checking for ptrdiff_t... yes
3286  checking for vasprintf... yes
3287  checking for vasprintf... (cached) yes
3288  checking for vsnprintf... yes
3289  checking whether snprintf respects a size of 1... (cached) yes
3290  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
3291  checking for vsnprintf... (cached) yes
3292  checking whether snprintf fully supports the 'n' directive... (cached) yes
3293  checking whether snprintf respects a size of 1... (cached) yes
3294  checking whether vsnprintf respects a zero size as in C99... (cached) yes
3295  checking whether mbrtowc handles incomplete characters... (cached) yes
3296  checking whether mbrtowc works as well as mbtowc... (cached) yes
3297  checking whether wcrtomb works in the C locale... yes
3298  checking whether wcrtomb return value is correct... yes
3299  checking whether wcwidth is declared... yes
3300  checking whether wcwidth works reasonably in UTF-8 locales... yes
3301  checking for wmemchr... yes
3302  checking for stdint.h... (cached) yes
3303  checking for inline... (cached) inline
3304  checking whether byte ordering is bigendian... (cached) no
3305  checking for __setfpucw... no
3306  checking for fork... yes
3307  checking for execl... yes
3308  checking for isinf... yes
3309  checking for isnan... yes
3310  checking for finite... yes
3311  checking for getpid... yes
3312  checking for feholdexcept... yes
3313  checking for fpsetmask... no
3314  checking for popen... yes
3315  checking for round... yes
3316  checking whether ln -s works... yes
3317  checking for iconv... yes
3318  checking for working iconv... yes
3319  checking for iconv declaration... 
3320           extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
3321  checking whether make supports nested variables... (cached) yes
3322  checking that generated files are newer than configure... done
3323  configure: creating ./config.status
3324  config.status: creating Makefile
3325  config.status: creating po/Makefile
3326  config.status: creating tests/atlocal
3327  config.status: creating perl-module/lib/PSPP.pm
3328  config.status: creating config.h
3329  config.status: executing tests/atconfig commands
3330  config.status: executing depfiles commands
3331  config.status: executing libtool commands
3332  config.status: executing doc/pspp-figures/dummy commands
3333  PSPP configured successfully.

3335  Make source tarball
3336  cd pspp/_build && make -j128 dist
3337  /usr/bin/mkdir -p 'gl'
3338  /usr/bin/mkdir -p 'gl'
3339  /usr/bin/mkdir -p 'gl'
3340  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3341    -e 's|@''HAVE_ALLOCA_H''@|1|g' \
3342    ../gl/alloca.in.h > gl/alloca.h-t
3343  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3344    echo '#if HAVE_WINSOCK2_H'; \
3345    echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
3346    echo '#endif'; \
3347    echo '#define PREFIX "/usr/local"'; \
3348    echo '#define EXEC_PREFIX "/usr/local"'; \
3349    echo '#define BINDIR "/usr/local/bin"'; \
3350    echo '#define SBINDIR "/usr/local/sbin"'; \
3351    echo '#define LIBEXECDIR "/usr/local/libexec"'; \
3352    echo '#define DATAROOTDIR "/usr/local/share"'; \
3353    echo '#define DATADIR "/usr/local/share"'; \
3354    echo '#define SYSCONFDIR "/usr/local/etc"'; \
3355    echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
3356    echo '#define LOCALSTATEDIR "/usr/local/var"'; \
3357    echo '#define RUNSTATEDIR "/usr/local/var/run"'; \
3358    echo '#define INCLUDEDIR "/usr/local/include"'; \
3359    echo '#define OLDINCLUDEDIR "/usr/include"'; \
3360    echo '#define DOCDIR "/usr/local/share/doc/pspp"'; \
3361    echo '#define INFODIR "/usr/local/share/info"'; \
3362    echo '#define HTMLDIR "/usr/local/share/doc/pspp"'; \
3363    echo '#define DVIDIR "/usr/local/share/doc/pspp"'; \
3364    echo '#define PDFDIR "/usr/local/share/doc/pspp"'; \
3365    echo '#define PSDIR "/usr/local/share/doc/pspp"'; \
3366    echo '#define LIBDIR "/usr/local/lib"'; \
3367    echo '#define LISPDIR "/usr/local/share/emacs/site-lisp"'; \
3368    echo '#define LOCALEDIR "/usr/local/share/locale"'; \
3369    echo '#define MANDIR "/usr/local/share/man"'; \
3370    echo '#define MANEXT ""'; \
3371    echo '#define PKGDATADIR "/usr/local/share/pspp"'; \
3372    echo '#define PKGINCLUDEDIR "/usr/local/include/pspp"'; \
3373    echo '#define PKGLIBDIR "/usr/local/lib/pspp"'; \
3374    echo '#define PKGLIBEXECDIR "/usr/local/libexec/pspp"'; \
3375  } | sed '/""/d' > gl/configmake.h-t
3376  /usr/bin/mkdir -p 'gl/malloc'
3377  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3378        -e 's|@''GUARD_PREFIX''@|GL|g' \
3379        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3380        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3381        -e 's|@''PRAGMA_COLUMNS''@||g' \
3382        -e 's|@''NEXT_CTYPE_H''@|<ctype.h>|g' \
3383        -e 's/@''GNULIB_ISBLANK''@/1/g' \
3384        -e 's/@''HAVE_ISBLANK''@/1/g' \
3385        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3386        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3387        ../gl/ctype.in.h > gl/ctype.h-t
3388  /usr/bin/mkdir -p 'gl/malloc'
3389  /usr/bin/mkdir -p 'gl'
3390  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3391    -e '/libc_hidden_proto/d' \
3392    ../gl/malloc/dynarray.h > gl/malloc/dynarray.gl.h-t
3393  /usr/bin/mkdir -p 'gl'
3394  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3395        -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
3396        -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \
3397        -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \
3398        -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \
3399        -e 's|__glibc_likely|_GL_LIKELY|g' \
3400        -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
3401        ../gl/malloc/dynarray-skeleton.c > gl/malloc/dynarray-skeleton.gl.h-t
3402  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3403        -e 's|@''GUARD_PREFIX''@|GL|g' \
3404        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3405        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3406        -e 's|@''PRAGMA_COLUMNS''@||g' \
3407        -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
3408        -e 's/@''GNULIB_CREAT''@/0/g' \
3409        -e 's/@''GNULIB_FCNTL''@/1/g' \
3410        -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
3411        -e 's/@''GNULIB_OPEN''@/1/g' \
3412        -e 's/@''GNULIB_OPENAT''@/0/g' \
3413        -e 's/@''GNULIB_MDA_CREAT''@/1/g' \
3414        -e 's/@''GNULIB_MDA_OPEN''@/1/g' \
3415        -e 's|@''HAVE_FCNTL''@|1|g' \
3416        -e 's|@''HAVE_OPENAT''@|1|g' \
3417        -e 's|@''REPLACE_CREAT''@|0|g' \
3418        -e 's|@''REPLACE_FCNTL''@|1|g' \
3419        -e 's|@''REPLACE_OPEN''@|0|g' \
3420        -e 's|@''REPLACE_OPENAT''@|0|g' \
3421        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3422        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3423        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3424        ../gl/fcntl.in.h > gl/fcntl.h-t
3425  /usr/bin/mkdir -p 'gl'
3426  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3427        -e 's/@''HAVE_INTTYPES_H''@/1/g' \
3428        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3429        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3430        -e 's|@''PRAGMA_COLUMNS''@||g' \
3431        -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
3432        -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
3433        -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
3434        -e 's/@''GNULIB_IMAXABS''@/0/g' \
3435        -e 's/@''GNULIB_IMAXDIV''@/0/g' \
3436        -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
3437        -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
3438        -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
3439        -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
3440        -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
3441        -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
3442        -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
3443        -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
3444        -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
3445        -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
3446        -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
3447        -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
3448        -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
3449        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3450        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3451        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3452        ../gl/inttypes.in.h > gl/inttypes.h-t
3453  /usr/bin/mkdir -p 'gl'
3454  /usr/bin/mkdir -p 'gl'
3455  mv gl/configmake.h-t gl/configmake.h
3456  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3457        -e 's|@''GUARD_PREFIX''@|GL|g' \
3458        -e 's|@''HAVE_LANGINFO_H''@|1|g' \
3459        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3460        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3461        -e 's|@''PRAGMA_COLUMNS''@||g' \
3462        -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
3463        -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
3464        -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
3465        -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
3466        -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \
3467        -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
3468        -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
3469        -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
3470        -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
3471        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3472        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3473        ../gl/langinfo.in.h > gl/langinfo.h-t
3474  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3475        -e 's|@''GUARD_PREFIX''@|GL|g' \
3476        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3477        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3478        -e 's|@''PRAGMA_COLUMNS''@||g' \
3479        -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
3480        ../gl/limits.in.h > gl/limits.h-t
3481  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3482        -e 's|@''GUARD_PREFIX''@|GL|g' \
3483        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3484        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3485        -e 's|@''PRAGMA_COLUMNS''@||g' \
3486        -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
3487        -e 's/@''GNULIB_LOCALECONV''@/1/g' \
3488        -e 's/@''GNULIB_SETLOCALE''@/0/g' \
3489        -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \
3490        -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
3491        -e 's/@''GNULIB_LOCALENAME''@/1/g' \
3492        -e 's|@''HAVE_NEWLOCALE''@|1|g' \
3493        -e 's|@''HAVE_DUPLOCALE''@|1|g' \
3494        -e 's|@''HAVE_FREELOCALE''@|1|g' \
3495        -e 's|@''HAVE_XLOCALE_H''@|0|g' \
3496        -e 's|@''REPLACE_LOCALECONV''@|0|g' \
3497        -e 's|@''REPLACE_SETLOCALE''@|0|g' \
3498        -e 's|@''REPLACE_NEWLOCALE''@|0|g' \
3499        -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
3500        -e 's|@''REPLACE_FREELOCALE''@|0|g' \
3501        -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
3502        -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \
3503        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3504        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3505        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3506        ../gl/locale.in.h > gl/locale.h-t
3507  /usr/bin/mkdir -p 'gl'
3508  /usr/bin/mkdir -p 'gl/malloc'
3509  /usr/bin/mkdir -p 'gl'
3510  /usr/bin/mkdir -p 'gl'
3511  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3512        -e 's|@''GUARD_PREFIX''@|GL|g' \
3513        -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
3514        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3515        -e 's|@''PRAGMA_COLUMNS''@||g' \
3516        -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
3517        -e 's/@''GNULIB_ACOSF''@/0/g' \
3518        -e 's/@''GNULIB_ACOSL''@/0/g' \
3519        -e 's/@''GNULIB_ASINF''@/0/g' \
3520        -e 's/@''GNULIB_ASINL''@/0/g' \
3521        -e 's/@''GNULIB_ATANF''@/0/g' \
3522        -e 's/@''GNULIB_ATANL''@/0/g' \
3523        -e 's/@''GNULIB_ATAN2F''@/0/g' \
3524        -e 's/@''GNULIB_CBRT''@/0/g' \
3525        -e 's/@''GNULIB_CBRTF''@/0/g' \
3526        -e 's/@''GNULIB_CBRTL''@/0/g' \
3527        -e 's/@''GNULIB_CEIL''@/0/g' \
3528        -e 's/@''GNULIB_CEILF''@/0/g' \
3529        -e 's/@''GNULIB_CEILL''@/0/g' \
3530        -e 's/@''GNULIB_COPYSIGN''@/0/g' \
3531        -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
3532        -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
3533        -e 's/@''GNULIB_COSF''@/0/g' \
3534        -e 's/@''GNULIB_COSL''@/0/g' \
3535        -e 's/@''GNULIB_COSHF''@/0/g' \
3536        -e 's/@''GNULIB_EXPF''@/0/g' \
3537        -e 's/@''GNULIB_EXPL''@/0/g' \
3538        -e 's/@''GNULIB_EXP2''@/0/g' \
3539        -e 's/@''GNULIB_EXP2F''@/0/g' \
3540        -e 's/@''GNULIB_EXP2L''@/0/g' \
3541        -e 's/@''GNULIB_EXPM1''@/0/g' \
3542        -e 's/@''GNULIB_EXPM1F''@/0/g' \
3543        -e 's/@''GNULIB_EXPM1L''@/0/g' \
3544        -e 's/@''GNULIB_FABSF''@/0/g' \
3545        -e 's/@''GNULIB_FABSL''@/0/g' \
3546        -e 's/@''GNULIB_FLOOR''@/1/g' \
3547        -e 's/@''GNULIB_FLOORF''@/0/g' \
3548        -e 's/@''GNULIB_FLOORL''@/0/g' \
3549        -e 's/@''GNULIB_FMA''@/0/g' \
3550        -e 's/@''GNULIB_FMAF''@/0/g' \
3551        -e 's/@''GNULIB_FMAL''@/0/g' \
3552        -e 's/@''GNULIB_FMOD''@/0/g' \
3553        -e 's/@''GNULIB_FMODF''@/0/g' \
3554        -e 's/@''GNULIB_FMODL''@/0/g' \
3555        -e 's/@''GNULIB_FREXPF''@/0/g' \
3556        -e 's/@''GNULIB_FREXP''@/1/g' \
3557        -e 's/@''GNULIB_FREXPL''@/1/g' \
3558        -e 's/@''GNULIB_HYPOT''@/0/g' \
3559        -e 's/@''GNULIB_HYPOTF''@/0/g' \
3560        -e 's/@''GNULIB_HYPOTL''@/0/g' \
3561        < ../gl/math.in.h | \
3562    sed -e 's/@''GNULIB_ILOGB''@/0/g' \
3563        -e 's/@''GNULIB_ILOGBF''@/0/g' \
3564        -e 's/@''GNULIB_ILOGBL''@/0/g' \
3565        -e 's/@''GNULIB_ISFINITE''@/1/g' \
3566        -e 's/@''GNULIB_ISINF''@/1/g' \
3567        -e 's/@''GNULIB_ISNAN''@/1/g' \
3568        -e 's/@''GNULIB_ISNANF''@/1/g' \
3569        -e 's/@''GNULIB_ISNAND''@/1/g' \
3570        -e 's/@''GNULIB_ISNANL''@/1/g' \
3571        -e 's/@''GNULIB_LDEXPF''@/0/g' \
3572        -e 's/@''GNULIB_LDEXPL''@/0/g' \
3573        -e 's/@''GNULIB_LOG''@/0/g' \
3574        -e 's/@''GNULIB_LOGF''@/0/g' \
3575        -e 's/@''GNULIB_LOGL''@/0/g' \
3576        -e 's/@''GNULIB_LOG10''@/0/g' \
3577        -e 's/@''GNULIB_LOG10F''@/0/g' \
3578        -e 's/@''GNULIB_LOG10L''@/0/g' \
3579        -e 's/@''GNULIB_LOG1P''@/0/g' \
3580        -e 's/@''GNULIB_LOG1PF''@/0/g' \
3581        -e 's/@''GNULIB_LOG1PL''@/0/g' \
3582        -e 's/@''GNULIB_LOG2''@/0/g' \
3583        -e 's/@''GNULIB_LOG2F''@/0/g' \
3584        -e 's/@''GNULIB_LOG2L''@/0/g' \
3585        -e 's/@''GNULIB_LOGB''@/0/g' \
3586        -e 's/@''GNULIB_LOGBF''@/0/g' \
3587        -e 's/@''GNULIB_LOGBL''@/0/g' \
3588        -e 's/@''GNULIB_MODF''@/0/g' \
3589        -e 's/@''GNULIB_MODFF''@/0/g' \
3590        -e 's/@''GNULIB_MODFL''@/0/g' \
3591        -e 's/@''GNULIB_POWF''@/0/g' \
3592        -e 's/@''GNULIB_REMAINDER''@/0/g' \
3593        -e 's/@''GNULIB_REMAINDERF''@/0/g' \
3594        -e 's/@''GNULIB_REMAINDERL''@/0/g' \
3595        -e 's/@''GNULIB_RINT''@/0/g' \
3596        -e 's/@''GNULIB_RINTF''@/0/g' \
3597        -e 's/@''GNULIB_RINTL''@/0/g' \
3598        -e 's/@''GNULIB_ROUND''@/1/g' \
3599        -e 's/@''GNULIB_ROUNDF''@/0/g' \
3600        -e 's/@''GNULIB_ROUNDL''@/0/g' \
3601        -e 's/@''GNULIB_SIGNBIT''@/1/g' \
3602        -e 's/@''GNULIB_SINF''@/0/g' \
3603        -e 's/@''GNULIB_SINL''@/0/g' \
3604        -e 's/@''GNULIB_SINHF''@/0/g' \
3605        -e 's/@''GNULIB_SQRTF''@/0/g' \
3606        -e 's/@''GNULIB_SQRTL''@/0/g' \
3607        -e 's/@''GNULIB_TANF''@/0/g' \
3608        -e 's/@''GNULIB_TANL''@/0/g' \
3609        -e 's/@''GNULIB_TANHF''@/0/g' \
3610        -e 's/@''GNULIB_TRUNC''@/1/g' \
3611        -e 's/@''GNULIB_TRUNCF''@/0/g' \
3612        -e 's/@''GNULIB_TRUNCL''@/0/g' \
3613        -e 's/@''GNULIB_MDA_J0''@/1/g' \
3614        -e 's/@''GNULIB_MDA_J1''@/1/g' \
3615        -e 's/@''GNULIB_MDA_JN''@/1/g' \
3616        -e 's/@''GNULIB_MDA_Y0''@/1/g' \
3617        -e 's/@''GNULIB_MDA_Y1''@/1/g' \
3618        -e 's/@''GNULIB_MDA_YN''@/1/g' \
3619    | \
3620    sed -e 's|@''HAVE_ACOSF''@|1|g' \
3621        -e 's|@''HAVE_ACOSL''@|1|g' \
3622        -e 's|@''HAVE_ASINF''@|1|g' \
3623        -e 's|@''HAVE_ASINL''@|1|g' \
3624        -e 's|@''HAVE_ATANF''@|1|g' \
3625        -e 's|@''HAVE_ATANL''@|1|g' \
3626        -e 's|@''HAVE_ATAN2F''@|1|g' \
3627        -e 's|@''HAVE_CBRT''@|1|g' \
3628        -e 's|@''HAVE_CBRTF''@|1|g' \
3629        -e 's|@''HAVE_CBRTL''@|1|g' \
3630        -e 's|@''HAVE_COPYSIGN''@|1|g' \
3631        -e 's|@''HAVE_COPYSIGNL''@|1|g' \
3632        -e 's|@''HAVE_COSF''@|1|g' \
3633        -e 's|@''HAVE_COSL''@|1|g' \
3634        -e 's|@''HAVE_COSHF''@|1|g' \
3635        -e 's|@''HAVE_EXPF''@|1|g' \
3636        -e 's|@''HAVE_EXPL''@|1|g' \
3637        -e 's|@''HAVE_EXPM1''@|1|g' \
3638        -e 's|@''HAVE_EXPM1F''@|1|g' \
3639        -e 's|@''HAVE_FABSF''@|1|g' \
3640        -e 's|@''HAVE_FABSL''@|1|g' \
3641        -e 's|@''HAVE_FMA''@|1|g' \
3642        -e 's|@''HAVE_FMAF''@|1|g' \
3643        -e 's|@''HAVE_FMAL''@|1|g' \
3644        -e 's|@''HAVE_FMODF''@|1|g' \
3645        -e 's|@''HAVE_FMODL''@|1|g' \
3646        -e 's|@''HAVE_FREXPF''@|1|g' \
3647        -e 's|@''HAVE_HYPOTF''@|1|g' \
3648        -e 's|@''HAVE_HYPOTL''@|1|g' \
3649        -e 's|@''HAVE_ILOGB''@|1|g' \
3650        -e 's|@''HAVE_ILOGBF''@|1|g' \
3651        -e 's|@''HAVE_ILOGBL''@|1|g' \
3652        -e 's|@''HAVE_ISNANF''@|1|g' \
3653        -e 's|@''HAVE_ISNAND''@|1|g' \
3654        -e 's|@''HAVE_ISNANL''@|1|g' \
3655        -e 's|@''HAVE_LDEXPF''@|1|g' \
3656        -e 's|@''HAVE_LOGF''@|1|g' \
3657        -e 's|@''HAVE_LOGL''@|1|g' \
3658        -e 's|@''HAVE_LOG10F''@|1|g' \
3659        -e 's|@''HAVE_LOG10L''@|1|g' \
3660        -e 's|@''HAVE_LOG1P''@|1|g' \
3661        -e 's|@''HAVE_LOG1PF''@|1|g' \
3662        -e 's|@''HAVE_LOG1PL''@|1|g' \
3663        -e 's|@''HAVE_LOGBF''@|1|g' \
3664        -e 's|@''HAVE_LOGBL''@|1|g' \
3665        -e 's|@''HAVE_MODFF''@|1|g' \
3666        -e 's|@''HAVE_MODFL''@|1|g' \
3667        -e 's|@''HAVE_POWF''@|1|g' \
3668        -e 's|@''HAVE_REMAINDER''@|1|g' \
3669        -e 's|@''HAVE_REMAINDERF''@|1|g' \
3670        -e 's|@''HAVE_RINT''@|1|g' \
3671        -e 's|@''HAVE_RINTL''@|1|g' \
3672        -e 's|@''HAVE_SINF''@|1|g' \
3673        -e 's|@''HAVE_SINL''@|1|g' \
3674        -e 's|@''HAVE_SINHF''@|1|g' \
3675        -e 's|@''HAVE_SQRTF''@|1|g' \
3676        -e 's|@''HAVE_SQRTL''@|1|g' \
3677        -e 's|@''HAVE_TANF''@|1|g' \
3678        -e 's|@''HAVE_TANL''@|1|g' \
3679        -e 's|@''HAVE_TANHF''@|1|g' \
3680        -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
3681        -e 's|@''HAVE_DECL_ASINL''@|1|g' \
3682        -e 's|@''HAVE_DECL_ATANL''@|1|g' \
3683        -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
3684        -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
3685        -e 's|@''HAVE_DECL_CEILF''@|1|g' \
3686        -e 's|@''HAVE_DECL_CEILL''@|1|g' \
3687        -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
3688        -e 's|@''HAVE_DECL_COSL''@|1|g' \
3689        -e 's|@''HAVE_DECL_EXPL''@|1|g' \
3690        -e 's|@''HAVE_DECL_EXP2''@|1|g' \
3691        -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
3692        -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
3693        -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
3694        -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
3695        -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
3696        -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
3697        -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
3698        -e 's|@''HAVE_DECL_LOGL''@|1|g' \
3699        -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
3700        -e 's|@''HAVE_DECL_LOG2''@|1|g' \
3701        -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
3702        -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
3703        -e 's|@''HAVE_DECL_LOGB''@|1|g' \
3704        -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
3705        -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
3706        -e 's|@''HAVE_DECL_RINTF''@|1|g' \
3707        -e 's|@''HAVE_DECL_ROUND''@|1|g' \
3708        -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
3709        -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
3710        -e 's|@''HAVE_DECL_SINL''@|1|g' \
3711        -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
3712        -e 's|@''HAVE_DECL_TANL''@|1|g' \
3713        -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
3714        -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
3715        -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
3716    | \
3717    sed -e 's|@''REPLACE_ACOSF''@|0|g' \
3718        -e 's|@''REPLACE_ASINF''@|0|g' \
3719        -e 's|@''REPLACE_ATANF''@|0|g' \
3720        -e 's|@''REPLACE_ATAN2F''@|0|g' \
3721        -e 's|@''REPLACE_CBRTF''@|0|g' \
3722        -e 's|@''REPLACE_CBRTL''@|0|g' \
3723        -e 's|@''REPLACE_CEIL''@|0|g' \
3724        -e 's|@''REPLACE_CEILF''@|0|g' \
3725        -e 's|@''REPLACE_CEILL''@|0|g' \
3726        -e 's|@''REPLACE_COSF''@|0|g' \
3727        -e 's|@''REPLACE_COSHF''@|0|g' \
3728        -e 's|@''REPLACE_EXPF''@|0|g' \
3729        -e 's|@''REPLACE_EXPL''@|0|g' \
3730        -e 's|@''REPLACE_EXPM1''@|0|g' \
3731        -e 's|@''REPLACE_EXPM1F''@|0|g' \
3732        -e 's|@''REPLACE_EXPM1L''@|0|g' \
3733        -e 's|@''REPLACE_EXP2''@|0|g' \
3734        -e 's|@''REPLACE_EXP2L''@|0|g' \
3735        -e 's|@''REPLACE_FABSL''@|0|g' \
3736        -e 's|@''REPLACE_FLOOR''@|0|g' \
3737        -e 's|@''REPLACE_FLOORF''@|0|g' \
3738        -e 's|@''REPLACE_FLOORL''@|0|g' \
3739        -e 's|@''REPLACE_FMA''@|0|g' \
3740        -e 's|@''REPLACE_FMAF''@|0|g' \
3741        -e 's|@''REPLACE_FMAL''@|0|g' \
3742        -e 's|@''REPLACE_FMOD''@|0|g' \
3743        -e 's|@''REPLACE_FMODF''@|0|g' \
3744        -e 's|@''REPLACE_FMODL''@|0|g' \
3745        -e 's|@''REPLACE_FREXPF''@|0|g' \
3746        -e 's|@''REPLACE_FREXP''@|0|g' \
3747        -e 's|@''REPLACE_FREXPL''@|0|g' \
3748        -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
3749        -e 's|@''REPLACE_HYPOT''@|0|g' \
3750        -e 's|@''REPLACE_HYPOTF''@|0|g' \
3751        -e 's|@''REPLACE_HYPOTL''@|0|g' \
3752        -e 's|@''REPLACE_ILOGB''@|0|g' \
3753        -e 's|@''REPLACE_ILOGBF''@|0|g' \
3754        -e 's|@''REPLACE_ILOGBL''@|0|g' \
3755        -e 's|@''REPLACE_ISFINITE''@|0|g' \
3756        -e 's|@''REPLACE_ISINF''@|0|g' \
3757        -e 's|@''REPLACE_ISNAN''@|0|g' \
3758        -e 's|@''REPLACE_ITOLD''@|0|g' \
3759        -e 's|@''REPLACE_LDEXPL''@|0|g' \
3760        -e 's|@''REPLACE_LOG''@|0|g' \
3761        -e 's|@''REPLACE_LOGF''@|0|g' \
3762        -e 's|@''REPLACE_LOGL''@|0|g' \
3763        -e 's|@''REPLACE_LOG10''@|0|g' \
3764        -e 's|@''REPLACE_LOG10F''@|0|g' \
3765        -e 's|@''REPLACE_LOG10L''@|0|g' \
3766        -e 's|@''REPLACE_LOG1P''@|0|g' \
3767        -e 's|@''REPLACE_LOG1PF''@|0|g' \
3768        -e 's|@''REPLACE_LOG1PL''@|0|g' \
3769        -e 's|@''REPLACE_LOG2''@|0|g' \
3770        -e 's|@''REPLACE_LOG2F''@|0|g' \
3771        -e 's|@''REPLACE_LOG2L''@|0|g' \
3772        -e 's|@''REPLACE_LOGB''@|0|g' \
3773        -e 's|@''REPLACE_LOGBF''@|0|g' \
3774        -e 's|@''REPLACE_LOGBL''@|0|g' \
3775        -e 's|@''REPLACE_MODF''@|0|g' \
3776        -e 's|@''REPLACE_MODFF''@|0|g' \
3777        -e 's|@''REPLACE_MODFL''@|0|g' \
3778        -e 's|@''REPLACE_NAN''@|0|g' \
3779        -e 's|@''REPLACE_REMAINDER''@|0|g' \
3780        -e 's|@''REPLACE_REMAINDERF''@|0|g' \
3781        -e 's|@''REPLACE_REMAINDERL''@|0|g' \
3782        -e 's|@''REPLACE_RINTL''@|0|g' \
3783        -e 's|@''REPLACE_ROUND''@|0|g' \
3784        -e 's|@''REPLACE_ROUNDF''@|0|g' \
3785        -e 's|@''REPLACE_ROUNDL''@|0|g' \
3786        -e 's|@''REPLACE_SIGNBIT''@|0|g' \
3787        -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|1|g' \
3788        -e 's|@''REPLACE_SINF''@|0|g' \
3789        -e 's|@''REPLACE_SINHF''@|0|g' \
3790        -e 's|@''REPLACE_SQRTF''@|0|g' \
3791        -e 's|@''REPLACE_SQRTL''@|0|g' \
3792        -e 's|@''REPLACE_TANF''@|0|g' \
3793        -e 's|@''REPLACE_TANHF''@|0|g' \
3794        -e 's|@''REPLACE_TRUNC''@|0|g' \
3795        -e 's|@''REPLACE_TRUNCF''@|0|g' \
3796        -e 's|@''REPLACE_TRUNCL''@|0|g' \
3797        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3798        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3799        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3800        > gl/math.h-t
3801  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3802        -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
3803        -e 's|__glibc_likely|_GL_LIKELY|g' \
3804        -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
3805        -e '/libc_hidden_proto/d' \
3806        ../gl/malloc/scratch_buffer.h > gl/malloc/scratch_buffer.gl.h-t
3807  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3808        -e 's|@''GUARD_PREFIX''@|GL|g' \
3809        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3810        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3811        -e 's|@''PRAGMA_COLUMNS''@||g' \
3812        -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
3813        -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \
3814        -e 's/@''GNULIB_RAISE''@/1/g' \
3815        -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
3816        -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
3817        -e 's/@''GNULIB_SIGACTION''@/1/g' \
3818        -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
3819        -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
3820        -e 's|@''HAVE_RAISE''@|1|g' \
3821        -e 's|@''HAVE_SIGSET_T''@|1|g' \
3822        -e 's|@''HAVE_SIGINFO_T''@|1|g' \
3823        -e 's|@''HAVE_SIGACTION''@|1|g' \
3824        -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
3825        -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
3826        -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
3827        -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
3828        -e 's|@''REPLACE_RAISE''@|0|g' \
3829        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3830        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3831        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3832        ../gl/signal.in.h > gl/signal.h-t
3833  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3834        -e 's|@''GUARD_PREFIX''@|GL|g' \
3835        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3836        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3837        -e 's|@''PRAGMA_COLUMNS''@||g' \
3838        -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
3839        -e 's/@''GNULIB_DPRINTF''@/0/g' \
3840        -e 's/@''GNULIB_FCLOSE''@/0/g' \
3841        -e 's/@''GNULIB_FDOPEN''@/0/g' \
3842        -e 's/@''GNULIB_FFLUSH''@/0/g' \
3843        -e 's/@''GNULIB_FGETC''@/1/g' \
3844        -e 's/@''GNULIB_FGETS''@/1/g' \
3845        -e 's/@''GNULIB_FOPEN''@/1/g' \
3846        -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \
3847        -e 's/@''GNULIB_FPRINTF''@/1/g' \
3848        -e 's/@''GNULIB_FPRINTF_POSIX''@/1/g' \
3849        -e 's/@''GNULIB_FPURGE''@/0/g' \
3850        -e 's/@''GNULIB_FPUTC''@/1/g' \
3851        -e 's/@''GNULIB_FPUTS''@/1/g' \
3852        -e 's/@''GNULIB_FREAD''@/1/g' \
3853        -e 's/@''GNULIB_FREOPEN''@/0/g' \
3854        -e 's/@''GNULIB_FSCANF''@/1/g' \
3855        -e 's/@''GNULIB_FSEEK''@/1/g' \
3856        -e 's/@''GNULIB_FSEEKO''@/1/g' \
3857        -e 's/@''GNULIB_FTELL''@/1/g' \
3858        -e 's/@''GNULIB_FTELLO''@/1/g' \
3859        -e 's/@''GNULIB_FWRITE''@/1/g' \
3860        -e 's/@''GNULIB_GETC''@/1/g' \
3861        -e 's/@''GNULIB_GETCHAR''@/1/g' \
3862        -e 's/@''GNULIB_GETDELIM''@/1/g' \
3863        -e 's/@''GNULIB_GETLINE''@/1/g' \
3864        -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
3865        -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
3866        -e 's/@''GNULIB_PCLOSE''@/0/g' \
3867        -e 's/@''GNULIB_PERROR''@/0/g' \
3868        -e 's/@''GNULIB_POPEN''@/0/g' \
3869        -e 's/@''GNULIB_PRINTF''@/1/g' \
3870        -e 's/@''GNULIB_PRINTF_POSIX''@/1/g' \
3871        -e 's/@''GNULIB_PUTC''@/1/g' \
3872        -e 's/@''GNULIB_PUTCHAR''@/1/g' \
3873        -e 's/@''GNULIB_PUTS''@/1/g' \
3874        -e 's/@''GNULIB_REMOVE''@/0/g' \
3875        -e 's/@''GNULIB_RENAME''@/1/g' \
3876        -e 's/@''GNULIB_RENAMEAT''@/0/g' \
3877        -e 's/@''GNULIB_SCANF''@/1/g' \
3878        -e 's/@''GNULIB_SNPRINTF''@/1/g' \
3879        -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \
3880        -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
3881        -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
3882        -e 's/@''GNULIB_TMPFILE''@/0/g' \
3883        -e 's/@''GNULIB_VASPRINTF''@/1/g' \
3884        -e 's/@''GNULIB_VDPRINTF''@/0/g' \
3885        -e 's/@''GNULIB_VFPRINTF''@/1/g' \
3886        -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \
3887        -e 's/@''GNULIB_VFSCANF''@/0/g' \
3888        -e 's/@''GNULIB_VSCANF''@/0/g' \
3889        -e 's/@''GNULIB_VPRINTF''@/1/g' \
3890        -e 's/@''GNULIB_VPRINTF_POSIX''@/1/g' \
3891        -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
3892        -e 's/@''GNULIB_VSPRINTF_POSIX''@/1/g' \
3893        -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
3894        -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \
3895        -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
3896        -e 's/@''GNULIB_MDA_GETW''@/1/g' \
3897        -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
3898        -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
3899        < ../gl/stdio.in.h | \
3900    sed -e 's|@''HAVE_DECL_FCLOSEALL''@|1|g' \
3901        -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
3902        -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
3903        -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
3904        -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
3905        -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
3906        -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
3907        -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
3908        -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
3909        -e 's|@''HAVE_DPRINTF''@|1|g' \
3910        -e 's|@''HAVE_FSEEKO''@|1|g' \
3911        -e 's|@''HAVE_FTELLO''@|1|g' \
3912        -e 's|@''HAVE_PCLOSE''@|1|g' \
3913        -e 's|@''HAVE_POPEN''@|1|g' \
3914        -e 's|@''HAVE_RENAMEAT''@|1|g' \
3915        -e 's|@''HAVE_VASPRINTF''@|1|g' \
3916        -e 's|@''HAVE_VDPRINTF''@|1|g' \
3917        -e 's|@''REPLACE_DPRINTF''@|0|g' \
3918        -e 's|@''REPLACE_FCLOSE''@|0|g' \
3919        -e 's|@''REPLACE_FDOPEN''@|0|g' \
3920        -e 's|@''REPLACE_FFLUSH''@|0|g' \
3921        -e 's|@''REPLACE_FOPEN''@|0|g' \
3922        -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|0|g' \
3923        -e 's|@''REPLACE_FPRINTF''@|0|g' \
3924        -e 's|@''REPLACE_FPURGE''@|0|g' \
3925        -e 's|@''REPLACE_FREOPEN''@|0|g' \
3926        -e 's|@''REPLACE_FSEEK''@|0|g' \
3927        -e 's|@''REPLACE_FSEEKO''@|0|g' \
3928        -e 's|@''REPLACE_FTELL''@|0|g' \
3929        -e 's|@''REPLACE_FTELLO''@|0|g' \
3930        -e 's|@''REPLACE_GETDELIM''@|0|g' \
3931        -e 's|@''REPLACE_GETLINE''@|0|g' \
3932        -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
3933        -e 's|@''REPLACE_PERROR''@|0|g' \
3934        -e 's|@''REPLACE_POPEN''@|0|g' \
3935        -e 's|@''REPLACE_PRINTF''@|0|g' \
3936        -e 's|@''REPLACE_REMOVE''@|0|g' \
3937        -e 's|@''REPLACE_RENAME''@|0|g' \
3938        -e 's|@''REPLACE_RENAMEAT''@|0|g' \
3939        -e 's|@''REPLACE_SNPRINTF''@|0|g' \
3940        -e 's|@''REPLACE_SPRINTF''@|0|g' \
3941        -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
3942        -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
3943        -e 's|@''REPLACE_TMPFILE''@|0|g' \
3944        -e 's|@''REPLACE_VASPRINTF''@|0|g' \
3945        -e 's|@''REPLACE_VDPRINTF''@|0|g' \
3946        -e 's|@''REPLACE_VFPRINTF''@|0|g' \
3947        -e 's|@''REPLACE_VPRINTF''@|0|g' \
3948        -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
3949        -e 's|@''REPLACE_VSPRINTF''@|0|g' \
3950        -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
3951        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3952        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3953        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3954        > gl/stdio.h-t
3955  /usr/bin/mkdir -p 'gl'
3956  /usr/bin/mkdir -p 'gl'
3957  /usr/bin/mkdir -p 'gl'
3958  /usr/bin/mkdir -p 'gl/sys'
3959  mv gl/alloca.h-t gl/alloca.h
3960  mv gl/malloc/dynarray.gl.h-t gl/malloc/dynarray.gl.h
3961  mv gl/limits.h-t gl/limits.h
3962  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3963        -e 's|@''GUARD_PREFIX''@|GL|g' \
3964        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3965        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3966        -e 's|@''PRAGMA_COLUMNS''@||g' \
3967        -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
3968        -e 's/@''GNULIB__EXIT''@/0/g' \
3969        -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \
3970        -e 's/@''GNULIB_ATOLL''@/0/g' \
3971        -e 's/@''GNULIB_CALLOC_GNU''@/1/g' \
3972        -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
3973        -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
3974        -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
3975        -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
3976        -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
3977        -e 's/@''GNULIB_GRANTPT''@/0/g' \
3978        -e 's/@''GNULIB_MALLOC_GNU''@/1/g' \
3979        -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
3980        -e 's/@''GNULIB_MBTOWC''@/1/g' \
3981        -e 's/@''GNULIB_MKDTEMP''@/1/g' \
3982        -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
3983        -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
3984        -e 's/@''GNULIB_MKSTEMP''@/1/g' \
3985        -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
3986        -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \
3987        -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
3988        -e 's/@''GNULIB_PTSNAME''@/0/g' \
3989        -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
3990        -e 's/@''GNULIB_PUTENV''@/0/g' \
3991        -e 's/@''GNULIB_QSORT_R''@/0/g' \
3992        -e 's/@''GNULIB_RANDOM''@/0/g' \
3993        -e 's/@''GNULIB_RANDOM_R''@/0/g' \
3994        -e 's/@''GNULIB_REALLOC_GNU''@/1/g' \
3995        -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
3996        -e 's/@''GNULIB_REALLOCARRAY''@/1/g' \
3997        -e 's/@''GNULIB_REALPATH''@/1/g' \
3998        -e 's/@''GNULIB_RPMATCH''@/0/g' \
3999        -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
4000        -e 's/@''GNULIB_SETENV''@/1/g' \
4001        -e 's/@''GNULIB_STRTOD''@/1/g' \
4002        -e 's/@''GNULIB_STRTOL''@/0/g' \
4003        -e 's/@''GNULIB_STRTOLD''@/0/g' \
4004        -e 's/@''GNULIB_STRTOLL''@/0/g' \
4005        -e 's/@''GNULIB_STRTOUL''@/0/g' \
4006        -e 's/@''GNULIB_STRTOULL''@/0/g' \
4007        -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
4008        -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
4009        -e 's/@''GNULIB_UNSETENV''@/1/g' \
4010        -e 's/@''GNULIB_WCTOMB''@/0/g' \
4011        -e 's/@''GNULIB_MDA_ECVT''@/1/g' \
4012        -e 's/@''GNULIB_MDA_FCVT''@/1/g' \
4013        -e 's/@''GNULIB_MDA_GCVT''@/1/g' \
4014        -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \
4015        -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \
4016        < ../gl/stdlib.in.h | \
4017    sed -e 's|@''HAVE__EXIT''@|1|g' \
4018        -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \
4019        -e 's|@''HAVE_ATOLL''@|1|g' \
4020        -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
4021        -e 's|@''HAVE_DECL_ECVT''@|1|g' \
4022        -e 's|@''HAVE_DECL_FCVT''@|1|g' \
4023        -e 's|@''HAVE_DECL_GCVT''@|1|g' \
4024        -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
4025        -e 's|@''HAVE_GETSUBOPT''@|1|g' \
4026        -e 's|@''HAVE_GRANTPT''@|1|g' \
4027        -e 's|@''HAVE_INITSTATE''@|1|g' \
4028        -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
4029        -e 's|@''HAVE_MBTOWC''@|1|g' \
4030        -e 's|@''HAVE_MKDTEMP''@|1|g' \
4031        -e 's|@''HAVE_MKOSTEMP''@|1|g' \
4032        -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
4033        -e 's|@''HAVE_MKSTEMP''@|1|g' \
4034        -e 's|@''HAVE_MKSTEMPS''@|1|g' \
4035        -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \
4036        -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
4037        -e 's|@''HAVE_PTSNAME''@|1|g' \
4038        -e 's|@''HAVE_PTSNAME_R''@|1|g' \
4039        -e 's|@''HAVE_QSORT_R''@|1|g' \
4040        -e 's|@''HAVE_RANDOM''@|1|g' \
4041        -e 's|@''HAVE_RANDOM_H''@|1|g' \
4042        -e 's|@''HAVE_RANDOM_R''@|1|g' \
4043        -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
4044        -e 's|@''HAVE_REALPATH''@|1|g' \
4045        -e 's|@''HAVE_RPMATCH''@|1|g' \
4046        -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
4047        -e 's|@''HAVE_DECL_SETENV''@|1|g' \
4048        -e 's|@''HAVE_SETSTATE''@|1|g' \
4049        -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
4050        -e 's|@''HAVE_STRTOD''@|1|g' \
4051        -e 's|@''HAVE_STRTOL''@|1|g' \
4052        -e 's|@''HAVE_STRTOLD''@|1|g' \
4053        -e 's|@''HAVE_STRTOLL''@|1|g' \
4054        -e 's|@''HAVE_STRTOUL''@|1|g' \
4055        -e 's|@''HAVE_STRTOULL''@|1|g' \
4056        -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
4057        -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
4058        -e 's|@''HAVE_UNLOCKPT''@|1|g' \
4059        -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
4060        -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \
4061        -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \
4062        -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \
4063        -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
4064        -e 's|@''REPLACE_FREE''@|0|g' \
4065        -e 's|@''REPLACE_INITSTATE''@|0|g' \
4066        -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \
4067        -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|0|g' \
4068        -e 's|@''REPLACE_MBTOWC''@|0|g' \
4069        -e 's|@''REPLACE_MKSTEMP''@|0|g' \
4070        -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \
4071        -e 's|@''REPLACE_PTSNAME''@|0|g' \
4072        -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
4073        -e 's|@''REPLACE_PUTENV''@|0|g' \
4074        -e 's|@''REPLACE_QSORT_R''@|0|g' \
4075        -e 's|@''REPLACE_RANDOM''@|0|g' \
4076        -e 's|@''REPLACE_RANDOM_R''@|0|g' \
4077        -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \
4078        -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|0|g' \
4079        -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \
4080        -e 's|@''REPLACE_REALPATH''@|0|g' \
4081        -e 's|@''REPLACE_SETENV''@|0|g' \
4082        -e 's|@''REPLACE_SETSTATE''@|0|g' \
4083        -e 's|@''REPLACE_STRTOD''@|0|g' \
4084        -e 's|@''REPLACE_STRTOL''@|0|g' \
4085        -e 's|@''REPLACE_STRTOLD''@|0|g' \
4086        -e 's|@''REPLACE_STRTOLL''@|0|g' \
4087        -e 's|@''REPLACE_STRTOUL''@|0|g' \
4088        -e 's|@''REPLACE_STRTOULL''@|0|g' \
4089        -e 's|@''REPLACE_UNSETENV''@|0|g' \
4090        -e 's|@''REPLACE_WCTOMB''@|0|g' \
4091        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4092        -e '/definition of _Noreturn/r ../gl/_Noreturn.h' \
4093        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4094        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4095        > gl/stdlib.h-t
4096  mv gl/malloc/dynarray-skeleton.gl.h-t gl/malloc/dynarray-skeleton.gl.h
4097  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4098        -e 's|@''GUARD_PREFIX''@|GL|g' \
4099        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4100        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4101        -e 's|@''PRAGMA_COLUMNS''@||g' \
4102        -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
4103        -e 's/@''GNULIB_EXPLICIT_BZERO''@/1/g' \
4104        -e 's/@''GNULIB_FFSL''@/0/g' \
4105        -e 's/@''GNULIB_FFSLL''@/0/g' \
4106        -e 's/@''GNULIB_MBSLEN''@/0/g' \
4107        -e 's/@''GNULIB_MBSNLEN''@/0/g' \
4108        -e 's/@''GNULIB_MBSCHR''@/0/g' \
4109        -e 's/@''GNULIB_MBSRCHR''@/0/g' \
4110        -e 's/@''GNULIB_MBSSTR''@/0/g' \
4111        -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
4112        -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
4113        -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
4114        -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
4115        -e 's/@''GNULIB_MBSCSPN''@/0/g' \
4116        -e 's/@''GNULIB_MBSPBRK''@/0/g' \
4117        -e 's/@''GNULIB_MBSSPN''@/0/g' \
4118        -e 's/@''GNULIB_MBSSEP''@/0/g' \
4119        -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
4120        -e 's/@''GNULIB_MEMCHR''@/1/g' \
4121        -e 's/@''GNULIB_MEMMEM''@/1/g' \
4122        -e 's/@''GNULIB_MEMPCPY''@/1/g' \
4123        -e 's/@''GNULIB_MEMRCHR''@/1/g' \
4124        -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
4125        -e 's/@''GNULIB_STPCPY''@/1/g' \
4126        -e 's/@''GNULIB_STPNCPY''@/0/g' \
4127        -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
4128        -e 's/@''GNULIB_STRDUP''@/1/g' \
4129        -e 's/@''GNULIB_STRNCAT''@/1/g' \
4130        -e 's/@''GNULIB_STRNDUP''@/1/g' \
4131        -e 's/@''GNULIB_STRNLEN''@/1/g' \
4132        -e 's/@''GNULIB_STRPBRK''@/0/g' \
4133        -e 's/@''GNULIB_STRSEP''@/1/g' \
4134        -e 's/@''GNULIB_STRSTR''@/0/g' \
4135        -e 's/@''GNULIB_STRCASESTR''@/1/g' \
4136        -e 's/@''GNULIB_STRTOK_R''@/1/g' \
4137        -e 's/@''GNULIB_STRERROR''@/1/g' \
4138        -e 's/@''GNULIB_STRERROR_R''@/0/g' \
4139        -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
4140        -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
4141        -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
4142        -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
4143        -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
4144        -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
4145        -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
4146        -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4147        < ../gl/string.in.h | \
4148    sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
4149        -e 's|@''HAVE_FFSL''@|1|g' \
4150        -e 's|@''HAVE_FFSLL''@|1|g' \
4151        -e 's|@''HAVE_MBSLEN''@|0|g' \
4152        -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
4153        -e 's|@''HAVE_MEMPCPY''@|1|g' \
4154        -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
4155        -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
4156        -e 's|@''HAVE_STPCPY''@|1|g' \
4157        -e 's|@''HAVE_STPNCPY''@|1|g' \
4158        -e 's|@''HAVE_STRCHRNUL''@|1|g' \
4159        -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
4160        -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
4161        -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
4162        -e 's|@''HAVE_STRPBRK''@|1|g' \
4163        -e 's|@''HAVE_STRSEP''@|1|g' \
4164        -e 's|@''HAVE_STRCASESTR''@|1|g' \
4165        -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
4166        -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
4167        -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
4168        -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
4169        -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
4170        -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
4171        -e 's|@''HAVE_STRVERSCMP''@|1|g' \
4172        -e 's|@''REPLACE_FFSLL''@|0|g' \
4173        -e 's|@''REPLACE_MEMCHR''@|0|g' \
4174        -e 's|@''REPLACE_MEMMEM''@|0|g' \
4175        -e 's|@''REPLACE_FREE''@|0|g' \
4176        -e 's|@''REPLACE_STPNCPY''@|0|g' \
4177        -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
4178        -e 's|@''REPLACE_STRDUP''@|0|g' \
4179        -e 's|@''REPLACE_STRNCAT''@|0|g' \
4180        -e 's|@''REPLACE_STRNDUP''@|0|g' \
4181        -e 's|@''REPLACE_STRNLEN''@|0|g' \
4182        -e 's|@''REPLACE_STRSTR''@|0|g' \
4183        -e 's|@''REPLACE_STRCASESTR''@|0|g' \
4184        -e 's|@''REPLACE_STRTOK_R''@|0|g' \
4185        -e 's|@''REPLACE_STRERROR''@|0|g' \
4186        -e 's|@''REPLACE_STRERROR_R''@|0|g' \
4187        -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
4188        -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
4189        -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
4190        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4191        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4192        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4193        > gl/string.h-t
4194  mv gl/ctype.h-t gl/ctype.h
4195  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4196        -e 's|@''GUARD_PREFIX''@|GL|g' \
4197        -e 's|@''HAVE_STRINGS_H''@|1|g' \
4198        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4199        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4200        -e 's|@''PRAGMA_COLUMNS''@||g' \
4201        -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
4202        -e 's/@''GNULIB_FFS''@/0/g' \
4203        -e 's|@''HAVE_FFS''@|1|g' \
4204        -e 's|@''HAVE_STRCASECMP''@|1|g' \
4205        -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
4206        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4207        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4208        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4209        ../gl/strings.in.h > gl/strings.h-t
4210  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4211        -e 's|@''GUARD_PREFIX''@|GL|g' \
4212        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4213        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4214        -e 's|@''PRAGMA_COLUMNS''@||g' \
4215        -e 's|@''NEXT_SYS_RANDOM_H''@|<sys/random.h>|g' \
4216        -e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \
4217        -e 's/@''GNULIB_GETRANDOM''@/1/g' \
4218        -e 's/@''HAVE_GETRANDOM''@/1/g' \
4219        -e 's/@''REPLACE_GETRANDOM''@/0/g' \
4220        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4221        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4222        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4223        ../gl/sys_random.in.h > gl/sys/random.h-t
4224  /usr/bin/mkdir -p 'gl/sys'
4225  mv gl/malloc/scratch_buffer.gl.h-t gl/malloc/scratch_buffer.gl.h
4226  mv gl/fcntl.h-t gl/fcntl.h
4227  mv gl/langinfo.h-t gl/langinfo.h
4228  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4229        -e 's|@''GUARD_PREFIX''@|GL|g' \
4230        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4231        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4232        -e 's|@''PRAGMA_COLUMNS''@||g' \
4233        -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
4234        -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
4235        -e 's/@''GNULIB_PSELECT''@/0/g' \
4236        -e 's/@''GNULIB_SELECT''@/1/g' \
4237        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4238        -e 's|@''HAVE_PSELECT''@|1|g' \
4239        -e 's|@''REPLACE_PSELECT''@|0|g' \
4240        -e 's|@''REPLACE_SELECT''@|0|g' \
4241        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4242        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4243        ../gl/sys_select.in.h > gl/sys/select.h-t
4244  /usr/bin/mkdir -p 'gl/sys'
4245  /usr/bin/mkdir -p 'gl/sys'
4246  /usr/bin/mkdir -p 'gl/sys'
4247  mv gl/inttypes.h-t gl/inttypes.h
4248  mv gl/locale.h-t gl/locale.h
4249  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4250        -e 's|@''GUARD_PREFIX''@|GL|g' \
4251        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4252        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4253        -e 's|@''PRAGMA_COLUMNS''@||g' \
4254        -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
4255        -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
4256        -e 's/@''GNULIB_CLOSE''@/1/g' \
4257        -e 's/@''GNULIB_SOCKET''@/0/g' \
4258        -e 's/@''GNULIB_CONNECT''@/0/g' \
4259        -e 's/@''GNULIB_ACCEPT''@/0/g' \
4260        -e 's/@''GNULIB_BIND''@/0/g' \
4261        -e 's/@''GNULIB_GETPEERNAME''@/0/g' \
4262        -e 's/@''GNULIB_GETSOCKNAME''@/0/g' \
4263        -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \
4264        -e 's/@''GNULIB_LISTEN''@/0/g' \
4265        -e 's/@''GNULIB_RECV''@/0/g' \
4266        -e 's/@''GNULIB_SEND''@/0/g' \
4267        -e 's/@''GNULIB_RECVFROM''@/0/g' \
4268        -e 's/@''GNULIB_SENDTO''@/0/g' \
4269        -e 's/@''GNULIB_SETSOCKOPT''@/0/g' \
4270        -e 's/@''GNULIB_SHUTDOWN''@/0/g' \
4271        -e 's/@''GNULIB_ACCEPT4''@/0/g' \
4272        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4273        -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
4274        -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
4275        -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
4276        -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
4277        -e 's|@''HAVE_ACCEPT4''@|1|g' \
4278        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4279        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4280        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4281        ../gl/sys_socket.in.h > gl/sys/socket.h-t
4282  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4283        -e 's|@''GUARD_PREFIX''@|GL|g' \
4284        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4285        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4286        -e 's|@''PRAGMA_COLUMNS''@||g' \
4287        -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
4288        -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
4289        -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
4290        -e 's/@''GNULIB_FCHMODAT''@/0/g' \
4291        -e 's/@''GNULIB_FSTAT''@/1/g' \
4292        -e 's/@''GNULIB_FSTATAT''@/0/g' \
4293        -e 's/@''GNULIB_FUTIMENS''@/0/g' \
4294        -e 's/@''GNULIB_GETUMASK''@/0/g' \
4295        -e 's/@''GNULIB_LCHMOD''@/0/g' \
4296        -e 's/@''GNULIB_LSTAT''@/1/g' \
4297        -e 's/@''GNULIB_MKDIR''@/1/g' \
4298        -e 's/@''GNULIB_MKDIRAT''@/0/g' \
4299        -e 's/@''GNULIB_MKFIFO''@/0/g' \
4300        -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
4301        -e 's/@''GNULIB_MKNOD''@/0/g' \
4302        -e 's/@''GNULIB_MKNODAT''@/0/g' \
4303        -e 's/@''GNULIB_STAT''@/1/g' \
4304        -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
4305        -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
4306        -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \
4307        -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \
4308        -e 's/@''GNULIB_MDA_UMASK''@/1/g' \
4309        -e 's|@''HAVE_FCHMODAT''@|1|g' \
4310        -e 's|@''HAVE_FSTATAT''@|1|g' \
4311        -e 's|@''HAVE_FUTIMENS''@|1|g' \
4312        -e 's|@''HAVE_GETUMASK''@|1|g' \
4313        -e 's|@''HAVE_LCHMOD''@|1|g' \
4314        -e 's|@''HAVE_LSTAT''@|1|g' \
4315        -e 's|@''HAVE_MKDIRAT''@|1|g' \
4316        -e 's|@''HAVE_MKFIFO''@|1|g' \
4317        -e 's|@''HAVE_MKFIFOAT''@|1|g' \
4318        -e 's|@''HAVE_MKNOD''@|1|g' \
4319        -e 's|@''HAVE_MKNODAT''@|1|g' \
4320        -e 's|@''HAVE_UTIMENSAT''@|1|g' \
4321        -e 's|@''REPLACE_FCHMODAT''@|0|g' \
4322        -e 's|@''REPLACE_FSTAT''@|0|g' \
4323        -e 's|@''REPLACE_FSTATAT''@|0|g' \
4324        -e 's|@''REPLACE_FUTIMENS''@|0|g' \
4325        -e 's|@''REPLACE_LSTAT''@|0|g' \
4326        -e 's|@''REPLACE_MKDIR''@|0|g' \
4327        -e 's|@''REPLACE_MKFIFO''@|0|g' \
4328        -e 's|@''REPLACE_MKFIFOAT''@|0|g' \
4329        -e 's|@''REPLACE_MKNOD''@|0|g' \
4330        -e 's|@''REPLACE_MKNODAT''@|0|g' \
4331        -e 's|@''REPLACE_STAT''@|0|g' \
4332        -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
4333        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4334        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4335        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4336        ../gl/sys_stat.in.h > gl/sys/stat.h-t
4337  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4338        -e 's|@''GUARD_PREFIX''@|GL|g' \
4339        -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
4340        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4341        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4342        -e 's|@''PRAGMA_COLUMNS''@||g' \
4343        -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
4344        -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
4345        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4346        -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
4347        -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
4348        -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
4349        -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
4350        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4351        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4352        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4353        ../gl/sys_time.in.h > gl/sys/time.h-t
4354  /usr/bin/mkdir -p 'gl/sys'
4355  /usr/bin/mkdir -p 'gl/sys'
4356  /usr/bin/mkdir -p 'gl'
4357  mv gl/signal.h-t gl/signal.h
4358  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4359        -e 's|@''GUARD_PREFIX''@|GL|g' \
4360        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4361        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4362        -e 's|@''PRAGMA_COLUMNS''@||g' \
4363        -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
4364        -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4365        -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
4366        ../gl/sys_types.in.h > gl/sys/types.h-t
4367  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4368        -e 's|@''GUARD_PREFIX''@|GL|g' \
4369        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4370        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4371        -e 's|@''PRAGMA_COLUMNS''@||g' \
4372        -e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
4373        -e 's|@''HAVE_SYS_UIO_H''@|1|g' \
4374        ../gl/sys_uio.in.h > gl/sys/uio.h-t
4375  mv gl/strings.h-t gl/strings.h
4376  mv gl/sys/random.h-t gl/sys/random.h
4377  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4378        -e 's|@''GUARD_PREFIX''@|GL|g' \
4379        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4380        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4381        -e 's|@''PRAGMA_COLUMNS''@||g' \
4382        -e 's|@''NEXT_TERMIOS_H''@|<termios.h>|g' \
4383        -e 's/@''GNULIB_TCGETSID''@/0/g' \
4384        -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \
4385        -e 's|@''HAVE_TERMIOS_H''@|1|g' \
4386        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4387        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4388        ../gl/termios.in.h > gl/termios.h-t
4389  /usr/bin/mkdir -p 'gl'
4390  /usr/bin/mkdir -p 'gl'
4391  gperf -m 10 ../gl/unicase/special-casing-table.gperf > ../gl/unicase/special-casing-table.h-t && \
4392  mv ../gl/unicase/special-casing-table.h-t ../gl/unicase/special-casing-table.h
4393  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4394        -e 's|@''GUARD_PREFIX''@|GL|g' \
4395        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4396        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4397        -e 's|@''PRAGMA_COLUMNS''@||g' \
4398        -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
4399        -e 's/@''GNULIB_CTIME''@/0/g' \
4400        -e 's/@''GNULIB_LOCALTIME''@/0/g' \
4401        -e 's/@''GNULIB_MKTIME''@/1/g' \
4402        -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
4403        -e 's/@''GNULIB_STRFTIME''@/0/g' \
4404        -e 's/@''GNULIB_STRPTIME''@/0/g' \
4405        -e 's/@''GNULIB_TIMEGM''@/1/g' \
4406        -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
4407        -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \
4408        -e 's/@''GNULIB_TIME_R''@/1/g' \
4409        -e 's/@''GNULIB_TIME_RZ''@/1/g' \
4410        -e 's/@''GNULIB_TZSET''@/1/g' \
4411        -e 's/@''GNULIB_MDA_TZSET''@/1/g' \
4412        -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
4413        -e 's|@''HAVE_NANOSLEEP''@|1|g' \
4414        -e 's|@''HAVE_STRPTIME''@|1|g' \
4415        -e 's|@''HAVE_TIMEGM''@|1|g' \
4416        -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \
4417        -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \
4418        -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
4419        -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
4420        -e 's|@''REPLACE_GMTIME''@|0|g' \
4421        -e 's|@''REPLACE_LOCALTIME''@|0|g' \
4422        -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
4423        -e 's|@''REPLACE_MKTIME''@|1|g' \
4424        -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
4425        -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
4426        -e 's|@''REPLACE_TIMEGM''@|1|g' \
4427        -e 's|@''REPLACE_TZSET''@|0|g' \
4428        -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4429        -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4430        -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
4431        -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4432        -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \
4433        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4434        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4435        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4436        ../gl/time.in.h > gl/time.h-t
4437  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unicase.h-t' ../gl/unicase.in.h
4438  mv gl/sys/select.h-t gl/sys/select.h
4439  /usr/bin/mkdir -p 'gl'
4440  /usr/bin/mkdir -p 'gl'
4441  /usr/bin/mkdir -p 'gl'
4442  mv gl/sys/uio.h-t gl/sys/uio.h
4443  mv gl/sys/time.h-t gl/sys/time.h
4444  mv gl/unicase.h-t gl/unicase.h
4445  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unictype.h-t' ../gl/unictype.in.h
4446  mv gl/sys/types.h-t gl/sys/types.h
4447  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unigbrk.h-t' ../gl/unigbrk.in.h
4448  mv gl/termios.h-t gl/termios.h
4449  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unilbrk.h-t' ../gl/unilbrk.in.h
4450  /usr/bin/mkdir -p 'gl'
4451  /usr/bin/mkdir -p 'gl'
4452  mv gl/sys/socket.h-t gl/sys/socket.h
4453  mv gl/unictype.h-t gl/unictype.h
4454  mv gl/unigbrk.h-t gl/unigbrk.h
4455  mv gl/unilbrk.h-t gl/unilbrk.h
4456  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uninorm.h-t' ../gl/uninorm.in.h
4457  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4458        -e 's|@''GUARD_PREFIX''@|GL|g' \
4459        -e 's|@''HAVE_UNISTD_H''@|1|g' \
4460        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4461        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4462        -e 's|@''PRAGMA_COLUMNS''@||g' \
4463        -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
4464        -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4465        -e 's/@''GNULIB_ACCESS''@/0/g' \
4466        -e 's/@''GNULIB_CHDIR''@/1/g' \
4467        -e 's/@''GNULIB_CHOWN''@/0/g' \
4468        -e 's/@''GNULIB_CLOSE''@/1/g' \
4469        -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
4470        -e 's/@''GNULIB_DUP''@/0/g' \
4471        -e 's/@''GNULIB_DUP2''@/1/g' \
4472        -e 's/@''GNULIB_DUP3''@/0/g' \
4473        -e 's/@''GNULIB_ENVIRON''@/1/g' \
4474        -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
4475        -e 's/@''GNULIB_EXECL''@/0/g' \
4476        -e 's/@''GNULIB_EXECLE''@/0/g' \
4477        -e 's/@''GNULIB_EXECLP''@/0/g' \
4478        -e 's/@''GNULIB_EXECV''@/0/g' \
4479        -e 's/@''GNULIB_EXECVE''@/0/g' \
4480        -e 's/@''GNULIB_EXECVP''@/0/g' \
4481        -e 's/@''GNULIB_EXECVPE''@/0/g' \
4482        -e 's/@''GNULIB_FACCESSAT''@/0/g' \
4483        -e 's/@''GNULIB_FCHDIR''@/0/g' \
4484        -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
4485        -e 's/@''GNULIB_FDATASYNC''@/0/g' \
4486        -e 's/@''GNULIB_FSYNC''@/0/g' \
4487        -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
4488        -e 's/@''GNULIB_GETCWD''@/0/g' \
4489        -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
4490        -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
4491        -e 's/@''GNULIB_GETENTROPY''@/0/g' \
4492        -e 's/@''GNULIB_GETGROUPS''@/0/g' \
4493        -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
4494        -e 's/@''GNULIB_GETLOGIN''@/0/g' \
4495        -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
4496        -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \
4497        -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
4498        -e 's/@''GNULIB_GETPASS''@/1/g' \
4499        -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \
4500        -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
4501        -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
4502        -e 's/@''GNULIB_ISATTY''@/0/g' \
4503        -e 's/@''GNULIB_LCHOWN''@/0/g' \
4504        -e 's/@''GNULIB_LINK''@/0/g' \
4505        -e 's/@''GNULIB_LINKAT''@/0/g' \
4506        -e 's/@''GNULIB_LSEEK''@/1/g' \
4507        -e 's/@''GNULIB_PIPE''@/0/g' \
4508        -e 's/@''GNULIB_PIPE2''@/1/g' \
4509        -e 's/@''GNULIB_PREAD''@/0/g' \
4510        -e 's/@''GNULIB_PWRITE''@/0/g' \
4511        -e 's/@''GNULIB_READ''@/1/g' \
4512        -e 's/@''GNULIB_READLINK''@/1/g' \
4513        -e 's/@''GNULIB_READLINKAT''@/0/g' \
4514        -e 's/@''GNULIB_RMDIR''@/1/g' \
4515        -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
4516        -e 's/@''GNULIB_SLEEP''@/0/g' \
4517        -e 's/@''GNULIB_SYMLINK''@/0/g' \
4518        -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
4519        -e 's/@''GNULIB_TRUNCATE''@/0/g' \
4520        -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
4521        -e 's/@''GNULIB_UNISTD_H_GETOPT''@/00/g' \
4522        -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
4523        -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
4524        -e 's/@''GNULIB_UNLINK''@/0/g' \
4525        -e 's/@''GNULIB_UNLINKAT''@/0/g' \
4526        -e 's/@''GNULIB_USLEEP''@/0/g' \
4527        -e 's/@''GNULIB_WRITE''@/1/g' \
4528        -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \
4529        -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \
4530        -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \
4531        -e 's/@''GNULIB_MDA_DUP''@/1/g' \
4532        -e 's/@''GNULIB_MDA_DUP2''@/1/g' \
4533        -e 's/@''GNULIB_MDA_EXECL''@/1/g' \
4534        -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \
4535        -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \
4536        -e 's/@''GNULIB_MDA_EXECV''@/1/g' \
4537        -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \
4538        -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \
4539        -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \
4540        -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \
4541        -e 's/@''GNULIB_MDA_GETPID''@/1/g' \
4542        -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \
4543        -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \
4544        -e 's/@''GNULIB_MDA_READ''@/1/g' \
4545        -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \
4546        -e 's/@''GNULIB_MDA_SWAB''@/1/g' \
4547        -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \
4548        -e 's/@''GNULIB_MDA_WRITE''@/1/g' \
4549        < ../gl/unistd.in.h | \
4550    sed -e 's|@''HAVE_CHOWN''@|1|g' \
4551        -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
4552        -e 's|@''HAVE_DUP3''@|1|g' \
4553        -e 's|@''HAVE_EUIDACCESS''@|1|g' \
4554        -e 's|@''HAVE_EXECVPE''@|1|g' \
4555        -e 's|@''HAVE_FACCESSAT''@|1|g' \
4556        -e 's|@''HAVE_FCHDIR''@|1|g' \
4557        -e 's|@''HAVE_FCHOWNAT''@|1|g' \
4558        -e 's|@''HAVE_FDATASYNC''@|1|g' \
4559        -e 's|@''HAVE_FSYNC''@|1|g' \
4560        -e 's|@''HAVE_FTRUNCATE''@|1|g' \
4561        -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
4562        -e 's|@''HAVE_GETENTROPY''@|1|g' \
4563        -e 's|@''HAVE_GETGROUPS''@|1|g' \
4564        -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
4565        -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
4566        -e 's|@''HAVE_GETPASS''@|1|g' \
4567        -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
4568        -e 's|@''HAVE_LCHOWN''@|1|g' \
4569        -e 's|@''HAVE_LINK''@|1|g' \
4570        -e 's|@''HAVE_LINKAT''@|1|g' \
4571        -e 's|@''HAVE_PIPE''@|1|g' \
4572        -e 's|@''HAVE_PIPE2''@|1|g' \
4573        -e 's|@''HAVE_PREAD''@|1|g' \
4574        -e 's|@''HAVE_PWRITE''@|1|g' \
4575        -e 's|@''HAVE_READLINK''@|1|g' \
4576        -e 's|@''HAVE_READLINKAT''@|1|g' \
4577        -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
4578        -e 's|@''HAVE_SLEEP''@|1|g' \
4579        -e 's|@''HAVE_SYMLINK''@|1|g' \
4580        -e 's|@''HAVE_SYMLINKAT''@|1|g' \
4581        -e 's|@''HAVE_UNLINKAT''@|1|g' \
4582        -e 's|@''HAVE_USLEEP''@|1|g' \
4583        -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
4584        -e 's|@''HAVE_DECL_EXECVPE''@|1|g' \
4585        -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
4586        -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
4587        -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
4588        -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
4589        -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
4590        -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
4591        -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
4592        -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
4593        -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
4594        -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
4595        -e 's|@''HAVE_OS_H''@|0|g' \
4596        -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
4597    | \
4598    sed -e 's|@''REPLACE_ACCESS''@|0|g' \
4599        -e 's|@''REPLACE_CHOWN''@|0|g' \
4600        -e 's|@''REPLACE_CLOSE''@|0|g' \
4601        -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \
4602        -e 's|@''REPLACE_DUP''@|0|g' \
4603        -e 's|@''REPLACE_DUP2''@|0|g' \
4604        -e 's|@''REPLACE_EXECL''@|0|g' \
4605        -e 's|@''REPLACE_EXECLE''@|0|g' \
4606        -e 's|@''REPLACE_EXECLP''@|0|g' \
4607        -e 's|@''REPLACE_EXECV''@|0|g' \
4608        -e 's|@''REPLACE_EXECVE''@|0|g' \
4609        -e 's|@''REPLACE_EXECVP''@|0|g' \
4610        -e 's|@''REPLACE_EXECVPE''@|0|g' \
4611        -e 's|@''REPLACE_FACCESSAT''@|0|g' \
4612        -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
4613        -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
4614        -e 's|@''REPLACE_GETCWD''@|0|g' \
4615        -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
4616        -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
4617        -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
4618        -e 's|@''REPLACE_GETGROUPS''@|0|g' \
4619        -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
4620        -e 's|@''REPLACE_GETPASS''@|0|g' \
4621        -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \
4622        -e 's|@''REPLACE_ISATTY''@|0|g' \
4623        -e 's|@''REPLACE_LCHOWN''@|0|g' \
4624        -e 's|@''REPLACE_LINK''@|0|g' \
4625        -e 's|@''REPLACE_LINKAT''@|0|g' \
4626        -e 's|@''REPLACE_LSEEK''@|0|g' \
4627        -e 's|@''REPLACE_PREAD''@|0|g' \
4628        -e 's|@''REPLACE_PWRITE''@|0|g' \
4629        -e 's|@''REPLACE_READ''@|0|g' \
4630        -e 's|@''REPLACE_READLINK''@|0|g' \
4631        -e 's|@''REPLACE_READLINKAT''@|0|g' \
4632        -e 's|@''REPLACE_RMDIR''@|0|g' \
4633        -e 's|@''REPLACE_SLEEP''@|0|g' \
4634        -e 's|@''REPLACE_SYMLINK''@|0|g' \
4635        -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
4636        -e 's|@''REPLACE_TRUNCATE''@|0|g' \
4637        -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
4638        -e 's|@''REPLACE_UNLINK''@|0|g' \
4639        -e 's|@''REPLACE_UNLINKAT''@|0|g' \
4640        -e 's|@''REPLACE_USLEEP''@|0|g' \
4641        -e 's|@''REPLACE_WRITE''@|0|g' \
4642        -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \
4643        -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
4644        -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
4645        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4646        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4647        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4648        > gl/unistd.h-t
4649  /usr/bin/mkdir -p 'gl'
4650  /usr/bin/mkdir -p 'gl'
4651  /usr/bin/mkdir -p 'gl'
4652  mv gl/time.h-t gl/time.h
4653  mv gl/uninorm.h-t gl/uninorm.h
4654  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unistr.h-t' ../gl/unistr.in.h
4655  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unitypes.h-t' ../gl/unitypes.in.h
4656  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uniwbrk.h-t' ../gl/uniwbrk.in.h
4657  /usr/bin/mkdir -p 'gl'
4658  mv gl/string.h-t gl/string.h
4659  mv gl/sys/stat.h-t gl/sys/stat.h
4660  /usr/bin/mkdir -p 'gl'
4661  mv gl/unistr.h-t gl/unistr.h
4662  mv gl/unitypes.h-t gl/unitypes.h
4663  mv gl/uniwbrk.h-t gl/uniwbrk.h
4664  mv gl/stdio.h-t gl/stdio.h
4665  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uniwidth.h-t' ../gl/uniwidth.in.h
4666  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4667        -e 's|@''GUARD_PREFIX''@|GL|g' \
4668        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4669        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4670        -e 's|@''PRAGMA_COLUMNS''@||g' \
4671        -e 's|@''HAVE_FEATURES_H''@|1|g' \
4672        -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
4673        -e 's|@''HAVE_WCHAR_H''@|1|g' \
4674        -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
4675        -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
4676        -e 's/@''GNULIB_BTOWC''@/1/g' \
4677        -e 's/@''GNULIB_WCTOB''@/0/g' \
4678        -e 's/@''GNULIB_MBSINIT''@/1/g' \
4679        -e 's/@''GNULIB_MBRTOWC''@/1/g' \
4680        -e 's/@''GNULIB_MBRLEN''@/0/g' \
4681        -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
4682        -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
4683        -e 's/@''GNULIB_WCRTOMB''@/1/g' \
4684        -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
4685        -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
4686        -e 's/@''GNULIB_WCWIDTH''@/1/g' \
4687        -e 's/@''GNULIB_WMEMCHR''@/1/g' \
4688        -e 's/@''GNULIB_WMEMCMP''@/0/g' \
4689        -e 's/@''GNULIB_WMEMCPY''@/0/g' \
4690        -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
4691        -e 's/@''GNULIB_WMEMPCPY''@/1/g' \
4692        -e 's/@''GNULIB_WMEMSET''@/0/g' \
4693        -e 's/@''GNULIB_WCSLEN''@/0/g' \
4694        -e 's/@''GNULIB_WCSNLEN''@/0/g' \
4695        -e 's/@''GNULIB_WCSCPY''@/0/g' \
4696        -e 's/@''GNULIB_WCPCPY''@/0/g' \
4697        -e 's/@''GNULIB_WCSNCPY''@/0/g' \
4698        -e 's/@''GNULIB_WCPNCPY''@/0/g' \
4699        -e 's/@''GNULIB_WCSCAT''@/0/g' \
4700        -e 's/@''GNULIB_WCSNCAT''@/0/g' \
4701        -e 's/@''GNULIB_WCSCMP''@/0/g' \
4702        -e 's/@''GNULIB_WCSNCMP''@/0/g' \
4703        -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
4704        -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
4705        -e 's/@''GNULIB_WCSCOLL''@/0/g' \
4706        -e 's/@''GNULIB_WCSXFRM''@/0/g' \
4707        -e 's/@''GNULIB_WCSDUP''@/0/g' \
4708        -e 's/@''GNULIB_WCSCHR''@/0/g' \
4709        -e 's/@''GNULIB_WCSRCHR''@/0/g' \
4710        -e 's/@''GNULIB_WCSCSPN''@/0/g' \
4711        -e 's/@''GNULIB_WCSSPN''@/0/g' \
4712        -e 's/@''GNULIB_WCSPBRK''@/0/g' \
4713        -e 's/@''GNULIB_WCSSTR''@/0/g' \
4714        -e 's/@''GNULIB_WCSTOK''@/0/g' \
4715        -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
4716        -e 's/@''GNULIB_WCSFTIME''@/0/g' \
4717        -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \
4718        -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4719        < ../gl/wchar.in.h | \
4720    sed -e 's|@''HAVE_WINT_T''@|1|g' \
4721        -e 's|@''HAVE_BTOWC''@|1|g' \
4722        -e 's|@''HAVE_MBSINIT''@|1|g' \
4723        -e 's|@''HAVE_MBRTOWC''@|1|g' \
4724        -e 's|@''HAVE_MBRLEN''@|1|g' \
4725        -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
4726        -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
4727        -e 's|@''HAVE_WCRTOMB''@|1|g' \
4728        -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
4729        -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
4730        -e 's|@''HAVE_WMEMCHR''@|1|g' \
4731        -e 's|@''HAVE_WMEMCMP''@|1|g' \
4732        -e 's|@''HAVE_WMEMCPY''@|1|g' \
4733        -e 's|@''HAVE_WMEMMOVE''@|1|g' \
4734        -e 's|@''HAVE_WMEMPCPY''@|1|g' \
4735        -e 's|@''HAVE_WMEMSET''@|1|g' \
4736        -e 's|@''HAVE_WCSLEN''@|1|g' \
4737        -e 's|@''HAVE_WCSNLEN''@|1|g' \
4738        -e 's|@''HAVE_WCSCPY''@|1|g' \
4739        -e 's|@''HAVE_WCPCPY''@|1|g' \
4740        -e 's|@''HAVE_WCSNCPY''@|1|g' \
4741        -e 's|@''HAVE_WCPNCPY''@|1|g' \
4742        -e 's|@''HAVE_WCSCAT''@|1|g' \
4743        -e 's|@''HAVE_WCSNCAT''@|1|g' \
4744        -e 's|@''HAVE_WCSCMP''@|1|g' \
4745        -e 's|@''HAVE_WCSNCMP''@|1|g' \
4746        -e 's|@''HAVE_WCSCASECMP''@|1|g' \
4747        -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
4748        -e 's|@''HAVE_WCSCOLL''@|1|g' \
4749        -e 's|@''HAVE_WCSXFRM''@|1|g' \
4750        -e 's|@''HAVE_WCSDUP''@|1|g' \
4751        -e 's|@''HAVE_WCSCHR''@|1|g' \
4752        -e 's|@''HAVE_WCSRCHR''@|1|g' \
4753        -e 's|@''HAVE_WCSCSPN''@|1|g' \
4754        -e 's|@''HAVE_WCSSPN''@|1|g' \
4755        -e 's|@''HAVE_WCSPBRK''@|1|g' \
4756        -e 's|@''HAVE_WCSSTR''@|1|g' \
4757        -e 's|@''HAVE_WCSTOK''@|1|g' \
4758        -e 's|@''HAVE_WCSWIDTH''@|1|g' \
4759        -e 's|@''HAVE_WCSFTIME''@|1|g' \
4760        -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
4761        -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \
4762        -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
4763    | \
4764    sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
4765        -e 's|@''REPLACE_BTOWC''@|0|g' \
4766        -e 's|@''REPLACE_WCTOB''@|0|g' \
4767        -e 's|@''REPLACE_FREE''@|0|g' \
4768        -e 's|@''REPLACE_MBSINIT''@|0|g' \
4769        -e 's|@''REPLACE_MBRTOWC''@|1|g' \
4770        -e 's|@''REPLACE_MBRLEN''@|0|g' \
4771        -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
4772        -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
4773        -e 's|@''REPLACE_WCRTOMB''@|0|g' \
4774        -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
4775        -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
4776        -e 's|@''REPLACE_WCWIDTH''@|0|g' \
4777        -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
4778        -e 's|@''REPLACE_WCSFTIME''@|0|g' \
4779        -e 's|@''REPLACE_WCSTOK''@|0|g' \
4780        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4781        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4782        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4783        > gl/wchar.h-t
4784  /usr/bin/mkdir -p 'gl'
4785  python3 ../src/output/spv/binary-parser-generator ../src/output/spv/light-binary.grammar code spvlb '"output/spv/light-binary-parser.h"' > src/output/spv/light-binary-parser.c.tmp
4786  python3 ../src/output/spv/binary-parser-generator ../src/output/spv/light-binary.grammar header spvlb > src/output/spv/light-binary-parser.h.tmp && mv src/output/spv/light-binary-parser.h.tmp src/output/spv/light-binary-parser.h
4787  python3 ../src/output/spv/binary-parser-generator ../src/output/spv/old-binary.grammar code spvob '"output/spv/old-binary-parser.h"' > src/output/spv/old-binary-parser.c.tmp
4788  mv gl/uniwidth.h-t gl/uniwidth.h
4789  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4790        -e 's|@''GUARD_PREFIX''@|GL|g' \
4791        -e 's/@''HAVE_WCTYPE_H''@/1/g' \
4792        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4793        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4794        -e 's|@''PRAGMA_COLUMNS''@||g' \
4795        -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
4796        -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
4797        -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
4798        -e 's/@''GNULIB_ISWBLANK''@/1/g' \
4799        -e 's/@''GNULIB_ISWDIGIT''@/1/g' \
4800        -e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
4801        -e 's/@''GNULIB_WCTYPE''@/0/g' \
4802        -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
4803        -e 's/@''GNULIB_WCTRANS''@/0/g' \
4804        -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
4805        -e 's/@''HAVE_ISWBLANK''@/1/g' \
4806        -e 's/@''HAVE_ISWCNTRL''@/1/g' \
4807        -e 's/@''HAVE_WCTYPE_T''@/1/g' \
4808        -e 's/@''HAVE_WCTRANS_T''@/1/g' \
4809        -e 's/@''HAVE_WINT_T''@/1/g' \
4810        -e 's/@''REPLACE_ISWBLANK''@/0/g' \
4811        -e 's/@''REPLACE_ISWDIGIT''@/0/g' \
4812        -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \
4813        -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
4814        -e 's/@''REPLACE_TOWLOWER''@/0/g' \
4815        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4816        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4817        ../gl/wctype.in.h > gl/wctype.h-t
4818  mv gl/stdlib.h-t gl/stdlib.h
4819  python3 ../src/output/spv/binary-parser-generator ../src/output/spv/old-binary.grammar header spvob > src/output/spv/old-binary-parser.h.tmp && mv src/output/spv/old-binary-parser.h.tmp src/output/spv/old-binary-parser.h
4820  python3 ../src/output/spv/xml-parser-generator ../src/output/spv/detail-xml.grammar code spvdx '"output/spv/detail-xml-parser.h"' > src/output/spv/detail-xml-parser.c.tmp
4821  python3 ../src/output/spv/xml-parser-generator ../src/output/spv/detail-xml.grammar header spvdx > src/output/spv/detail-xml-parser.h.tmp && mv src/output/spv/detail-xml-parser.h.tmp src/output/spv/detail-xml-parser.h
4822  python3 ../src/output/spv/xml-parser-generator ../src/output/spv/structure-xml.grammar code spvsx '"output/spv/structure-xml-parser.h"' > src/output/spv/structure-xml-parser.c.tmp
4823  python3 ../src/output/spv/xml-parser-generator ../src/output/spv/structure-xml.grammar header spvsx > src/output/spv/structure-xml-parser.h.tmp && mv src/output/spv/structure-xml-parser.h.tmp src/output/spv/structure-xml-parser.h
4824  python3 ../src/output/spv/binary-parser-generator ../src/output/spv/tlo.grammar code tlo '"output/spv/tlo-parser.h"' > src/output/spv/tlo-parser.c.tmp
4825  python3 ../src/output/spv/binary-parser-generator ../src/output/spv/tlo.grammar header tlo > src/output/spv/tlo-parser.h.tmp && mv src/output/spv/tlo-parser.h.tmp src/output/spv/tlo-parser.h
4826  echo '#include <config.h>' > src/ui/gui/psppire-marshal.c
4827  glib-genmarshal --header --prefix=psppire_marshal ../src/ui/gui/marshaller-list > src/ui/gui/psppire-marshal.h
4828  glib-compile-resources --sourcedir=../src/ui/gui --generate-source ../src/ui/gui/resources.xml --target=src/ui/gui/resources.c,out
4829  (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' autoheader)
4830  glib-genmarshal --body --include-header=ui/gui/psppire-marshal.h --prefix=psppire_marshal ../src/ui/gui/marshaller-list >> src/ui/gui/psppire-marshal.c
4831  rm -f src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h && \
4832  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4833    /usr/bin/sed -e 's|%''INCLUDE_NEXT''%|include_next|g' \
4834        -e 's|%''PRAGMA_SYSTEM_HEADER''%||g' \
4835        -e 's|%''PRAGMA_COLUMNS''%||g' \
4836        -e 's|%''NEXT_GTK_GTK_H''%|<gtk/gtk.h>|g' \
4837        < ../src/ui/gui/include/gtk/gtk.in.h; \
4838  } > src/ui/gui/include/gtk/gtk.h-t && \
4839  mv src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h
4840  mv gl/wctype.h-t gl/wctype.h
4841  mv gl/math.h-t gl/math.h
4842  mv gl/wchar.h-t gl/wchar.h
4843  mv gl/unistd.h-t gl/unistd.h
4844  mv src/output/spv/old-binary-parser.c.tmp src/output/spv/old-binary-parser.c
4845  mv src/output/spv/structure-xml-parser.c.tmp src/output/spv/structure-xml-parser.c
4846  INFO: Reading ../src/ui/gui/marshaller-list...
4847  mv src/output/spv/tlo-parser.c.tmp src/output/spv/tlo-parser.c
4848  INFO: Reading ../src/ui/gui/marshaller-list...
4849  mv src/output/spv/light-binary-parser.c.tmp src/output/spv/light-binary-parser.c
4850  echo '#include <config.h>' > src/ui/gui/resources.c,tmp
4851  mv src/output/spv/detail-xml-parser.c.tmp src/output/spv/detail-xml-parser.c
4852  cat src/ui/gui/resources.c,out >> src/ui/gui/resources.c,tmp
4853  rm -f src/ui/gui/resources.c,out
4854  mv src/ui/gui/resources.c,tmp src/ui/gui/resources.c
4855  /usr/bin/mkdir -p 'gl/unicase'
4856  declaration=`grep '^gl_unicase_special_lookup' ../gl/unicase/special-casing-table.h | sed -e 's/register //g'` && \
4857  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4858    -e "/gl_unicase_special_lookup/s/gl_unicase_special_lookup.*/${declaration};/" \
4859    ../gl/unicase/special-casing.in.h > gl/unicase/special-casing.h-t
4860  mv gl/unicase/special-casing.h-t gl/unicase/special-casing.h
4861  rm -f stamp-h1
4862  touch ../config.h.in
4863  cd . && /bin/sh ./config.status config.h
4864  config.status: creating config.h
4865  make  dist-gzip am__post_remove_distdir='@:'
4866  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
4867  make  distdir-am
4868  make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
4869  python3 ../doc/get-commands.py ../src/language/command.def > ../doc/ni.texi
4870  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.6.2-g8596d6 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. gl/allocator.c gl/areadlink.c gl/asyncsafe-spin.c gl/basename-lgpl.c gl/binary-io.h gl/binary-io.c gl/btowc.c gl/c-ctype.h gl/c-ctype.c gl/c-snprintf.c gl/c-strcase.h gl/c-strcasecmp.c gl/c-strncasecmp.c gl/c-strcasestr.h gl/c-strcasestr.c gl/c-strtod.c gl/c-vasnprintf.c gl/c-asprintf.c gl/c-vasprintf.c gl/c-xasprintf.c gl/c-xvasprintf.c gl/canonicalize-lgpl.c gl/careadlinkat.c gl/clean-temp.h gl/clean-temp.c gl/clean-temp-simple.h gl/clean-temp-simple.c gl/cloexec.c gl/close.c gl/count-leading-zeros.c gl/count-one-bits.c gl/crc.c gl/md4-stream.c gl/md4.c gl/rijndael-alg-fst.c gl/rijndael-api-fst.c gl/dirname.c gl/basename.c gl/dirname-lgpl.c gl/stripslash.c gl/dtoastr.c gl/dtotimespec.c gl/dup2.c gl/malloc/dynarray_at_failure.c gl/malloc/dynarray_emplace_enlarge.c gl/malloc/dynarray_finalize.c gl/malloc/dynarray_resize.c gl/malloc/dynarray_resize_clear.c gl/error.c gl/exitfail.c gl/explicit_bzero.c gl/fatal-signal.h gl/fatal-signal.c gl/fcntl.c gl/fd-hook.c gl/float.c gl/itold.c gl/floor.c gl/free.c gl/fseek.c gl/fseeko.c gl/fseterr.c gl/fstat.c gl/ftell.c gl/ftello.c gl/full-read.h gl/full-read.c gl/full-write.h gl/full-write.c gl/fwriteerror.h gl/fwriteerror.c gl/getdelim.c gl/getdtablesize.c gl/getline.c gl/getopt.c gl/getopt1.c gl/getprogname.h gl/getprogname.c gl/getrandom.c gl/gettext.h gl/gettime.c gl/gettimeofday.c gl/hard-locale.c gl/ialloc.c gl/idx.h gl/imaxtostr.c gl/inttostr.c gl/offtostr.c gl/uinttostr.c gl/umaxtostr.c gl/isblank.c gl/isfinite.c gl/isinf.c gl/iswblank.c gl/iswdigit.c gl/iswxdigit.c gl/gl_linked_list.h gl/gl_linked_list.c gl/gl_anylinked_list1.h gl/gl_anylinked_list2.h gl/gl_linkedhash_list.h gl/gl_linkedhash_list.c gl/gl_anyhash1.h gl/gl_anyhash2.h gl/gl_anyhash_primes.h gl/gl_list.h gl/gl_list.c gl/localcharset.c gl/localeconv.c gl/localename.c gl/localename-table.c gl/glthread/lock.h gl/glthread/lock.c gl/lseek.c gl/lstat.c gl/malloca.c gl/math.c gl/mbchar.c gl/mbiter.h gl/mbiter.c gl/mbrtowc.c gl/mbsinit.c gl/mbsrtowcs.c gl/mbtowc.c gl/memcasecmp.c gl/memchr.c gl/memchr2.h gl/memchr2.c gl/mempcpy.c gl/memrchr.c gl/minmax.h gl/mkdir.c gl/mkdtemp.c gl/mkstemp.c gl/msvc-inval.c gl/msvc-nothrow.c gl/nl_langinfo.c gl/nl_langinfo-lock.c gl/nstrftime.c gl/open.c gl/pipe2.c gl/printf-frexp.c gl/printf-frexpl.c gl/progname.h gl/progname.c gl/raise.c gl/rawmemchr.c gl/read.c gl/read-file.c gl/readlink.c gl/reallocarray.c gl/regex.c gl/progreloc.c gl/rename.c gl/rmdir.c gl/round.c gl/safe-read.c gl/safe-write.c gl/malloc/scratch_buffer_dupfree.c gl/malloc/scratch_buffer_grow.c gl/malloc/scratch_buffer_grow_preserve.c gl/malloc/scratch_buffer_set_array_size.c gl/secure_getenv.c gl/select.c gl/setenv.c gl/setlocale_null.c gl/setlocale-lock.c gl/sigaction.c gl/sig-handler.c gl/signbitf.c gl/signbitd.c gl/signbitl.c gl/sigprocmask.c gl/size_max.h gl/sockets.h gl/sockets.c gl/stat.c gl/stat-time.c gl/stdio-read.c gl/stdio-write.c gl/stpcpy.c gl/strcasecmp.c gl/strncasecmp.c gl/strdup.c gl/strerror.c gl/strerror-override.c gl/strncat.c gl/strndup.c gl/strnlen.c gl/strnlen1.h gl/strnlen1.c gl/strsep.c gl/strtod.c gl/strtok_r.c gl/sys_socket.c gl/tempname.c gl/glthread/threadlib.c gl/time_r.c gl/time_rz.c gl/timegm.c gl/timespec.c gl/timespec-add.c gl/timespec-sub.c gl/tmpdir.h gl/tmpdir.c gl/trunc.c gl/tzset.c gl/unicase/cased.c gl/unicase/empty-prefix-context.c gl/unicase/empty-suffix-context.c gl/unicase/ignorable.c gl/unicase/special-casing.c gl/unicase/tocasefold.c gl/unicase/tolower.c gl/unicase/totitle.c gl/unicase/toupper.c gl/unicase/u8-casecmp.c gl/unicase/u8-casefold.c gl/unicase/u8-casemap.c gl/unicase/u8-ct-casefold.c gl/unicase/u8-ct-totitle.c gl/unicase/u8-tolower.c gl/unicase/u8-totitle.c gl/unicase/u8-toupper.c gl/unictype/categ_none.c gl/unictype/categ_of.c gl/unictype/combiningclass.c gl/unictype/ctype_print.c gl/unictype/pr_extended_pictographic.c gl/unictype/pr_soft_dotted.c gl/unigbrk/uc-gbrk-prop.c gl/unigbrk/uc-is-grapheme-break.c gl/unilbrk/lbrktables.c gl/unilbrk/u8-possible-linebreaks.c gl/uninorm/canonical-decomposition.c gl/uninorm/compat-decomposition.c gl/uninorm/decompose-internal.c gl/uninorm/decomposing-form.c gl/uninorm/decomposition.c gl/uninorm/decomposition-table.c gl/uninorm/nfd.c gl/uninorm/nfkd.c gl/uninorm/u8-normalize.c gl/unistd.c gl/unistr/u8-check.c gl/unistr/u8-cmp.c gl/unistr/u8-cmp2.c gl/unistr/u8-cpy.c gl/unistr/u8-mblen.c gl/unistr/u8-mbtouc.c gl/unistr/u8-mbtouc-aux.c gl/unistr/u8-mbtouc-unsafe.c gl/unistr/u8-mbtouc-unsafe-aux.c gl/unistr/u8-mbtoucr.c gl/unistr/u8-strlen.c gl/unistr/u8-strmbtouc.c gl/unistr/u8-strncat.c gl/unistr/u8-uctomb.c gl/unistr/u8-uctomb-aux.c gl/uniwbrk/wbrktable.c gl/uniwbrk/u8-wordbreaks.c gl/uniwbrk/wordbreak-property.c gl/uniwidth/u8-strwidth.c gl/uniwidth/u8-width.c gl/uniwidth/width.c gl/unsetenv.c gl/version-etc.h gl/version-etc.c gl/version-etc-fsf.c gl/wcrtomb.c gl/wctype-h.c gl/wcwidth.c gl/windows-mutex.c gl/windows-once.c gl/windows-recmutex.c gl/windows-rwlock.c gl/windows-spin.c gl/wmemchr.c gl/wmempcpy.c gl/write.c gl/xmalloc.c gl/xalloc-die.c gl/xbinary-io.h gl/xbinary-io.c gl/gl_xlist.h gl/gl_xlist.c gl/xmalloca.c gl/xmemdup0.h gl/xmemdup0.c gl/xreadlink.c gl/xsize.h gl/xsize.c gl/xstrndup.h gl/xstrndup.c gl/xvasprintf.h gl/xvasprintf.c gl/xasprintf.c gl/alloca.c gl/printf-args.c gl/printf-parse.c gl/vasnprintf.c gl/calloc.c gl/calloc.c gl/stripslash.c gl/ftoastr.c gl/malloc/dynarray-skeleton.c gl/fnmatch.c gl/fnmatch_loop.c gl/fopen.c gl/fopen.c gl/fprintf.c gl/frexp.c gl/frexp.c gl/frexpl.c gl/stat-w32.c gl/full-write.c gl/getpass.c gl/anytostr.c gl/isnan.c gl/isnand.c gl/isnan.c gl/isnand.c gl/isnan.c gl/isnanf.c gl/isnan.c gl/isnanf.c gl/isnan.c gl/isnanl.c gl/isnan.c gl/isnanl.c gl/malloc.c gl/malloc.c gl/lc-charset-dispatch.c gl/mbtowc-lock.c gl/mbsrtowcs-state.c gl/memmem.c gl/memmem.c gl/mktime.c gl/mktime.c gl/printf-frexp.c gl/printf.c gl/realloc.c gl/realloc.c gl/regcomp.c gl/regex_internal.c gl/regexec.c gl/relocatable.c gl/safe-read.c gl/snprintf.c gl/sprintf.c gl/stat-w32.c gl/strcasestr.c gl/strcasestr.c gl/asnprintf.c gl/printf-args.c gl/printf-parse.c gl/vasnprintf.c gl/asprintf.c gl/vasprintf.c gl/vfprintf.c gl/vprintf.c gl/vsnprintf.c gl/vsprintf.c lib/linreg/sweep.c  lib/linreg/sweep.h lib/tukey/ptukey.c lib/tukey/qtukey.c lib/tukey/tukey.h src/data/any-reader.c src/data/any-reader.h src/data/any-writer.c src/data/any-writer.h src/data/attributes.c src/data/attributes.h src/data/calendar.c src/data/calendar.h src/data/case-map.c src/data/case-map.h src/data/case-matcher.c src/data/case-matcher.h src/data/caseproto.c src/data/caseproto.h src/data/case.c src/data/casegrouper.c src/data/casegrouper.h src/data/caseinit.c src/data/caseinit.h src/data/casereader-filter.c src/data/casereader-project.c src/data/casereader-provider.h src/data/casereader-select.c src/data/casereader-shim.c src/data/casereader-shim.h src/data/casereader-translator.c src/data/casereader.c src/data/casereader.h src/data/casewindow.c src/data/casewindow.h src/data/casewriter-provider.h src/data/casewriter-translator.c src/data/casewriter.c src/data/casewriter.h src/data/case.h src/data/case-tmpfile.c src/data/case-tmpfile.h src/data/csv-file-writer.c src/data/csv-file-writer.h src/data/data-in.c src/data/data-in.h src/data/data-out.c src/data/data-out.h src/data/dataset.c src/data/dataset.h src/data/dataset-writer.c src/data/dataset-writer.h src/data/datasheet.c src/data/datasheet.h src/data/dict-class.c src/data/dict-class.h src/data/dictionary.c src/data/dictionary.h src/data/encrypted-file.c src/data/encrypted-file.h src/data/file-handle-def.c src/data/file-handle-def.h src/data/file-name.c src/data/file-name.h src/data/format-guesser.c src/data/format-guesser.h src/data/format.c src/data/format.h src/data/format.def src/data/gnumeric-reader.c src/data/gnumeric-reader.h src/data/identifier.c src/data/identifier2.c src/data/identifier.h src/data/lazy-casereader.c src/data/lazy-casereader.h src/data/mdd-writer.c src/data/mdd-writer.h src/data/missing-values.c src/data/missing-values.h src/data/make-file.c src/data/make-file.h src/data/mrset.c src/data/mrset.h src/data/ods-reader.c src/data/ods-reader.h src/data/pc+-file-reader.c src/data/por-file-reader.c src/data/por-file-writer.c src/data/por-file-writer.h src/data/psql-reader.c src/data/psql-reader.h src/data/session.c src/data/session.h src/data/settings.c src/data/settings.h src/data/short-names.c src/data/short-names.h src/data/spreadsheet-reader.c src/data/spreadsheet-reader.h src/data/subcase.c src/data/subcase.h src/data/sys-file-private.c src/data/sys-file-private.h src/data/sys-file-reader.c src/data/sys-file-writer.c src/data/sys-file-writer.h src/data/transformations.c src/data/transformations.h src/data/val-type.h src/data/value.c src/data/value.h src/data/value-labels.c src/data/value-labels.h src/data/vardict.h src/data/variable.h src/data/variable.c src/data/vector.c src/data/vector.h src/language/command.c src/language/command.h src/language/command.def src/language/lexer/command-name.c src/language/lexer/command-name.h src/language/lexer/include-path.c src/language/lexer/include-path.h src/language/lexer/lexer.c src/language/lexer/lexer.h src/language/lexer/macro.c src/language/lexer/macro.h src/language/lexer/format-parser.c src/language/lexer/format-parser.h src/language/lexer/scan.c src/language/lexer/scan.h src/language/lexer/segment.c src/language/lexer/segment.h src/language/lexer/token.c src/language/lexer/token.h src/language/lexer/value-parser.c src/language/lexer/value-parser.h src/language/lexer/variable-parser.c src/language/lexer/variable-parser.h src/language/xforms/compute.c src/language/xforms/count.c src/language/xforms/fail.c src/language/xforms/sample.c src/language/xforms/recode.c src/language/xforms/select-if.c src/language/control/define.c src/language/control/do-if.c src/language/control/loop.c src/language/control/repeat.c src/language/control/temporary.c src/language/dictionary/attributes.c src/language/dictionary/apply-dictionary.c src/language/dictionary/delete-variables.c src/language/dictionary/formats.c src/language/dictionary/missing-values.c src/language/dictionary/modify-variables.c src/language/dictionary/mrsets.c src/language/dictionary/numeric.c src/language/dictionary/rename-variables.c src/language/dictionary/sort-variables.c src/language/dictionary/split-file.c src/language/dictionary/split-file.h src/language/dictionary/sys-file-info.c src/language/dictionary/value-labels.c src/language/dictionary/variable-label.c src/language/dictionary/vector.c src/language/dictionary/variable-display.c src/language/dictionary/weight.c src/language/tests/format-guesser-test.c src/language/tests/float-format.c src/language/tests/moments-test.c src/language/tests/paper-size.c src/language/tests/pool-test.c src/language/utilities/cache.c src/language/utilities/cd.c src/language/utilities/date.c src/language/utilities/echo.c src/language/utilities/host.c src/language/utilities/set.c src/language/utilities/title.c src/language/utilities/include.c src/language/utilities/output.c src/language/utilities/permissions.c src/language/stats/aggregate.c src/language/stats/aggregate.h src/language/stats/autorecode.c src/language/stats/binomial.c src/language/stats/binomial.h src/language/stats/chart-category.h src/language/stats/chisquare.c src/language/stats/chisquare.h src/language/stats/cochran.c src/language/stats/cochran.h src/language/stats/correlations.c src/language/stats/crosstabs.c src/language/stats/ctables.c src/language/stats/ctables.inc src/language/stats/descriptives.c src/language/stats/examine.c src/language/stats/factor.c src/language/stats/flip.c src/language/stats/freq.c src/language/stats/freq.h src/language/stats/frequencies.c src/language/stats/friedman.c src/language/stats/friedman.h src/language/stats/glm.c src/language/stats/graph.c src/language/stats/kruskal-wallis.c src/language/stats/kruskal-wallis.h src/language/stats/ks-one-sample.c src/language/stats/ks-one-sample.h src/language/stats/logistic.c src/language/stats/jonckheere-terpstra.c src/language/stats/jonckheere-terpstra.h src/language/stats/mann-whitney.c src/language/stats/mann-whitney.h src/language/stats/matrix.c src/language/stats/means.c src/language/stats/means.h src/language/stats/means-calc.c src/language/stats/means-parser.c src/language/stats/mcnemar.c src/language/stats/mcnemar.h src/language/stats/median.c src/language/stats/median.h src/language/stats/npar.c src/language/stats/npar.h src/language/stats/npar-summary.c src/language/stats/npar-summary.h src/language/stats/oneway.c src/language/stats/quick-cluster.c src/language/stats/rank.c src/language/stats/reliability.c src/language/stats/roc.c src/language/stats/roc.h src/language/stats/regression.c src/language/stats/runs.h src/language/stats/runs.c src/language/stats/sign.c src/language/stats/sign.h src/language/stats/sort-cases.c src/language/stats/sort-criteria.c src/language/stats/sort-criteria.h src/language/stats/t-test.h src/language/stats/t-test-indep.c src/language/stats/t-test-one-sample.c src/language/stats/t-test-paired.c src/language/stats/t-test-parser.c src/language/stats/wilcoxon.c src/language/stats/wilcoxon.h src/language/data-io/combine-files.c src/language/data-io/data-list.c src/language/data-io/data-parser.c src/language/data-io/data-parser.h src/language/data-io/data-reader.c src/language/data-io/data-reader.h src/language/data-io/data-writer.c src/language/data-io/data-writer.h src/language/data-io/dataset.c src/language/data-io/file-handle.c src/language/data-io/file-handle.h src/language/data-io/get-data.c src/language/data-io/get.c src/language/data-io/inpt-pgm.c src/language/data-io/inpt-pgm.h src/language/data-io/list.c src/language/data-io/placement-parser.c src/language/data-io/placement-parser.h src/language/data-io/print-space.c src/language/data-io/print.c src/language/data-io/matrix-data.c src/language/data-io/matrix-reader.c src/language/data-io/matrix-reader.h src/language/data-io/mconvert.c src/language/data-io/save-translate.c src/language/data-io/save.c src/language/data-io/trim.c src/language/data-io/trim.h src/language/expressions/evaluate.c src/language/expressions/helpers.c src/language/expressions/helpers.h src/language/expressions/optimize.c src/language/expressions/parse.c src/language/expressions/private.h src/language/expressions/public.h   src/libpspp/abt.c src/libpspp/abt.h src/libpspp/argv-parser.c src/libpspp/argv-parser.h src/libpspp/array.c src/libpspp/array.h src/libpspp/assertion.h src/libpspp/bit-vector.c src/libpspp/bit-vector.h src/libpspp/bt.c src/libpspp/bt.h src/libpspp/cast.h src/libpspp/cmac-aes256.c src/libpspp/cmac-aes256.h src/libpspp/compiler.h src/libpspp/copyleft.c src/libpspp/copyleft.h src/libpspp/deque.c src/libpspp/deque.h src/libpspp/encoding-guesser.c src/libpspp/encoding-guesser.h src/libpspp/ext-array.c src/libpspp/ext-array.h src/libpspp/float-format.c src/libpspp/float-format.h src/libpspp/freaderror.c src/libpspp/freaderror.h src/libpspp/hash-functions.c src/libpspp/hash-functions.h src/libpspp/heap.c src/libpspp/heap.h src/libpspp/hmap.c src/libpspp/hmap.h src/libpspp/hmapx.c src/libpspp/hmapx.h src/libpspp/i18n.c src/libpspp/i18n.h src/libpspp/integer-format.c src/libpspp/integer-format.h src/libpspp/intern.c src/libpspp/intern.h src/libpspp/line-reader.c src/libpspp/line-reader.h src/libpspp/ll.c src/libpspp/ll.h src/libpspp/llx.c src/libpspp/llx.h src/libpspp/message.c src/libpspp/message.h src/libpspp/misc.c src/libpspp/misc.h src/libpspp/model-checker.c src/libpspp/model-checker.h src/libpspp/pool.c src/libpspp/pool.h src/libpspp/prompt.c src/libpspp/prompt.h src/libpspp/range-map.c src/libpspp/range-map.h src/libpspp/range-set.c src/libpspp/range-set.h src/libpspp/range-tower.c src/libpspp/range-tower.h src/libpspp/sparse-array.c src/libpspp/sparse-array.h src/libpspp/sparse-xarray.c src/libpspp/sparse-xarray.h src/libpspp/start-date.c src/libpspp/start-date.h src/libpspp/string-array.c src/libpspp/string-array.h src/libpspp/string-map.c src/libpspp/string-map.h src/libpspp/string-set.c src/libpspp/string-set.h src/libpspp/stringi-map.c src/libpspp/stringi-map.h src/libpspp/stringi-set.c src/libpspp/stringi-set.h src/libpspp/str.c src/libpspp/str.h src/libpspp/taint.c src/libpspp/taint.h src/libpspp/temp-file.c src/libpspp/temp-file.h src/libpspp/tower.c src/libpspp/tower.h src/libpspp/u8-istream.c src/libpspp/u8-istream.h src/libpspp/u8-line.c src/libpspp/u8-line.h src/libpspp/version.h src/libpspp/zip-private.h src/libpspp/zip-reader.c src/libpspp/zip-reader.h src/libpspp/zip-writer.c src/libpspp/zip-writer.h src/math/chart-geometry.c src/math/chart-geometry.h src/math/box-whisker.c src/math/box-whisker.h src/math/categoricals.h src/math/categoricals.c src/math/covariance.c src/math/covariance.h src/math/correlation.c src/math/correlation.h src/math/distributions.c src/math/distributions.h src/math/histogram.c src/math/histogram.h src/math/interaction.c src/math/interaction.h src/math/levene.c src/math/levene.h src/math/linreg.c src/math/linreg.h src/math/merge.c  src/math/merge.h src/math/mode.c src/math/mode.h src/math/moments.c  src/math/moments.h src/math/np.c src/math/np.h src/math/order-stats.c src/math/order-stats.h src/math/percentiles.c src/math/percentiles.h src/math/random.c src/math/random.h src/math/statistic.h src/math/sort.c src/math/sort.h src/math/shapiro-wilk.c	src/math/shapiro-wilk.h src/math/trimmed-mean.c src/math/trimmed-mean.h src/math/tukey-hinges.c src/math/tukey-hinges.h src/math/wilcoxon-sig.c src/math/wilcoxon-sig.h src/output/ascii.c src/output/ascii.h src/output/cairo-chart.c src/output/cairo-chart.h src/output/cairo-fsm.c src/output/cairo-fsm.h src/output/cairo-pager.c src/output/cairo-pager.h src/output/cairo.c src/output/chart-provider.h src/output/chart.c src/output/chart.h src/output/charts/barchart-cairo.c src/output/charts/barchart.c src/output/charts/barchart.h src/output/charts/boxplot-cairo.c src/output/charts/boxplot.c src/output/charts/boxplot.h src/output/charts/np-plot-cairo.c src/output/charts/np-plot.c src/output/charts/np-plot.h src/output/charts/piechart-cairo.c src/output/charts/piechart.c src/output/charts/piechart.h src/output/charts/plot-hist-cairo.c src/output/charts/plot-hist.c src/output/charts/plot-hist.h src/output/charts/roc-chart-cairo.c src/output/charts/roc-chart.c src/output/charts/roc-chart.h src/output/charts/scatterplot-cairo.c src/output/charts/scatterplot.c src/output/charts/scatterplot.h src/output/charts/scree-cairo.c src/output/charts/scree.c src/output/charts/scree.h src/output/charts/spreadlevel-cairo.c src/output/charts/spreadlevel-plot.c src/output/charts/spreadlevel-plot.h src/output/csv.c src/output/driver-provider.h src/output/driver.c src/output/driver.h src/output/html.c src/output/journal.c src/output/journal.h src/output/measure.c src/output/measure.h src/output/msglog.c src/output/msglog.h src/output/odt.c src/output/options.c src/output/options.h src/output/output-item.c src/output/output-item.h src/output/page-setup.c src/output/page-setup.h src/output/pivot-output.c src/output/pivot-output.h src/output/pivot-table.c src/output/pivot-table.h src/output/render.c src/output/render.h src/output/select.c src/output/select.h src/output/spv-driver.c src/output/table-provider.h src/output/table.c src/output/table.h src/output/tex-glyphs.c src/output/tex-glyphs.h src/output/tex-parsing.c src/output/tex-parsing.h src/output/tex-rendering.c src/output/tex-rendering.h src/output/tex.c src/output/spv/spv-css-parser.c src/output/spv/spv-css-parser.h src/output/spv/spv-legacy-data.c src/output/spv/spv-legacy-data.h src/output/spv/spv-legacy-decoder.c src/output/spv/spv-legacy-decoder.h src/output/spv/spv-light-decoder.c src/output/spv/spv-light-decoder.h src/output/spv/spv-table-look.c src/output/spv/spv-table-look.h src/output/spv/spv-writer.c src/output/spv/spv-writer.h src/output/spv/spv.c src/output/spv/spv.h src/output/spv/spvbin-helpers.c src/output/spv/spvbin-helpers.h src/output/spv/spvxml-helpers.c src/output/spv/spvxml-helpers.h src/ui/gui/dummy.c src/ui/gui/psppire-acr.c src/ui/gui/psppire-acr.h src/ui/gui/psppire-buttonbox.c src/ui/gui/psppire-buttonbox.h src/ui/gui/psppire-checkbox-treeview.c src/ui/gui/psppire-checkbox-treeview.h src/ui/gui/psppire-conf.c src/ui/gui/psppire-conf.h src/ui/gui/psppire-data-sheet.c src/ui/gui/psppire-data-sheet.h src/ui/gui/psppire-dialog-action-1sks.c src/ui/gui/psppire-dialog-action-1sks.h src/ui/gui/psppire-dialog-action-aggregate.c src/ui/gui/psppire-dialog-action-aggregate.h src/ui/gui/psppire-dialog-action-autorecode.c src/ui/gui/psppire-dialog-action-autorecode.h src/ui/gui/psppire-dialog-action-barchart.c src/ui/gui/psppire-dialog-action-barchart.h src/ui/gui/psppire-dialog-action-binomial.c src/ui/gui/psppire-dialog-action-binomial.h src/ui/gui/psppire-dialog-action.c src/ui/gui/psppire-dialog-action-chisquare.c src/ui/gui/psppire-dialog-action-chisquare.h src/ui/gui/psppire-dialog-action-comments.c src/ui/gui/psppire-dialog-action-comments.h src/ui/gui/psppire-dialog-action-compute.c src/ui/gui/psppire-dialog-action-compute.h src/ui/gui/psppire-dialog-action-correlation.c src/ui/gui/psppire-dialog-action-correlation.h src/ui/gui/psppire-dialog-action-count.c src/ui/gui/psppire-dialog-action-count.h src/ui/gui/psppire-dialog-action-crosstabs.c src/ui/gui/psppire-dialog-action-crosstabs.h src/ui/gui/psppire-dialog-action-descriptives.c src/ui/gui/psppire-dialog-action-descriptives.h src/ui/gui/psppire-dialog-action-examine.c src/ui/gui/psppire-dialog-action-examine.h src/ui/gui/psppire-dialog-action-factor.c src/ui/gui/psppire-dialog-action-factor.h src/ui/gui/psppire-dialog-action-flip.c src/ui/gui/psppire-dialog-action-flip.h src/ui/gui/psppire-dialog-action-frequencies.c src/ui/gui/psppire-dialog-action-frequencies.h src/ui/gui/psppire-dialog-action.h src/ui/gui/psppire-dialog-action-histogram.c src/ui/gui/psppire-dialog-action-histogram.h src/ui/gui/psppire-dialog-action-indep-samps.c src/ui/gui/psppire-dialog-action-indep-samps.h src/ui/gui/psppire-dialog-action-k-independent.c src/ui/gui/psppire-dialog-action-k-independent.h src/ui/gui/psppire-dialog-action-kmeans.c src/ui/gui/psppire-dialog-action-kmeans.h src/ui/gui/psppire-dialog-action-k-related.c src/ui/gui/psppire-dialog-action-k-related.h src/ui/gui/psppire-dialog-action-logistic.c src/ui/gui/psppire-dialog-action-logistic.h src/ui/gui/psppire-dialog-action-means.c src/ui/gui/psppire-dialog-action-means.h src/ui/gui/psppire-dialog-action-oneway.c src/ui/gui/psppire-dialog-action-oneway.h src/ui/gui/psppire-dialog-action-paired.c src/ui/gui/psppire-dialog-action-paired.h src/ui/gui/psppire-dialog-action-rank.c src/ui/gui/psppire-dialog-action-rank.h src/ui/gui/psppire-dialog-action-recode.c src/ui/gui/psppire-dialog-action-recode-different.c src/ui/gui/psppire-dialog-action-recode-different.h src/ui/gui/psppire-dialog-action-recode.h src/ui/gui/psppire-dialog-action-recode-same.c src/ui/gui/psppire-dialog-action-recode-same.h src/ui/gui/psppire-dialog-action-regression.c src/ui/gui/psppire-dialog-action-regression.h src/ui/gui/psppire-dialog-action-reliability.c src/ui/gui/psppire-dialog-action-reliability.h src/ui/gui/psppire-dialog-action-roc.c src/ui/gui/psppire-dialog-action-roc.h src/ui/gui/psppire-dialog-action-runs.c src/ui/gui/psppire-dialog-action-runs.h src/ui/gui/psppire-dialog-action-scatterplot.c src/ui/gui/psppire-dialog-action-scatterplot.h src/ui/gui/psppire-dialog-action-select.c src/ui/gui/psppire-dialog-action-select.h src/ui/gui/psppire-dialog-action-sort.c src/ui/gui/psppire-dialog-action-sort.h src/ui/gui/psppire-dialog-action-split.c src/ui/gui/psppire-dialog-action-split.h src/ui/gui/psppire-dialog-action-tt1s.c src/ui/gui/psppire-dialog-action-tt1s.h src/ui/gui/psppire-dialog-action-two-sample.c src/ui/gui/psppire-dialog-action-two-sample.h src/ui/gui/psppire-dialog-action-univariate.c src/ui/gui/psppire-dialog-action-univariate.h src/ui/gui/psppire-dialog-action-var-info.c src/ui/gui/psppire-dialog-action-var-info.h src/ui/gui/psppire-dialog-action-weight.c src/ui/gui/psppire-dialog-action-weight.h src/ui/gui/psppire-dialog.c src/ui/gui/psppire-dialog.h src/ui/gui/psppire-dict.c src/ui/gui/psppire-dict.h src/ui/gui/psppire-dictview.c src/ui/gui/psppire-dictview.h src/ui/gui/psppire-format.c src/ui/gui/psppire-format.h src/ui/gui/psppire-keypad.c src/ui/gui/psppire-keypad.h src/ui/gui/psppire-means-layer.c src/ui/gui/psppire-means-layer.h src/ui/gui/psppire-select-dest.c src/ui/gui/psppire-select-dest.h src/ui/gui/psppire-selector.c src/ui/gui/psppire-selector.h src/ui/gui/psppire-text-file.c src/ui/gui/psppire-text-file.h src/ui/gui/psppire-val-chooser.c src/ui/gui/psppire-val-chooser.h src/ui/gui/psppire-var-info.c src/ui/gui/psppire-var-info.h src/ui/gui/psppire-var-ptr.c src/ui/gui/psppire-var-ptr.h src/ui/gui/psppire-var-view.c src/ui/gui/psppire-var-view.h src/ui/gui/psppire-var-sheet-header.c src/ui/gui/psppire-var-sheet-header.h src/ui/gui/psppire-variable-sheet.c src/ui/gui/psppire-variable-sheet.h src/ui/gui/psppire-window-base.c src/ui/gui/psppire-window-base.h src/ui/gui/dialog-common.c src/ui/gui/dialog-common.h src/ui/gui/widgets.c src/ui/gui/widgets.h src/ui/gui/dict-display.c src/ui/gui/dict-display.h src/ui/source-init-opts.c src/ui/source-init-opts.h src/ui/syntax-gen.c src/ui/syntax-gen.h src/ui/terminal/main.c src/ui/terminal/terminal-opts.c src/ui/terminal/terminal-opts.h src/ui/terminal/terminal-reader.c src/ui/terminal/terminal-reader.h src/ui/gui/builder-wrapper.c src/ui/gui/builder-wrapper.h src/ui/gui/entry-dialog.c src/ui/gui/entry-dialog.h src/ui/gui/executor.c src/ui/gui/executor.h src/ui/gui/find-dialog.c src/ui/gui/find-dialog.h src/ui/gui/glibfix.h src/ui/gui/goto-case-dialog.c src/ui/gui/goto-case-dialog.h src/ui/gui/helper.c src/ui/gui/helper.h src/ui/gui/help-menu.c src/ui/gui/help-menu.h src/ui/gui/main.c src/ui/gui/missing-val-dialog.c src/ui/gui/missing-val-dialog.h src/ui/gui/options-dialog.c src/ui/gui/options-dialog.h src/ui/gui/pre-initialisation.h src/ui/gui/psppire.c src/ui/gui/psppire-data-editor.c src/ui/gui/psppire-data-editor.h src/ui/gui/psppire-data-store.c src/ui/gui/psppire-data-store.h src/ui/gui/psppire-data-window.c src/ui/gui/psppire-data-window.h src/ui/gui/psppire-delimited-text.c src/ui/gui/psppire-delimited-text.h src/ui/gui/psppire-encoding-selector.c src/ui/gui/psppire-encoding-selector.h src/ui/gui/psppire.h src/ui/gui/psppire-import-assistant.c src/ui/gui/psppire-import-assistant.h src/ui/gui/psppire-import-spreadsheet.c src/ui/gui/psppire-import-spreadsheet.h src/ui/gui/psppire-import-textfile.c src/ui/gui/psppire-import-textfile.h src/ui/gui/psppire-lex-reader.c src/ui/gui/psppire-lex-reader.h src/ui/gui/psppire-output-view.c src/ui/gui/psppire-output-view.h src/ui/gui/psppire-output-window.c src/ui/gui/psppire-output-window.h src/ui/gui/psppire-scanf.c src/ui/gui/psppire-scanf.h src/ui/gui/psppire-spreadsheet-data-model.c src/ui/gui/psppire-spreadsheet-data-model.h src/ui/gui/psppire-spreadsheet-model.c src/ui/gui/psppire-spreadsheet-model.h src/ui/gui/psppire-syntax-window.c src/ui/gui/psppire-syntax-window.h src/ui/gui/psppire-value-entry.c src/ui/gui/psppire-value-entry.h src/ui/gui/psppire-window.c src/ui/gui/psppire-window.h src/ui/gui/psppire-window-register.c src/ui/gui/psppire-window-register.h src/ui/gui/t-test-options.c src/ui/gui/t-test-options.h src/ui/gui/val-labs-dialog.c src/ui/gui/val-labs-dialog.h src/ui/gui/value-variant.c src/ui/gui/value-variant.h src/ui/gui/var-display.c src/ui/gui/var-display.h src/ui/gui/var-type-dialog.c src/ui/gui/var-type-dialog.h src/ui/gui/widget-io.c src/ui/gui/widget-io.h src/ui/gui/windows-menu.c src/ui/gui/windows-menu.h src/ui/gui/spreadsheet-test.c src/ui/gui/psppire-spreadsheet-model.c  tests/data/datasheet-test.c tests/data/inexactify.c tests/data/sack.c tests/data/spreadsheet-test.c src/data/identifier.c src/language/lexer/command-name.c tests/language/lexer/command-name-test.c src/data/identifier.c src/language/lexer/command-name.c src/language/lexer/scan.c src/language/lexer/segment.c src/language/lexer/token.c tests/language/lexer/scan-test.c src/data/identifier.c src/language/lexer/command-name.c src/language/lexer/segment.c tests/language/lexer/segment-test.c src/libpspp/abt.c tests/libpspp/abt-test.c src/libpspp/bt.c tests/libpspp/bt-test.c src/libpspp/cmac-aes256.c tests/libpspp/cmac-aes256-test.c tests/libpspp/encoding-guesser-test.c tests/libpspp/heap-test.c src/libpspp/hmap.c tests/libpspp/hmap-test.c src/libpspp/hmap.c src/libpspp/hmapx.c tests/libpspp/hmapx-test.c tests/libpspp/i18n-test.c tests/libpspp/line-reader-test.c src/libpspp/ll.c tests/libpspp/ll-test.c src/libpspp/ll.c src/libpspp/llx.c tests/libpspp/llx-test.c src/libpspp/bt.c src/libpspp/range-map.c tests/libpspp/range-map-test.c tests/libpspp/range-set-test.c tests/libpspp/range-tower-test.c tests/libpspp/sparse-array-test.c tests/libpspp/sparse-xarray-test.c tests/libpspp/str-test.c tests/libpspp/string-map-test.c src/libpspp/hash-functions.c src/libpspp/hmap.c src/libpspp/string-set.c tests/libpspp/string-set-test.c tests/libpspp/stringi-map-test.c tests/libpspp/stringi-set-test.c tests/libpspp/tower-test.c tests/libpspp/u8-istream-test.c tests/libpspp/zip-test.c tests/math/chart-get-scale-test.c tests/math/chart-get-ticks-format-test.c tests/output/ascii-test.c tests/output/pivot-table-test.c tests/output/tex-glyphs.c tests/output/tex-strings.c tests/ui/syntax-gen-test.c utilities/pspp-convert.c src/libpspp/integer-format.c src/libpspp/float-format.c utilities/pspp-dump-sav.c utilities/pspp-output.c --language=C --keyword=_ --keyword=N_ -o po/pspp.pot,tmp
4871  echo "@set example-dir /usr/local/share/pspp/examples" > ../doc/tut.texi
4872  cat ../src/ui/gui/aggregate.ui ../src/ui/gui/autorecode.ui ../src/ui/gui/binomial.ui ../src/ui/gui/compute.ui ../src/ui/gui/barchart.ui ../src/ui/gui/correlation.ui ../src/ui/gui/count.ui ../src/ui/gui/comments.ui ../src/ui/gui/crosstabs.ui ../src/ui/gui/chi-square.ui ../src/ui/gui/descriptives.ui ../src/ui/gui/entry-dialog.ui ../src/ui/gui/examine.ui ../src/ui/gui/goto-case.ui ../src/ui/gui/factor.ui ../src/ui/gui/find.ui ../src/ui/gui/frequencies.ui ../src/ui/gui/histogram.ui ../src/ui/gui/indep-samples.ui ../src/ui/gui/k-independent.ui ../src/ui/gui/k-means.ui ../src/ui/gui/k-related.ui ../src/ui/gui/ks-one-sample.ui ../src/ui/gui/logistic.ui ../src/ui/gui/means.ui ../src/ui/gui/missing-val-dialog.ui ../src/ui/gui/oneway.ui ../src/ui/gui/options.ui ../src/ui/gui/paired-samples.ui ../src/ui/gui/rank.ui ../src/ui/gui/runs.ui ../src/ui/gui/sort.ui ../src/ui/gui/split-file.ui ../src/ui/gui/recode.ui ../src/ui/gui/regression.ui ../src/ui/gui/reliability.ui ../src/ui/gui/roc.ui ../src/ui/gui/scatterplot.ui ../src/ui/gui/select-cases.ui ../src/ui/gui/spreadsheet-import.ui ../src/ui/gui/t-test.ui ../src/ui/gui/text-data-import.ui ../src/ui/gui/transpose.ui ../src/ui/gui/univariate.ui ../src/ui/gui/val-labs-dialog.ui ../src/ui/gui/variable-info.ui ../src/ui/gui/data-editor.ui ../src/ui/gui/output-window.ui ../src/ui/gui/syntax-editor.ui ../src/ui/gui/var-type-dialog.ui ../src/ui/gui/weight.ui | grep '"help[-_]page"' | \
4873     /usr/bin/sed -e 's% *<property name="help[-_]page">\([^<]*\)</property>%//*[@id='"'"'\1'"'"']%' \
4874  -e 's%#%'"'"']/*[@id='"'"'%g' > doc/help-pages-list,tmp
4875  test -s doc/help-pages-list,tmp
4876  mv doc/help-pages-list,tmp doc/help-pages-list
4877  /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.h`
4878  /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.inc`
4879  /usr/bin/mkdir -p `dirname src/language/expressions/operations.h`
4880  /usr/bin/mkdir -p `dirname src/language/expressions/optimize.inc`
4881  /usr/bin/mkdir -p `dirname src/language/expressions/parse.inc`
4882  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/evaluate.h` \
4883    -i ../src/language/expressions/operations.def > src/language/expressions/evaluate.h.tmp
4884  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/evaluate.inc` \
4885    -i ../src/language/expressions/operations.def > src/language/expressions/evaluate.inc.tmp
4886  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/operations.h` \
4887    -i ../src/language/expressions/operations.def > src/language/expressions/operations.h.tmp
4888  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/optimize.inc` \
4889    -i ../src/language/expressions/operations.def > src/language/expressions/optimize.inc.tmp
4890  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/parse.inc` \
4891    -i ../src/language/expressions/operations.def > src/language/expressions/parse.inc.tmp
4892  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
4893  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
4894  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
4895  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
4896  python3 ../src/data/sys-file-encoding.py ../src/data/convrtrs.txt > src/data/sys-file-encoding.c.tmp && mv src/data/sys-file-encoding.c.tmp src/data/sys-file-encoding.c
4897  { \
4898    echo "/* 	-*- mode: c; buffer-read-only: t -*-"; \
4899    echo "   Generated by src/libpspp/automake.mk --- Do not edit."; \
4900    echo; \
4901    echo "   The following line is for the benefit of the perl module"; \
4902    echo "\$VERSION='1.6.2';"; \
4903    echo "*/"; \
4904    echo "#include \"version.h\""; \
4905    echo "const char bare_version[] = \"1.6.2-g8596d6\";"; \
4906    echo "const char version[] = \"GNU pspp 1.6.2-g8596d6\";"; \
4907    printf "const char announced_version[] = \"GNU pspp 1.6.2-g8596d6\""; \
4908    case `echo 1.6.2-g8596d6 | /usr/bin/sed -e 's/[0-9][0-9]*\.[0-9]*\([0-9]\)\.[0-9][0-9]*/\1/'` in \
4909      [13579]) printf "\"\\\nThis is an unreleased test version. It is not recommended for production use. Use at your own risk\"" ;; \
4910    esac; \
4911    printf ";\n"; \
4912    echo "const char host_system[] = \"x86_64-pc-linux-gnu\";"; \
4913    echo "const char build_system[] = \"x86_64-pc-linux-gnu\";"; \
4914    echo "const char locale_dir[] = \"/usr/local/share/locale\";"; \
4915    echo "const char examples_dir[] = \"/usr/local/share/pspp/examples\";"; \
4916    echo "const char *const authors[] = {"; \
4917    /usr/bin/sed -e 's/^/  \"/' -e 's/$/\",/' ../AUTHORS; \
4918    echo "  0"; \
4919            echo "};"; \
4920  } > src/libpspp/version.c,tmp && mv src/libpspp/version.c,tmp src/libpspp/version.c
4921  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-unistd.lo -MD -MP -MF gl/.deps/libgl_la-unistd.Tpo -c -o gl/libgl_la-unistd.lo `test -f 'gl/unistd.c' || echo '../'`gl/unistd.c
4922  Updating ../doc/version-dev.texi
4923  Updating ../doc/version.texi
4924  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-version-etc.lo -MD -MP -MF gl/.deps/libgl_la-version-etc.Tpo -c -o gl/libgl_la-version-etc.lo `test -f 'gl/version-etc.c' || echo '../'`gl/version-etc.c
4925  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-version-etc-fsf.lo -MD -MP -MF gl/.deps/libgl_la-version-etc-fsf.Tpo -c -o gl/libgl_la-version-etc-fsf.lo `test -f 'gl/version-etc-fsf.c' || echo '../'`gl/version-etc-fsf.c
4926  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-wctype-h.lo -MD -MP -MF gl/.deps/libgl_la-wctype-h.Tpo -c -o gl/libgl_la-wctype-h.lo `test -f 'gl/wctype-h.c' || echo '../'`gl/wctype-h.c
4927  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmalloc.lo -MD -MP -MF gl/.deps/libgl_la-xmalloc.Tpo -c -o gl/libgl_la-xmalloc.lo `test -f 'gl/xmalloc.c' || echo '../'`gl/xmalloc.c
4928  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xalloc-die.lo -MD -MP -MF gl/.deps/libgl_la-xalloc-die.Tpo -c -o gl/libgl_la-xalloc-die.lo `test -f 'gl/xalloc-die.c' || echo '../'`gl/xalloc-die.c
4929  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xbinary-io.lo -MD -MP -MF gl/.deps/libgl_la-xbinary-io.Tpo -c -o gl/libgl_la-xbinary-io.lo `test -f 'gl/xbinary-io.c' || echo '../'`gl/xbinary-io.c
4930  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_xlist.lo -MD -MP -MF gl/.deps/libgl_la-gl_xlist.Tpo -c -o gl/libgl_la-gl_xlist.lo `test -f 'gl/gl_xlist.c' || echo '../'`gl/gl_xlist.c
4931  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmalloca.lo -MD -MP -MF gl/.deps/libgl_la-xmalloca.Tpo -c -o gl/libgl_la-xmalloca.lo `test -f 'gl/xmalloca.c' || echo '../'`gl/xmalloca.c
4932  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmemdup0.lo -MD -MP -MF gl/.deps/libgl_la-xmemdup0.Tpo -c -o gl/libgl_la-xmemdup0.lo `test -f 'gl/xmemdup0.c' || echo '../'`gl/xmemdup0.c
4933  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xreadlink.lo -MD -MP -MF gl/.deps/libgl_la-xreadlink.Tpo -c -o gl/libgl_la-xreadlink.lo `test -f 'gl/xreadlink.c' || echo '../'`gl/xreadlink.c
4934  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xsize.lo -MD -MP -MF gl/.deps/libgl_la-xsize.Tpo -c -o gl/libgl_la-xsize.lo `test -f 'gl/xsize.c' || echo '../'`gl/xsize.c
4935  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xstrndup.lo -MD -MP -MF gl/.deps/libgl_la-xstrndup.Tpo -c -o gl/libgl_la-xstrndup.lo `test -f 'gl/xstrndup.c' || echo '../'`gl/xstrndup.c
4936  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xvasprintf.lo -MD -MP -MF gl/.deps/libgl_la-xvasprintf.Tpo -c -o gl/libgl_la-xvasprintf.lo `test -f 'gl/xvasprintf.c' || echo '../'`gl/xvasprintf.c
4937  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xasprintf.lo -MD -MP -MF gl/.deps/libgl_la-xasprintf.Tpo -c -o gl/libgl_la-xasprintf.lo `test -f 'gl/xasprintf.c' || echo '../'`gl/xasprintf.c
4938  depbase=`echo gl/asnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4939  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/asnprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/asnprintf.lo ../gl/asnprintf.c &&\
4940  mv -f $depbase.Tpo $depbase.Plo
4941  depbase=`echo gl/mktime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4942  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/mktime.lo -MD -MP -MF $depbase.Tpo -c -o gl/mktime.lo ../gl/mktime.c &&\
4943  mv -f $depbase.Tpo $depbase.Plo
4944  depbase=`echo gl/printf-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4945  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf-args.lo -MD -MP -MF $depbase.Tpo -c -o gl/printf-args.lo ../gl/printf-args.c &&\
4946  mv -f $depbase.Tpo $depbase.Plo
4947  depbase=`echo gl/printf-parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4948  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf-parse.lo -MD -MP -MF $depbase.Tpo -c -o gl/printf-parse.lo ../gl/printf-parse.c &&\
4949  mv -f $depbase.Tpo $depbase.Plo
4950  depbase=`echo gl/vasnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4951  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vasnprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/vasnprintf.lo ../gl/vasnprintf.c &&\
4952  mv -f $depbase.Tpo $depbase.Plo
4953  mv src/language/expressions/operations.h.tmp src/language/expressions/operations.h
4954  mv src/language/expressions/optimize.inc.tmp src/language/expressions/optimize.inc
4955  :;{ \
4956    echo '# Signature of the current package.' && \
4957    echo 'm4_define([AT_PACKAGE_NAME],      [GNU PSPP])' && \
4958    echo 'm4_define([AT_PACKAGE_TARNAME],   [pspp])' && \
4959    echo 'm4_define([AT_PACKAGE_VERSION],   [1.6.2-g8596d6])' && \
4960    echo 'm4_define([AT_PACKAGE_STRING],    [GNU PSPP 1.6.2-g8596d6])' && \
4961    echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-gnu-pspp@gnu.org])' && \
4962    echo 'm4_define([AT_PACKAGE_URL],       [https://www.gnu.org/software/pspp/])'; \
4963  } >'../package.m4'
4964  printf '\043 Generated automatically -- do not modify!    -*- buffer-read-only: t -*-\n' > ../tests/testsuite.at,tmp
4965  mv src/language/expressions/evaluate.h.tmp src/language/expressions/evaluate.h
4966  mv src/language/expressions/parse.inc.tmp src/language/expressions/parse.inc
4967  cat ../tests/testsuite.in >> ../tests/testsuite.at,tmp
4968  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread   -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-main.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-main.Tpo -c -o src/ui/terminal/libui_la-main.lo `test -f 'src/ui/terminal/main.c' || echo '../'`src/ui/terminal/main.c
4969  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread   -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-terminal-opts.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-terminal-opts.Tpo -c -o src/ui/terminal/libui_la-terminal-opts.lo `test -f 'src/ui/terminal/terminal-opts.c' || echo '../'`src/ui/terminal/terminal-opts.c
4970  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread   -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-terminal-reader.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-terminal-reader.Tpo -c -o src/ui/terminal/libui_la-terminal-reader.lo `test -f 'src/ui/terminal/terminal-reader.c' || echo '../'`src/ui/terminal/terminal-reader.c
4971  depbase=`echo src/ui/source-init-opts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4972  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/ui/source-init-opts.lo -MD -MP -MF $depbase.Tpo -c -o src/ui/source-init-opts.lo ../src/ui/source-init-opts.c &&\
4973  mv -f $depbase.Tpo $depbase.Plo
4974  depbase=`echo src/ui/syntax-gen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4975  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/ui/syntax-gen.lo -MD -MP -MF $depbase.Tpo -c -o src/ui/syntax-gen.lo ../src/ui/syntax-gen.c &&\
4976  mv -f $depbase.Tpo $depbase.Plo
4977  depbase=`echo src/language/command.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4978  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/command.lo -MD -MP -MF $depbase.Tpo -c -o src/language/command.lo ../src/language/command.c &&\
4979  mv -f $depbase.Tpo $depbase.Plo
4980  depbase=`echo src/language/lexer/command-name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4981  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/command-name.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/command-name.lo ../src/language/lexer/command-name.c &&\
4982  mv -f $depbase.Tpo $depbase.Plo
4983  depbase=`echo src/language/lexer/include-path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4984  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/include-path.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/include-path.lo ../src/language/lexer/include-path.c &&\
4985  mv -f $depbase.Tpo $depbase.Plo
4986  for t in tests/data/calendar.at tests/data/data-in.at tests/data/data-out.at tests/data/datasheet-test.at tests/data/spreadsheet-test.at tests/data/dictionary.at tests/data/file.at tests/data/format-guesser.at tests/data/mdd-file.at tests/data/pc+-file-reader.at tests/data/por-file.at tests/data/sys-file-reader.at tests/data/sys-file.at tests/data/encrypted-file.at tests/language/command.at tests/language/control/define.at tests/language/control/do-if.at tests/language/control/do-repeat.at tests/language/control/loop.at tests/language/control/temporary.at tests/language/data-io/add-files.at tests/language/data-io/data-list.at tests/language/data-io/data-reader.at tests/language/data-io/dataset.at tests/language/data-io/file-handle.at tests/language/data-io/get-data-spreadsheet.at tests/language/data-io/get-data-psql.at tests/language/data-io/get-data-txt.at tests/language/data-io/get.at tests/language/data-io/inpt-pgm.at tests/language/data-io/list.at tests/language/data-io/match-files.at tests/language/data-io/matrix-data.at tests/language/data-io/matrix-reader.at tests/language/data-io/mconvert.at tests/language/data-io/print-space.at tests/language/data-io/print.at tests/language/data-io/save.at tests/language/data-io/save-translate.at tests/language/data-io/update.at tests/language/dictionary/attributes.at tests/language/dictionary/apply.at tests/language/dictionary/delete-variables.at tests/language/dictionary/formats.at tests/language/dictionary/missing-values.at tests/language/dictionary/mrsets.at tests/language/dictionary/modify-variables.at tests/language/dictionary/rename-variables.at tests/language/dictionary/sort-variables.at tests/language/dictionary/split-file.at tests/language/dictionary/sys-file-info.at tests/language/dictionary/value-labels.at tests/language/dictionary/variable-display.at tests/language/dictionary/vector.at tests/language/dictionary/weight.at tests/language/expressions/evaluate.at tests/language/expressions/parse.at tests/language/lexer/command-name.at tests/language/lexer/lexer.at tests/language/lexer/scan.at tests/language/lexer/segment.at tests/language/lexer/variable-parser.at tests/language/stats/aggregate.at tests/language/stats/autorecode.at tests/language/stats/correlations.at tests/language/stats/crosstabs.at tests/language/stats/ctables.at tests/language/stats/descriptives.at tests/language/stats/examine.at tests/language/stats/graph.at tests/language/stats/factor.at tests/language/stats/flip.at tests/language/stats/frequencies.at tests/language/stats/glm.at tests/language/stats/logistic.at tests/language/stats/matrix.at tests/language/stats/means.at tests/language/stats/npar.at tests/language/stats/oneway.at tests/language/stats/quick-cluster.at tests/language/stats/rank.at tests/language/stats/regression.at tests/language/stats/reliability.at tests/language/stats/roc.at tests/language/stats/sort-cases.at tests/language/stats/t-test.at tests/language/utilities/cache.at tests/language/utilities/cd.at tests/language/utilities/date.at tests/language/utilities/host.at tests/language/utilities/insert.at tests/language/utilities/permissions.at tests/language/utilities/set.at tests/language/utilities/show.at tests/language/utilities/title.at tests/language/xforms/compute.at tests/language/xforms/count.at tests/language/xforms/recode.at tests/language/xforms/sample.at tests/language/xforms/select-if.at tests/libpspp/abt.at tests/libpspp/bt.at tests/libpspp/encoding-guesser.at tests/libpspp/float-format.at tests/libpspp/heap.at tests/libpspp/hmap.at tests/libpspp/hmapx.at tests/libpspp/i18n.at tests/libpspp/line-reader.at tests/libpspp/ll.at tests/libpspp/llx.at tests/libpspp/range-map.at tests/libpspp/range-set.at tests/libpspp/range-tower.at tests/libpspp/sparse-array.at tests/libpspp/sparse-xarray-test.at tests/libpspp/str.at tests/libpspp/string-map.at tests/libpspp/stringi-map.at tests/libpspp/string-set.at tests/libpspp/stringi-set.at tests/libpspp/tower.at tests/libpspp/u8-istream.at tests/libpspp/zip.at tests/math/chart-geometry.at tests/math/moments.at tests/math/randist.at tests/output/ascii.at tests/output/charts.at tests/output/html.at tests/output/output.at tests/output/paper-size.at tests/output/pivot-table.at tests/output/render.at tests/output/tables.at tests/output/tex.at tests/ui/terminal/main.at tests/ui/syntax-gen.at tests/utilities/pspp-convert.at tests/utilities/pspp-output.at tests/perl-module.at; do \
4987    echo "m4_include([$t])" >> ../tests/testsuite.at,tmp ;\
4988  done
4989  depbase=`echo src/language/lexer/lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4990  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/lexer.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/lexer.lo ../src/language/lexer/lexer.c &&\
4991  mv -f $depbase.Tpo $depbase.Plo
4992  depbase=`echo src/language/lexer/macro.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4993  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/macro.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/macro.lo ../src/language/lexer/macro.c &&\
4994  mv -f $depbase.Tpo $depbase.Plo
4995  depbase=`echo src/language/lexer/format-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4996  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/format-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/format-parser.lo ../src/language/lexer/format-parser.c &&\
4997  mv -f $depbase.Tpo $depbase.Plo
4998  depbase=`echo src/language/lexer/scan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
4999  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/scan.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/scan.lo ../src/language/lexer/scan.c &&\
5000  mv -f $depbase.Tpo $depbase.Plo
5001  depbase=`echo src/language/lexer/segment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5002  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/segment.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/segment.lo ../src/language/lexer/segment.c &&\
5003  mv -f $depbase.Tpo $depbase.Plo
5004  depbase=`echo src/language/lexer/token.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5005  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/token.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/token.lo ../src/language/lexer/token.c &&\
5006  mv -f $depbase.Tpo $depbase.Plo
5007  mv src/language/expressions/evaluate.inc.tmp src/language/expressions/evaluate.inc
5008  depbase=`echo src/language/lexer/value-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5009  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/value-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/value-parser.lo ../src/language/lexer/value-parser.c &&\
5010  mv -f $depbase.Tpo $depbase.Plo
5011  depbase=`echo src/language/lexer/variable-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5012  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/variable-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/variable-parser.lo ../src/language/lexer/variable-parser.c &&\
5013  mv -f $depbase.Tpo $depbase.Plo
5014  depbase=`echo src/language/xforms/compute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5015  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/compute.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/compute.lo ../src/language/xforms/compute.c &&\
5016  mv -f $depbase.Tpo $depbase.Plo
5017  depbase=`echo src/language/xforms/count.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5018  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/count.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/count.lo ../src/language/xforms/count.c &&\
5019  mv -f $depbase.Tpo $depbase.Plo
5020  depbase=`echo src/language/xforms/fail.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5021  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/fail.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/fail.lo ../src/language/xforms/fail.c &&\
5022  mv -f $depbase.Tpo $depbase.Plo
5023  depbase=`echo src/language/xforms/sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5024  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/sample.lo ../src/language/xforms/sample.c &&\
5025  mv -f $depbase.Tpo $depbase.Plo
5026  depbase=`echo src/language/xforms/recode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5027  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/recode.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/recode.lo ../src/language/xforms/recode.c &&\
5028  mv -f $depbase.Tpo $depbase.Plo
5029  depbase=`echo src/language/xforms/select-if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5030  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/select-if.lo -MD -MP -MF $depbase.Tpo -c -o src/language/xforms/select-if.lo ../src/language/xforms/select-if.c &&\
5031  mv -f $depbase.Tpo $depbase.Plo
5032  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xbinary-io.lo -MD -MP -MF gl/.deps/libgl_la-xbinary-io.Tpo -c ../gl/xbinary-io.c  -fPIC -DPIC -o gl/.libs/libgl_la-xbinary-io.o
5033  depbase=`echo src/language/control/define.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5034  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/define.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/define.lo ../src/language/control/define.c &&\
5035  mv -f $depbase.Tpo $depbase.Plo
5036  depbase=`echo src/language/control/do-if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5037  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/do-if.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/do-if.lo ../src/language/control/do-if.c &&\
5038  mv -f $depbase.Tpo $depbase.Plo
5039  depbase=`echo src/language/control/loop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5040  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/loop.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/loop.lo ../src/language/control/loop.c &&\
5041  mv -f $depbase.Tpo $depbase.Plo
5042  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-version-etc.lo -MD -MP -MF gl/.deps/libgl_la-version-etc.Tpo -c ../gl/version-etc.c  -fPIC -DPIC -o gl/.libs/libgl_la-version-etc.o
5043  mv ../tests/testsuite.at,tmp ../tests/testsuite.at
5044  depbase=`echo src/language/control/repeat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5045  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/repeat.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/repeat.lo ../src/language/control/repeat.c &&\
5046  mv -f $depbase.Tpo $depbase.Plo
5047  depbase=`echo src/language/control/temporary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5048  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/temporary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/control/temporary.lo ../src/language/control/temporary.c &&\
5049  mv -f $depbase.Tpo $depbase.Plo
5050  depbase=`echo src/language/dictionary/attributes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5051  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/attributes.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/attributes.lo ../src/language/dictionary/attributes.c &&\
5052  mv -f $depbase.Tpo $depbase.Plo
5053  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xalloc-die.lo -MD -MP -MF gl/.deps/libgl_la-xalloc-die.Tpo -c ../gl/xalloc-die.c  -fPIC -DPIC -o gl/.libs/libgl_la-xalloc-die.o
5054  depbase=`echo src/language/dictionary/apply-dictionary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5055  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/apply-dictionary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/apply-dictionary.lo ../src/language/dictionary/apply-dictionary.c &&\
5056  mv -f $depbase.Tpo $depbase.Plo
5057  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-version-etc-fsf.lo -MD -MP -MF gl/.deps/libgl_la-version-etc-fsf.Tpo -c ../gl/version-etc-fsf.c  -fPIC -DPIC -o gl/.libs/libgl_la-version-etc-fsf.o
5058  depbase=`echo src/language/dictionary/delete-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5059  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/delete-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/delete-variables.lo ../src/language/dictionary/delete-variables.c &&\
5060  mv -f $depbase.Tpo $depbase.Plo
5061  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-unistd.lo -MD -MP -MF gl/.deps/libgl_la-unistd.Tpo -c ../gl/unistd.c  -fPIC -DPIC -o gl/.libs/libgl_la-unistd.o
5062  depbase=`echo src/language/dictionary/formats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5063  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/formats.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/formats.lo ../src/language/dictionary/formats.c &&\
5064  mv -f $depbase.Tpo $depbase.Plo
5065  depbase=`echo src/language/dictionary/missing-values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5066  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/missing-values.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/missing-values.lo ../src/language/dictionary/missing-values.c &&\
5067  mv -f $depbase.Tpo $depbase.Plo
5068  depbase=`echo src/language/dictionary/modify-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5069  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/modify-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/modify-variables.lo ../src/language/dictionary/modify-variables.c &&\
5070  mv -f $depbase.Tpo $depbase.Plo
5071  depbase=`echo src/language/dictionary/mrsets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5072  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/mrsets.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/mrsets.lo ../src/language/dictionary/mrsets.c &&\
5073  mv -f $depbase.Tpo $depbase.Plo
5074  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf-args.lo -MD -MP -MF gl/.deps/printf-args.Tpo -c ../gl/printf-args.c  -fPIC -DPIC -o gl/.libs/printf-args.o
5075  depbase=`echo src/language/dictionary/numeric.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5076  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/numeric.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/numeric.lo ../src/language/dictionary/numeric.c &&\
5077  mv -f $depbase.Tpo $depbase.Plo
5078  depbase=`echo src/language/dictionary/rename-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5079  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/rename-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/rename-variables.lo ../src/language/dictionary/rename-variables.c &&\
5080  mv -f $depbase.Tpo $depbase.Plo
5081  depbase=`echo src/language/dictionary/sort-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5082  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/sort-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/sort-variables.lo ../src/language/dictionary/sort-variables.c &&\
5083  mv -f $depbase.Tpo $depbase.Plo
5084  depbase=`echo src/language/dictionary/split-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5085  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/split-file.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/split-file.lo ../src/language/dictionary/split-file.c &&\
5086  mv -f $depbase.Tpo $depbase.Plo
5087  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmalloca.lo -MD -MP -MF gl/.deps/libgl_la-xmalloca.Tpo -c ../gl/xmalloca.c  -fPIC -DPIC -o gl/.libs/libgl_la-xmalloca.o
5088  depbase=`echo src/language/dictionary/sys-file-info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5089  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/sys-file-info.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/sys-file-info.lo ../src/language/dictionary/sys-file-info.c &&\
5090  mv -f $depbase.Tpo $depbase.Plo
5091  depbase=`echo src/language/dictionary/value-labels.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5092  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/value-labels.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/value-labels.lo ../src/language/dictionary/value-labels.c &&\
5093  mv -f $depbase.Tpo $depbase.Plo
5094  depbase=`echo src/language/dictionary/variable-label.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5095  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/variable-label.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/variable-label.lo ../src/language/dictionary/variable-label.c &&\
5096  mv -f $depbase.Tpo $depbase.Plo
5097  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xvasprintf.lo -MD -MP -MF gl/.deps/libgl_la-xvasprintf.Tpo -c ../gl/xvasprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-xvasprintf.o
5098  depbase=`echo src/language/dictionary/vector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5099  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/vector.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/vector.lo ../src/language/dictionary/vector.c &&\
5100  mv -f $depbase.Tpo $depbase.Plo
5101  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmalloc.lo -MD -MP -MF gl/.deps/libgl_la-xmalloc.Tpo -c ../gl/xmalloc.c  -fPIC -DPIC -o gl/.libs/libgl_la-xmalloc.o
5102  depbase=`echo src/language/dictionary/variable-display.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5103  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/variable-display.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/variable-display.lo ../src/language/dictionary/variable-display.c &&\
5104  mv -f $depbase.Tpo $depbase.Plo
5105  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/asnprintf.lo -MD -MP -MF gl/.deps/asnprintf.Tpo -c ../gl/asnprintf.c  -fPIC -DPIC -o gl/.libs/asnprintf.o
5106  depbase=`echo src/language/dictionary/weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5107  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/weight.lo -MD -MP -MF $depbase.Tpo -c -o src/language/dictionary/weight.lo ../src/language/dictionary/weight.c &&\
5108  mv -f $depbase.Tpo $depbase.Plo
5109  depbase=`echo src/language/tests/format-guesser-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5110  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/format-guesser-test.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/format-guesser-test.lo ../src/language/tests/format-guesser-test.c &&\
5111  mv -f $depbase.Tpo $depbase.Plo
5112  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_xlist.lo -MD -MP -MF gl/.deps/libgl_la-gl_xlist.Tpo -c ../gl/gl_xlist.c  -fPIC -DPIC -o gl/.libs/libgl_la-gl_xlist.o
5113  depbase=`echo src/language/tests/float-format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5114  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/float-format.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/float-format.lo ../src/language/tests/float-format.c &&\
5115  mv -f $depbase.Tpo $depbase.Plo
5116  depbase=`echo src/language/tests/moments-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5117  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/moments-test.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/moments-test.lo ../src/language/tests/moments-test.c &&\
5118  mv -f $depbase.Tpo $depbase.Plo
5119  depbase=`echo src/language/tests/paper-size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5120  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/paper-size.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/paper-size.lo ../src/language/tests/paper-size.c &&\
5121  mv -f $depbase.Tpo $depbase.Plo
5122  depbase=`echo src/language/tests/pool-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5123  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/pool-test.lo -MD -MP -MF $depbase.Tpo -c -o src/language/tests/pool-test.lo ../src/language/tests/pool-test.c &&\
5124  mv -f $depbase.Tpo $depbase.Plo
5125  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/mktime.lo -MD -MP -MF gl/.deps/mktime.Tpo -c ../gl/mktime.c  -fPIC -DPIC -o gl/.libs/mktime.o
5126  depbase=`echo src/language/utilities/cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5127  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/cache.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/cache.lo ../src/language/utilities/cache.c &&\
5128  mv -f $depbase.Tpo $depbase.Plo
5129  depbase=`echo src/language/utilities/cd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5130  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/cd.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/cd.lo ../src/language/utilities/cd.c &&\
5131  mv -f $depbase.Tpo $depbase.Plo
5132  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xstrndup.lo -MD -MP -MF gl/.deps/libgl_la-xstrndup.Tpo -c ../gl/xstrndup.c  -fPIC -DPIC -o gl/.libs/libgl_la-xstrndup.o
5133  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmemdup0.lo -MD -MP -MF gl/.deps/libgl_la-xmemdup0.Tpo -c ../gl/xmemdup0.c  -fPIC -DPIC -o gl/.libs/libgl_la-xmemdup0.o
5134  depbase=`echo src/language/utilities/date.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5135  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/date.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/date.lo ../src/language/utilities/date.c &&\
5136  mv -f $depbase.Tpo $depbase.Plo
5137  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vasnprintf.lo -MD -MP -MF gl/.deps/vasnprintf.Tpo -c ../gl/vasnprintf.c  -fPIC -DPIC -o gl/.libs/vasnprintf.o
5138  depbase=`echo src/language/utilities/echo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5139  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/echo.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/echo.lo ../src/language/utilities/echo.c &&\
5140  mv -f $depbase.Tpo $depbase.Plo
5141  depbase=`echo src/language/utilities/host.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5142  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/host.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/host.lo ../src/language/utilities/host.c &&\
5143  mv -f $depbase.Tpo $depbase.Plo
5144  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xasprintf.lo -MD -MP -MF gl/.deps/libgl_la-xasprintf.Tpo -c ../gl/xasprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-xasprintf.o
5145  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xsize.lo -MD -MP -MF gl/.deps/libgl_la-xsize.Tpo -c ../gl/xsize.c  -fPIC -DPIC -o gl/.libs/libgl_la-xsize.o
5146  depbase=`echo src/language/utilities/set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5147  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/set.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/set.lo ../src/language/utilities/set.c &&\
5148  mv -f $depbase.Tpo $depbase.Plo
5149  depbase=`echo src/language/utilities/title.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5150  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/title.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/title.lo ../src/language/utilities/title.c &&\
5151  mv -f $depbase.Tpo $depbase.Plo
5152  depbase=`echo src/language/utilities/include.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5153  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/include.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/include.lo ../src/language/utilities/include.c &&\
5154  mv -f $depbase.Tpo $depbase.Plo
5155  depbase=`echo src/language/utilities/output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5156  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/output.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/output.lo ../src/language/utilities/output.c &&\
5157  mv -f $depbase.Tpo $depbase.Plo
5158  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-wctype-h.lo -MD -MP -MF gl/.deps/libgl_la-wctype-h.Tpo -c ../gl/wctype-h.c  -fPIC -DPIC -o gl/.libs/libgl_la-wctype-h.o
5159  depbase=`echo src/language/utilities/permissions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5160  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/permissions.lo -MD -MP -MF $depbase.Tpo -c -o src/language/utilities/permissions.lo ../src/language/utilities/permissions.c &&\
5161  mv -f $depbase.Tpo $depbase.Plo
5162  depbase=`echo src/language/stats/aggregate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5163  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/aggregate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/aggregate.lo ../src/language/stats/aggregate.c &&\
5164  mv -f $depbase.Tpo $depbase.Plo
5165  depbase=`echo src/language/stats/autorecode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5166  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/autorecode.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/autorecode.lo ../src/language/stats/autorecode.c &&\
5167  mv -f $depbase.Tpo $depbase.Plo
5168  depbase=`echo src/language/stats/binomial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5169  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/binomial.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/binomial.lo ../src/language/stats/binomial.c &&\
5170  mv -f $depbase.Tpo $depbase.Plo
5171  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xreadlink.lo -MD -MP -MF gl/.deps/libgl_la-xreadlink.Tpo -c ../gl/xreadlink.c  -fPIC -DPIC -o gl/.libs/libgl_la-xreadlink.o
5172  depbase=`echo src/language/stats/chisquare.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5173  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/chisquare.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/chisquare.lo ../src/language/stats/chisquare.c &&\
5174  mv -f $depbase.Tpo $depbase.Plo
5175  depbase=`echo src/language/stats/cochran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5176  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/cochran.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/cochran.lo ../src/language/stats/cochran.c &&\
5177  mv -f $depbase.Tpo $depbase.Plo
5178  depbase=`echo src/language/stats/correlations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5179  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/correlations.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/correlations.lo ../src/language/stats/correlations.c &&\
5180  mv -f $depbase.Tpo $depbase.Plo
5181  depbase=`echo src/language/stats/crosstabs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5182  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/crosstabs.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/crosstabs.lo ../src/language/stats/crosstabs.c &&\
5183  mv -f $depbase.Tpo $depbase.Plo
5184  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf-parse.lo -MD -MP -MF gl/.deps/printf-parse.Tpo -c ../gl/printf-parse.c  -fPIC -DPIC -o gl/.libs/printf-parse.o
5185  depbase=`echo src/language/stats/ctables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5186  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/ctables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/ctables.lo ../src/language/stats/ctables.c &&\
5187  mv -f $depbase.Tpo $depbase.Plo
5188  depbase=`echo src/language/stats/descriptives.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5189  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/descriptives.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/descriptives.lo ../src/language/stats/descriptives.c &&\
5190  mv -f $depbase.Tpo $depbase.Plo
5191  depbase=`echo src/language/stats/examine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5192  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/examine.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/examine.lo ../src/language/stats/examine.c &&\
5193  mv -f $depbase.Tpo $depbase.Plo
5194  depbase=`echo src/language/stats/factor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5195  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/factor.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/factor.lo ../src/language/stats/factor.c &&\
5196  mv -f $depbase.Tpo $depbase.Plo
5197  depbase=`echo src/language/stats/flip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5198  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/flip.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/flip.lo ../src/language/stats/flip.c &&\
5199  mv -f $depbase.Tpo $depbase.Plo
5200  depbase=`echo src/language/stats/freq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5201  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/freq.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/freq.lo ../src/language/stats/freq.c &&\
5202  mv -f $depbase.Tpo $depbase.Plo
5203  depbase=`echo src/language/stats/frequencies.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5204  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/frequencies.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/frequencies.lo ../src/language/stats/frequencies.c &&\
5205  mv -f $depbase.Tpo $depbase.Plo
5206  depbase=`echo src/language/stats/friedman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5207  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/friedman.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/friedman.lo ../src/language/stats/friedman.c &&\
5208  mv -f $depbase.Tpo $depbase.Plo
5209  depbase=`echo src/language/stats/glm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5210  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/glm.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/glm.lo ../src/language/stats/glm.c &&\
5211  mv -f $depbase.Tpo $depbase.Plo
5212  depbase=`echo src/language/stats/graph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5213  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/graph.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/graph.lo ../src/language/stats/graph.c &&\
5214  mv -f $depbase.Tpo $depbase.Plo
5215  depbase=`echo src/language/stats/kruskal-wallis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5216  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/kruskal-wallis.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/kruskal-wallis.lo ../src/language/stats/kruskal-wallis.c &&\
5217  mv -f $depbase.Tpo $depbase.Plo
5218  depbase=`echo src/language/stats/ks-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5219  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/ks-one-sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/ks-one-sample.lo ../src/language/stats/ks-one-sample.c &&\
5220  mv -f $depbase.Tpo $depbase.Plo
5221  depbase=`echo src/language/stats/logistic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5222  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/logistic.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/logistic.lo ../src/language/stats/logistic.c &&\
5223  mv -f $depbase.Tpo $depbase.Plo
5224  depbase=`echo src/language/stats/jonckheere-terpstra.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5225  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/jonckheere-terpstra.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/jonckheere-terpstra.lo ../src/language/stats/jonckheere-terpstra.c &&\
5226  mv -f $depbase.Tpo $depbase.Plo
5227  depbase=`echo src/language/stats/mann-whitney.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5228  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/mann-whitney.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/mann-whitney.lo ../src/language/stats/mann-whitney.c &&\
5229  mv -f $depbase.Tpo $depbase.Plo
5230  depbase=`echo src/language/stats/matrix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5231  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/matrix.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/matrix.lo ../src/language/stats/matrix.c &&\
5232  mv -f $depbase.Tpo $depbase.Plo
5233  depbase=`echo src/language/stats/means.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5234  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/means.lo ../src/language/stats/means.c &&\
5235  mv -f $depbase.Tpo $depbase.Plo
5236  depbase=`echo src/language/stats/means-calc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5237  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means-calc.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/means-calc.lo ../src/language/stats/means-calc.c &&\
5238  mv -f $depbase.Tpo $depbase.Plo
5239  depbase=`echo src/language/stats/means-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5240  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/means-parser.lo ../src/language/stats/means-parser.c &&\
5241  mv -f $depbase.Tpo $depbase.Plo
5242  depbase=`echo src/language/stats/mcnemar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5243  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/mcnemar.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/mcnemar.lo ../src/language/stats/mcnemar.c &&\
5244  mv -f $depbase.Tpo $depbase.Plo
5245  depbase=`echo src/language/stats/median.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5246  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/median.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/median.lo ../src/language/stats/median.c &&\
5247  mv -f $depbase.Tpo $depbase.Plo
5248  depbase=`echo src/language/stats/npar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5249  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/npar.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/npar.lo ../src/language/stats/npar.c &&\
5250  mv -f $depbase.Tpo $depbase.Plo
5251  depbase=`echo src/language/stats/npar-summary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5252  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/npar-summary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/npar-summary.lo ../src/language/stats/npar-summary.c &&\
5253  mv -f $depbase.Tpo $depbase.Plo
5254  depbase=`echo src/language/stats/oneway.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5255  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/oneway.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/oneway.lo ../src/language/stats/oneway.c &&\
5256  mv -f $depbase.Tpo $depbase.Plo
5257  depbase=`echo src/language/stats/quick-cluster.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5258  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/quick-cluster.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/quick-cluster.lo ../src/language/stats/quick-cluster.c &&\
5259  mv -f $depbase.Tpo $depbase.Plo
5260  depbase=`echo src/language/stats/rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5261  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/rank.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/rank.lo ../src/language/stats/rank.c &&\
5262  mv -f $depbase.Tpo $depbase.Plo
5263  depbase=`echo src/language/stats/reliability.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5264  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/reliability.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/reliability.lo ../src/language/stats/reliability.c &&\
5265  mv -f $depbase.Tpo $depbase.Plo
5266  depbase=`echo src/language/stats/roc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5267  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/roc.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/roc.lo ../src/language/stats/roc.c &&\
5268  mv -f $depbase.Tpo $depbase.Plo
5269  depbase=`echo src/language/stats/regression.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5270  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/regression.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/regression.lo ../src/language/stats/regression.c &&\
5271  mv -f $depbase.Tpo $depbase.Plo
5272  depbase=`echo src/language/stats/runs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5273  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/runs.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/runs.lo ../src/language/stats/runs.c &&\
5274  mv -f $depbase.Tpo $depbase.Plo
5275  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-version-etc-fsf.lo -MD -MP -MF gl/.deps/libgl_la-version-etc-fsf.Tpo -c ../gl/version-etc-fsf.c -o gl/libgl_la-version-etc-fsf.o >/dev/null 2>&1
5276  depbase=`echo src/language/stats/sign.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5277  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sign.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/sign.lo ../src/language/stats/sign.c &&\
5278  mv -f $depbase.Tpo $depbase.Plo
5279  depbase=`echo src/language/stats/sort-cases.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5280  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sort-cases.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/sort-cases.lo ../src/language/stats/sort-cases.c &&\
5281  mv -f $depbase.Tpo $depbase.Plo
5282  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf-args.lo -MD -MP -MF gl/.deps/printf-args.Tpo -c ../gl/printf-args.c -o gl/printf-args.o >/dev/null 2>&1
5283  depbase=`echo src/language/stats/sort-criteria.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5284  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sort-criteria.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/sort-criteria.lo ../src/language/stats/sort-criteria.c &&\
5285  mv -f $depbase.Tpo $depbase.Plo
5286  depbase=`echo src/language/stats/t-test-indep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5287  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-indep.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-indep.lo ../src/language/stats/t-test-indep.c &&\
5288  mv -f $depbase.Tpo $depbase.Plo
5289  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-unistd.lo -MD -MP -MF gl/.deps/libgl_la-unistd.Tpo -c ../gl/unistd.c -o gl/libgl_la-unistd.o >/dev/null 2>&1
5290  depbase=`echo src/language/stats/t-test-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5291  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-one-sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-one-sample.lo ../src/language/stats/t-test-one-sample.c &&\
5292  mv -f $depbase.Tpo $depbase.Plo
5293  depbase=`echo src/language/stats/t-test-paired.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5294  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-paired.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-paired.lo ../src/language/stats/t-test-paired.c &&\
5295  mv -f $depbase.Tpo $depbase.Plo
5296  depbase=`echo src/language/stats/t-test-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5297  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/t-test-parser.lo ../src/language/stats/t-test-parser.c &&\
5298  mv -f $depbase.Tpo $depbase.Plo
5299  depbase=`echo src/language/stats/wilcoxon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5300  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/wilcoxon.lo -MD -MP -MF $depbase.Tpo -c -o src/language/stats/wilcoxon.lo ../src/language/stats/wilcoxon.c &&\
5301  mv -f $depbase.Tpo $depbase.Plo
5302  depbase=`echo src/language/data-io/combine-files.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5303  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/combine-files.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/combine-files.lo ../src/language/data-io/combine-files.c &&\
5304  mv -f $depbase.Tpo $depbase.Plo
5305  depbase=`echo src/language/data-io/data-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5306  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-list.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-list.lo ../src/language/data-io/data-list.c &&\
5307  mv -f $depbase.Tpo $depbase.Plo
5308  depbase=`echo src/language/data-io/data-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5309  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-parser.lo ../src/language/data-io/data-parser.c &&\
5310  mv -f $depbase.Tpo $depbase.Plo
5311  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-version-etc.lo -MD -MP -MF gl/.deps/libgl_la-version-etc.Tpo -c ../gl/version-etc.c -o gl/libgl_la-version-etc.o >/dev/null 2>&1
5312  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xbinary-io.lo -MD -MP -MF gl/.deps/libgl_la-xbinary-io.Tpo -c ../gl/xbinary-io.c -o gl/libgl_la-xbinary-io.o >/dev/null 2>&1
5313  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/asnprintf.lo -MD -MP -MF gl/.deps/asnprintf.Tpo -c ../gl/asnprintf.c -o gl/asnprintf.o >/dev/null 2>&1
5314  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmalloca.lo -MD -MP -MF gl/.deps/libgl_la-xmalloca.Tpo -c ../gl/xmalloca.c -o gl/libgl_la-xmalloca.o >/dev/null 2>&1
5315  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_xlist.lo -MD -MP -MF gl/.deps/libgl_la-gl_xlist.Tpo -c ../gl/gl_xlist.c -o gl/libgl_la-gl_xlist.o >/dev/null 2>&1
5316  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xsize.lo -MD -MP -MF gl/.deps/libgl_la-xsize.Tpo -c ../gl/xsize.c -o gl/libgl_la-xsize.o >/dev/null 2>&1
5317  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-wctype-h.lo -MD -MP -MF gl/.deps/libgl_la-wctype-h.Tpo -c ../gl/wctype-h.c -o gl/libgl_la-wctype-h.o >/dev/null 2>&1
5318  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xstrndup.lo -MD -MP -MF gl/.deps/libgl_la-xstrndup.Tpo -c ../gl/xstrndup.c -o gl/libgl_la-xstrndup.o >/dev/null 2>&1
5319  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xvasprintf.lo -MD -MP -MF gl/.deps/libgl_la-xvasprintf.Tpo -c ../gl/xvasprintf.c -o gl/libgl_la-xvasprintf.o >/dev/null 2>&1
5320  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xalloc-die.lo -MD -MP -MF gl/.deps/libgl_la-xalloc-die.Tpo -c ../gl/xalloc-die.c -o gl/libgl_la-xalloc-die.o >/dev/null 2>&1
5321  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/mktime.lo -MD -MP -MF gl/.deps/mktime.Tpo -c ../gl/mktime.c -o gl/mktime.o >/dev/null 2>&1
5322  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmemdup0.lo -MD -MP -MF gl/.deps/libgl_la-xmemdup0.Tpo -c ../gl/xmemdup0.c -o gl/libgl_la-xmemdup0.o >/dev/null 2>&1
5323  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xasprintf.lo -MD -MP -MF gl/.deps/libgl_la-xasprintf.Tpo -c ../gl/xasprintf.c -o gl/libgl_la-xasprintf.o >/dev/null 2>&1
5324  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xreadlink.lo -MD -MP -MF gl/.deps/libgl_la-xreadlink.Tpo -c ../gl/xreadlink.c -o gl/libgl_la-xreadlink.o >/dev/null 2>&1
5325  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-xmalloc.lo -MD -MP -MF gl/.deps/libgl_la-xmalloc.Tpo -c ../gl/xmalloc.c -o gl/libgl_la-xmalloc.o >/dev/null 2>&1
5326  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf-parse.lo -MD -MP -MF gl/.deps/printf-parse.Tpo -c ../gl/printf-parse.c -o gl/printf-parse.o >/dev/null 2>&1
5327  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vasnprintf.lo -MD -MP -MF gl/.deps/vasnprintf.Tpo -c ../gl/vasnprintf.c -o gl/vasnprintf.o >/dev/null 2>&1
5328  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-main.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-main.Tpo -c ../src/ui/terminal/main.c  -fPIC -DPIC -o src/ui/terminal/.libs/libui_la-main.o
5329  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-terminal-opts.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-terminal-opts.Tpo -c ../src/ui/terminal/terminal-opts.c  -fPIC -DPIC -o src/ui/terminal/.libs/libui_la-terminal-opts.o
5330  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-terminal-reader.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-terminal-reader.Tpo -c ../src/ui/terminal/terminal-reader.c  -fPIC -DPIC -o src/ui/terminal/.libs/libui_la-terminal-reader.o
5331  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/ui/source-init-opts.lo -MD -MP -MF src/ui/.deps/source-init-opts.Tpo -c ../src/ui/source-init-opts.c  -fPIC -DPIC -o src/ui/.libs/source-init-opts.o
5332  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/ui/syntax-gen.lo -MD -MP -MF src/ui/.deps/syntax-gen.Tpo -c ../src/ui/syntax-gen.c  -fPIC -DPIC -o src/ui/.libs/syntax-gen.o
5333  mv -f gl/.deps/libgl_la-version-etc-fsf.Tpo gl/.deps/libgl_la-version-etc-fsf.Plo
5334  depbase=`echo src/language/data-io/data-reader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5335  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-reader.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-reader.lo ../src/language/data-io/data-reader.c &&\
5336  mv -f $depbase.Tpo $depbase.Plo
5337  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/include-path.lo -MD -MP -MF src/language/lexer/.deps/include-path.Tpo -c ../src/language/lexer/include-path.c  -fPIC -DPIC -o src/language/lexer/.libs/include-path.o
5338  depbase=`echo src/language/data-io/data-writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5339  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-writer.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/data-writer.lo ../src/language/data-io/data-writer.c &&\
5340  mv -f $depbase.Tpo $depbase.Plo
5341  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/macro.lo -MD -MP -MF src/language/lexer/.deps/macro.Tpo -c ../src/language/lexer/macro.c  -fPIC -DPIC -o src/language/lexer/.libs/macro.o
5342  mv -f gl/.deps/libgl_la-unistd.Tpo gl/.deps/libgl_la-unistd.Plo
5343  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/segment.lo -MD -MP -MF src/language/lexer/.deps/segment.Tpo -c ../src/language/lexer/segment.c  -fPIC -DPIC -o src/language/lexer/.libs/segment.o
5344  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/format-parser.lo -MD -MP -MF src/language/lexer/.deps/format-parser.Tpo -c ../src/language/lexer/format-parser.c  -fPIC -DPIC -o src/language/lexer/.libs/format-parser.o
5345  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/command.lo -MD -MP -MF src/language/.deps/command.Tpo -c ../src/language/command.c  -fPIC -DPIC -o src/language/.libs/command.o
5346  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/lexer.lo -MD -MP -MF src/language/lexer/.deps/lexer.Tpo -c ../src/language/lexer/lexer.c  -fPIC -DPIC -o src/language/lexer/.libs/lexer.o
5347  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/scan.lo -MD -MP -MF src/language/lexer/.deps/scan.Tpo -c ../src/language/lexer/scan.c  -fPIC -DPIC -o src/language/lexer/.libs/scan.o
5348  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/compute.lo -MD -MP -MF src/language/xforms/.deps/compute.Tpo -c ../src/language/xforms/compute.c  -fPIC -DPIC -o src/language/xforms/.libs/compute.o
5349  depbase=`echo src/language/data-io/dataset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5350  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/dataset.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/dataset.lo ../src/language/data-io/dataset.c &&\
5351  mv -f $depbase.Tpo $depbase.Plo
5352  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/variable-parser.lo -MD -MP -MF src/language/lexer/.deps/variable-parser.Tpo -c ../src/language/lexer/variable-parser.c  -fPIC -DPIC -o src/language/lexer/.libs/variable-parser.o
5353  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/command-name.lo -MD -MP -MF src/language/lexer/.deps/command-name.Tpo -c ../src/language/lexer/command-name.c  -fPIC -DPIC -o src/language/lexer/.libs/command-name.o
5354  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/value-parser.lo -MD -MP -MF src/language/lexer/.deps/value-parser.Tpo -c ../src/language/lexer/value-parser.c  -fPIC -DPIC -o src/language/lexer/.libs/value-parser.o
5355  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/count.lo -MD -MP -MF src/language/xforms/.deps/count.Tpo -c ../src/language/xforms/count.c  -fPIC -DPIC -o src/language/xforms/.libs/count.o
5356  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/do-if.lo -MD -MP -MF src/language/control/.deps/do-if.Tpo -c ../src/language/control/do-if.c  -fPIC -DPIC -o src/language/control/.libs/do-if.o
5357  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/sample.lo -MD -MP -MF src/language/xforms/.deps/sample.Tpo -c ../src/language/xforms/sample.c  -fPIC -DPIC -o src/language/xforms/.libs/sample.o
5358  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/repeat.lo -MD -MP -MF src/language/control/.deps/repeat.Tpo -c ../src/language/control/repeat.c  -fPIC -DPIC -o src/language/control/.libs/repeat.o
5359  mv -f gl/.deps/libgl_la-version-etc.Tpo gl/.deps/libgl_la-version-etc.Plo
5360  mv -f gl/.deps/libgl_la-xsize.Tpo gl/.deps/libgl_la-xsize.Plo
5361  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/recode.lo -MD -MP -MF src/language/xforms/.deps/recode.Tpo -c ../src/language/xforms/recode.c  -fPIC -DPIC -o src/language/xforms/.libs/recode.o
5362  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/fail.lo -MD -MP -MF src/language/xforms/.deps/fail.Tpo -c ../src/language/xforms/fail.c  -fPIC -DPIC -o src/language/xforms/.libs/fail.o
5363  mv -f gl/.deps/libgl_la-xmalloca.Tpo gl/.deps/libgl_la-xmalloca.Plo
5364  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/select-if.lo -MD -MP -MF src/language/xforms/.deps/select-if.Tpo -c ../src/language/xforms/select-if.c  -fPIC -DPIC -o src/language/xforms/.libs/select-if.o
5365  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/loop.lo -MD -MP -MF src/language/control/.deps/loop.Tpo -c ../src/language/control/loop.c  -fPIC -DPIC -o src/language/control/.libs/loop.o
5366  depbase=`echo src/language/data-io/file-handle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5367  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/file-handle.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/file-handle.lo ../src/language/data-io/file-handle.c &&\
5368  mv -f $depbase.Tpo $depbase.Plo
5369  depbase=`echo src/language/data-io/get-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5370  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/get-data.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/get-data.lo ../src/language/data-io/get-data.c &&\
5371  mv -f $depbase.Tpo $depbase.Plo
5372  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/missing-values.lo -MD -MP -MF src/language/dictionary/.deps/missing-values.Tpo -c ../src/language/dictionary/missing-values.c  -fPIC -DPIC -o src/language/dictionary/.libs/missing-values.o
5373  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/temporary.lo -MD -MP -MF src/language/control/.deps/temporary.Tpo -c ../src/language/control/temporary.c  -fPIC -DPIC -o src/language/control/.libs/temporary.o
5374  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/define.lo -MD -MP -MF src/language/control/.deps/define.Tpo -c ../src/language/control/define.c  -fPIC -DPIC -o src/language/control/.libs/define.o
5375  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/token.lo -MD -MP -MF src/language/lexer/.deps/token.Tpo -c ../src/language/lexer/token.c  -fPIC -DPIC -o src/language/lexer/.libs/token.o
5376  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/delete-variables.lo -MD -MP -MF src/language/dictionary/.deps/delete-variables.Tpo -c ../src/language/dictionary/delete-variables.c  -fPIC -DPIC -o src/language/dictionary/.libs/delete-variables.o
5377  mv -f gl/.deps/libgl_la-xbinary-io.Tpo gl/.deps/libgl_la-xbinary-io.Plo
5378  mv -f gl/.deps/libgl_la-wctype-h.Tpo gl/.deps/libgl_la-wctype-h.Plo
5379  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/rename-variables.lo -MD -MP -MF src/language/dictionary/.deps/rename-variables.Tpo -c ../src/language/dictionary/rename-variables.c  -fPIC -DPIC -o src/language/dictionary/.libs/rename-variables.o
5380  depbase=`echo src/language/data-io/get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5381  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/get.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/get.lo ../src/language/data-io/get.c &&\
5382  mv -f $depbase.Tpo $depbase.Plo
5383  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/formats.lo -MD -MP -MF src/language/dictionary/.deps/formats.Tpo -c ../src/language/dictionary/formats.c  -fPIC -DPIC -o src/language/dictionary/.libs/formats.o
5384  mv -f gl/.deps/libgl_la-gl_xlist.Tpo gl/.deps/libgl_la-gl_xlist.Plo
5385  depbase=`echo src/language/data-io/inpt-pgm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5386  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/inpt-pgm.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/inpt-pgm.lo ../src/language/data-io/inpt-pgm.c &&\
5387  mv -f $depbase.Tpo $depbase.Plo
5388  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/modify-variables.lo -MD -MP -MF src/language/dictionary/.deps/modify-variables.Tpo -c ../src/language/dictionary/modify-variables.c  -fPIC -DPIC -o src/language/dictionary/.libs/modify-variables.o
5389  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/attributes.lo -MD -MP -MF src/language/dictionary/.deps/attributes.Tpo -c ../src/language/dictionary/attributes.c  -fPIC -DPIC -o src/language/dictionary/.libs/attributes.o
5390  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/sort-variables.lo -MD -MP -MF src/language/dictionary/.deps/sort-variables.Tpo -c ../src/language/dictionary/sort-variables.c  -fPIC -DPIC -o src/language/dictionary/.libs/sort-variables.o
5391  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/split-file.lo -MD -MP -MF src/language/dictionary/.deps/split-file.Tpo -c ../src/language/dictionary/split-file.c  -fPIC -DPIC -o src/language/dictionary/.libs/split-file.o
5392  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/apply-dictionary.lo -MD -MP -MF src/language/dictionary/.deps/apply-dictionary.Tpo -c ../src/language/dictionary/apply-dictionary.c  -fPIC -DPIC -o src/language/dictionary/.libs/apply-dictionary.o
5393  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/value-labels.lo -MD -MP -MF src/language/dictionary/.deps/value-labels.Tpo -c ../src/language/dictionary/value-labels.c  -fPIC -DPIC -o src/language/dictionary/.libs/value-labels.o
5394  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/weight.lo -MD -MP -MF src/language/dictionary/.deps/weight.Tpo -c ../src/language/dictionary/weight.c  -fPIC -DPIC -o src/language/dictionary/.libs/weight.o
5395  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/mrsets.lo -MD -MP -MF src/language/dictionary/.deps/mrsets.Tpo -c ../src/language/dictionary/mrsets.c  -fPIC -DPIC -o src/language/dictionary/.libs/mrsets.o
5396  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/sys-file-info.lo -MD -MP -MF src/language/dictionary/.deps/sys-file-info.Tpo -c ../src/language/dictionary/sys-file-info.c  -fPIC -DPIC -o src/language/dictionary/.libs/sys-file-info.o
5397  depbase=`echo src/language/data-io/list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5398  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/list.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/list.lo ../src/language/data-io/list.c &&\
5399  mv -f $depbase.Tpo $depbase.Plo
5400  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/vector.lo -MD -MP -MF src/language/dictionary/.deps/vector.Tpo -c ../src/language/dictionary/vector.c  -fPIC -DPIC -o src/language/dictionary/.libs/vector.o
5401  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/variable-label.lo -MD -MP -MF src/language/dictionary/.deps/variable-label.Tpo -c ../src/language/dictionary/variable-label.c  -fPIC -DPIC -o src/language/dictionary/.libs/variable-label.o
5402  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/numeric.lo -MD -MP -MF src/language/dictionary/.deps/numeric.Tpo -c ../src/language/dictionary/numeric.c  -fPIC -DPIC -o src/language/dictionary/.libs/numeric.o
5403  mv -f gl/.deps/libgl_la-xstrndup.Tpo gl/.deps/libgl_la-xstrndup.Plo
5404  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/variable-display.lo -MD -MP -MF src/language/dictionary/.deps/variable-display.Tpo -c ../src/language/dictionary/variable-display.c  -fPIC -DPIC -o src/language/dictionary/.libs/variable-display.o
5405  depbase=`echo src/language/data-io/placement-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5406  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/placement-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/placement-parser.lo ../src/language/data-io/placement-parser.c &&\
5407  mv -f $depbase.Tpo $depbase.Plo
5408  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/cache.lo -MD -MP -MF src/language/utilities/.deps/cache.Tpo -c ../src/language/utilities/cache.c  -fPIC -DPIC -o src/language/utilities/.libs/cache.o
5409  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/float-format.lo -MD -MP -MF src/language/tests/.deps/float-format.Tpo -c ../src/language/tests/float-format.c  -fPIC -DPIC -o src/language/tests/.libs/float-format.o
5410  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/format-guesser-test.lo -MD -MP -MF src/language/tests/.deps/format-guesser-test.Tpo -c ../src/language/tests/format-guesser-test.c  -fPIC -DPIC -o src/language/tests/.libs/format-guesser-test.o
5411  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/cd.lo -MD -MP -MF src/language/utilities/.deps/cd.Tpo -c ../src/language/utilities/cd.c  -fPIC -DPIC -o src/language/utilities/.libs/cd.o
5412  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/date.lo -MD -MP -MF src/language/utilities/.deps/date.Tpo -c ../src/language/utilities/date.c  -fPIC -DPIC -o src/language/utilities/.libs/date.o
5413  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/include.lo -MD -MP -MF src/language/utilities/.deps/include.Tpo -c ../src/language/utilities/include.c  -fPIC -DPIC -o src/language/utilities/.libs/include.o
5414  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/paper-size.lo -MD -MP -MF src/language/tests/.deps/paper-size.Tpo -c ../src/language/tests/paper-size.c  -fPIC -DPIC -o src/language/tests/.libs/paper-size.o
5415  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/pool-test.lo -MD -MP -MF src/language/tests/.deps/pool-test.Tpo -c ../src/language/tests/pool-test.c  -fPIC -DPIC -o src/language/tests/.libs/pool-test.o
5416  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/echo.lo -MD -MP -MF src/language/utilities/.deps/echo.Tpo -c ../src/language/utilities/echo.c  -fPIC -DPIC -o src/language/utilities/.libs/echo.o
5417  depbase=`echo src/language/data-io/print-space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5418  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/print-space.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/print-space.lo ../src/language/data-io/print-space.c &&\
5419  mv -f $depbase.Tpo $depbase.Plo
5420  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/title.lo -MD -MP -MF src/language/utilities/.deps/title.Tpo -c ../src/language/utilities/title.c  -fPIC -DPIC -o src/language/utilities/.libs/title.o
5421  depbase=`echo src/language/data-io/print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5422  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/print.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/print.lo ../src/language/data-io/print.c &&\
5423  mv -f $depbase.Tpo $depbase.Plo
5424  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/set.lo -MD -MP -MF src/language/utilities/.deps/set.Tpo -c ../src/language/utilities/set.c  -fPIC -DPIC -o src/language/utilities/.libs/set.o
5425  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/output.lo -MD -MP -MF src/language/utilities/.deps/output.Tpo -c ../src/language/utilities/output.c  -fPIC -DPIC -o src/language/utilities/.libs/output.o
5426  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/aggregate.lo -MD -MP -MF src/language/stats/.deps/aggregate.Tpo -c ../src/language/stats/aggregate.c  -fPIC -DPIC -o src/language/stats/.libs/aggregate.o
5427  mv -f gl/.deps/libgl_la-xreadlink.Tpo gl/.deps/libgl_la-xreadlink.Plo
5428  mv -f gl/.deps/libgl_la-xalloc-die.Tpo gl/.deps/libgl_la-xalloc-die.Plo
5429  depbase=`echo src/language/data-io/matrix-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5430  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/matrix-data.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/matrix-data.lo ../src/language/data-io/matrix-data.c &&\
5431  mv -f $depbase.Tpo $depbase.Plo
5432  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/moments-test.lo -MD -MP -MF src/language/tests/.deps/moments-test.Tpo -c ../src/language/tests/moments-test.c  -fPIC -DPIC -o src/language/tests/.libs/moments-test.o
5433  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/host.lo -MD -MP -MF src/language/utilities/.deps/host.Tpo -c ../src/language/utilities/host.c  -fPIC -DPIC -o src/language/utilities/.libs/host.o
5434  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/ctables.lo -MD -MP -MF src/language/stats/.deps/ctables.Tpo -c ../src/language/stats/ctables.c  -fPIC -DPIC -o src/language/stats/.libs/ctables.o
5435  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/autorecode.lo -MD -MP -MF src/language/stats/.deps/autorecode.Tpo -c ../src/language/stats/autorecode.c  -fPIC -DPIC -o src/language/stats/.libs/autorecode.o
5436  depbase=`echo src/language/data-io/matrix-reader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5437  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/matrix-reader.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/matrix-reader.lo ../src/language/data-io/matrix-reader.c &&\
5438  mv -f $depbase.Tpo $depbase.Plo
5439  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/binomial.lo -MD -MP -MF src/language/stats/.deps/binomial.Tpo -c ../src/language/stats/binomial.c  -fPIC -DPIC -o src/language/stats/.libs/binomial.o
5440  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/friedman.lo -MD -MP -MF src/language/stats/.deps/friedman.Tpo -c ../src/language/stats/friedman.c  -fPIC -DPIC -o src/language/stats/.libs/friedman.o
5441  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/descriptives.lo -MD -MP -MF src/language/stats/.deps/descriptives.Tpo -c ../src/language/stats/descriptives.c  -fPIC -DPIC -o src/language/stats/.libs/descriptives.o
5442  depbase=`echo src/language/data-io/mconvert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5443  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/mconvert.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/mconvert.lo ../src/language/data-io/mconvert.c &&\
5444  mv -f $depbase.Tpo $depbase.Plo
5445  mv -f gl/.deps/libgl_la-xvasprintf.Tpo gl/.deps/libgl_la-xvasprintf.Plo
5446  mv -f gl/.deps/libgl_la-xmemdup0.Tpo gl/.deps/libgl_la-xmemdup0.Plo
5447  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/cochran.lo -MD -MP -MF src/language/stats/.deps/cochran.Tpo -c ../src/language/stats/cochran.c  -fPIC -DPIC -o src/language/stats/.libs/cochran.o
5448  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/correlations.lo -MD -MP -MF src/language/stats/.deps/correlations.Tpo -c ../src/language/stats/correlations.c  -fPIC -DPIC -o src/language/stats/.libs/correlations.o
5449  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/flip.lo -MD -MP -MF src/language/stats/.deps/flip.Tpo -c ../src/language/stats/flip.c  -fPIC -DPIC -o src/language/stats/.libs/flip.o
5450  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/permissions.lo -MD -MP -MF src/language/utilities/.deps/permissions.Tpo -c ../src/language/utilities/permissions.c  -fPIC -DPIC -o src/language/utilities/.libs/permissions.o
5451  mv -f gl/.deps/libgl_la-xmalloc.Tpo gl/.deps/libgl_la-xmalloc.Plo
5452  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/crosstabs.lo -MD -MP -MF src/language/stats/.deps/crosstabs.Tpo -c ../src/language/stats/crosstabs.c  -fPIC -DPIC -o src/language/stats/.libs/crosstabs.o
5453  mv -f gl/.deps/libgl_la-xasprintf.Tpo gl/.deps/libgl_la-xasprintf.Plo
5454  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/factor.lo -MD -MP -MF src/language/stats/.deps/factor.Tpo -c ../src/language/stats/factor.c  -fPIC -DPIC -o src/language/stats/.libs/factor.o
5455  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/matrix.lo -MD -MP -MF src/language/stats/.deps/matrix.Tpo -c ../src/language/stats/matrix.c  -fPIC -DPIC -o src/language/stats/.libs/matrix.o
5456  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/graph.lo -MD -MP -MF src/language/stats/.deps/graph.Tpo -c ../src/language/stats/graph.c  -fPIC -DPIC -o src/language/stats/.libs/graph.o
5457  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/rank.lo -MD -MP -MF src/language/stats/.deps/rank.Tpo -c ../src/language/stats/rank.c  -fPIC -DPIC -o src/language/stats/.libs/rank.o
5458  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/npar-summary.lo -MD -MP -MF src/language/stats/.deps/npar-summary.Tpo -c ../src/language/stats/npar-summary.c  -fPIC -DPIC -o src/language/stats/.libs/npar-summary.o
5459  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/chisquare.lo -MD -MP -MF src/language/stats/.deps/chisquare.Tpo -c ../src/language/stats/chisquare.c  -fPIC -DPIC -o src/language/stats/.libs/chisquare.o
5460  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/ks-one-sample.lo -MD -MP -MF src/language/stats/.deps/ks-one-sample.Tpo -c ../src/language/stats/ks-one-sample.c  -fPIC -DPIC -o src/language/stats/.libs/ks-one-sample.o
5461  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/examine.lo -MD -MP -MF src/language/stats/.deps/examine.Tpo -c ../src/language/stats/examine.c  -fPIC -DPIC -o src/language/stats/.libs/examine.o
5462  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/oneway.lo -MD -MP -MF src/language/stats/.deps/oneway.Tpo -c ../src/language/stats/oneway.c  -fPIC -DPIC -o src/language/stats/.libs/oneway.o
5463  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means-parser.lo -MD -MP -MF src/language/stats/.deps/means-parser.Tpo -c ../src/language/stats/means-parser.c  -fPIC -DPIC -o src/language/stats/.libs/means-parser.o
5464  depbase=`echo src/language/data-io/save-translate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5465  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/save-translate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/save-translate.lo ../src/language/data-io/save-translate.c &&\
5466  mv -f $depbase.Tpo $depbase.Plo
5467  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/mcnemar.lo -MD -MP -MF src/language/stats/.deps/mcnemar.Tpo -c ../src/language/stats/mcnemar.c  -fPIC -DPIC -o src/language/stats/.libs/mcnemar.o
5468  depbase=`echo src/language/data-io/save.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5469  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/save.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/save.lo ../src/language/data-io/save.c &&\
5470  mv -f $depbase.Tpo $depbase.Plo
5471  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/regression.lo -MD -MP -MF src/language/stats/.deps/regression.Tpo -c ../src/language/stats/regression.c  -fPIC -DPIC -o src/language/stats/.libs/regression.o
5472  depbase=`echo src/language/data-io/trim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5473  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/trim.lo -MD -MP -MF $depbase.Tpo -c -o src/language/data-io/trim.lo ../src/language/data-io/trim.c &&\
5474  mv -f $depbase.Tpo $depbase.Plo
5475  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means-calc.lo -MD -MP -MF src/language/stats/.deps/means-calc.Tpo -c ../src/language/stats/means-calc.c  -fPIC -DPIC -o src/language/stats/.libs/means-calc.o
5476  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/quick-cluster.lo -MD -MP -MF src/language/stats/.deps/quick-cluster.Tpo -c ../src/language/stats/quick-cluster.c  -fPIC -DPIC -o src/language/stats/.libs/quick-cluster.o
5477  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sort-cases.lo -MD -MP -MF src/language/stats/.deps/sort-cases.Tpo -c ../src/language/stats/sort-cases.c  -fPIC -DPIC -o src/language/stats/.libs/sort-cases.o
5478  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/roc.lo -MD -MP -MF src/language/stats/.deps/roc.Tpo -c ../src/language/stats/roc.c  -fPIC -DPIC -o src/language/stats/.libs/roc.o
5479  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-parser.lo -MD -MP -MF src/language/stats/.deps/t-test-parser.Tpo -c ../src/language/stats/t-test-parser.c  -fPIC -DPIC -o src/language/stats/.libs/t-test-parser.o
5480  depbase=`echo src/language/expressions/evaluate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5481  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/evaluate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/evaluate.lo ../src/language/expressions/evaluate.c &&\
5482  mv -f $depbase.Tpo $depbase.Plo
5483  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sort-criteria.lo -MD -MP -MF src/language/stats/.deps/sort-criteria.Tpo -c ../src/language/stats/sort-criteria.c  -fPIC -DPIC -o src/language/stats/.libs/sort-criteria.o
5484  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/jonckheere-terpstra.lo -MD -MP -MF src/language/stats/.deps/jonckheere-terpstra.Tpo -c ../src/language/stats/jonckheere-terpstra.c  -fPIC -DPIC -o src/language/stats/.libs/jonckheere-terpstra.o
5485  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/frequencies.lo -MD -MP -MF src/language/stats/.deps/frequencies.Tpo -c ../src/language/stats/frequencies.c  -fPIC -DPIC -o src/language/stats/.libs/frequencies.o
5486  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/npar.lo -MD -MP -MF src/language/stats/.deps/npar.Tpo -c ../src/language/stats/npar.c  -fPIC -DPIC -o src/language/stats/.libs/npar.o
5487  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/reliability.lo -MD -MP -MF src/language/stats/.deps/reliability.Tpo -c ../src/language/stats/reliability.c  -fPIC -DPIC -o src/language/stats/.libs/reliability.o
5488  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/median.lo -MD -MP -MF src/language/stats/.deps/median.Tpo -c ../src/language/stats/median.c  -fPIC -DPIC -o src/language/stats/.libs/median.o
5489  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means.lo -MD -MP -MF src/language/stats/.deps/means.Tpo -c ../src/language/stats/means.c  -fPIC -DPIC -o src/language/stats/.libs/means.o
5490  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/mann-whitney.lo -MD -MP -MF src/language/stats/.deps/mann-whitney.Tpo -c ../src/language/stats/mann-whitney.c  -fPIC -DPIC -o src/language/stats/.libs/mann-whitney.o
5491  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/logistic.lo -MD -MP -MF src/language/stats/.deps/logistic.Tpo -c ../src/language/stats/logistic.c  -fPIC -DPIC -o src/language/stats/.libs/logistic.o
5492  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/freq.lo -MD -MP -MF src/language/stats/.deps/freq.Tpo -c ../src/language/stats/freq.c  -fPIC -DPIC -o src/language/stats/.libs/freq.o
5493  depbase=`echo src/language/expressions/helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5494  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/helpers.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/helpers.lo ../src/language/expressions/helpers.c &&\
5495  mv -f $depbase.Tpo $depbase.Plo
5496  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-indep.lo -MD -MP -MF src/language/stats/.deps/t-test-indep.Tpo -c ../src/language/stats/t-test-indep.c  -fPIC -DPIC -o src/language/stats/.libs/t-test-indep.o
5497  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-one-sample.lo -MD -MP -MF src/language/stats/.deps/t-test-one-sample.Tpo -c ../src/language/stats/t-test-one-sample.c  -fPIC -DPIC -o src/language/stats/.libs/t-test-one-sample.o
5498  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/glm.lo -MD -MP -MF src/language/stats/.deps/glm.Tpo -c ../src/language/stats/glm.c  -fPIC -DPIC -o src/language/stats/.libs/glm.o
5499  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sign.lo -MD -MP -MF src/language/stats/.deps/sign.Tpo -c ../src/language/stats/sign.c  -fPIC -DPIC -o src/language/stats/.libs/sign.o
5500  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/kruskal-wallis.lo -MD -MP -MF src/language/stats/.deps/kruskal-wallis.Tpo -c ../src/language/stats/kruskal-wallis.c  -fPIC -DPIC -o src/language/stats/.libs/kruskal-wallis.o
5501  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-paired.lo -MD -MP -MF src/language/stats/.deps/t-test-paired.Tpo -c ../src/language/stats/t-test-paired.c  -fPIC -DPIC -o src/language/stats/.libs/t-test-paired.o
5502  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/wilcoxon.lo -MD -MP -MF src/language/stats/.deps/wilcoxon.Tpo -c ../src/language/stats/wilcoxon.c  -fPIC -DPIC -o src/language/stats/.libs/wilcoxon.o
5503  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/runs.lo -MD -MP -MF src/language/stats/.deps/runs.Tpo -c ../src/language/stats/runs.c  -fPIC -DPIC -o src/language/stats/.libs/runs.o
5504  depbase=`echo src/language/expressions/optimize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5505  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/optimize.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/optimize.lo ../src/language/expressions/optimize.c &&\
5506  mv -f $depbase.Tpo $depbase.Plo
5507  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/include-path.lo -MD -MP -MF src/language/lexer/.deps/include-path.Tpo -c ../src/language/lexer/include-path.c -o src/language/lexer/include-path.o >/dev/null 2>&1
5508  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-parser.lo -MD -MP -MF src/language/data-io/.deps/data-parser.Tpo -c ../src/language/data-io/data-parser.c  -fPIC -DPIC -o src/language/data-io/.libs/data-parser.o
5509  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-list.lo -MD -MP -MF src/language/data-io/.deps/data-list.Tpo -c ../src/language/data-io/data-list.c  -fPIC -DPIC -o src/language/data-io/.libs/data-list.o
5510  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/combine-files.lo -MD -MP -MF src/language/data-io/.deps/combine-files.Tpo -c ../src/language/data-io/combine-files.c  -fPIC -DPIC -o src/language/data-io/.libs/combine-files.o
5511  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/command-name.lo -MD -MP -MF src/language/lexer/.deps/command-name.Tpo -c ../src/language/lexer/command-name.c -o src/language/lexer/command-name.o >/dev/null 2>&1
5512  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/segment.lo -MD -MP -MF src/language/lexer/.deps/segment.Tpo -c ../src/language/lexer/segment.c -o src/language/lexer/segment.o >/dev/null 2>&1
5513  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/scan.lo -MD -MP -MF src/language/lexer/.deps/scan.Tpo -c ../src/language/lexer/scan.c -o src/language/lexer/scan.o >/dev/null 2>&1
5514  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/ui/source-init-opts.lo -MD -MP -MF src/ui/.deps/source-init-opts.Tpo -c ../src/ui/source-init-opts.c -o src/ui/source-init-opts.o >/dev/null 2>&1
5515  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/delete-variables.lo -MD -MP -MF src/language/dictionary/.deps/delete-variables.Tpo -c ../src/language/dictionary/delete-variables.c -o src/language/dictionary/delete-variables.o >/dev/null 2>&1
5516  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/fail.lo -MD -MP -MF src/language/xforms/.deps/fail.Tpo -c ../src/language/xforms/fail.c -o src/language/xforms/fail.o >/dev/null 2>&1
5517  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/pool-test.lo -MD -MP -MF src/language/tests/.deps/pool-test.Tpo -c ../src/language/tests/pool-test.c -o src/language/tests/pool-test.o >/dev/null 2>&1
5518  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-terminal-reader.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-terminal-reader.Tpo -c ../src/ui/terminal/terminal-reader.c -o src/ui/terminal/libui_la-terminal-reader.o >/dev/null 2>&1
5519  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/define.lo -MD -MP -MF src/language/control/.deps/define.Tpo -c ../src/language/control/define.c -o src/language/control/define.o >/dev/null 2>&1
5520  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/macro.lo -MD -MP -MF src/language/lexer/.deps/macro.Tpo -c ../src/language/lexer/macro.c -o src/language/lexer/macro.o >/dev/null 2>&1
5521  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-reader.lo -MD -MP -MF src/language/data-io/.deps/data-reader.Tpo -c ../src/language/data-io/data-reader.c  -fPIC -DPIC -o src/language/data-io/.libs/data-reader.o
5522  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/value-parser.lo -MD -MP -MF src/language/lexer/.deps/value-parser.Tpo -c ../src/language/lexer/value-parser.c -o src/language/lexer/value-parser.o >/dev/null 2>&1
5523  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-main.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-main.Tpo -c ../src/ui/terminal/main.c -o src/ui/terminal/libui_la-main.o >/dev/null 2>&1
5524  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/select-if.lo -MD -MP -MF src/language/xforms/.deps/select-if.Tpo -c ../src/language/xforms/select-if.c -o src/language/xforms/select-if.o >/dev/null 2>&1
5525  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/count.lo -MD -MP -MF src/language/xforms/.deps/count.Tpo -c ../src/language/xforms/count.c -o src/language/xforms/count.o >/dev/null 2>&1
5526  test -z "src/ui/gui/aggregate.ui src/ui/gui/autorecode.ui src/ui/gui/binomial.ui src/ui/gui/compute.ui src/ui/gui/barchart.ui src/ui/gui/correlation.ui src/ui/gui/count.ui src/ui/gui/comments.ui src/ui/gui/crosstabs.ui src/ui/gui/chi-square.ui src/ui/gui/descriptives.ui src/ui/gui/entry-dialog.ui src/ui/gui/examine.ui src/ui/gui/goto-case.ui src/ui/gui/factor.ui src/ui/gui/find.ui src/ui/gui/frequencies.ui src/ui/gui/histogram.ui src/ui/gui/indep-samples.ui src/ui/gui/k-independent.ui src/ui/gui/k-means.ui src/ui/gui/k-related.ui src/ui/gui/ks-one-sample.ui src/ui/gui/logistic.ui src/ui/gui/means.ui src/ui/gui/missing-val-dialog.ui src/ui/gui/oneway.ui src/ui/gui/options.ui src/ui/gui/paired-samples.ui src/ui/gui/rank.ui src/ui/gui/runs.ui src/ui/gui/sort.ui src/ui/gui/split-file.ui src/ui/gui/recode.ui src/ui/gui/regression.ui src/ui/gui/reliability.ui src/ui/gui/roc.ui src/ui/gui/scatterplot.ui src/ui/gui/select-cases.ui src/ui/gui/spreadsheet-import.ui src/ui/gui/t-test.ui src/ui/gui/text-data-import.ui src/ui/gui/transpose.ui src/ui/gui/univariate.ui src/ui/gui/val-labs-dialog.ui src/ui/gui/variable-info.ui src/ui/gui/data-editor.ui src/ui/gui/output-window.ui src/ui/gui/syntax-editor.ui src/ui/gui/var-type-dialog.ui src/ui/gui/weight.ui" || xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.6.2-g8596d6 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. -j src/ui/gui/aggregate.ui src/ui/gui/autorecode.ui src/ui/gui/binomial.ui src/ui/gui/compute.ui src/ui/gui/barchart.ui src/ui/gui/correlation.ui src/ui/gui/count.ui src/ui/gui/comments.ui src/ui/gui/crosstabs.ui src/ui/gui/chi-square.ui src/ui/gui/descriptives.ui src/ui/gui/entry-dialog.ui src/ui/gui/examine.ui src/ui/gui/goto-case.ui src/ui/gui/factor.ui src/ui/gui/find.ui src/ui/gui/frequencies.ui src/ui/gui/histogram.ui src/ui/gui/indep-samples.ui src/ui/gui/k-independent.ui src/ui/gui/k-means.ui src/ui/gui/k-related.ui src/ui/gui/ks-one-sample.ui src/ui/gui/logistic.ui src/ui/gui/means.ui src/ui/gui/missing-val-dialog.ui src/ui/gui/oneway.ui src/ui/gui/options.ui src/ui/gui/paired-samples.ui src/ui/gui/rank.ui src/ui/gui/runs.ui src/ui/gui/sort.ui src/ui/gui/split-file.ui src/ui/gui/recode.ui src/ui/gui/regression.ui src/ui/gui/reliability.ui src/ui/gui/roc.ui src/ui/gui/scatterplot.ui src/ui/gui/select-cases.ui src/ui/gui/spreadsheet-import.ui src/ui/gui/t-test.ui src/ui/gui/text-data-import.ui src/ui/gui/transpose.ui src/ui/gui/univariate.ui src/ui/gui/val-labs-dialog.ui src/ui/gui/variable-info.ui src/ui/gui/data-editor.ui src/ui/gui/output-window.ui src/ui/gui/syntax-editor.ui src/ui/gui/var-type-dialog.ui src/ui/gui/weight.ui --language=Glade -o po/pspp.pot,tmp
5527  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/do-if.lo -MD -MP -MF src/language/control/.deps/do-if.Tpo -c ../src/language/control/do-if.c -o src/language/control/do-if.o >/dev/null 2>&1
5528  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/command.lo -MD -MP -MF src/language/.deps/command.Tpo -c ../src/language/command.c -o src/language/command.o >/dev/null 2>&1
5529  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/temporary.lo -MD -MP -MF src/language/control/.deps/temporary.Tpo -c ../src/language/control/temporary.c -o src/language/control/temporary.o >/dev/null 2>&1
5530  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/rename-variables.lo -MD -MP -MF src/language/dictionary/.deps/rename-variables.Tpo -c ../src/language/dictionary/rename-variables.c -o src/language/dictionary/rename-variables.o >/dev/null 2>&1
5531  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/missing-values.lo -MD -MP -MF src/language/dictionary/.deps/missing-values.Tpo -c ../src/language/dictionary/missing-values.c -o src/language/dictionary/missing-values.o >/dev/null 2>&1
5532  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/dataset.lo -MD -MP -MF src/language/data-io/.deps/dataset.Tpo -c ../src/language/data-io/dataset.c  -fPIC -DPIC -o src/language/data-io/.libs/dataset.o
5533  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/value-labels.lo -MD -MP -MF src/language/dictionary/.deps/value-labels.Tpo -c ../src/language/dictionary/value-labels.c -o src/language/dictionary/value-labels.o >/dev/null 2>&1
5534  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-writer.lo -MD -MP -MF src/language/data-io/.deps/data-writer.Tpo -c ../src/language/data-io/data-writer.c  -fPIC -DPIC -o src/language/data-io/.libs/data-writer.o
5535  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/weight.lo -MD -MP -MF src/language/dictionary/.deps/weight.Tpo -c ../src/language/dictionary/weight.c -o src/language/dictionary/weight.o >/dev/null 2>&1
5536  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/attributes.lo -MD -MP -MF src/language/dictionary/.deps/attributes.Tpo -c ../src/language/dictionary/attributes.c -o src/language/dictionary/attributes.o >/dev/null 2>&1
5537  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/file-handle.lo -MD -MP -MF src/language/data-io/.deps/file-handle.Tpo -c ../src/language/data-io/file-handle.c  -fPIC -DPIC -o src/language/data-io/.libs/file-handle.o
5538  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/get-data.lo -MD -MP -MF src/language/data-io/.deps/get-data.Tpo -c ../src/language/data-io/get-data.c  -fPIC -DPIC -o src/language/data-io/.libs/get-data.o
5539  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/apply-dictionary.lo -MD -MP -MF src/language/dictionary/.deps/apply-dictionary.Tpo -c ../src/language/dictionary/apply-dictionary.c -o src/language/dictionary/apply-dictionary.o >/dev/null 2>&1
5540  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/get.lo -MD -MP -MF src/language/data-io/.deps/get.Tpo -c ../src/language/data-io/get.c  -fPIC -DPIC -o src/language/data-io/.libs/get.o
5541  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/numeric.lo -MD -MP -MF src/language/dictionary/.deps/numeric.Tpo -c ../src/language/dictionary/numeric.c -o src/language/dictionary/numeric.o >/dev/null 2>&1
5542  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/format-guesser-test.lo -MD -MP -MF src/language/tests/.deps/format-guesser-test.Tpo -c ../src/language/tests/format-guesser-test.c -o src/language/tests/format-guesser-test.o >/dev/null 2>&1
5543  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/cache.lo -MD -MP -MF src/language/utilities/.deps/cache.Tpo -c ../src/language/utilities/cache.c -o src/language/utilities/cache.o >/dev/null 2>&1
5544  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/split-file.lo -MD -MP -MF src/language/dictionary/.deps/split-file.Tpo -c ../src/language/dictionary/split-file.c -o src/language/dictionary/split-file.o >/dev/null 2>&1
5545  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/date.lo -MD -MP -MF src/language/utilities/.deps/date.Tpo -c ../src/language/utilities/date.c -o src/language/utilities/date.o >/dev/null 2>&1
5546  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/cd.lo -MD -MP -MF src/language/utilities/.deps/cd.Tpo -c ../src/language/utilities/cd.c -o src/language/utilities/cd.o >/dev/null 2>&1
5547  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/variable-label.lo -MD -MP -MF src/language/dictionary/.deps/variable-label.Tpo -c ../src/language/dictionary/variable-label.c -o src/language/dictionary/variable-label.o >/dev/null 2>&1
5548  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/float-format.lo -MD -MP -MF src/language/tests/.deps/float-format.Tpo -c ../src/language/tests/float-format.c -o src/language/tests/float-format.o >/dev/null 2>&1
5549  depbase=`echo src/language/expressions/parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5550  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/parse.lo -MD -MP -MF $depbase.Tpo -c -o src/language/expressions/parse.lo ../src/language/expressions/parse.c &&\
5551  mv -f $depbase.Tpo $depbase.Plo
5552  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/sort-variables.lo -MD -MP -MF src/language/dictionary/.deps/sort-variables.Tpo -c ../src/language/dictionary/sort-variables.c -o src/language/dictionary/sort-variables.o >/dev/null 2>&1
5553  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/variable-display.lo -MD -MP -MF src/language/dictionary/.deps/variable-display.Tpo -c ../src/language/dictionary/variable-display.c -o src/language/dictionary/variable-display.o >/dev/null 2>&1
5554  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/paper-size.lo -MD -MP -MF src/language/tests/.deps/paper-size.Tpo -c ../src/language/tests/paper-size.c -o src/language/tests/paper-size.o >/dev/null 2>&1
5555  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/echo.lo -MD -MP -MF src/language/utilities/.deps/echo.Tpo -c ../src/language/utilities/echo.c -o src/language/utilities/echo.o >/dev/null 2>&1
5556  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/list.lo -MD -MP -MF src/language/data-io/.deps/list.Tpo -c ../src/language/data-io/list.c  -fPIC -DPIC -o src/language/data-io/.libs/list.o
5557  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/print.lo -MD -MP -MF src/language/data-io/.deps/print.Tpo -c ../src/language/data-io/print.c  -fPIC -DPIC -o src/language/data-io/.libs/print.o
5558  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/mrsets.lo -MD -MP -MF src/language/dictionary/.deps/mrsets.Tpo -c ../src/language/dictionary/mrsets.c -o src/language/dictionary/mrsets.o >/dev/null 2>&1
5559  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/include.lo -MD -MP -MF src/language/utilities/.deps/include.Tpo -c ../src/language/utilities/include.c -o src/language/utilities/include.o >/dev/null 2>&1
5560  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/title.lo -MD -MP -MF src/language/utilities/.deps/title.Tpo -c ../src/language/utilities/title.c -o src/language/utilities/title.o >/dev/null 2>&1
5561  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/freq.lo -MD -MP -MF src/language/stats/.deps/freq.Tpo -c ../src/language/stats/freq.c -o src/language/stats/freq.o >/dev/null 2>&1
5562  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/mconvert.lo -MD -MP -MF src/language/data-io/.deps/mconvert.Tpo -c ../src/language/data-io/mconvert.c  -fPIC -DPIC -o src/language/data-io/.libs/mconvert.o
5563  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/output.lo -MD -MP -MF src/language/utilities/.deps/output.Tpo -c ../src/language/utilities/output.c -o src/language/utilities/output.o >/dev/null 2>&1
5564  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/save-translate.lo -MD -MP -MF src/language/data-io/.deps/save-translate.Tpo -c ../src/language/data-io/save-translate.c  -fPIC -DPIC -o src/language/data-io/.libs/save-translate.o
5565  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/sample.lo -MD -MP -MF src/language/xforms/.deps/sample.Tpo -c ../src/language/xforms/sample.c -o src/language/xforms/sample.o >/dev/null 2>&1
5566  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/print-space.lo -MD -MP -MF src/language/data-io/.deps/print-space.Tpo -c ../src/language/data-io/print-space.c  -fPIC -DPIC -o src/language/data-io/.libs/print-space.o
5567  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/inpt-pgm.lo -MD -MP -MF src/language/data-io/.deps/inpt-pgm.Tpo -c ../src/language/data-io/inpt-pgm.c  -fPIC -DPIC -o src/language/data-io/.libs/inpt-pgm.o
5568  depbase=`echo src/math/chart-geometry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5569  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/chart-geometry.lo -MD -MP -MF $depbase.Tpo -c -o src/math/chart-geometry.lo ../src/math/chart-geometry.c &&\
5570  mv -f $depbase.Tpo $depbase.Plo
5571  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means-parser.lo -MD -MP -MF src/language/stats/.deps/means-parser.Tpo -c ../src/language/stats/means-parser.c -o src/language/stats/means-parser.o >/dev/null 2>&1
5572  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/placement-parser.lo -MD -MP -MF src/language/data-io/.deps/placement-parser.Tpo -c ../src/language/data-io/placement-parser.c  -fPIC -DPIC -o src/language/data-io/.libs/placement-parser.o
5573  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/trim.lo -MD -MP -MF src/language/data-io/.deps/trim.Tpo -c ../src/language/data-io/trim.c  -fPIC -DPIC -o src/language/data-io/.libs/trim.o
5574  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sort-criteria.lo -MD -MP -MF src/language/stats/.deps/sort-criteria.Tpo -c ../src/language/stats/sort-criteria.c -o src/language/stats/sort-criteria.o >/dev/null 2>&1
5575  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/host.lo -MD -MP -MF src/language/utilities/.deps/host.Tpo -c ../src/language/utilities/host.c -o src/language/utilities/host.o >/dev/null 2>&1
5576  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/token.lo -MD -MP -MF src/language/lexer/.deps/token.Tpo -c ../src/language/lexer/token.c -o src/language/lexer/token.o >/dev/null 2>&1
5577  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sort-cases.lo -MD -MP -MF src/language/stats/.deps/sort-cases.Tpo -c ../src/language/stats/sort-cases.c -o src/language/stats/sort-cases.o >/dev/null 2>&1
5578  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/recode.lo -MD -MP -MF src/language/xforms/.deps/recode.Tpo -c ../src/language/xforms/recode.c -o src/language/xforms/recode.o >/dev/null 2>&1
5579  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-parser.lo -MD -MP -MF src/language/stats/.deps/t-test-parser.Tpo -c ../src/language/stats/t-test-parser.c -o src/language/stats/t-test-parser.o >/dev/null 2>&1
5580  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/matrix-reader.lo -MD -MP -MF src/language/data-io/.deps/matrix-reader.Tpo -c ../src/language/data-io/matrix-reader.c  -fPIC -DPIC -o src/language/data-io/.libs/matrix-reader.o
5581  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/set.lo -MD -MP -MF src/language/utilities/.deps/set.Tpo -c ../src/language/utilities/set.c -o src/language/utilities/set.o >/dev/null 2>&1
5582  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-parser.lo -MD -MP -MF src/language/data-io/.deps/data-parser.Tpo -c ../src/language/data-io/data-parser.c -o src/language/data-io/data-parser.o >/dev/null 2>&1
5583  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/helpers.lo -MD -MP -MF src/language/expressions/.deps/helpers.Tpo -c ../src/language/expressions/helpers.c  -fPIC -DPIC -o src/language/expressions/.libs/helpers.o
5584  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/xforms/compute.lo -MD -MP -MF src/language/xforms/.deps/compute.Tpo -c ../src/language/xforms/compute.c -o src/language/xforms/compute.o >/dev/null 2>&1
5585  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/autorecode.lo -MD -MP -MF src/language/stats/.deps/autorecode.Tpo -c ../src/language/stats/autorecode.c -o src/language/stats/autorecode.o >/dev/null 2>&1
5586  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/format-parser.lo -MD -MP -MF src/language/lexer/.deps/format-parser.Tpo -c ../src/language/lexer/format-parser.c -o src/language/lexer/format-parser.o >/dev/null 2>&1
5587  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/ui/syntax-gen.lo -MD -MP -MF src/ui/.deps/syntax-gen.Tpo -c ../src/ui/syntax-gen.c -o src/ui/syntax-gen.o >/dev/null 2>&1
5588  depbase=`echo src/math/box-whisker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5589  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/box-whisker.lo -MD -MP -MF $depbase.Tpo -c -o src/math/box-whisker.lo ../src/math/box-whisker.c &&\
5590  mv -f $depbase.Tpo $depbase.Plo
5591  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/save.lo -MD -MP -MF src/language/data-io/.deps/save.Tpo -c ../src/language/data-io/save.c  -fPIC -DPIC -o src/language/data-io/.libs/save.o
5592  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/tests/moments-test.lo -MD -MP -MF src/language/tests/.deps/moments-test.Tpo -c ../src/language/tests/moments-test.c -o src/language/tests/moments-test.o >/dev/null 2>&1
5593  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/evaluate.lo -MD -MP -MF src/language/expressions/.deps/evaluate.Tpo -c ../src/language/expressions/evaluate.c  -fPIC -DPIC -o src/language/expressions/.libs/evaluate.o
5594  depbase=`echo src/math/categoricals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5595  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/categoricals.lo -MD -MP -MF $depbase.Tpo -c -o src/math/categoricals.lo ../src/math/categoricals.c &&\
5596  mv -f $depbase.Tpo $depbase.Plo
5597  depbase=`echo src/math/covariance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5598  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/covariance.lo -MD -MP -MF $depbase.Tpo -c -o src/math/covariance.lo ../src/math/covariance.c &&\
5599  mv -f $depbase.Tpo $depbase.Plo
5600  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/matrix-data.lo -MD -MP -MF src/language/data-io/.deps/matrix-data.Tpo -c ../src/language/data-io/matrix-data.c  -fPIC -DPIC -o src/language/data-io/.libs/matrix-data.o
5601  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/variable-parser.lo -MD -MP -MF src/language/lexer/.deps/variable-parser.Tpo -c ../src/language/lexer/variable-parser.c -o src/language/lexer/variable-parser.o >/dev/null 2>&1
5602  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/loop.lo -MD -MP -MF src/language/control/.deps/loop.Tpo -c ../src/language/control/loop.c -o src/language/control/loop.o >/dev/null 2>&1
5603  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/optimize.lo -MD -MP -MF src/language/expressions/.deps/optimize.Tpo -c ../src/language/expressions/optimize.c  -fPIC -DPIC -o src/language/expressions/.libs/optimize.o
5604  depbase=`echo src/math/correlation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5605  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/correlation.lo -MD -MP -MF $depbase.Tpo -c -o src/math/correlation.lo ../src/math/correlation.c &&\
5606  mv -f $depbase.Tpo $depbase.Plo
5607  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/combine-files.lo -MD -MP -MF src/language/data-io/.deps/combine-files.Tpo -c ../src/language/data-io/combine-files.c -o src/language/data-io/combine-files.o >/dev/null 2>&1
5608  depbase=`echo src/math/distributions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5609  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/distributions.lo -MD -MP -MF $depbase.Tpo -c -o src/math/distributions.lo ../src/math/distributions.c &&\
5610  mv -f $depbase.Tpo $depbase.Plo
5611  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/formats.lo -MD -MP -MF src/language/dictionary/.deps/formats.Tpo -c ../src/language/dictionary/formats.c -o src/language/dictionary/formats.o >/dev/null 2>&1
5612  depbase=`echo src/math/histogram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5613  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/histogram.lo -MD -MP -MF $depbase.Tpo -c -o src/math/histogram.lo ../src/math/histogram.c &&\
5614  mv -f $depbase.Tpo $depbase.Plo
5615  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/descriptives.lo -MD -MP -MF src/language/stats/.deps/descriptives.Tpo -c ../src/language/stats/descriptives.c -o src/language/stats/descriptives.o >/dev/null 2>&1
5616  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/control/repeat.lo -MD -MP -MF src/language/control/.deps/repeat.Tpo -c ../src/language/control/repeat.c -o src/language/control/repeat.o >/dev/null 2>&1
5617  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/lexer/lexer.lo -MD -MP -MF src/language/lexer/.deps/lexer.Tpo -c ../src/language/lexer/lexer.c -o src/language/lexer/lexer.o >/dev/null 2>&1
5618  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/modify-variables.lo -MD -MP -MF src/language/dictionary/.deps/modify-variables.Tpo -c ../src/language/dictionary/modify-variables.c -o src/language/dictionary/modify-variables.o >/dev/null 2>&1
5619  depbase=`echo src/math/interaction.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5620  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/interaction.lo -MD -MP -MF $depbase.Tpo -c -o src/math/interaction.lo ../src/math/interaction.c &&\
5621  mv -f $depbase.Tpo $depbase.Plo
5622  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/vector.lo -MD -MP -MF src/language/dictionary/.deps/vector.Tpo -c ../src/language/dictionary/vector.c -o src/language/dictionary/vector.o >/dev/null 2>&1
5623  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/cochran.lo -MD -MP -MF src/language/stats/.deps/cochran.Tpo -c ../src/language/stats/cochran.c -o src/language/stats/cochran.o >/dev/null 2>&1
5624  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/rank.lo -MD -MP -MF src/language/stats/.deps/rank.Tpo -c ../src/language/stats/rank.c -o src/language/stats/rank.o >/dev/null 2>&1
5625  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/friedman.lo -MD -MP -MF src/language/stats/.deps/friedman.Tpo -c ../src/language/stats/friedman.c -o src/language/stats/friedman.o >/dev/null 2>&1
5626  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/chisquare.lo -MD -MP -MF src/language/stats/.deps/chisquare.Tpo -c ../src/language/stats/chisquare.c -o src/language/stats/chisquare.o >/dev/null 2>&1
5627  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-reader.lo -MD -MP -MF src/language/data-io/.deps/data-reader.Tpo -c ../src/language/data-io/data-reader.c -o src/language/data-io/data-reader.o >/dev/null 2>&1
5628  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means-calc.lo -MD -MP -MF src/language/stats/.deps/means-calc.Tpo -c ../src/language/stats/means-calc.c -o src/language/stats/means-calc.o >/dev/null 2>&1
5629  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/reliability.lo -MD -MP -MF src/language/stats/.deps/reliability.Tpo -c ../src/language/stats/reliability.c -o src/language/stats/reliability.o >/dev/null 2>&1
5630  depbase=`echo src/math/levene.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5631  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/levene.lo -MD -MP -MF $depbase.Tpo -c -o src/math/levene.lo ../src/math/levene.c &&\
5632  mv -f $depbase.Tpo $depbase.Plo
5633  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/graph.lo -MD -MP -MF src/language/stats/.deps/graph.Tpo -c ../src/language/stats/graph.c -o src/language/stats/graph.o >/dev/null 2>&1
5634  ../src/language/stats/ctables.c: In function 'ctables_prepare_table':
5635  ../src/language/stats/ctables.c:5125:55: warning: 'ata' may be used uninitialized [-Wmaybe-uninitialized]
5636   5125 |                     n_drop = (a == ata ? t->label_axis[ata] == atb
5637        |                                          ~~~~~~~~~~~~~^~~~~
5638  ../src/language/stats/ctables.c:5069:38: note: 'ata' was declared here
5639   5069 |                 enum pivot_axis_type ata, atb;
5640        |                                      ^~~
5641  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/utilities/permissions.lo -MD -MP -MF src/language/utilities/.deps/permissions.Tpo -c ../src/language/utilities/permissions.c -o src/language/utilities/permissions.o >/dev/null 2>&1
5642  depbase=`echo src/math/linreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5643  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/linreg.lo -MD -MP -MF $depbase.Tpo -c -o src/math/linreg.lo ../src/math/linreg.c &&\
5644  mv -f $depbase.Tpo $depbase.Plo
5645  depbase=`echo src/math/merge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5646  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/merge.lo -MD -MP -MF $depbase.Tpo -c -o src/math/merge.lo ../src/math/merge.c &&\
5647  mv -f $depbase.Tpo $depbase.Plo
5648  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/parse.lo -MD -MP -MF src/language/expressions/.deps/parse.Tpo -c ../src/language/expressions/parse.c  -fPIC -DPIC -o src/language/expressions/.libs/parse.o
5649  depbase=`echo src/math/mode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5650  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/mode.lo -MD -MP -MF $depbase.Tpo -c -o src/math/mode.lo ../src/math/mode.c &&\
5651  mv -f $depbase.Tpo $depbase.Plo
5652  depbase=`echo src/math/moments.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5653  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/moments.lo -MD -MP -MF $depbase.Tpo -c -o src/math/moments.lo ../src/math/moments.c &&\
5654  mv -f $depbase.Tpo $depbase.Plo
5655  depbase=`echo src/math/np.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5656  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/np.lo -MD -MP -MF $depbase.Tpo -c -o src/math/np.lo ../src/math/np.c &&\
5657  mv -f $depbase.Tpo $depbase.Plo
5658  depbase=`echo src/math/order-stats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5659  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/order-stats.lo -MD -MP -MF $depbase.Tpo -c -o src/math/order-stats.lo ../src/math/order-stats.c &&\
5660  mv -f $depbase.Tpo $depbase.Plo
5661  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/ks-one-sample.lo -MD -MP -MF src/language/stats/.deps/ks-one-sample.Tpo -c ../src/language/stats/ks-one-sample.c -o src/language/stats/ks-one-sample.o >/dev/null 2>&1
5662  depbase=`echo src/math/percentiles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5663  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/percentiles.lo -MD -MP -MF $depbase.Tpo -c -o src/math/percentiles.lo ../src/math/percentiles.c &&\
5664  mv -f $depbase.Tpo $depbase.Plo
5665  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/mcnemar.lo -MD -MP -MF src/language/stats/.deps/mcnemar.Tpo -c ../src/language/stats/mcnemar.c -o src/language/stats/mcnemar.o >/dev/null 2>&1
5666  depbase=`echo src/math/random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5667  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/random.lo -MD -MP -MF $depbase.Tpo -c -o src/math/random.lo ../src/math/random.c &&\
5668  mv -f $depbase.Tpo $depbase.Plo
5669  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/examine.lo -MD -MP -MF src/language/stats/.deps/examine.Tpo -c ../src/language/stats/examine.c -o src/language/stats/examine.o >/dev/null 2>&1
5670  depbase=`echo src/math/sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5671  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/sort.lo -MD -MP -MF $depbase.Tpo -c -o src/math/sort.lo ../src/math/sort.c &&\
5672  mv -f $depbase.Tpo $depbase.Plo
5673  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/dataset.lo -MD -MP -MF src/language/data-io/.deps/dataset.Tpo -c ../src/language/data-io/dataset.c -o src/language/data-io/dataset.o >/dev/null 2>&1
5674  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-writer.lo -MD -MP -MF src/language/data-io/.deps/data-writer.Tpo -c ../src/language/data-io/data-writer.c -o src/language/data-io/data-writer.o >/dev/null 2>&1
5675  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/get-data.lo -MD -MP -MF src/language/data-io/.deps/get-data.Tpo -c ../src/language/data-io/get-data.c -o src/language/data-io/get-data.o >/dev/null 2>&1
5676  mv -f src/ui/terminal/.deps/libui_la-terminal-reader.Tpo src/ui/terminal/.deps/libui_la-terminal-reader.Plo
5677  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/file-handle.lo -MD -MP -MF src/language/data-io/.deps/file-handle.Tpo -c ../src/language/data-io/file-handle.c -o src/language/data-io/file-handle.o >/dev/null 2>&1
5678  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/print-space.lo -MD -MP -MF src/language/data-io/.deps/print-space.Tpo -c ../src/language/data-io/print-space.c -o src/language/data-io/print-space.o >/dev/null 2>&1
5679  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-indep.lo -MD -MP -MF src/language/stats/.deps/t-test-indep.Tpo -c ../src/language/stats/t-test-indep.c -o src/language/stats/t-test-indep.o >/dev/null 2>&1
5680  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/ctables.lo -MD -MP -MF src/language/stats/.deps/ctables.Tpo -c ../src/language/stats/ctables.c -o src/language/stats/ctables.o >/dev/null 2>&1
5681  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/save-translate.lo -MD -MP -MF src/language/data-io/.deps/save-translate.Tpo -c ../src/language/data-io/save-translate.c -o src/language/data-io/save-translate.o >/dev/null 2>&1
5682  depbase=`echo src/math/shapiro-wilk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5683  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/shapiro-wilk.lo -MD -MP -MF $depbase.Tpo -c -o src/math/shapiro-wilk.lo ../src/math/shapiro-wilk.c &&\
5684  mv -f $depbase.Tpo $depbase.Plo
5685  depbase=`echo src/math/trimmed-mean.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5686  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/trimmed-mean.lo -MD -MP -MF $depbase.Tpo -c -o src/math/trimmed-mean.lo ../src/math/trimmed-mean.c &&\
5687  mv -f $depbase.Tpo $depbase.Plo
5688  depbase=`echo src/math/tukey-hinges.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5689  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/tukey-hinges.lo -MD -MP -MF $depbase.Tpo -c -o src/math/tukey-hinges.lo ../src/math/tukey-hinges.c &&\
5690  mv -f $depbase.Tpo $depbase.Plo
5691  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/dictionary/sys-file-info.lo -MD -MP -MF src/language/dictionary/.deps/sys-file-info.Tpo -c ../src/language/dictionary/sys-file-info.c -o src/language/dictionary/sys-file-info.o >/dev/null 2>&1
5692  depbase=`echo src/math/wilcoxon-sig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5693  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/wilcoxon-sig.lo -MD -MP -MF $depbase.Tpo -c -o src/math/wilcoxon-sig.lo ../src/math/wilcoxon-sig.c &&\
5694  mv -f $depbase.Tpo $depbase.Plo
5695  mv -f src/ui/terminal/.deps/libui_la-main.Tpo src/ui/terminal/.deps/libui_la-main.Plo
5696  depbase=`echo lib/linreg/sweep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5697  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/linreg/sweep.lo -MD -MP -MF $depbase.Tpo -c -o lib/linreg/sweep.lo ../lib/linreg/sweep.c &&\
5698  mv -f $depbase.Tpo $depbase.Plo
5699  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-paired.lo -MD -MP -MF src/language/stats/.deps/t-test-paired.Tpo -c ../src/language/stats/t-test-paired.c -o src/language/stats/t-test-paired.o >/dev/null 2>&1
5700  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/placement-parser.lo -MD -MP -MF src/language/data-io/.deps/placement-parser.Tpo -c ../src/language/data-io/placement-parser.c -o src/language/data-io/placement-parser.o >/dev/null 2>&1
5701  depbase=`echo lib/tukey/ptukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5702  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/tukey/ptukey.lo -MD -MP -MF $depbase.Tpo -c -o lib/tukey/ptukey.lo ../lib/tukey/ptukey.c &&\
5703  mv -f $depbase.Tpo $depbase.Plo
5704  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/sign.lo -MD -MP -MF src/language/stats/.deps/sign.Tpo -c ../src/language/stats/sign.c -o src/language/stats/sign.o >/dev/null 2>&1
5705  depbase=`echo lib/tukey/qtukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5706  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/tukey/qtukey.lo -MD -MP -MF $depbase.Tpo -c -o lib/tukey/qtukey.lo ../lib/tukey/qtukey.c &&\
5707  mv -f $depbase.Tpo $depbase.Plo
5708  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-ascii.lo -MD -MP -MF src/output/.deps/liboutput_la-ascii.Tpo -c -o src/output/liboutput_la-ascii.lo `test -f 'src/output/ascii.c' || echo '../'`src/output/ascii.c
5709  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/chart-geometry.lo -MD -MP -MF src/math/.deps/chart-geometry.Tpo -c ../src/math/chart-geometry.c  -fPIC -DPIC -o src/math/.libs/chart-geometry.o
5710  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-chart.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-chart.Tpo -c -o src/output/liboutput_la-cairo-chart.lo `test -f 'src/output/cairo-chart.c' || echo '../'`src/output/cairo-chart.c
5711  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/mann-whitney.lo -MD -MP -MF src/language/stats/.deps/mann-whitney.Tpo -c ../src/language/stats/mann-whitney.c -o src/language/stats/mann-whitney.o >/dev/null 2>&1
5712  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/flip.lo -MD -MP -MF src/language/stats/.deps/flip.Tpo -c ../src/language/stats/flip.c -o src/language/stats/flip.o >/dev/null 2>&1
5713  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-fsm.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-fsm.Tpo -c -o src/output/liboutput_la-cairo-fsm.lo `test -f 'src/output/cairo-fsm.c' || echo '../'`src/output/cairo-fsm.c
5714  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-pager.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-pager.Tpo -c -o src/output/liboutput_la-cairo-pager.lo `test -f 'src/output/cairo-pager.c' || echo '../'`src/output/cairo-pager.c
5715  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/box-whisker.lo -MD -MP -MF src/math/.deps/box-whisker.Tpo -c ../src/math/box-whisker.c  -fPIC -DPIC -o src/math/.libs/box-whisker.o
5716  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo.Tpo -c -o src/output/liboutput_la-cairo.lo `test -f 'src/output/cairo.c' || echo '../'`src/output/cairo.c
5717  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/correlation.lo -MD -MP -MF src/math/.deps/correlation.Tpo -c ../src/math/correlation.c  -fPIC -DPIC -o src/math/.libs/correlation.o
5718  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/covariance.lo -MD -MP -MF src/math/.deps/covariance.Tpo -c ../src/math/covariance.c  -fPIC -DPIC -o src/math/.libs/covariance.o
5719  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/categoricals.lo -MD -MP -MF src/math/.deps/categoricals.Tpo -c ../src/math/categoricals.c  -fPIC -DPIC -o src/math/.libs/categoricals.o
5720  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-chart.lo -MD -MP -MF src/output/.deps/liboutput_la-chart.Tpo -c -o src/output/liboutput_la-chart.lo `test -f 'src/output/chart.c' || echo '../'`src/output/chart.c
5721  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/distributions.lo -MD -MP -MF src/math/.deps/distributions.Tpo -c ../src/math/distributions.c  -fPIC -DPIC -o src/math/.libs/distributions.o
5722  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-barchart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-barchart-cairo.Tpo -c -o src/output/charts/liboutput_la-barchart-cairo.lo `test -f 'src/output/charts/barchart-cairo.c' || echo '../'`src/output/charts/barchart-cairo.c
5723  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/glm.lo -MD -MP -MF src/language/stats/.deps/glm.Tpo -c ../src/language/stats/glm.c -o src/language/stats/glm.o >/dev/null 2>&1
5724  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/t-test-one-sample.lo -MD -MP -MF src/language/stats/.deps/t-test-one-sample.Tpo -c ../src/language/stats/t-test-one-sample.c -o src/language/stats/t-test-one-sample.o >/dev/null 2>&1
5725  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/correlations.lo -MD -MP -MF src/language/stats/.deps/correlations.Tpo -c ../src/language/stats/correlations.c -o src/language/stats/correlations.o >/dev/null 2>&1
5726  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-barchart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-barchart.Tpo -c -o src/output/charts/liboutput_la-barchart.lo `test -f 'src/output/charts/barchart.c' || echo '../'`src/output/charts/barchart.c
5727  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -g -O2 -DGCC_LINT -MT src/ui/terminal/libui_la-terminal-opts.lo -MD -MP -MF src/ui/terminal/.deps/libui_la-terminal-opts.Tpo -c ../src/ui/terminal/terminal-opts.c -o src/ui/terminal/libui_la-terminal-opts.o >/dev/null 2>&1
5728  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/jonckheere-terpstra.lo -MD -MP -MF src/language/stats/.deps/jonckheere-terpstra.Tpo -c ../src/language/stats/jonckheere-terpstra.c -o src/language/stats/jonckheere-terpstra.o >/dev/null 2>&1
5729  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/save.lo -MD -MP -MF src/language/data-io/.deps/save.Tpo -c ../src/language/data-io/save.c -o src/language/data-io/save.o >/dev/null 2>&1
5730  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/histogram.lo -MD -MP -MF src/math/.deps/histogram.Tpo -c ../src/math/histogram.c  -fPIC -DPIC -o src/math/.libs/histogram.o
5731  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-boxplot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-boxplot-cairo.Tpo -c -o src/output/charts/liboutput_la-boxplot-cairo.lo `test -f 'src/output/charts/boxplot-cairo.c' || echo '../'`src/output/charts/boxplot-cairo.c
5732  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-boxplot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-boxplot.Tpo -c -o src/output/charts/liboutput_la-boxplot.lo `test -f 'src/output/charts/boxplot.c' || echo '../'`src/output/charts/boxplot.c
5733  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-np-plot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-np-plot-cairo.Tpo -c -o src/output/charts/liboutput_la-np-plot-cairo.lo `test -f 'src/output/charts/np-plot-cairo.c' || echo '../'`src/output/charts/np-plot-cairo.c
5734  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/interaction.lo -MD -MP -MF src/math/.deps/interaction.Tpo -c ../src/math/interaction.c  -fPIC -DPIC -o src/math/.libs/interaction.o
5735  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-np-plot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-np-plot.Tpo -c -o src/output/charts/liboutput_la-np-plot.lo `test -f 'src/output/charts/np-plot.c' || echo '../'`src/output/charts/np-plot.c
5736  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-piechart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-piechart-cairo.Tpo -c -o src/output/charts/liboutput_la-piechart-cairo.lo `test -f 'src/output/charts/piechart-cairo.c' || echo '../'`src/output/charts/piechart-cairo.c
5737  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-piechart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-piechart.Tpo -c -o src/output/charts/liboutput_la-piechart.lo `test -f 'src/output/charts/piechart.c' || echo '../'`src/output/charts/piechart.c
5738  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/oneway.lo -MD -MP -MF src/language/stats/.deps/oneway.Tpo -c ../src/language/stats/oneway.c -o src/language/stats/oneway.o >/dev/null 2>&1
5739  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/regression.lo -MD -MP -MF src/language/stats/.deps/regression.Tpo -c ../src/language/stats/regression.c -o src/language/stats/regression.o >/dev/null 2>&1
5740  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-plot-hist-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-plot-hist-cairo.Tpo -c -o src/output/charts/liboutput_la-plot-hist-cairo.lo `test -f 'src/output/charts/plot-hist-cairo.c' || echo '../'`src/output/charts/plot-hist-cairo.c
5741  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-plot-hist.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-plot-hist.Tpo -c -o src/output/charts/liboutput_la-plot-hist.lo `test -f 'src/output/charts/plot-hist.c' || echo '../'`src/output/charts/plot-hist.c
5742  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/levene.lo -MD -MP -MF src/math/.deps/levene.Tpo -c ../src/math/levene.c  -fPIC -DPIC -o src/math/.libs/levene.o
5743  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-roc-chart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-roc-chart-cairo.Tpo -c -o src/output/charts/liboutput_la-roc-chart-cairo.lo `test -f 'src/output/charts/roc-chart-cairo.c' || echo '../'`src/output/charts/roc-chart-cairo.c
5744  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/data-list.lo -MD -MP -MF src/language/data-io/.deps/data-list.Tpo -c ../src/language/data-io/data-list.c -o src/language/data-io/data-list.o >/dev/null 2>&1
5745  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-roc-chart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-roc-chart.Tpo -c -o src/output/charts/liboutput_la-roc-chart.lo `test -f 'src/output/charts/roc-chart.c' || echo '../'`src/output/charts/roc-chart.c
5746  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/factor.lo -MD -MP -MF src/language/stats/.deps/factor.Tpo -c ../src/language/stats/factor.c -o src/language/stats/factor.o >/dev/null 2>&1
5747  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scatterplot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scatterplot-cairo.Tpo -c -o src/output/charts/liboutput_la-scatterplot-cairo.lo `test -f 'src/output/charts/scatterplot-cairo.c' || echo '../'`src/output/charts/scatterplot-cairo.c
5748  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/logistic.lo -MD -MP -MF src/language/stats/.deps/logistic.Tpo -c ../src/language/stats/logistic.c -o src/language/stats/logistic.o >/dev/null 2>&1
5749  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scatterplot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scatterplot.Tpo -c -o src/output/charts/liboutput_la-scatterplot.lo `test -f 'src/output/charts/scatterplot.c' || echo '../'`src/output/charts/scatterplot.c
5750  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/inpt-pgm.lo -MD -MP -MF src/language/data-io/.deps/inpt-pgm.Tpo -c ../src/language/data-io/inpt-pgm.c -o src/language/data-io/inpt-pgm.o >/dev/null 2>&1
5751  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/npar-summary.lo -MD -MP -MF src/language/stats/.deps/npar-summary.Tpo -c ../src/language/stats/npar-summary.c -o src/language/stats/npar-summary.o >/dev/null 2>&1
5752  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/trim.lo -MD -MP -MF src/language/data-io/.deps/trim.Tpo -c ../src/language/data-io/trim.c -o src/language/data-io/trim.o >/dev/null 2>&1
5753  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/wilcoxon.lo -MD -MP -MF src/language/stats/.deps/wilcoxon.Tpo -c ../src/language/stats/wilcoxon.c -o src/language/stats/wilcoxon.o >/dev/null 2>&1
5754  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/kruskal-wallis.lo -MD -MP -MF src/language/stats/.deps/kruskal-wallis.Tpo -c ../src/language/stats/kruskal-wallis.c -o src/language/stats/kruskal-wallis.o >/dev/null 2>&1
5755  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/roc.lo -MD -MP -MF src/language/stats/.deps/roc.Tpo -c ../src/language/stats/roc.c -o src/language/stats/roc.o >/dev/null 2>&1
5756  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/aggregate.lo -MD -MP -MF src/language/stats/.deps/aggregate.Tpo -c ../src/language/stats/aggregate.c -o src/language/stats/aggregate.o >/dev/null 2>&1
5757  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/runs.lo -MD -MP -MF src/language/stats/.deps/runs.Tpo -c ../src/language/stats/runs.c -o src/language/stats/runs.o >/dev/null 2>&1
5758  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/means.lo -MD -MP -MF src/language/stats/.deps/means.Tpo -c ../src/language/stats/means.c -o src/language/stats/means.o >/dev/null 2>&1
5759  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/binomial.lo -MD -MP -MF src/language/stats/.deps/binomial.Tpo -c ../src/language/stats/binomial.c -o src/language/stats/binomial.o >/dev/null 2>&1
5760  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scree-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scree-cairo.Tpo -c -o src/output/charts/liboutput_la-scree-cairo.lo `test -f 'src/output/charts/scree-cairo.c' || echo '../'`src/output/charts/scree-cairo.c
5761  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scree.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scree.Tpo -c -o src/output/charts/liboutput_la-scree.lo `test -f 'src/output/charts/scree.c' || echo '../'`src/output/charts/scree.c
5762  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/matrix.lo -MD -MP -MF src/language/stats/.deps/matrix.Tpo -c ../src/language/stats/matrix.c -o src/language/stats/matrix.o >/dev/null 2>&1
5763  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/median.lo -MD -MP -MF src/language/stats/.deps/median.Tpo -c ../src/language/stats/median.c -o src/language/stats/median.o >/dev/null 2>&1
5764  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-spreadlevel-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Tpo -c -o src/output/charts/liboutput_la-spreadlevel-cairo.lo `test -f 'src/output/charts/spreadlevel-cairo.c' || echo '../'`src/output/charts/spreadlevel-cairo.c
5765  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/crosstabs.lo -MD -MP -MF src/language/stats/.deps/crosstabs.Tpo -c ../src/language/stats/crosstabs.c -o src/language/stats/crosstabs.o >/dev/null 2>&1
5766  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/merge.lo -MD -MP -MF src/math/.deps/merge.Tpo -c ../src/math/merge.c  -fPIC -DPIC -o src/math/.libs/merge.o
5767  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/linreg.lo -MD -MP -MF src/math/.deps/linreg.Tpo -c ../src/math/linreg.c  -fPIC -DPIC -o src/math/.libs/linreg.o
5768  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-spreadlevel-plot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-spreadlevel-plot.Tpo -c -o src/output/charts/liboutput_la-spreadlevel-plot.lo `test -f 'src/output/charts/spreadlevel-plot.c' || echo '../'`src/output/charts/spreadlevel-plot.c
5769  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/list.lo -MD -MP -MF src/language/data-io/.deps/list.Tpo -c ../src/language/data-io/list.c -o src/language/data-io/list.o >/dev/null 2>&1
5770  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/frequencies.lo -MD -MP -MF src/language/stats/.deps/frequencies.Tpo -c ../src/language/stats/frequencies.c -o src/language/stats/frequencies.o >/dev/null 2>&1
5771  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/npar.lo -MD -MP -MF src/language/stats/.deps/npar.Tpo -c ../src/language/stats/npar.c -o src/language/stats/npar.o >/dev/null 2>&1
5772  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/mode.lo -MD -MP -MF src/math/.deps/mode.Tpo -c ../src/math/mode.c  -fPIC -DPIC -o src/math/.libs/mode.o
5773  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-csv.lo -MD -MP -MF src/output/.deps/liboutput_la-csv.Tpo -c -o src/output/liboutput_la-csv.lo `test -f 'src/output/csv.c' || echo '../'`src/output/csv.c
5774  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-driver.lo -MD -MP -MF src/output/.deps/liboutput_la-driver.Tpo -c -o src/output/liboutput_la-driver.lo `test -f 'src/output/driver.c' || echo '../'`src/output/driver.c
5775  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/moments.lo -MD -MP -MF src/math/.deps/moments.Tpo -c ../src/math/moments.c  -fPIC -DPIC -o src/math/.libs/moments.o
5776  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/order-stats.lo -MD -MP -MF src/math/.deps/order-stats.Tpo -c ../src/math/order-stats.c  -fPIC -DPIC -o src/math/.libs/order-stats.o
5777  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/np.lo -MD -MP -MF src/math/.deps/np.Tpo -c ../src/math/np.c  -fPIC -DPIC -o src/math/.libs/np.o
5778  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/percentiles.lo -MD -MP -MF src/math/.deps/percentiles.Tpo -c ../src/math/percentiles.c  -fPIC -DPIC -o src/math/.libs/percentiles.o
5779  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/print.lo -MD -MP -MF src/language/data-io/.deps/print.Tpo -c ../src/language/data-io/print.c -o src/language/data-io/print.o >/dev/null 2>&1
5780  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/random.lo -MD -MP -MF src/math/.deps/random.Tpo -c ../src/math/random.c  -fPIC -DPIC -o src/math/.libs/random.o
5781  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/get.lo -MD -MP -MF src/language/data-io/.deps/get.Tpo -c ../src/language/data-io/get.c -o src/language/data-io/get.o >/dev/null 2>&1
5782  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/sort.lo -MD -MP -MF src/math/.deps/sort.Tpo -c ../src/math/sort.c  -fPIC -DPIC -o src/math/.libs/sort.o
5783  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-html.lo -MD -MP -MF src/output/.deps/liboutput_la-html.Tpo -c -o src/output/liboutput_la-html.lo `test -f 'src/output/html.c' || echo '../'`src/output/html.c
5784  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/stats/quick-cluster.lo -MD -MP -MF src/language/stats/.deps/quick-cluster.Tpo -c ../src/language/stats/quick-cluster.c -o src/language/stats/quick-cluster.o >/dev/null 2>&1
5785  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-journal.lo -MD -MP -MF src/output/.deps/liboutput_la-journal.Tpo -c -o src/output/liboutput_la-journal.lo `test -f 'src/output/journal.c' || echo '../'`src/output/journal.c
5786  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/shapiro-wilk.lo -MD -MP -MF src/math/.deps/shapiro-wilk.Tpo -c ../src/math/shapiro-wilk.c  -fPIC -DPIC -o src/math/.libs/shapiro-wilk.o
5787  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-measure.lo -MD -MP -MF src/output/.deps/liboutput_la-measure.Tpo -c -o src/output/liboutput_la-measure.lo `test -f 'src/output/measure.c' || echo '../'`src/output/measure.c
5788  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/trimmed-mean.lo -MD -MP -MF src/math/.deps/trimmed-mean.Tpo -c ../src/math/trimmed-mean.c  -fPIC -DPIC -o src/math/.libs/trimmed-mean.o
5789  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/wilcoxon-sig.lo -MD -MP -MF src/math/.deps/wilcoxon-sig.Tpo -c ../src/math/wilcoxon-sig.c  -fPIC -DPIC -o src/math/.libs/wilcoxon-sig.o
5790  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/tukey-hinges.lo -MD -MP -MF src/math/.deps/tukey-hinges.Tpo -c ../src/math/tukey-hinges.c  -fPIC -DPIC -o src/math/.libs/tukey-hinges.o
5791  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-msglog.lo -MD -MP -MF src/output/.deps/liboutput_la-msglog.Tpo -c -o src/output/liboutput_la-msglog.lo `test -f 'src/output/msglog.c' || echo '../'`src/output/msglog.c
5792  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/tukey/ptukey.lo -MD -MP -MF lib/tukey/.deps/ptukey.Tpo -c ../lib/tukey/ptukey.c  -fPIC -DPIC -o lib/tukey/.libs/ptukey.o
5793  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-ascii.lo -MD -MP -MF src/output/.deps/liboutput_la-ascii.Tpo -c ../src/output/ascii.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-ascii.o
5794  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-odt.lo -MD -MP -MF src/output/.deps/liboutput_la-odt.Tpo -c -o src/output/liboutput_la-odt.lo `test -f 'src/output/odt.c' || echo '../'`src/output/odt.c
5795  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/tukey/qtukey.lo -MD -MP -MF lib/tukey/.deps/qtukey.Tpo -c ../lib/tukey/qtukey.c  -fPIC -DPIC -o lib/tukey/.libs/qtukey.o
5796  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-chart.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-chart.Tpo -c ../src/output/cairo-chart.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-cairo-chart.o
5797  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-chart.lo -MD -MP -MF src/output/.deps/liboutput_la-chart.Tpo -c ../src/output/chart.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-chart.o
5798  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/linreg/sweep.lo -MD -MP -MF lib/linreg/.deps/sweep.Tpo -c ../lib/linreg/sweep.c  -fPIC -DPIC -o lib/linreg/.libs/sweep.o
5799  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-pager.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-pager.Tpo -c ../src/output/cairo-pager.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-cairo-pager.o
5800  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo.Tpo -c ../src/output/cairo.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-cairo.o
5801  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-fsm.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-fsm.Tpo -c ../src/output/cairo-fsm.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-cairo-fsm.o
5802  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-options.lo -MD -MP -MF src/output/.deps/liboutput_la-options.Tpo -c -o src/output/liboutput_la-options.lo `test -f 'src/output/options.c' || echo '../'`src/output/options.c
5803  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/matrix-reader.lo -MD -MP -MF src/language/data-io/.deps/matrix-reader.Tpo -c ../src/language/data-io/matrix-reader.c -o src/language/data-io/matrix-reader.o >/dev/null 2>&1
5804  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-barchart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-barchart-cairo.Tpo -c ../src/output/charts/barchart-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-barchart-cairo.o
5805  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-boxplot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-boxplot-cairo.Tpo -c ../src/output/charts/boxplot-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-boxplot-cairo.o
5806  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-boxplot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-boxplot.Tpo -c ../src/output/charts/boxplot.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-boxplot.o
5807  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-np-plot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-np-plot.Tpo -c ../src/output/charts/np-plot.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-np-plot.o
5808  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-output-item.lo -MD -MP -MF src/output/.deps/liboutput_la-output-item.Tpo -c -o src/output/liboutput_la-output-item.lo `test -f 'src/output/output-item.c' || echo '../'`src/output/output-item.c
5809  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-barchart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-barchart.Tpo -c ../src/output/charts/barchart.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-barchart.o
5810  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-piechart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-piechart-cairo.Tpo -c ../src/output/charts/piechart-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-piechart-cairo.o
5811  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/categoricals.lo -MD -MP -MF src/math/.deps/categoricals.Tpo -c ../src/math/categoricals.c -o src/math/categoricals.o >/dev/null 2>&1
5812  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-np-plot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-np-plot-cairo.Tpo -c ../src/output/charts/np-plot-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-np-plot-cairo.o
5813  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/interaction.lo -MD -MP -MF src/math/.deps/interaction.Tpo -c ../src/math/interaction.c -o src/math/interaction.o >/dev/null 2>&1
5814  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-plot-hist-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-plot-hist-cairo.Tpo -c ../src/output/charts/plot-hist-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-plot-hist-cairo.o
5815  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-page-setup.lo -MD -MP -MF src/output/.deps/liboutput_la-page-setup.Tpo -c -o src/output/liboutput_la-page-setup.lo `test -f 'src/output/page-setup.c' || echo '../'`src/output/page-setup.c
5816  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-plot-hist.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-plot-hist.Tpo -c ../src/output/charts/plot-hist.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-plot-hist.o
5817  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-pivot-output.lo -MD -MP -MF src/output/.deps/liboutput_la-pivot-output.Tpo -c -o src/output/liboutput_la-pivot-output.lo `test -f 'src/output/pivot-output.c' || echo '../'`src/output/pivot-output.c
5818  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/mconvert.lo -MD -MP -MF src/language/data-io/.deps/mconvert.Tpo -c ../src/language/data-io/mconvert.c -o src/language/data-io/mconvert.o >/dev/null 2>&1
5819  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-pivot-table.lo -MD -MP -MF src/output/.deps/liboutput_la-pivot-table.Tpo -c -o src/output/liboutput_la-pivot-table.lo `test -f 'src/output/pivot-table.c' || echo '../'`src/output/pivot-table.c
5820  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-piechart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-piechart.Tpo -c ../src/output/charts/piechart.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-piechart.o
5821  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-roc-chart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-roc-chart.Tpo -c ../src/output/charts/roc-chart.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-roc-chart.o
5822  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scatterplot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scatterplot.Tpo -c ../src/output/charts/scatterplot.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-scatterplot.o
5823  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.6.2-g8596d6 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. -j doc/org.gnu.pspp.metainfo.xml.in -o po/pspp.pot,tmp
5824  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scatterplot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scatterplot-cairo.Tpo -c ../src/output/charts/scatterplot-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-scatterplot-cairo.o
5825  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-roc-chart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-roc-chart-cairo.Tpo -c ../src/output/charts/roc-chart-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-roc-chart-cairo.o
5826  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scree-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scree-cairo.Tpo -c ../src/output/charts/scree-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-scree-cairo.o
5827  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-render.lo -MD -MP -MF src/output/.deps/liboutput_la-render.Tpo -c -o src/output/liboutput_la-render.lo `test -f 'src/output/render.c' || echo '../'`src/output/render.c
5828  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-select.lo -MD -MP -MF src/output/.deps/liboutput_la-select.Tpo -c -o src/output/liboutput_la-select.lo `test -f 'src/output/select.c' || echo '../'`src/output/select.c
5829  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-spv-driver.lo -MD -MP -MF src/output/.deps/liboutput_la-spv-driver.Tpo -c -o src/output/liboutput_la-spv-driver.lo `test -f 'src/output/spv-driver.c' || echo '../'`src/output/spv-driver.c
5830  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/data-io/matrix-data.lo -MD -MP -MF src/language/data-io/.deps/matrix-data.Tpo -c ../src/language/data-io/matrix-data.c -o src/language/data-io/matrix-data.o >/dev/null 2>&1
5831  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-spreadlevel-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Tpo -c ../src/output/charts/spreadlevel-cairo.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-spreadlevel-cairo.o
5832  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scree.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scree.Tpo -c ../src/output/charts/scree.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-scree.o
5833  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-table.lo -MD -MP -MF src/output/.deps/liboutput_la-table.Tpo -c -o src/output/liboutput_la-table.lo `test -f 'src/output/table.c' || echo '../'`src/output/table.c
5834  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/helpers.lo -MD -MP -MF src/language/expressions/.deps/helpers.Tpo -c ../src/language/expressions/helpers.c -o src/language/expressions/helpers.o >/dev/null 2>&1
5835  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/chart-geometry.lo -MD -MP -MF src/math/.deps/chart-geometry.Tpo -c ../src/math/chart-geometry.c -o src/math/chart-geometry.o >/dev/null 2>&1
5836  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-spreadlevel-plot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-spreadlevel-plot.Tpo -c ../src/output/charts/spreadlevel-plot.c  -fPIC -DPIC -o src/output/charts/.libs/liboutput_la-spreadlevel-plot.o
5837  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-driver.lo -MD -MP -MF src/output/.deps/liboutput_la-driver.Tpo -c ../src/output/driver.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-driver.o
5838  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-glyphs.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-glyphs.Tpo -c -o src/output/liboutput_la-tex-glyphs.lo `test -f 'src/output/tex-glyphs.c' || echo '../'`src/output/tex-glyphs.c
5839  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-csv.lo -MD -MP -MF src/output/.deps/liboutput_la-csv.Tpo -c ../src/output/csv.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-csv.o
5840  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-parsing.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-parsing.Tpo -c -o src/output/liboutput_la-tex-parsing.lo `test -f 'src/output/tex-parsing.c' || echo '../'`src/output/tex-parsing.c
5841  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/optimize.lo -MD -MP -MF src/language/expressions/.deps/optimize.Tpo -c ../src/language/expressions/optimize.c -o src/language/expressions/optimize.o >/dev/null 2>&1
5842  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-rendering.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-rendering.Tpo -c -o src/output/liboutput_la-tex-rendering.lo `test -f 'src/output/tex-rendering.c' || echo '../'`src/output/tex-rendering.c
5843  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex.lo -MD -MP -MF src/output/.deps/liboutput_la-tex.Tpo -c -o src/output/liboutput_la-tex.lo `test -f 'src/output/tex.c' || echo '../'`src/output/tex.c
5844  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-css-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-css-parser.Tpo -c -o src/output/spv/liboutput_la-spv-css-parser.lo `test -f 'src/output/spv/spv-css-parser.c' || echo '../'`src/output/spv/spv-css-parser.c
5845  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-html.lo -MD -MP -MF src/output/.deps/liboutput_la-html.Tpo -c ../src/output/html.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-html.o
5846  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-legacy-data.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-legacy-data.Tpo -c -o src/output/spv/liboutput_la-spv-legacy-data.lo `test -f 'src/output/spv/spv-legacy-data.c' || echo '../'`src/output/spv/spv-legacy-data.c
5847  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-legacy-decoder.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Tpo -c -o src/output/spv/liboutput_la-spv-legacy-decoder.lo `test -f 'src/output/spv/spv-legacy-decoder.c' || echo '../'`src/output/spv/spv-legacy-decoder.c
5848  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/box-whisker.lo -MD -MP -MF src/math/.deps/box-whisker.Tpo -c ../src/math/box-whisker.c -o src/math/box-whisker.o >/dev/null 2>&1
5849  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/levene.lo -MD -MP -MF src/math/.deps/levene.Tpo -c ../src/math/levene.c -o src/math/levene.o >/dev/null 2>&1
5850  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-light-decoder.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-light-decoder.Tpo -c -o src/output/spv/liboutput_la-spv-light-decoder.lo `test -f 'src/output/spv/spv-light-decoder.c' || echo '../'`src/output/spv/spv-light-decoder.c
5851  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/histogram.lo -MD -MP -MF src/math/.deps/histogram.Tpo -c ../src/math/histogram.c -o src/math/histogram.o >/dev/null 2>&1
5852  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/random.lo -MD -MP -MF src/math/.deps/random.Tpo -c ../src/math/random.c -o src/math/random.o >/dev/null 2>&1
5853  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-journal.lo -MD -MP -MF src/output/.deps/liboutput_la-journal.Tpo -c ../src/output/journal.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-journal.o
5854  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-table-look.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-table-look.Tpo -c -o src/output/spv/liboutput_la-spv-table-look.lo `test -f 'src/output/spv/spv-table-look.c' || echo '../'`src/output/spv/spv-table-look.c
5855  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/mode.lo -MD -MP -MF src/math/.deps/mode.Tpo -c ../src/math/mode.c -o src/math/mode.o >/dev/null 2>&1
5856  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-writer.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-writer.Tpo -c -o src/output/spv/liboutput_la-spv-writer.lo `test -f 'src/output/spv/spv-writer.c' || echo '../'`src/output/spv/spv-writer.c
5857  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv.Tpo -c -o src/output/spv/liboutput_la-spv.lo `test -f 'src/output/spv/spv.c' || echo '../'`src/output/spv/spv.c
5858  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/merge.lo -MD -MP -MF src/math/.deps/merge.Tpo -c ../src/math/merge.c -o src/math/merge.o >/dev/null 2>&1
5859  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-measure.lo -MD -MP -MF src/output/.deps/liboutput_la-measure.Tpo -c ../src/output/measure.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-measure.o
5860  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spvbin-helpers.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spvbin-helpers.Tpo -c -o src/output/spv/liboutput_la-spvbin-helpers.lo `test -f 'src/output/spv/spvbin-helpers.c' || echo '../'`src/output/spv/spvbin-helpers.c
5861  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/distributions.lo -MD -MP -MF src/math/.deps/distributions.Tpo -c ../src/math/distributions.c -o src/math/distributions.o >/dev/null 2>&1
5862  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spvxml-helpers.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spvxml-helpers.Tpo -c -o src/output/spv/liboutput_la-spvxml-helpers.lo `test -f 'src/output/spv/spvxml-helpers.c' || echo '../'`src/output/spv/spvxml-helpers.c
5863  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/percentiles.lo -MD -MP -MF src/math/.deps/percentiles.Tpo -c ../src/math/percentiles.c -o src/math/percentiles.o >/dev/null 2>&1
5864  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/sort.lo -MD -MP -MF src/math/.deps/sort.Tpo -c ../src/math/sort.c -o src/math/sort.o >/dev/null 2>&1
5865  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-light-binary-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-light-binary-parser.Tpo -c -o src/output/spv/liboutput_la-light-binary-parser.lo `test -f 'src/output/spv/light-binary-parser.c' || echo '../'`src/output/spv/light-binary-parser.c
5866  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/correlation.lo -MD -MP -MF src/math/.deps/correlation.Tpo -c ../src/math/correlation.c -o src/math/correlation.o >/dev/null 2>&1
5867  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-old-binary-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-old-binary-parser.Tpo -c -o src/output/spv/liboutput_la-old-binary-parser.lo `test -f 'src/output/spv/old-binary-parser.c' || echo '../'`src/output/spv/old-binary-parser.c
5868  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-detail-xml-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-detail-xml-parser.Tpo -c -o src/output/spv/liboutput_la-detail-xml-parser.lo `test -f 'src/output/spv/detail-xml-parser.c' || echo '../'`src/output/spv/detail-xml-parser.c
5869  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/evaluate.lo -MD -MP -MF src/language/expressions/.deps/evaluate.Tpo -c ../src/language/expressions/evaluate.c -o src/language/expressions/evaluate.o >/dev/null 2>&1
5870  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-structure-xml-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-structure-xml-parser.Tpo -c -o src/output/spv/liboutput_la-structure-xml-parser.lo `test -f 'src/output/spv/structure-xml-parser.c' || echo '../'`src/output/spv/structure-xml-parser.c
5871  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-chart.lo -MD -MP -MF src/output/.deps/liboutput_la-chart.Tpo -c ../src/output/chart.c -o src/output/liboutput_la-chart.o >/dev/null 2>&1
5872  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-tlo-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-tlo-parser.Tpo -c -o src/output/spv/liboutput_la-tlo-parser.lo `test -f 'src/output/spv/tlo-parser.c' || echo '../'`src/output/spv/tlo-parser.c
5873  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-msglog.lo -MD -MP -MF src/output/.deps/liboutput_la-msglog.Tpo -c ../src/output/msglog.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-msglog.o
5874  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-odt.lo -MD -MP -MF src/output/.deps/liboutput_la-odt.Tpo -c ../src/output/odt.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-odt.o
5875  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-any-reader.lo -MD -MP -MF src/data/.deps/libdata_la-any-reader.Tpo -c -o src/data/libdata_la-any-reader.lo `test -f 'src/data/any-reader.c' || echo '../'`src/data/any-reader.c
5876  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/wilcoxon-sig.lo -MD -MP -MF src/math/.deps/wilcoxon-sig.Tpo -c ../src/math/wilcoxon-sig.c -o src/math/wilcoxon-sig.o >/dev/null 2>&1
5877  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/tukey/qtukey.lo -MD -MP -MF lib/tukey/.deps/qtukey.Tpo -c ../lib/tukey/qtukey.c -o lib/tukey/qtukey.o >/dev/null 2>&1
5878  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/expressions/parse.lo -MD -MP -MF src/language/expressions/.deps/parse.Tpo -c ../src/language/expressions/parse.c -o src/language/expressions/parse.o >/dev/null 2>&1
5879  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-any-writer.lo -MD -MP -MF src/data/.deps/libdata_la-any-writer.Tpo -c -o src/data/libdata_la-any-writer.lo `test -f 'src/data/any-writer.c' || echo '../'`src/data/any-writer.c
5880  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/tukey/ptukey.lo -MD -MP -MF lib/tukey/.deps/ptukey.Tpo -c ../lib/tukey/ptukey.c -o lib/tukey/ptukey.o >/dev/null 2>&1
5881  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=1.6.2-g8596d6 --msgid-bugs-address=pspp-dev@gnu.org --from-code=UTF-8 --add-comments='TRANSLATORS:' --directory=.. -j doc/org.gnu.pspp.desktop.in -o po/pspp.pot,tmp
5882  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-options.lo -MD -MP -MF src/output/.deps/liboutput_la-options.Tpo -c ../src/output/options.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-options.o
5883  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-attributes.lo -MD -MP -MF src/data/.deps/libdata_la-attributes.Tpo -c -o src/data/libdata_la-attributes.lo `test -f 'src/data/attributes.c' || echo '../'`src/data/attributes.c
5884  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-calendar.lo -MD -MP -MF src/data/.deps/libdata_la-calendar.Tpo -c -o src/data/libdata_la-calendar.lo `test -f 'src/data/calendar.c' || echo '../'`src/data/calendar.c
5885  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/moments.lo -MD -MP -MF src/math/.deps/moments.Tpo -c ../src/math/moments.c -o src/math/moments.o >/dev/null 2>&1
5886  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-output-item.lo -MD -MP -MF src/output/.deps/liboutput_la-output-item.Tpo -c ../src/output/output-item.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-output-item.o
5887  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-map.lo -MD -MP -MF src/data/.deps/libdata_la-case-map.Tpo -c -o src/data/libdata_la-case-map.lo `test -f 'src/data/case-map.c' || echo '../'`src/data/case-map.c
5888  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-pivot-table.lo -MD -MP -MF src/output/.deps/liboutput_la-pivot-table.Tpo -c ../src/output/pivot-table.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-pivot-table.o
5889  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/trimmed-mean.lo -MD -MP -MF src/math/.deps/trimmed-mean.Tpo -c ../src/math/trimmed-mean.c -o src/math/trimmed-mean.o >/dev/null 2>&1
5890  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-pivot-output.lo -MD -MP -MF src/output/.deps/liboutput_la-pivot-output.Tpo -c ../src/output/pivot-output.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-pivot-output.o
5891  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-page-setup.lo -MD -MP -MF src/output/.deps/liboutput_la-page-setup.Tpo -c ../src/output/page-setup.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-page-setup.o
5892  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-boxplot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-boxplot.Tpo -c ../src/output/charts/boxplot.c -o src/output/charts/liboutput_la-boxplot.o >/dev/null 2>&1
5893  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/tukey-hinges.lo -MD -MP -MF src/math/.deps/tukey-hinges.Tpo -c ../src/math/tukey-hinges.c -o src/math/tukey-hinges.o >/dev/null 2>&1
5894  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/order-stats.lo -MD -MP -MF src/math/.deps/order-stats.Tpo -c ../src/math/order-stats.c -o src/math/order-stats.o >/dev/null 2>&1
5895  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-barchart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-barchart.Tpo -c ../src/output/charts/barchart.c -o src/output/charts/liboutput_la-barchart.o >/dev/null 2>&1
5896  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-matcher.lo -MD -MP -MF src/data/.deps/libdata_la-case-matcher.Tpo -c -o src/data/libdata_la-case-matcher.lo `test -f 'src/data/case-matcher.c' || echo '../'`src/data/case-matcher.c
5897  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/np.lo -MD -MP -MF src/math/.deps/np.Tpo -c ../src/math/np.c -o src/math/np.o >/dev/null 2>&1
5898  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-np-plot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-np-plot.Tpo -c ../src/output/charts/np-plot.c -o src/output/charts/liboutput_la-np-plot.o >/dev/null 2>&1
5899  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-spv-driver.lo -MD -MP -MF src/output/.deps/liboutput_la-spv-driver.Tpo -c ../src/output/spv-driver.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-spv-driver.o
5900  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-ascii.lo -MD -MP -MF src/output/.deps/liboutput_la-ascii.Tpo -c ../src/output/ascii.c -o src/output/liboutput_la-ascii.o >/dev/null 2>&1
5901  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-select.lo -MD -MP -MF src/output/.deps/liboutput_la-select.Tpo -c ../src/output/select.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-select.o
5902  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-render.lo -MD -MP -MF src/output/.deps/liboutput_la-render.Tpo -c ../src/output/render.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-render.o
5903  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-roc-chart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-roc-chart-cairo.Tpo -c ../src/output/charts/roc-chart-cairo.c -o src/output/charts/liboutput_la-roc-chart-cairo.o >/dev/null 2>&1
5904  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/covariance.lo -MD -MP -MF src/math/.deps/covariance.Tpo -c ../src/math/covariance.c -o src/math/covariance.o >/dev/null 2>&1
5905  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-caseproto.lo -MD -MP -MF src/data/.deps/libdata_la-caseproto.Tpo -c -o src/data/libdata_la-caseproto.lo `test -f 'src/data/caseproto.c' || echo '../'`src/data/caseproto.c
5906  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-piechart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-piechart.Tpo -c ../src/output/charts/piechart.c -o src/output/charts/liboutput_la-piechart.o >/dev/null 2>&1
5907  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case.lo -MD -MP -MF src/data/.deps/libdata_la-case.Tpo -c -o src/data/libdata_la-case.lo `test -f 'src/data/case.c' || echo '../'`src/data/case.c
5908  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scatterplot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scatterplot-cairo.Tpo -c ../src/output/charts/scatterplot-cairo.c -o src/output/charts/liboutput_la-scatterplot-cairo.o >/dev/null 2>&1
5909  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scatterplot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scatterplot.Tpo -c ../src/output/charts/scatterplot.c -o src/output/charts/liboutput_la-scatterplot.o >/dev/null 2>&1
5910  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-np-plot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-np-plot-cairo.Tpo -c ../src/output/charts/np-plot-cairo.c -o src/output/charts/liboutput_la-np-plot-cairo.o >/dev/null 2>&1
5911  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-roc-chart.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-roc-chart.Tpo -c ../src/output/charts/roc-chart.c -o src/output/charts/liboutput_la-roc-chart.o >/dev/null 2>&1
5912  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-table.lo -MD -MP -MF src/output/.deps/liboutput_la-table.Tpo -c ../src/output/table.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-table.o
5913  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/shapiro-wilk.lo -MD -MP -MF src/math/.deps/shapiro-wilk.Tpo -c ../src/math/shapiro-wilk.c -o src/math/shapiro-wilk.o >/dev/null 2>&1
5914  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-spreadlevel-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Tpo -c ../src/output/charts/spreadlevel-cairo.c -o src/output/charts/liboutput_la-spreadlevel-cairo.o >/dev/null 2>&1
5915  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-driver.lo -MD -MP -MF src/output/.deps/liboutput_la-driver.Tpo -c ../src/output/driver.c -o src/output/liboutput_la-driver.o >/dev/null 2>&1
5916  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casegrouper.lo -MD -MP -MF src/data/.deps/libdata_la-casegrouper.Tpo -c -o src/data/libdata_la-casegrouper.lo `test -f 'src/data/casegrouper.c' || echo '../'`src/data/casegrouper.c
5917  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-glyphs.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-glyphs.Tpo -c ../src/output/tex-glyphs.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-tex-glyphs.o
5918  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-parsing.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-parsing.Tpo -c ../src/output/tex-parsing.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-tex-parsing.o
5919  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scree.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scree.Tpo -c ../src/output/charts/scree.c -o src/output/charts/liboutput_la-scree.o >/dev/null 2>&1
5920  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-caseinit.lo -MD -MP -MF src/data/.deps/libdata_la-caseinit.Tpo -c -o src/data/libdata_la-caseinit.lo `test -f 'src/data/caseinit.c' || echo '../'`src/data/caseinit.c
5921  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex.lo -MD -MP -MF src/output/.deps/liboutput_la-tex.Tpo -c ../src/output/tex.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-tex.o
5922  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-filter.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-filter.Tpo -c -o src/data/libdata_la-casereader-filter.lo `test -f 'src/data/casereader-filter.c' || echo '../'`src/data/casereader-filter.c
5923  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-rendering.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-rendering.Tpo -c ../src/output/tex-rendering.c  -fPIC -DPIC -o src/output/.libs/liboutput_la-tex-rendering.o
5924  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-project.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-project.Tpo -c -o src/data/libdata_la-casereader-project.lo `test -f 'src/data/casereader-project.c' || echo '../'`src/data/casereader-project.c
5925  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-spreadlevel-plot.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-spreadlevel-plot.Tpo -c ../src/output/charts/spreadlevel-plot.c -o src/output/charts/liboutput_la-spreadlevel-plot.o >/dev/null 2>&1
5926  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/math/linreg.lo -MD -MP -MF src/math/.deps/linreg.Tpo -c ../src/math/linreg.c -o src/math/linreg.o >/dev/null 2>&1
5927  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-css-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-css-parser.Tpo -c ../src/output/spv/spv-css-parser.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spv-css-parser.o
5928  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-select.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-select.Tpo -c -o src/data/libdata_la-casereader-select.lo `test -f 'src/data/casereader-select.c' || echo '../'`src/data/casereader-select.c
5929  mv po/pspp.pot,tmp po/pspp.pot
5930  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-legacy-data.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-legacy-data.Tpo -c ../src/output/spv/spv-legacy-data.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spv-legacy-data.o
5931  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-light-decoder.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-light-decoder.Tpo -c ../src/output/spv/spv-light-decoder.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spv-light-decoder.o
5932  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-legacy-decoder.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Tpo -c ../src/output/spv/spv-legacy-decoder.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spv-legacy-decoder.o
5933  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-shim.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-shim.Tpo -c -o src/data/libdata_la-casereader-shim.lo `test -f 'src/data/casereader-shim.c' || echo '../'`src/data/casereader-shim.c
5934  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-csv.lo -MD -MP -MF src/output/.deps/liboutput_la-csv.Tpo -c ../src/output/csv.c -o src/output/liboutput_la-csv.o >/dev/null 2>&1
5935  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-translator.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-translator.Tpo -c -o src/data/libdata_la-casereader-translator.lo `test -f 'src/data/casereader-translator.c' || echo '../'`src/data/casereader-translator.c
5936  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT lib/linreg/sweep.lo -MD -MP -MF lib/linreg/.deps/sweep.Tpo -c ../lib/linreg/sweep.c -o lib/linreg/sweep.o >/dev/null 2>&1
5937  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv.Tpo -c ../src/output/spv/spv.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spv.o
5938  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-old-binary-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-old-binary-parser.Tpo -c src/output/spv/old-binary-parser.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-old-binary-parser.o
5939  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spvxml-helpers.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spvxml-helpers.Tpo -c ../src/output/spv/spvxml-helpers.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spvxml-helpers.o
5940  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader.lo -MD -MP -MF src/data/.deps/libdata_la-casereader.Tpo -c -o src/data/libdata_la-casereader.lo `test -f 'src/data/casereader.c' || echo '../'`src/data/casereader.c
5941  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-detail-xml-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-detail-xml-parser.Tpo -c src/output/spv/detail-xml-parser.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-detail-xml-parser.o
5942  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-writer.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-writer.Tpo -c ../src/output/spv/spv-writer.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spv-writer.o
5943  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-table-look.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-table-look.Tpo -c ../src/output/spv/spv-table-look.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spv-table-look.o
5944  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spvbin-helpers.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spvbin-helpers.Tpo -c ../src/output/spv/spvbin-helpers.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-spvbin-helpers.o
5945  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewindow.lo -MD -MP -MF src/data/.deps/libdata_la-casewindow.Tpo -c -o src/data/libdata_la-casewindow.lo `test -f 'src/data/casewindow.c' || echo '../'`src/data/casewindow.c
5946  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-light-binary-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-light-binary-parser.Tpo -c src/output/spv/light-binary-parser.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-light-binary-parser.o
5947  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-boxplot-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-boxplot-cairo.Tpo -c ../src/output/charts/boxplot-cairo.c -o src/output/charts/liboutput_la-boxplot-cairo.o >/dev/null 2>&1
5948  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-structure-xml-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-structure-xml-parser.Tpo -c src/output/spv/structure-xml-parser.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-structure-xml-parser.o
5949  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-barchart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-barchart-cairo.Tpo -c ../src/output/charts/barchart-cairo.c -o src/output/charts/liboutput_la-barchart-cairo.o >/dev/null 2>&1
5950  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewriter-translator.lo -MD -MP -MF src/data/.deps/libdata_la-casewriter-translator.Tpo -c -o src/data/libdata_la-casewriter-translator.lo `test -f 'src/data/casewriter-translator.c' || echo '../'`src/data/casewriter-translator.c
5951  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewriter.lo -MD -MP -MF src/data/.deps/libdata_la-casewriter.Tpo -c -o src/data/libdata_la-casewriter.lo `test -f 'src/data/casewriter.c' || echo '../'`src/data/casewriter.c
5952  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-tmpfile.lo -MD -MP -MF src/data/.deps/libdata_la-case-tmpfile.Tpo -c -o src/data/libdata_la-case-tmpfile.lo `test -f 'src/data/case-tmpfile.c' || echo '../'`src/data/case-tmpfile.c
5953  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-tlo-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-tlo-parser.Tpo -c src/output/spv/tlo-parser.c  -fPIC -DPIC -o src/output/spv/.libs/liboutput_la-tlo-parser.o
5954  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-journal.lo -MD -MP -MF src/output/.deps/liboutput_la-journal.Tpo -c ../src/output/journal.c -o src/output/liboutput_la-journal.o >/dev/null 2>&1
5955  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-measure.lo -MD -MP -MF src/output/.deps/liboutput_la-measure.Tpo -c ../src/output/measure.c -o src/output/liboutput_la-measure.o >/dev/null 2>&1
5956  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-html.lo -MD -MP -MF src/output/.deps/liboutput_la-html.Tpo -c ../src/output/html.c -o src/output/liboutput_la-html.o >/dev/null 2>&1
5957  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-piechart-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-piechart-cairo.Tpo -c ../src/output/charts/piechart-cairo.c -o src/output/charts/liboutput_la-piechart-cairo.o >/dev/null 2>&1
5958  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-any-writer.lo -MD -MP -MF src/data/.deps/libdata_la-any-writer.Tpo -c ../src/data/any-writer.c  -fPIC -DPIC -o src/data/.libs/libdata_la-any-writer.o
5959  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-scree-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-scree-cairo.Tpo -c ../src/output/charts/scree-cairo.c -o src/output/charts/liboutput_la-scree-cairo.o >/dev/null 2>&1
5960  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-any-reader.lo -MD -MP -MF src/data/.deps/libdata_la-any-reader.Tpo -c ../src/data/any-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-any-reader.o
5961  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-csv-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-csv-file-writer.Tpo -c -o src/data/libdata_la-csv-file-writer.lo `test -f 'src/data/csv-file-writer.c' || echo '../'`src/data/csv-file-writer.c
5962  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-data-in.lo -MD -MP -MF src/data/.deps/libdata_la-data-in.Tpo -c -o src/data/libdata_la-data-in.lo `test -f 'src/data/data-in.c' || echo '../'`src/data/data-in.c
5963  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-data-out.lo -MD -MP -MF src/data/.deps/libdata_la-data-out.Tpo -c -o src/data/libdata_la-data-out.lo `test -f 'src/data/data-out.c' || echo '../'`src/data/data-out.c
5964  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dataset.lo -MD -MP -MF src/data/.deps/libdata_la-dataset.Tpo -c -o src/data/libdata_la-dataset.lo `test -f 'src/data/dataset.c' || echo '../'`src/data/dataset.c
5965  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dataset-writer.lo -MD -MP -MF src/data/.deps/libdata_la-dataset-writer.Tpo -c -o src/data/libdata_la-dataset-writer.lo `test -f 'src/data/dataset-writer.c' || echo '../'`src/data/dataset-writer.c
5966  mv -f src/ui/terminal/.deps/libui_la-terminal-opts.Tpo src/ui/terminal/.deps/libui_la-terminal-opts.Plo
5967  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-calendar.lo -MD -MP -MF src/data/.deps/libdata_la-calendar.Tpo -c ../src/data/calendar.c  -fPIC -DPIC -o src/data/.libs/libdata_la-calendar.o
5968  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-attributes.lo -MD -MP -MF src/data/.deps/libdata_la-attributes.Tpo -c ../src/data/attributes.c  -fPIC -DPIC -o src/data/.libs/libdata_la-attributes.o
5969  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-datasheet.lo -MD -MP -MF src/data/.deps/libdata_la-datasheet.Tpo -c -o src/data/libdata_la-datasheet.lo `test -f 'src/data/datasheet.c' || echo '../'`src/data/datasheet.c
5970  mv -f src/output/.deps/liboutput_la-chart.Tpo src/output/.deps/liboutput_la-chart.Plo
5971  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-plot-hist.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-plot-hist.Tpo -c ../src/output/charts/plot-hist.c -o src/output/charts/liboutput_la-plot-hist.o >/dev/null 2>&1
5972  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dict-class.lo -MD -MP -MF src/data/.deps/libdata_la-dict-class.Tpo -c -o src/data/libdata_la-dict-class.lo `test -f 'src/data/dict-class.c' || echo '../'`src/data/dict-class.c
5973  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/charts/liboutput_la-plot-hist-cairo.lo -MD -MP -MF src/output/charts/.deps/liboutput_la-plot-hist-cairo.Tpo -c ../src/output/charts/plot-hist-cairo.c -o src/output/charts/liboutput_la-plot-hist-cairo.o >/dev/null 2>&1
5974  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-page-setup.lo -MD -MP -MF src/output/.deps/liboutput_la-page-setup.Tpo -c ../src/output/page-setup.c -o src/output/liboutput_la-page-setup.o >/dev/null 2>&1
5975  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-glyphs.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-glyphs.Tpo -c ../src/output/tex-glyphs.c -o src/output/liboutput_la-tex-glyphs.o >/dev/null 2>&1
5976  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-map.lo -MD -MP -MF src/data/.deps/libdata_la-case-map.Tpo -c ../src/data/case-map.c  -fPIC -DPIC -o src/data/.libs/libdata_la-case-map.o
5977  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dictionary.lo -MD -MP -MF src/data/.deps/libdata_la-dictionary.Tpo -c -o src/data/libdata_la-dictionary.lo `test -f 'src/data/dictionary.c' || echo '../'`src/data/dictionary.c
5978  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-msglog.lo -MD -MP -MF src/output/.deps/liboutput_la-msglog.Tpo -c ../src/output/msglog.c -o src/output/liboutput_la-msglog.o >/dev/null 2>&1
5979  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-options.lo -MD -MP -MF src/output/.deps/liboutput_la-options.Tpo -c ../src/output/options.c -o src/output/liboutput_la-options.o >/dev/null 2>&1
5980  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-encrypted-file.lo -MD -MP -MF src/data/.deps/libdata_la-encrypted-file.Tpo -c -o src/data/libdata_la-encrypted-file.lo `test -f 'src/data/encrypted-file.c' || echo '../'`src/data/encrypted-file.c
5981  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-file-handle-def.lo -MD -MP -MF src/data/.deps/libdata_la-file-handle-def.Tpo -c -o src/data/libdata_la-file-handle-def.lo `test -f 'src/data/file-handle-def.c' || echo '../'`src/data/file-handle-def.c
5982  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-output-item.lo -MD -MP -MF src/output/.deps/liboutput_la-output-item.Tpo -c ../src/output/output-item.c -o src/output/liboutput_la-output-item.o >/dev/null 2>&1
5983  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-matcher.lo -MD -MP -MF src/data/.deps/libdata_la-case-matcher.Tpo -c ../src/data/case-matcher.c  -fPIC -DPIC -o src/data/.libs/libdata_la-case-matcher.o
5984  mv -f src/output/charts/.deps/liboutput_la-boxplot.Tpo src/output/charts/.deps/liboutput_la-boxplot.Plo
5985  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-file-name.lo -MD -MP -MF src/data/.deps/libdata_la-file-name.Tpo -c -o src/data/libdata_la-file-name.lo `test -f 'src/data/file-name.c' || echo '../'`src/data/file-name.c
5986  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-caseproto.lo -MD -MP -MF src/data/.deps/libdata_la-caseproto.Tpo -c ../src/data/caseproto.c  -fPIC -DPIC -o src/data/.libs/libdata_la-caseproto.o
5987  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case.lo -MD -MP -MF src/data/.deps/libdata_la-case.Tpo -c ../src/data/case.c  -fPIC -DPIC -o src/data/.libs/libdata_la-case.o
5988  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-format-guesser.lo -MD -MP -MF src/data/.deps/libdata_la-format-guesser.Tpo -c -o src/data/libdata_la-format-guesser.lo `test -f 'src/data/format-guesser.c' || echo '../'`src/data/format-guesser.c
5989  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-format.lo -MD -MP -MF src/data/.deps/libdata_la-format.Tpo -c -o src/data/libdata_la-format.lo `test -f 'src/data/format.c' || echo '../'`src/data/format.c
5990  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casegrouper.lo -MD -MP -MF src/data/.deps/libdata_la-casegrouper.Tpo -c ../src/data/casegrouper.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casegrouper.o
5991  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-gnumeric-reader.lo -MD -MP -MF src/data/.deps/libdata_la-gnumeric-reader.Tpo -c -o src/data/libdata_la-gnumeric-reader.lo `test -f 'src/data/gnumeric-reader.c' || echo '../'`src/data/gnumeric-reader.c
5992  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-select.lo -MD -MP -MF src/output/.deps/liboutput_la-select.Tpo -c ../src/output/select.c -o src/output/liboutput_la-select.o >/dev/null 2>&1
5993  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-identifier.lo -MD -MP -MF src/data/.deps/libdata_la-identifier.Tpo -c -o src/data/libdata_la-identifier.lo `test -f 'src/data/identifier.c' || echo '../'`src/data/identifier.c
5994  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-identifier2.lo -MD -MP -MF src/data/.deps/libdata_la-identifier2.Tpo -c -o src/data/libdata_la-identifier2.lo `test -f 'src/data/identifier2.c' || echo '../'`src/data/identifier2.c
5995  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-parsing.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-parsing.Tpo -c ../src/output/tex-parsing.c -o src/output/liboutput_la-tex-parsing.o >/dev/null 2>&1
5996  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-lazy-casereader.lo -MD -MP -MF src/data/.deps/libdata_la-lazy-casereader.Tpo -c -o src/data/libdata_la-lazy-casereader.lo `test -f 'src/data/lazy-casereader.c' || echo '../'`src/data/lazy-casereader.c
5997  mv -f src/output/charts/.deps/liboutput_la-roc-chart-cairo.Tpo src/output/charts/.deps/liboutput_la-roc-chart-cairo.Plo
5998  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-caseinit.lo -MD -MP -MF src/data/.deps/libdata_la-caseinit.Tpo -c ../src/data/caseinit.c  -fPIC -DPIC -o src/data/.libs/libdata_la-caseinit.o
5999  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-mdd-writer.lo -MD -MP -MF src/data/.deps/libdata_la-mdd-writer.Tpo -c -o src/data/libdata_la-mdd-writer.lo `test -f 'src/data/mdd-writer.c' || echo '../'`src/data/mdd-writer.c
6000  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-spv-driver.lo -MD -MP -MF src/output/.deps/liboutput_la-spv-driver.Tpo -c ../src/output/spv-driver.c -o src/output/liboutput_la-spv-driver.o >/dev/null 2>&1
6001  mv -f src/output/charts/.deps/liboutput_la-barchart.Tpo src/output/charts/.deps/liboutput_la-barchart.Plo
6002  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-missing-values.lo -MD -MP -MF src/data/.deps/libdata_la-missing-values.Tpo -c -o src/data/libdata_la-missing-values.lo `test -f 'src/data/missing-values.c' || echo '../'`src/data/missing-values.c
6003  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-make-file.lo -MD -MP -MF src/data/.deps/libdata_la-make-file.Tpo -c -o src/data/libdata_la-make-file.lo `test -f 'src/data/make-file.c' || echo '../'`src/data/make-file.c
6004  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-pivot-output.lo -MD -MP -MF src/output/.deps/liboutput_la-pivot-output.Tpo -c ../src/output/pivot-output.c -o src/output/liboutput_la-pivot-output.o >/dev/null 2>&1
6005  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-filter.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-filter.Tpo -c ../src/data/casereader-filter.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casereader-filter.o
6006  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-old-binary-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-old-binary-parser.Tpo -c src/output/spv/old-binary-parser.c -o src/output/spv/liboutput_la-old-binary-parser.o >/dev/null 2>&1
6007  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-mrset.lo -MD -MP -MF src/data/.deps/libdata_la-mrset.Tpo -c -o src/data/libdata_la-mrset.lo `test -f 'src/data/mrset.c' || echo '../'`src/data/mrset.c
6008  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-ods-reader.lo -MD -MP -MF src/data/.deps/libdata_la-ods-reader.Tpo -c -o src/data/libdata_la-ods-reader.lo `test -f 'src/data/ods-reader.c' || echo '../'`src/data/ods-reader.c
6009  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-select.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-select.Tpo -c ../src/data/casereader-select.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casereader-select.o
6010  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-project.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-project.Tpo -c ../src/data/casereader-project.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casereader-project.o
6011  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-pc+-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-pc+-file-reader.Tpo -c -o src/data/libdata_la-pc+-file-reader.lo `test -f 'src/data/pc+-file-reader.c' || echo '../'`src/data/pc+-file-reader.c
6012  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-por-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-por-file-reader.Tpo -c -o src/data/libdata_la-por-file-reader.lo `test -f 'src/data/por-file-reader.c' || echo '../'`src/data/por-file-reader.c
6013  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-table.lo -MD -MP -MF src/output/.deps/liboutput_la-table.Tpo -c ../src/output/table.c -o src/output/liboutput_la-table.o >/dev/null 2>&1
6014  mv -f src/output/charts/.deps/liboutput_la-np-plot.Tpo src/output/charts/.deps/liboutput_la-np-plot.Plo
6015  mv -f src/output/charts/.deps/liboutput_la-piechart.Tpo src/output/charts/.deps/liboutput_la-piechart.Plo
6016  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-por-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-por-file-writer.Tpo -c -o src/data/libdata_la-por-file-writer.lo `test -f 'src/data/por-file-writer.c' || echo '../'`src/data/por-file-writer.c
6017  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-psql-reader.lo -MD -MP -MF src/data/.deps/libdata_la-psql-reader.Tpo -c -o src/data/libdata_la-psql-reader.lo `test -f 'src/data/psql-reader.c' || echo '../'`src/data/psql-reader.c
6018  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex-rendering.lo -MD -MP -MF src/output/.deps/liboutput_la-tex-rendering.Tpo -c ../src/output/tex-rendering.c -o src/output/liboutput_la-tex-rendering.o >/dev/null 2>&1
6019  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-odt.lo -MD -MP -MF src/output/.deps/liboutput_la-odt.Tpo -c ../src/output/odt.c -o src/output/liboutput_la-odt.o >/dev/null 2>&1
6020  mv -f src/output/charts/.deps/liboutput_la-roc-chart.Tpo src/output/charts/.deps/liboutput_la-roc-chart.Plo
6021  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-session.lo -MD -MP -MF src/data/.deps/libdata_la-session.Tpo -c -o src/data/libdata_la-session.lo `test -f 'src/data/session.c' || echo '../'`src/data/session.c
6022  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-settings.lo -MD -MP -MF src/data/.deps/libdata_la-settings.Tpo -c -o src/data/libdata_la-settings.lo `test -f 'src/data/settings.c' || echo '../'`src/data/settings.c
6023  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-shim.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-shim.Tpo -c ../src/data/casereader-shim.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casereader-shim.o
6024  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-short-names.lo -MD -MP -MF src/data/.deps/libdata_la-short-names.Tpo -c -o src/data/libdata_la-short-names.lo `test -f 'src/data/short-names.c' || echo '../'`src/data/short-names.c
6025  mv -f src/output/charts/.deps/liboutput_la-scatterplot-cairo.Tpo src/output/charts/.deps/liboutput_la-scatterplot-cairo.Plo
6026  mv -f src/output/charts/.deps/liboutput_la-np-plot-cairo.Tpo src/output/charts/.deps/liboutput_la-np-plot-cairo.Plo
6027  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-spreadsheet-reader.lo -MD -MP -MF src/data/.deps/libdata_la-spreadsheet-reader.Tpo -c -o src/data/libdata_la-spreadsheet-reader.lo `test -f 'src/data/spreadsheet-reader.c' || echo '../'`src/data/spreadsheet-reader.c
6028  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-tmpfile.lo -MD -MP -MF src/data/.deps/libdata_la-case-tmpfile.Tpo -c ../src/data/case-tmpfile.c  -fPIC -DPIC -o src/data/.libs/libdata_la-case-tmpfile.o
6029  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader.lo -MD -MP -MF src/data/.deps/libdata_la-casereader.Tpo -c ../src/data/casereader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casereader.o
6030  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-translator.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-translator.Tpo -c ../src/data/casereader-translator.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casereader-translator.o
6031  mv -f src/output/.deps/liboutput_la-driver.Tpo src/output/.deps/liboutput_la-driver.Plo
6032  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewindow.lo -MD -MP -MF src/data/.deps/libdata_la-casewindow.Tpo -c ../src/data/casewindow.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casewindow.o
6033  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-subcase.lo -MD -MP -MF src/data/.deps/libdata_la-subcase.Tpo -c -o src/data/libdata_la-subcase.lo `test -f 'src/data/subcase.c' || echo '../'`src/data/subcase.c
6034  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewriter-translator.lo -MD -MP -MF src/data/.deps/libdata_la-casewriter-translator.Tpo -c ../src/data/casewriter-translator.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casewriter-translator.o
6035  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewriter.lo -MD -MP -MF src/data/.deps/libdata_la-casewriter.Tpo -c ../src/data/casewriter.c  -fPIC -DPIC -o src/data/.libs/libdata_la-casewriter.o
6036  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-light-binary-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-light-binary-parser.Tpo -c src/output/spv/light-binary-parser.c -o src/output/spv/liboutput_la-light-binary-parser.o >/dev/null 2>&1
6037  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-private.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-private.Tpo -c -o src/data/libdata_la-sys-file-private.lo `test -f 'src/data/sys-file-private.c' || echo '../'`src/data/sys-file-private.c
6038  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo.Tpo -c ../src/output/cairo.c -o src/output/liboutput_la-cairo.o >/dev/null 2>&1
6039  mv -f src/output/.deps/liboutput_la-ascii.Tpo src/output/.deps/liboutput_la-ascii.Plo
6040  mv -f src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Tpo src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Plo
6041  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-pager.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-pager.Tpo -c ../src/output/cairo-pager.c -o src/output/liboutput_la-cairo-pager.o >/dev/null 2>&1
6042  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-tlo-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-tlo-parser.Tpo -c src/output/spv/tlo-parser.c -o src/output/spv/liboutput_la-tlo-parser.o >/dev/null 2>&1
6043  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spvxml-helpers.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spvxml-helpers.Tpo -c ../src/output/spv/spvxml-helpers.c -o src/output/spv/liboutput_la-spvxml-helpers.o >/dev/null 2>&1
6044  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-reader.Tpo -c -o src/data/libdata_la-sys-file-reader.lo `test -f 'src/data/sys-file-reader.c' || echo '../'`src/data/sys-file-reader.c
6045  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-writer.Tpo -c -o src/data/libdata_la-sys-file-writer.lo `test -f 'src/data/sys-file-writer.c' || echo '../'`src/data/sys-file-writer.c
6046  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-transformations.lo -MD -MP -MF src/data/.deps/libdata_la-transformations.Tpo -c -o src/data/libdata_la-transformations.lo `test -f 'src/data/transformations.c' || echo '../'`src/data/transformations.c
6047  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-value.lo -MD -MP -MF src/data/.deps/libdata_la-value.Tpo -c -o src/data/libdata_la-value.lo `test -f 'src/data/value.c' || echo '../'`src/data/value.c
6048  mv -f src/output/.deps/liboutput_la-tex-glyphs.Tpo src/output/.deps/liboutput_la-tex-glyphs.Plo
6049  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-data-in.lo -MD -MP -MF src/data/.deps/libdata_la-data-in.Tpo -c ../src/data/data-in.c  -fPIC -DPIC -o src/data/.libs/libdata_la-data-in.o
6050  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spvbin-helpers.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spvbin-helpers.Tpo -c ../src/output/spv/spvbin-helpers.c -o src/output/spv/liboutput_la-spvbin-helpers.o >/dev/null 2>&1
6051  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-css-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-css-parser.Tpo -c ../src/output/spv/spv-css-parser.c -o src/output/spv/liboutput_la-spv-css-parser.o >/dev/null 2>&1
6052  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-csv-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-csv-file-writer.Tpo -c ../src/data/csv-file-writer.c  -fPIC -DPIC -o src/data/.libs/libdata_la-csv-file-writer.o
6053  mv -f src/output/charts/.deps/liboutput_la-scatterplot.Tpo src/output/charts/.deps/liboutput_la-scatterplot.Plo
6054  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-value-labels.lo -MD -MP -MF src/data/.deps/libdata_la-value-labels.Tpo -c -o src/data/libdata_la-value-labels.lo `test -f 'src/data/value-labels.c' || echo '../'`src/data/value-labels.c
6055  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-variable.lo -MD -MP -MF src/data/.deps/libdata_la-variable.Tpo -c -o src/data/libdata_la-variable.lo `test -f 'src/data/variable.c' || echo '../'`src/data/variable.c
6056  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-vector.lo -MD -MP -MF src/data/.deps/libdata_la-vector.Tpo -c -o src/data/libdata_la-vector.lo `test -f 'src/data/vector.c' || echo '../'`src/data/vector.c
6057  mv -f src/output/charts/.deps/liboutput_la-scree.Tpo src/output/charts/.deps/liboutput_la-scree.Plo
6058  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dataset-writer.lo -MD -MP -MF src/data/.deps/libdata_la-dataset-writer.Tpo -c ../src/data/dataset-writer.c  -fPIC -DPIC -o src/data/.libs/libdata_la-dataset-writer.o
6059  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dataset.lo -MD -MP -MF src/data/.deps/libdata_la-dataset.Tpo -c ../src/data/dataset.c  -fPIC -DPIC -o src/data/.libs/libdata_la-dataset.o
6060  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-data-out.lo -MD -MP -MF src/data/.deps/libdata_la-data-out.Tpo -c ../src/data/data-out.c  -fPIC -DPIC -o src/data/.libs/libdata_la-data-out.o
6061  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-attributes.lo -MD -MP -MF src/data/.deps/libdata_la-attributes.Tpo -c ../src/data/attributes.c -o src/data/libdata_la-attributes.o >/dev/null 2>&1
6062  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-render.lo -MD -MP -MF src/output/.deps/liboutput_la-render.Tpo -c ../src/output/render.c -o src/output/liboutput_la-render.o >/dev/null 2>&1
6063  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-any-writer.lo -MD -MP -MF src/data/.deps/libdata_la-any-writer.Tpo -c ../src/data/any-writer.c -o src/data/libdata_la-any-writer.o >/dev/null 2>&1
6064  mv -f src/output/.deps/liboutput_la-journal.Tpo src/output/.deps/liboutput_la-journal.Plo
6065  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-datasheet.lo -MD -MP -MF src/data/.deps/libdata_la-datasheet.Tpo -c ../src/data/datasheet.c  -fPIC -DPIC -o src/data/.libs/libdata_la-datasheet.o
6066  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dict-class.lo -MD -MP -MF src/data/.deps/libdata_la-dict-class.Tpo -c ../src/data/dict-class.c  -fPIC -DPIC -o src/data/.libs/libdata_la-dict-class.o
6067  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I/usr/include -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-encoding.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-encoding.Tpo -c -o src/data/libdata_la-sys-file-encoding.lo `test -f 'src/data/sys-file-encoding.c' || echo '../'`src/data/sys-file-encoding.c
6068  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-abt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-abt.Tpo -c -o src/libpspp/liblibpspp_la-abt.lo `test -f 'src/libpspp/abt.c' || echo '../'`src/libpspp/abt.c
6069  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-argv-parser.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-argv-parser.Tpo -c -o src/libpspp/liblibpspp_la-argv-parser.lo `test -f 'src/libpspp/argv-parser.c' || echo '../'`src/libpspp/argv-parser.c
6070  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-light-decoder.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-light-decoder.Tpo -c ../src/output/spv/spv-light-decoder.c -o src/output/spv/liboutput_la-spv-light-decoder.o >/dev/null 2>&1
6071  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-any-reader.lo -MD -MP -MF src/data/.deps/libdata_la-any-reader.Tpo -c ../src/data/any-reader.c -o src/data/libdata_la-any-reader.o >/dev/null 2>&1
6072  mv -f src/output/.deps/liboutput_la-csv.Tpo src/output/.deps/liboutput_la-csv.Plo
6073  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-array.Tpo -c -o src/libpspp/liblibpspp_la-array.lo `test -f 'src/libpspp/array.c' || echo '../'`src/libpspp/array.c
6074  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-table-look.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-table-look.Tpo -c ../src/output/spv/spv-table-look.c -o src/output/spv/liboutput_la-spv-table-look.o >/dev/null 2>&1
6075  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-bit-vector.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-bit-vector.Tpo -c -o src/libpspp/liblibpspp_la-bit-vector.lo `test -f 'src/libpspp/bit-vector.c' || echo '../'`src/libpspp/bit-vector.c
6076  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-tex.lo -MD -MP -MF src/output/.deps/liboutput_la-tex.Tpo -c ../src/output/tex.c -o src/output/liboutput_la-tex.o >/dev/null 2>&1
6077  mv -f src/output/charts/.deps/liboutput_la-spreadlevel-plot.Tpo src/output/charts/.deps/liboutput_la-spreadlevel-plot.Plo
6078  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dictionary.lo -MD -MP -MF src/data/.deps/libdata_la-dictionary.Tpo -c ../src/data/dictionary.c  -fPIC -DPIC -o src/data/.libs/libdata_la-dictionary.o
6079  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-bt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-bt.Tpo -c -o src/libpspp/liblibpspp_la-bt.lo `test -f 'src/libpspp/bt.c' || echo '../'`src/libpspp/bt.c
6080  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-encrypted-file.lo -MD -MP -MF src/data/.deps/libdata_la-encrypted-file.Tpo -c ../src/data/encrypted-file.c  -fPIC -DPIC -o src/data/.libs/libdata_la-encrypted-file.o
6081  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-file-handle-def.lo -MD -MP -MF src/data/.deps/libdata_la-file-handle-def.Tpo -c ../src/data/file-handle-def.c  -fPIC -DPIC -o src/data/.libs/libdata_la-file-handle-def.o
6082  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-cmac-aes256.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-cmac-aes256.Tpo -c -o src/libpspp/liblibpspp_la-cmac-aes256.lo `test -f 'src/libpspp/cmac-aes256.c' || echo '../'`src/libpspp/cmac-aes256.c
6083  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-copyleft.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-copyleft.Tpo -c -o src/libpspp/liblibpspp_la-copyleft.lo `test -f 'src/libpspp/copyleft.c' || echo '../'`src/libpspp/copyleft.c
6084  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-deque.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-deque.Tpo -c -o src/libpspp/liblibpspp_la-deque.lo `test -f 'src/libpspp/deque.c' || echo '../'`src/libpspp/deque.c
6085  mv -f src/output/.deps/liboutput_la-page-setup.Tpo src/output/.deps/liboutput_la-page-setup.Plo
6086  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-encoding-guesser.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-encoding-guesser.Tpo -c -o src/libpspp/liblibpspp_la-encoding-guesser.lo `test -f 'src/libpspp/encoding-guesser.c' || echo '../'`src/libpspp/encoding-guesser.c
6087  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-ext-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-ext-array.Tpo -c -o src/libpspp/liblibpspp_la-ext-array.lo `test -f 'src/libpspp/ext-array.c' || echo '../'`src/libpspp/ext-array.c
6088  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-structure-xml-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-structure-xml-parser.Tpo -c src/output/spv/structure-xml-parser.c -o src/output/spv/liboutput_la-structure-xml-parser.o >/dev/null 2>&1
6089  mv -f src/output/.deps/liboutput_la-measure.Tpo src/output/.deps/liboutput_la-measure.Plo
6090  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-calendar.lo -MD -MP -MF src/data/.deps/libdata_la-calendar.Tpo -c ../src/data/calendar.c -o src/data/libdata_la-calendar.o >/dev/null 2>&1
6091  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-float-format.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-float-format.Tpo -c -o src/libpspp/liblibpspp_la-float-format.lo `test -f 'src/libpspp/float-format.c' || echo '../'`src/libpspp/float-format.c
6092  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-freaderror.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-freaderror.Tpo -c -o src/libpspp/liblibpspp_la-freaderror.lo `test -f 'src/libpspp/freaderror.c' || echo '../'`src/libpspp/freaderror.c
6093  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-file-name.lo -MD -MP -MF src/data/.deps/libdata_la-file-name.Tpo -c ../src/data/file-name.c  -fPIC -DPIC -o src/data/.libs/libdata_la-file-name.o
6094  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-detail-xml-parser.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-detail-xml-parser.Tpo -c src/output/spv/detail-xml-parser.c -o src/output/spv/liboutput_la-detail-xml-parser.o >/dev/null 2>&1
6095  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-fsm.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-fsm.Tpo -c ../src/output/cairo-fsm.c -o src/output/liboutput_la-cairo-fsm.o >/dev/null 2>&1
6096  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hash-functions.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hash-functions.Tpo -c -o src/libpspp/liblibpspp_la-hash-functions.lo `test -f 'src/libpspp/hash-functions.c' || echo '../'`src/libpspp/hash-functions.c
6097  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-map.lo -MD -MP -MF src/data/.deps/libdata_la-case-map.Tpo -c ../src/data/case-map.c -o src/data/libdata_la-case-map.o >/dev/null 2>&1
6098  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-heap.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-heap.Tpo -c -o src/libpspp/liblibpspp_la-heap.lo `test -f 'src/libpspp/heap.c' || echo '../'`src/libpspp/heap.c
6099  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-matcher.lo -MD -MP -MF src/data/.deps/libdata_la-case-matcher.Tpo -c ../src/data/case-matcher.c -o src/data/libdata_la-case-matcher.o >/dev/null 2>&1
6100  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hmap.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hmap.Tpo -c -o src/libpspp/liblibpspp_la-hmap.lo `test -f 'src/libpspp/hmap.c' || echo '../'`src/libpspp/hmap.c
6101  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hmapx.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hmapx.Tpo -c -o src/libpspp/liblibpspp_la-hmapx.lo `test -f 'src/libpspp/hmapx.c' || echo '../'`src/libpspp/hmapx.c
6102  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-cairo-chart.lo -MD -MP -MF src/output/.deps/liboutput_la-cairo-chart.Tpo -c ../src/output/cairo-chart.c -o src/output/liboutput_la-cairo-chart.o >/dev/null 2>&1
6103  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-i18n.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-i18n.Tpo -c -o src/libpspp/liblibpspp_la-i18n.lo `test -f 'src/libpspp/i18n.c' || echo '../'`src/libpspp/i18n.c
6104  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-legacy-data.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-legacy-data.Tpo -c ../src/output/spv/spv-legacy-data.c -o src/output/spv/liboutput_la-spv-legacy-data.o >/dev/null 2>&1
6105  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv.Tpo -c ../src/output/spv/spv.c -o src/output/spv/liboutput_la-spv.o >/dev/null 2>&1
6106  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-format-guesser.lo -MD -MP -MF src/data/.deps/libdata_la-format-guesser.Tpo -c ../src/data/format-guesser.c  -fPIC -DPIC -o src/data/.libs/libdata_la-format-guesser.o
6107  mv -f src/output/.deps/liboutput_la-msglog.Tpo src/output/.deps/liboutput_la-msglog.Plo
6108  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-format.lo -MD -MP -MF src/data/.deps/libdata_la-format.Tpo -c ../src/data/format.c  -fPIC -DPIC -o src/data/.libs/libdata_la-format.o
6109  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-integer-format.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-integer-format.Tpo -c -o src/libpspp/liblibpspp_la-integer-format.lo `test -f 'src/libpspp/integer-format.c' || echo '../'`src/libpspp/integer-format.c
6110  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-gnumeric-reader.lo -MD -MP -MF src/data/.deps/libdata_la-gnumeric-reader.Tpo -c ../src/data/gnumeric-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-gnumeric-reader.o
6111  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-intern.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-intern.Tpo -c -o src/libpspp/liblibpspp_la-intern.lo `test -f 'src/libpspp/intern.c' || echo '../'`src/libpspp/intern.c
6112  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-line-reader.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-line-reader.Tpo -c -o src/libpspp/liblibpspp_la-line-reader.lo `test -f 'src/libpspp/line-reader.c' || echo '../'`src/libpspp/line-reader.c
6113  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casegrouper.lo -MD -MP -MF src/data/.deps/libdata_la-casegrouper.Tpo -c ../src/data/casegrouper.c -o src/data/libdata_la-casegrouper.o >/dev/null 2>&1
6114  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-identifier.lo -MD -MP -MF src/data/.deps/libdata_la-identifier.Tpo -c ../src/data/identifier.c  -fPIC -DPIC -o src/data/.libs/libdata_la-identifier.o
6115  mv -f src/output/.deps/liboutput_la-options.Tpo src/output/.deps/liboutput_la-options.Plo
6116  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-caseproto.lo -MD -MP -MF src/data/.deps/libdata_la-caseproto.Tpo -c ../src/data/caseproto.c -o src/data/libdata_la-caseproto.o >/dev/null 2>&1
6117  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-identifier2.lo -MD -MP -MF src/data/.deps/libdata_la-identifier2.Tpo -c ../src/data/identifier2.c  -fPIC -DPIC -o src/data/.libs/libdata_la-identifier2.o
6118  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-ll.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-ll.Tpo -c -o src/libpspp/liblibpspp_la-ll.lo `test -f 'src/libpspp/ll.c' || echo '../'`src/libpspp/ll.c
6119  mv -f src/output/.deps/liboutput_la-html.Tpo src/output/.deps/liboutput_la-html.Plo
6120  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-lazy-casereader.lo -MD -MP -MF src/data/.deps/libdata_la-lazy-casereader.Tpo -c ../src/data/lazy-casereader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-lazy-casereader.o
6121  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-llx.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-llx.Tpo -c -o src/libpspp/liblibpspp_la-llx.lo `test -f 'src/libpspp/llx.c' || echo '../'`src/libpspp/llx.c
6122  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-missing-values.lo -MD -MP -MF src/data/.deps/libdata_la-missing-values.Tpo -c ../src/data/missing-values.c  -fPIC -DPIC -o src/data/.libs/libdata_la-missing-values.o
6123  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case.lo -MD -MP -MF src/data/.deps/libdata_la-case.Tpo -c ../src/data/case.c -o src/data/libdata_la-case.o >/dev/null 2>&1
6124  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-mdd-writer.lo -MD -MP -MF src/data/.deps/libdata_la-mdd-writer.Tpo -c ../src/data/mdd-writer.c  -fPIC -DPIC -o src/data/.libs/libdata_la-mdd-writer.o
6125  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-select.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-select.Tpo -c ../src/data/casereader-select.c -o src/data/libdata_la-casereader-select.o >/dev/null 2>&1
6126  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/liboutput_la-pivot-table.lo -MD -MP -MF src/output/.deps/liboutput_la-pivot-table.Tpo -c ../src/output/pivot-table.c -o src/output/liboutput_la-pivot-table.o >/dev/null 2>&1
6127  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-message.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-message.Tpo -c -o src/libpspp/liblibpspp_la-message.lo `test -f 'src/libpspp/message.c' || echo '../'`src/libpspp/message.c
6128  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-misc.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-misc.Tpo -c -o src/libpspp/liblibpspp_la-misc.lo `test -f 'src/libpspp/misc.c' || echo '../'`src/libpspp/misc.c
6129  mv -f src/output/spv/.deps/liboutput_la-old-binary-parser.Tpo src/output/spv/.deps/liboutput_la-old-binary-parser.Plo
6130  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-model-checker.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-model-checker.Tpo -c -o src/libpspp/liblibpspp_la-model-checker.lo `test -f 'src/libpspp/model-checker.c' || echo '../'`src/libpspp/model-checker.c
6131  mv -f src/output/charts/.deps/liboutput_la-barchart-cairo.Tpo src/output/charts/.deps/liboutput_la-barchart-cairo.Plo
6132  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-pc+-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-pc+-file-reader.Tpo -c ../src/data/pc+-file-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-pc+-file-reader.o
6133  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-ods-reader.lo -MD -MP -MF src/data/.deps/libdata_la-ods-reader.Tpo -c ../src/data/ods-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-ods-reader.o
6134  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-mrset.lo -MD -MP -MF src/data/.deps/libdata_la-mrset.Tpo -c ../src/data/mrset.c  -fPIC -DPIC -o src/data/.libs/libdata_la-mrset.o
6135  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-make-file.lo -MD -MP -MF src/data/.deps/libdata_la-make-file.Tpo -c ../src/data/make-file.c  -fPIC -DPIC -o src/data/.libs/libdata_la-make-file.o
6136  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-por-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-por-file-reader.Tpo -c ../src/data/por-file-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-por-file-reader.o
6137  mv -f src/output/.deps/liboutput_la-select.Tpo src/output/.deps/liboutput_la-select.Plo
6138  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-pool.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-pool.Tpo -c -o src/libpspp/liblibpspp_la-pool.lo `test -f 'src/libpspp/pool.c' || echo '../'`src/libpspp/pool.c
6139  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-prompt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-prompt.Tpo -c -o src/libpspp/liblibpspp_la-prompt.lo `test -f 'src/libpspp/prompt.c' || echo '../'`src/libpspp/prompt.c
6140  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-project.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-project.Tpo -c ../src/data/casereader-project.c -o src/data/libdata_la-casereader-project.o >/dev/null 2>&1
6141  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-session.lo -MD -MP -MF src/data/.deps/libdata_la-session.Tpo -c ../src/data/session.c  -fPIC -DPIC -o src/data/.libs/libdata_la-session.o
6142  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-psql-reader.lo -MD -MP -MF src/data/.deps/libdata_la-psql-reader.Tpo -c ../src/data/psql-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-psql-reader.o
6143  mv -f src/output/.deps/liboutput_la-tex-parsing.Tpo src/output/.deps/liboutput_la-tex-parsing.Plo
6144  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-settings.lo -MD -MP -MF src/data/.deps/libdata_la-settings.Tpo -c ../src/data/settings.c  -fPIC -DPIC -o src/data/.libs/libdata_la-settings.o
6145  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-por-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-por-file-writer.Tpo -c ../src/data/por-file-writer.c  -fPIC -DPIC -o src/data/.libs/libdata_la-por-file-writer.o
6146  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-map.Tpo -c -o src/libpspp/liblibpspp_la-range-map.lo `test -f 'src/libpspp/range-map.c' || echo '../'`src/libpspp/range-map.c
6147  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-caseinit.lo -MD -MP -MF src/data/.deps/libdata_la-caseinit.Tpo -c ../src/data/caseinit.c -o src/data/libdata_la-caseinit.o >/dev/null 2>&1
6148  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-short-names.lo -MD -MP -MF src/data/.deps/libdata_la-short-names.Tpo -c ../src/data/short-names.c  -fPIC -DPIC -o src/data/.libs/libdata_la-short-names.o
6149  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-set.Tpo -c -o src/libpspp/liblibpspp_la-range-set.lo `test -f 'src/libpspp/range-set.c' || echo '../'`src/libpspp/range-set.c
6150  mv -f src/output/.deps/liboutput_la-output-item.Tpo src/output/.deps/liboutput_la-output-item.Plo
6151  mv -f src/output/.deps/liboutput_la-spv-driver.Tpo src/output/.deps/liboutput_la-spv-driver.Plo
6152  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-tower.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-tower.Tpo -c -o src/libpspp/liblibpspp_la-range-tower.lo `test -f 'src/libpspp/range-tower.c' || echo '../'`src/libpspp/range-tower.c
6153  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-shim.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-shim.Tpo -c ../src/data/casereader-shim.c -o src/data/libdata_la-casereader-shim.o >/dev/null 2>&1
6154  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-filter.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-filter.Tpo -c ../src/data/casereader-filter.c -o src/data/libdata_la-casereader-filter.o >/dev/null 2>&1
6155  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-sparse-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-sparse-array.Tpo -c -o src/libpspp/liblibpspp_la-sparse-array.lo `test -f 'src/libpspp/sparse-array.c' || echo '../'`src/libpspp/sparse-array.c
6156  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-sparse-xarray.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-sparse-xarray.Tpo -c -o src/libpspp/liblibpspp_la-sparse-xarray.lo `test -f 'src/libpspp/sparse-xarray.c' || echo '../'`src/libpspp/sparse-xarray.c
6157  mv -f src/output/charts/.deps/liboutput_la-boxplot-cairo.Tpo src/output/charts/.deps/liboutput_la-boxplot-cairo.Plo
6158  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-spreadsheet-reader.lo -MD -MP -MF src/data/.deps/libdata_la-spreadsheet-reader.Tpo -c ../src/data/spreadsheet-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-spreadsheet-reader.o
6159  mv -f src/output/charts/.deps/liboutput_la-scree-cairo.Tpo src/output/charts/.deps/liboutput_la-scree-cairo.Plo
6160  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-subcase.lo -MD -MP -MF src/data/.deps/libdata_la-subcase.Tpo -c ../src/data/subcase.c  -fPIC -DPIC -o src/data/.libs/libdata_la-subcase.o
6161  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-start-date.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-start-date.Tpo -c -o src/libpspp/liblibpspp_la-start-date.lo `test -f 'src/libpspp/start-date.c' || echo '../'`src/libpspp/start-date.c
6162  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewriter.lo -MD -MP -MF src/data/.deps/libdata_la-casewriter.Tpo -c ../src/data/casewriter.c -o src/data/libdata_la-casewriter.o >/dev/null 2>&1
6163  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-private.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-private.Tpo -c ../src/data/sys-file-private.c  -fPIC -DPIC -o src/data/.libs/libdata_la-sys-file-private.o
6164  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-transformations.lo -MD -MP -MF src/data/.deps/libdata_la-transformations.Tpo -c ../src/data/transformations.c  -fPIC -DPIC -o src/data/.libs/libdata_la-transformations.o
6165  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-reader.Tpo -c ../src/data/sys-file-reader.c  -fPIC -DPIC -o src/data/.libs/libdata_la-sys-file-reader.o
6166  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-array.Tpo -c -o src/libpspp/liblibpspp_la-string-array.lo `test -f 'src/libpspp/string-array.c' || echo '../'`src/libpspp/string-array.c
6167  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-writer.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-writer.Tpo -c ../src/output/spv/spv-writer.c -o src/output/spv/liboutput_la-spv-writer.o >/dev/null 2>&1
6168  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-value.lo -MD -MP -MF src/data/.deps/libdata_la-value.Tpo -c ../src/data/value.c  -fPIC -DPIC -o src/data/.libs/libdata_la-value.o
6169  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-case-tmpfile.lo -MD -MP -MF src/data/.deps/libdata_la-case-tmpfile.Tpo -c ../src/data/case-tmpfile.c -o src/data/libdata_la-case-tmpfile.o >/dev/null 2>&1
6170  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-writer.Tpo -c ../src/data/sys-file-writer.c  -fPIC -DPIC -o src/data/.libs/libdata_la-sys-file-writer.o
6171  mv -f src/output/charts/.deps/liboutput_la-piechart-cairo.Tpo src/output/charts/.deps/liboutput_la-piechart-cairo.Plo
6172  mv -f src/output/charts/.deps/liboutput_la-plot-hist.Tpo src/output/charts/.deps/liboutput_la-plot-hist.Plo
6173  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader.lo -MD -MP -MF src/data/.deps/libdata_la-casereader.Tpo -c ../src/data/casereader.c -o src/data/libdata_la-casereader.o >/dev/null 2>&1
6174  mv -f src/output/.deps/liboutput_la-tex-rendering.Tpo src/output/.deps/liboutput_la-tex-rendering.Plo
6175  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-map.Tpo -c -o src/libpspp/liblibpspp_la-string-map.lo `test -f 'src/libpspp/string-map.c' || echo '../'`src/libpspp/string-map.c
6176  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dict-class.lo -MD -MP -MF src/data/.deps/libdata_la-dict-class.Tpo -c ../src/data/dict-class.c -o src/data/libdata_la-dict-class.o >/dev/null 2>&1
6177  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-set.Tpo -c -o src/libpspp/liblibpspp_la-string-set.lo `test -f 'src/libpspp/string-set.c' || echo '../'`src/libpspp/string-set.c
6178  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewriter-translator.lo -MD -MP -MF src/data/.deps/libdata_la-casewriter-translator.Tpo -c ../src/data/casewriter-translator.c -o src/data/libdata_la-casewriter-translator.o >/dev/null 2>&1
6179  mv -f src/output/.deps/liboutput_la-table.Tpo src/output/.deps/liboutput_la-table.Plo
6180  mv -f src/output/spv/.deps/liboutput_la-light-binary-parser.Tpo src/output/spv/.deps/liboutput_la-light-binary-parser.Plo
6181  mv -f src/output/spv/.deps/liboutput_la-tlo-parser.Tpo src/output/spv/.deps/liboutput_la-tlo-parser.Plo
6182  mv -f src/output/spv/.deps/liboutput_la-spvbin-helpers.Tpo src/output/spv/.deps/liboutput_la-spvbin-helpers.Plo
6183  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-stringi-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-stringi-map.Tpo -c -o src/libpspp/liblibpspp_la-stringi-map.lo `test -f 'src/libpspp/stringi-map.c' || echo '../'`src/libpspp/stringi-map.c
6184  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-stringi-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-stringi-set.Tpo -c -o src/libpspp/liblibpspp_la-stringi-set.lo `test -f 'src/libpspp/stringi-set.c' || echo '../'`src/libpspp/stringi-set.c
6185  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-str.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-str.Tpo -c -o src/libpspp/liblibpspp_la-str.lo `test -f 'src/libpspp/str.c' || echo '../'`src/libpspp/str.c
6186  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-value-labels.lo -MD -MP -MF src/data/.deps/libdata_la-value-labels.Tpo -c ../src/data/value-labels.c  -fPIC -DPIC -o src/data/.libs/libdata_la-value-labels.o
6187  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-vector.lo -MD -MP -MF src/data/.deps/libdata_la-vector.Tpo -c ../src/data/vector.c  -fPIC -DPIC -o src/data/.libs/libdata_la-vector.o
6188  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-variable.lo -MD -MP -MF src/data/.deps/libdata_la-variable.Tpo -c ../src/data/variable.c  -fPIC -DPIC -o src/data/.libs/libdata_la-variable.o
6189  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-taint.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-taint.Tpo -c -o src/libpspp/liblibpspp_la-taint.lo `test -f 'src/libpspp/taint.c' || echo '../'`src/libpspp/taint.c
6190  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casewindow.lo -MD -MP -MF src/data/.deps/libdata_la-casewindow.Tpo -c ../src/data/casewindow.c -o src/data/libdata_la-casewindow.o >/dev/null 2>&1
6191  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-casereader-translator.lo -MD -MP -MF src/data/.deps/libdata_la-casereader-translator.Tpo -c ../src/data/casereader-translator.c -o src/data/libdata_la-casereader-translator.o >/dev/null 2>&1
6192  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-temp-file.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-temp-file.Tpo -c -o src/libpspp/liblibpspp_la-temp-file.lo `test -f 'src/libpspp/temp-file.c' || echo '../'`src/libpspp/temp-file.c
6193  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-tower.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-tower.Tpo -c -o src/libpspp/liblibpspp_la-tower.lo `test -f 'src/libpspp/tower.c' || echo '../'`src/libpspp/tower.c
6194  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-u8-istream.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-u8-istream.Tpo -c -o src/libpspp/liblibpspp_la-u8-istream.lo `test -f 'src/libpspp/u8-istream.c' || echo '../'`src/libpspp/u8-istream.c
6195  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/output/spv/liboutput_la-spv-legacy-decoder.lo -MD -MP -MF src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Tpo -c ../src/output/spv/spv-legacy-decoder.c -o src/output/spv/liboutput_la-spv-legacy-decoder.o >/dev/null 2>&1
6196  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dataset-writer.lo -MD -MP -MF src/data/.deps/libdata_la-dataset-writer.Tpo -c ../src/data/dataset-writer.c -o src/data/libdata_la-dataset-writer.o >/dev/null 2>&1
6197  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-encoding.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-encoding.Tpo -c src/data/sys-file-encoding.c  -fPIC -DPIC -o src/data/.libs/libdata_la-sys-file-encoding.o
6198  mv -f src/output/charts/.deps/liboutput_la-plot-hist-cairo.Tpo src/output/charts/.deps/liboutput_la-plot-hist-cairo.Plo
6199  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-u8-line.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-u8-line.Tpo -c -o src/libpspp/liblibpspp_la-u8-line.lo `test -f 'src/libpspp/u8-line.c' || echo '../'`src/libpspp/u8-line.c
6200  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-zip-reader.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-zip-reader.Tpo -c -o src/libpspp/liblibpspp_la-zip-reader.lo `test -f 'src/libpspp/zip-reader.c' || echo '../'`src/libpspp/zip-reader.c
6201  mv -f src/output/spv/.deps/liboutput_la-spvxml-helpers.Tpo src/output/spv/.deps/liboutput_la-spvxml-helpers.Plo
6202  mv -f src/data/.deps/libdata_la-attributes.Tpo src/data/.deps/libdata_la-attributes.Plo
6203  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-zip-writer.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-zip-writer.Tpo -c -o src/libpspp/liblibpspp_la-zip-writer.lo `test -f 'src/libpspp/zip-writer.c' || echo '../'`src/libpspp/zip-writer.c
6204  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I ../src/libpspp -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-version.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-version.Tpo -c -o src/libpspp/liblibpspp_la-version.lo `test -f 'src/libpspp/version.c' || echo '../'`src/libpspp/version.c
6205  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-abt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-abt.Tpo -c ../src/libpspp/abt.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-abt.o
6206  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-array.Tpo -c ../src/libpspp/array.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-array.o
6207  mv -f src/data/.deps/libdata_la-any-reader.Tpo src/data/.deps/libdata_la-any-reader.Plo
6208  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-argv-parser.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-argv-parser.Tpo -c ../src/libpspp/argv-parser.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-argv-parser.o
6209  mv -f src/output/spv/.deps/liboutput_la-spv-css-parser.Tpo src/output/spv/.deps/liboutput_la-spv-css-parser.Plo
6210  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-allocator.lo -MD -MP -MF gl/.deps/libgl_la-allocator.Tpo -c -o gl/libgl_la-allocator.lo `test -f 'gl/allocator.c' || echo '../'`gl/allocator.c
6211  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-cmac-aes256.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-cmac-aes256.Tpo -c ../src/libpspp/cmac-aes256.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-cmac-aes256.o
6212  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-i18n.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-i18n.Tpo -c ../src/libpspp/i18n.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-i18n.o
6213  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-bit-vector.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-bit-vector.Tpo -c ../src/libpspp/bit-vector.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-bit-vector.o
6214  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hash-functions.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hash-functions.Tpo -c ../src/libpspp/hash-functions.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-hash-functions.o
6215  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-copyleft.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-copyleft.Tpo -c ../src/libpspp/copyleft.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-copyleft.o
6216  mv -f src/data/.deps/libdata_la-calendar.Tpo src/data/.deps/libdata_la-calendar.Plo
6217  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-encoding-guesser.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-encoding-guesser.Tpo -c ../src/libpspp/encoding-guesser.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-encoding-guesser.o
6218  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-ext-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-ext-array.Tpo -c ../src/libpspp/ext-array.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-ext-array.o
6219  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-bt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-bt.Tpo -c ../src/libpspp/bt.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-bt.o
6220  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-deque.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-deque.Tpo -c ../src/libpspp/deque.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-deque.o
6221  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-areadlink.lo -MD -MP -MF gl/.deps/libgl_la-areadlink.Tpo -c -o gl/libgl_la-areadlink.lo `test -f 'gl/areadlink.c' || echo '../'`gl/areadlink.c
6222  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-integer-format.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-integer-format.Tpo -c ../src/libpspp/integer-format.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-integer-format.o
6223  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-freaderror.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-freaderror.Tpo -c ../src/libpspp/freaderror.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-freaderror.o
6224  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-float-format.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-float-format.Tpo -c ../src/libpspp/float-format.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-float-format.o
6225  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-intern.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-intern.Tpo -c ../src/libpspp/intern.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-intern.o
6226  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-asyncsafe-spin.lo -MD -MP -MF gl/.deps/libgl_la-asyncsafe-spin.Tpo -c -o gl/libgl_la-asyncsafe-spin.lo `test -f 'gl/asyncsafe-spin.c' || echo '../'`gl/asyncsafe-spin.c
6227  mv -f src/output/.deps/liboutput_la-pivot-output.Tpo src/output/.deps/liboutput_la-pivot-output.Plo
6228  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-identifier.lo -MD -MP -MF src/data/.deps/libdata_la-identifier.Tpo -c ../src/data/identifier.c -o src/data/libdata_la-identifier.o >/dev/null 2>&1
6229  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-file-handle-def.lo -MD -MP -MF src/data/.deps/libdata_la-file-handle-def.Tpo -c ../src/data/file-handle-def.c -o src/data/libdata_la-file-handle-def.o >/dev/null 2>&1
6230  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-line-reader.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-line-reader.Tpo -c ../src/libpspp/line-reader.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-line-reader.o
6231  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hmapx.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hmapx.Tpo -c ../src/libpspp/hmapx.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-hmapx.o
6232  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-basename-lgpl.lo -MD -MP -MF gl/.deps/libgl_la-basename-lgpl.Tpo -c -o gl/libgl_la-basename-lgpl.lo `test -f 'gl/basename-lgpl.c' || echo '../'`gl/basename-lgpl.c
6233  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-heap.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-heap.Tpo -c ../src/libpspp/heap.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-heap.o
6234  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-binary-io.lo -MD -MP -MF gl/.deps/libgl_la-binary-io.Tpo -c -o gl/libgl_la-binary-io.lo `test -f 'gl/binary-io.c' || echo '../'`gl/binary-io.c
6235  mv -f src/data/.deps/libdata_la-case-matcher.Tpo src/data/.deps/libdata_la-case-matcher.Plo
6236  mv -f src/output/.deps/liboutput_la-odt.Tpo src/output/.deps/liboutput_la-odt.Plo
6237  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hmap.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hmap.Tpo -c ../src/libpspp/hmap.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-hmap.o
6238  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-identifier2.lo -MD -MP -MF src/data/.deps/libdata_la-identifier2.Tpo -c ../src/data/identifier2.c -o src/data/libdata_la-identifier2.o >/dev/null 2>&1
6239  mv -f src/data/.deps/libdata_la-casegrouper.Tpo src/data/.deps/libdata_la-casegrouper.Plo
6240  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-ctype.lo -MD -MP -MF gl/.deps/libgl_la-c-ctype.Tpo -c -o gl/libgl_la-c-ctype.lo `test -f 'gl/c-ctype.c' || echo '../'`gl/c-ctype.c
6241  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-ll.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-ll.Tpo -c ../src/libpspp/ll.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-ll.o
6242  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-snprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-snprintf.Tpo -c -o gl/libgl_la-c-snprintf.lo `test -f 'gl/c-snprintf.c' || echo '../'`gl/c-snprintf.c
6243  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-format-guesser.lo -MD -MP -MF src/data/.deps/libdata_la-format-guesser.Tpo -c ../src/data/format-guesser.c -o src/data/libdata_la-format-guesser.o >/dev/null 2>&1
6244  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-llx.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-llx.Tpo -c ../src/libpspp/llx.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-llx.o
6245  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strcasecmp.lo -MD -MP -MF gl/.deps/libgl_la-c-strcasecmp.Tpo -c -o gl/libgl_la-c-strcasecmp.lo `test -f 'gl/c-strcasecmp.c' || echo '../'`gl/c-strcasecmp.c
6246  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-lazy-casereader.lo -MD -MP -MF src/data/.deps/libdata_la-lazy-casereader.Tpo -c ../src/data/lazy-casereader.c -o src/data/libdata_la-lazy-casereader.o >/dev/null 2>&1
6247  mv -f src/data/.deps/libdata_la-case-map.Tpo src/data/.deps/libdata_la-case-map.Plo
6248  mv -f src/data/.deps/libdata_la-any-writer.Tpo src/data/.deps/libdata_la-any-writer.Plo
6249  mv -f src/output/spv/.deps/liboutput_la-spv-light-decoder.Tpo src/output/spv/.deps/liboutput_la-spv-light-decoder.Plo
6250  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strncasecmp.lo -MD -MP -MF gl/.deps/libgl_la-c-strncasecmp.Tpo -c -o gl/libgl_la-c-strncasecmp.lo `test -f 'gl/c-strncasecmp.c' || echo '../'`gl/c-strncasecmp.c
6251  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-encrypted-file.lo -MD -MP -MF src/data/.deps/libdata_la-encrypted-file.Tpo -c ../src/data/encrypted-file.c -o src/data/libdata_la-encrypted-file.o >/dev/null 2>&1
6252  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-misc.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-misc.Tpo -c ../src/libpspp/misc.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-misc.o
6253  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-message.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-message.Tpo -c ../src/libpspp/message.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-message.o
6254  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strcasestr.lo -MD -MP -MF gl/.deps/libgl_la-c-strcasestr.Tpo -c -o gl/libgl_la-c-strcasestr.lo `test -f 'gl/c-strcasestr.c' || echo '../'`gl/c-strcasestr.c
6255  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-model-checker.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-model-checker.Tpo -c ../src/libpspp/model-checker.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-model-checker.o
6256  mv -f src/output/.deps/liboutput_la-tex.Tpo src/output/.deps/liboutput_la-tex.Plo
6257  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strtod.lo -MD -MP -MF gl/.deps/libgl_la-c-strtod.Tpo -c -o gl/libgl_la-c-strtod.lo `test -f 'gl/c-strtod.c' || echo '../'`gl/c-strtod.c
6258  mv -f src/data/.deps/libdata_la-caseproto.Tpo src/data/.deps/libdata_la-caseproto.Plo
6259  mv -f src/output/spv/.deps/liboutput_la-structure-xml-parser.Tpo src/output/spv/.deps/liboutput_la-structure-xml-parser.Plo
6260  mv -f src/output/spv/.deps/liboutput_la-spv-table-look.Tpo src/output/spv/.deps/liboutput_la-spv-table-look.Plo
6261  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-csv-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-csv-file-writer.Tpo -c ../src/data/csv-file-writer.c -o src/data/libdata_la-csv-file-writer.o >/dev/null 2>&1
6262  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-vasnprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-vasnprintf.Tpo -c -o gl/libgl_la-c-vasnprintf.lo `test -f 'gl/c-vasnprintf.c' || echo '../'`gl/c-vasnprintf.c
6263  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-file-name.lo -MD -MP -MF src/data/.deps/libdata_la-file-name.Tpo -c ../src/data/file-name.c -o src/data/libdata_la-file-name.o >/dev/null 2>&1
6264  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-data-in.lo -MD -MP -MF src/data/.deps/libdata_la-data-in.Tpo -c ../src/data/data-in.c -o src/data/libdata_la-data-in.o >/dev/null 2>&1
6265  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-pool.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-pool.Tpo -c ../src/libpspp/pool.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-pool.o
6266  mv -f src/data/.deps/libdata_la-casereader-select.Tpo src/data/.deps/libdata_la-casereader-select.Plo
6267  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-mrset.lo -MD -MP -MF src/data/.deps/libdata_la-mrset.Tpo -c ../src/data/mrset.c -o src/data/libdata_la-mrset.o >/dev/null 2>&1
6268  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-prompt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-prompt.Tpo -c ../src/libpspp/prompt.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-prompt.o
6269  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-asprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-asprintf.Tpo -c -o gl/libgl_la-c-asprintf.lo `test -f 'gl/c-asprintf.c' || echo '../'`gl/c-asprintf.c
6270  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-vasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-vasprintf.Tpo -c -o gl/libgl_la-c-vasprintf.lo `test -f 'gl/c-vasprintf.c' || echo '../'`gl/c-vasprintf.c
6271  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-map.Tpo -c ../src/libpspp/range-map.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-range-map.o
6272  mv -f src/output/spv/.deps/liboutput_la-detail-xml-parser.Tpo src/output/spv/.deps/liboutput_la-detail-xml-parser.Plo
6273  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-set.Tpo -c ../src/libpspp/range-set.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-range-set.o
6274  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-xasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-xasprintf.Tpo -c -o gl/libgl_la-c-xasprintf.lo `test -f 'gl/c-xasprintf.c' || echo '../'`gl/c-xasprintf.c
6275  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-tower.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-tower.Tpo -c ../src/libpspp/range-tower.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-range-tower.o
6276  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-xvasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-xvasprintf.Tpo -c -o gl/libgl_la-c-xvasprintf.lo `test -f 'gl/c-xvasprintf.c' || echo '../'`gl/c-xvasprintf.c
6277  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-start-date.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-start-date.Tpo -c ../src/libpspp/start-date.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-start-date.o
6278  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-spreadsheet-reader.lo -MD -MP -MF src/data/.deps/libdata_la-spreadsheet-reader.Tpo -c ../src/data/spreadsheet-reader.c -o src/data/libdata_la-spreadsheet-reader.o >/dev/null 2>&1
6279  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-short-names.lo -MD -MP -MF src/data/.deps/libdata_la-short-names.Tpo -c ../src/data/short-names.c -o src/data/libdata_la-short-names.o >/dev/null 2>&1
6280  mv -f src/data/.deps/libdata_la-case.Tpo src/data/.deps/libdata_la-case.Plo
6281  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-session.lo -MD -MP -MF src/data/.deps/libdata_la-session.Tpo -c ../src/data/session.c -o src/data/libdata_la-session.o >/dev/null 2>&1
6282  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-missing-values.lo -MD -MP -MF src/data/.deps/libdata_la-missing-values.Tpo -c ../src/data/missing-values.c -o src/data/libdata_la-missing-values.o >/dev/null 2>&1
6283  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-sparse-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-sparse-array.Tpo -c ../src/libpspp/sparse-array.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-sparse-array.o
6284  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-copyleft.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-copyleft.Tpo -c ../src/libpspp/copyleft.c -o src/libpspp/liblibpspp_la-copyleft.o >/dev/null 2>&1
6285  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-careadlinkat.lo -MD -MP -MF gl/.deps/libgl_la-careadlinkat.Tpo -c -o gl/libgl_la-careadlinkat.lo `test -f 'gl/careadlinkat.c' || echo '../'`gl/careadlinkat.c
6286  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-transformations.lo -MD -MP -MF src/data/.deps/libdata_la-transformations.Tpo -c ../src/data/transformations.c -o src/data/libdata_la-transformations.o >/dev/null 2>&1
6287  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-sparse-xarray.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-sparse-xarray.Tpo -c ../src/libpspp/sparse-xarray.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-sparse-xarray.o
6288  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-encoding.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-encoding.Tpo -c src/data/sys-file-encoding.c -o src/data/libdata_la-sys-file-encoding.o >/dev/null 2>&1
6289  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-clean-temp.lo -MD -MP -MF gl/.deps/libgl_la-clean-temp.Tpo -c -o gl/libgl_la-clean-temp.lo `test -f 'gl/clean-temp.c' || echo '../'`gl/clean-temp.c
6290  mv -f src/data/.deps/libdata_la-caseinit.Tpo src/data/.deps/libdata_la-caseinit.Plo
6291  mv -f src/output/.deps/liboutput_la-render.Tpo src/output/.deps/liboutput_la-render.Plo
6292  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-array.Tpo -c ../src/libpspp/string-array.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-string-array.o
6293  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-clean-temp-simple.lo -MD -MP -MF gl/.deps/libgl_la-clean-temp-simple.Tpo -c -o gl/libgl_la-clean-temp-simple.lo `test -f 'gl/clean-temp-simple.c' || echo '../'`gl/clean-temp-simple.c
6294  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-cloexec.lo -MD -MP -MF gl/.deps/libgl_la-cloexec.Tpo -c -o gl/libgl_la-cloexec.lo `test -f 'gl/cloexec.c' || echo '../'`gl/cloexec.c
6295  mv -f src/data/.deps/libdata_la-casereader-shim.Tpo src/data/.deps/libdata_la-casereader-shim.Plo
6296  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-map.Tpo -c ../src/libpspp/string-map.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-string-map.o
6297  mv -f src/output/spv/.deps/liboutput_la-spv.Tpo src/output/spv/.deps/liboutput_la-spv.Plo
6298  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-bt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-bt.Tpo -c ../src/libpspp/bt.c -o src/libpspp/liblibpspp_la-bt.o >/dev/null 2>&1
6299  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-set.Tpo -c ../src/libpspp/string-set.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-string-set.o
6300  mv -f src/data/.deps/libdata_la-casereader-filter.Tpo src/data/.deps/libdata_la-casereader-filter.Plo
6301  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-subcase.lo -MD -MP -MF src/data/.deps/libdata_la-subcase.Tpo -c ../src/data/subcase.c -o src/data/libdata_la-subcase.o >/dev/null 2>&1
6302  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-count-leading-zeros.lo -MD -MP -MF gl/.deps/libgl_la-count-leading-zeros.Tpo -c -o gl/libgl_la-count-leading-zeros.lo `test -f 'gl/count-leading-zeros.c' || echo '../'`gl/count-leading-zeros.c
6303  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-make-file.lo -MD -MP -MF src/data/.deps/libdata_la-make-file.Tpo -c ../src/data/make-file.c -o src/data/libdata_la-make-file.o >/dev/null 2>&1
6304  mv -f src/data/.deps/libdata_la-casereader-project.Tpo src/data/.deps/libdata_la-casereader-project.Plo
6305  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hmap.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hmap.Tpo -c ../src/libpspp/hmap.c -o src/libpspp/liblibpspp_la-hmap.o >/dev/null 2>&1
6306  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-cmac-aes256.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-cmac-aes256.Tpo -c ../src/libpspp/cmac-aes256.c -o src/libpspp/liblibpspp_la-cmac-aes256.o >/dev/null 2>&1
6307  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-intern.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-intern.Tpo -c ../src/libpspp/intern.c -o src/libpspp/liblibpspp_la-intern.o >/dev/null 2>&1
6308  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-settings.lo -MD -MP -MF src/data/.deps/libdata_la-settings.Tpo -c ../src/data/settings.c -o src/data/libdata_la-settings.o >/dev/null 2>&1
6309  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-stringi-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-stringi-set.Tpo -c ../src/libpspp/stringi-set.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-stringi-set.o
6310  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-stringi-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-stringi-map.Tpo -c ../src/libpspp/stringi-map.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-stringi-map.o
6311  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-tower.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-tower.Tpo -c ../src/libpspp/tower.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-tower.o
6312  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-freaderror.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-freaderror.Tpo -c ../src/libpspp/freaderror.c -o src/libpspp/liblibpspp_la-freaderror.o >/dev/null 2>&1
6313  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-count-one-bits.lo -MD -MP -MF gl/.deps/libgl_la-count-one-bits.Tpo -c -o gl/libgl_la-count-one-bits.lo `test -f 'gl/count-one-bits.c' || echo '../'`gl/count-one-bits.c
6314  mv -f src/data/.deps/libdata_la-dict-class.Tpo src/data/.deps/libdata_la-dict-class.Plo
6315  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-crc.lo -MD -MP -MF gl/.deps/libgl_la-crc.Tpo -c -o gl/libgl_la-crc.lo `test -f 'gl/crc.c' || echo '../'`gl/crc.c
6316  mv -f src/output/spv/.deps/liboutput_la-spv-legacy-data.Tpo src/output/spv/.deps/liboutput_la-spv-legacy-data.Plo
6317  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-md4-stream.lo -MD -MP -MF gl/.deps/libgl_la-md4-stream.Tpo -c -o gl/libgl_la-md4-stream.lo `test -f 'gl/md4-stream.c' || echo '../'`gl/md4-stream.c
6318  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-temp-file.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-temp-file.Tpo -c ../src/libpspp/temp-file.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-temp-file.o
6319  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-taint.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-taint.Tpo -c ../src/libpspp/taint.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-taint.o
6320  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-u8-istream.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-u8-istream.Tpo -c ../src/libpspp/u8-istream.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-u8-istream.o
6321  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-ll.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-ll.Tpo -c ../src/libpspp/ll.c -o src/libpspp/liblibpspp_la-ll.o >/dev/null 2>&1
6322  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-zip-reader.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-zip-reader.Tpo -c ../src/libpspp/zip-reader.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-zip-reader.o
6323  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-str.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-str.Tpo -c ../src/libpspp/str.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-str.o
6324  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-value.lo -MD -MP -MF src/data/.deps/libdata_la-value.Tpo -c ../src/data/value.c -o src/data/libdata_la-value.o >/dev/null 2>&1
6325  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-data-out.lo -MD -MP -MF src/data/.deps/libdata_la-data-out.Tpo -c ../src/data/data-out.c -o src/data/libdata_la-data-out.o >/dev/null 2>&1
6326  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-zip-writer.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-zip-writer.Tpo -c ../src/libpspp/zip-writer.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-zip-writer.o
6327  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-version.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-version.Tpo -c src/libpspp/version.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-version.o
6328  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-u8-line.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-u8-line.Tpo -c ../src/libpspp/u8-line.c  -fPIC -DPIC -o src/libpspp/.libs/liblibpspp_la-u8-line.o
6329  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-abt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-abt.Tpo -c ../src/libpspp/abt.c -o src/libpspp/liblibpspp_la-abt.o >/dev/null 2>&1
6330  mv -f src/data/.deps/libdata_la-casewriter-translator.Tpo src/data/.deps/libdata_la-casewriter-translator.Plo
6331  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-md4.lo -MD -MP -MF gl/.deps/libgl_la-md4.Tpo -c -o gl/libgl_la-md4.lo `test -f 'gl/md4.c' || echo '../'`gl/md4.c
6332  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hmapx.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hmapx.Tpo -c ../src/libpspp/hmapx.c -o src/libpspp/liblibpspp_la-hmapx.o >/dev/null 2>&1
6333  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-allocator.lo -MD -MP -MF gl/.deps/libgl_la-allocator.Tpo -c ../gl/allocator.c  -fPIC -DPIC -o gl/.libs/libgl_la-allocator.o
6334  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-rijndael-alg-fst.lo -MD -MP -MF gl/.deps/libgl_la-rijndael-alg-fst.Tpo -c -o gl/libgl_la-rijndael-alg-fst.lo `test -f 'gl/rijndael-alg-fst.c' || echo '../'`gl/rijndael-alg-fst.c
6335  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-datasheet.lo -MD -MP -MF src/data/.deps/libdata_la-datasheet.Tpo -c ../src/data/datasheet.c -o src/data/libdata_la-datasheet.o >/dev/null 2>&1
6336  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-areadlink.lo -MD -MP -MF gl/.deps/libgl_la-areadlink.Tpo -c ../gl/areadlink.c  -fPIC -DPIC -o gl/.libs/libgl_la-areadlink.o
6337  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dataset.lo -MD -MP -MF src/data/.deps/libdata_la-dataset.Tpo -c ../src/data/dataset.c -o src/data/libdata_la-dataset.o >/dev/null 2>&1
6338  mv -f src/data/.deps/libdata_la-casereader.Tpo src/data/.deps/libdata_la-casereader.Plo
6339  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-asyncsafe-spin.lo -MD -MP -MF gl/.deps/libgl_la-asyncsafe-spin.Tpo -c ../gl/asyncsafe-spin.c  -fPIC -DPIC -o gl/.libs/libgl_la-asyncsafe-spin.o
6340  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-value-labels.lo -MD -MP -MF src/data/.deps/libdata_la-value-labels.Tpo -c ../src/data/value-labels.c -o src/data/libdata_la-value-labels.o >/dev/null 2>&1
6341  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-rijndael-api-fst.lo -MD -MP -MF gl/.deps/libgl_la-rijndael-api-fst.Tpo -c -o gl/libgl_la-rijndael-api-fst.lo `test -f 'gl/rijndael-api-fst.c' || echo '../'`gl/rijndael-api-fst.c
6342  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-dictionary.lo -MD -MP -MF src/data/.deps/libdata_la-dictionary.Tpo -c ../src/data/dictionary.c -o src/data/libdata_la-dictionary.o >/dev/null 2>&1
6343  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-argv-parser.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-argv-parser.Tpo -c ../src/libpspp/argv-parser.c -o src/libpspp/liblibpspp_la-argv-parser.o >/dev/null 2>&1
6344  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-vector.lo -MD -MP -MF src/data/.deps/libdata_la-vector.Tpo -c ../src/data/vector.c -o src/data/libdata_la-vector.o >/dev/null 2>&1
6345  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-basename-lgpl.lo -MD -MP -MF gl/.deps/libgl_la-basename-lgpl.Tpo -c ../gl/basename-lgpl.c  -fPIC -DPIC -o gl/.libs/libgl_la-basename-lgpl.o
6346  mv -f src/data/.deps/libdata_la-casewriter.Tpo src/data/.deps/libdata_la-casewriter.Plo
6347  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-deque.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-deque.Tpo -c ../src/libpspp/deque.c -o src/libpspp/liblibpspp_la-deque.o >/dev/null 2>&1
6348  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-binary-io.lo -MD -MP -MF gl/.deps/libgl_la-binary-io.Tpo -c ../gl/binary-io.c  -fPIC -DPIC -o gl/.libs/libgl_la-binary-io.o
6349  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-por-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-por-file-reader.Tpo -c ../src/data/por-file-reader.c -o src/data/libdata_la-por-file-reader.o >/dev/null 2>&1
6350  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-ext-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-ext-array.Tpo -c ../src/libpspp/ext-array.c -o src/libpspp/liblibpspp_la-ext-array.o >/dev/null 2>&1
6351  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-ctype.lo -MD -MP -MF gl/.deps/libgl_la-c-ctype.Tpo -c ../gl/c-ctype.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-ctype.o
6352  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strcasecmp.lo -MD -MP -MF gl/.deps/libgl_la-c-strcasecmp.Tpo -c ../gl/c-strcasecmp.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-strcasecmp.o
6353  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-snprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-snprintf.Tpo -c ../gl/c-snprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-snprintf.o
6354  mv -f src/data/.deps/libdata_la-dataset-writer.Tpo src/data/.deps/libdata_la-dataset-writer.Plo
6355  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-bit-vector.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-bit-vector.Tpo -c ../src/libpspp/bit-vector.c -o src/libpspp/liblibpspp_la-bit-vector.o >/dev/null 2>&1
6356  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-array.Tpo -c ../src/libpspp/array.c -o src/libpspp/liblibpspp_la-array.o >/dev/null 2>&1
6357  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-float-format.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-float-format.Tpo -c ../src/libpspp/float-format.c -o src/libpspp/liblibpspp_la-float-format.o >/dev/null 2>&1
6358  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-format.lo -MD -MP -MF src/data/.deps/libdata_la-format.Tpo -c ../src/data/format.c -o src/data/libdata_la-format.o >/dev/null 2>&1
6359  mv -f src/data/.deps/libdata_la-case-tmpfile.Tpo src/data/.deps/libdata_la-case-tmpfile.Plo
6360  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-encoding-guesser.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-encoding-guesser.Tpo -c ../src/libpspp/encoding-guesser.c -o src/libpspp/liblibpspp_la-encoding-guesser.o >/dev/null 2>&1
6361  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-integer-format.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-integer-format.Tpo -c ../src/libpspp/integer-format.c -o src/libpspp/liblibpspp_la-integer-format.o >/dev/null 2>&1
6362  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-heap.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-heap.Tpo -c ../src/libpspp/heap.c -o src/libpspp/liblibpspp_la-heap.o >/dev/null 2>&1
6363  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-prompt.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-prompt.Tpo -c ../src/libpspp/prompt.c -o src/libpspp/liblibpspp_la-prompt.o >/dev/null 2>&1
6364  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strncasecmp.lo -MD -MP -MF gl/.deps/libgl_la-c-strncasecmp.Tpo -c ../gl/c-strncasecmp.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-strncasecmp.o
6365  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-por-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-por-file-writer.Tpo -c ../src/data/por-file-writer.c -o src/data/libdata_la-por-file-writer.o >/dev/null 2>&1
6366  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-llx.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-llx.Tpo -c ../src/libpspp/llx.c -o src/libpspp/liblibpspp_la-llx.o >/dev/null 2>&1
6367  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-map.Tpo -c ../src/libpspp/range-map.c -o src/libpspp/liblibpspp_la-range-map.o >/dev/null 2>&1
6368  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strcasestr.lo -MD -MP -MF gl/.deps/libgl_la-c-strcasestr.Tpo -c ../gl/c-strcasestr.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-strcasestr.o
6369  mv -f src/data/.deps/libdata_la-casewindow.Tpo src/data/.deps/libdata_la-casewindow.Plo
6370  mv -f src/output/.deps/liboutput_la-cairo-pager.Tpo src/output/.deps/liboutput_la-cairo-pager.Plo
6371  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strtod.lo -MD -MP -MF gl/.deps/libgl_la-c-strtod.Tpo -c ../gl/c-strtod.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-strtod.o
6372  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dirname.lo -MD -MP -MF gl/.deps/libgl_la-dirname.Tpo -c -o gl/libgl_la-dirname.lo `test -f 'gl/dirname.c' || echo '../'`gl/dirname.c
6373  mv -f src/output/.deps/liboutput_la-cairo.Tpo src/output/.deps/liboutput_la-cairo.Plo
6374  mv -f src/data/.deps/libdata_la-casereader-translator.Tpo src/data/.deps/libdata_la-casereader-translator.Plo
6375  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-misc.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-misc.Tpo -c ../src/libpspp/misc.c -o src/libpspp/liblibpspp_la-misc.o >/dev/null 2>&1
6376  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-psql-reader.lo -MD -MP -MF src/data/.deps/libdata_la-psql-reader.Tpo -c ../src/data/psql-reader.c -o src/data/libdata_la-psql-reader.o >/dev/null 2>&1
6377  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-vasnprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-vasnprintf.Tpo -c ../gl/c-vasnprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-vasnprintf.o
6378  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-line-reader.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-line-reader.Tpo -c ../src/libpspp/line-reader.c -o src/libpspp/liblibpspp_la-line-reader.o >/dev/null 2>&1
6379  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-message.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-message.Tpo -c ../src/libpspp/message.c -o src/libpspp/liblibpspp_la-message.o >/dev/null 2>&1
6380  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-hash-functions.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-hash-functions.Tpo -c ../src/libpspp/hash-functions.c -o src/libpspp/liblibpspp_la-hash-functions.o >/dev/null 2>&1
6381  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-asprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-asprintf.Tpo -c ../gl/c-asprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-asprintf.o
6382  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-basename.lo -MD -MP -MF gl/.deps/libgl_la-basename.Tpo -c -o gl/libgl_la-basename.lo `test -f 'gl/basename.c' || echo '../'`gl/basename.c
6383  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-vasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-vasprintf.Tpo -c ../gl/c-vasprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-vasprintf.o
6384  mv -f src/libpspp/.deps/liblibpspp_la-copyleft.Tpo src/libpspp/.deps/liblibpspp_la-copyleft.Plo
6385  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dirname-lgpl.lo -MD -MP -MF gl/.deps/libgl_la-dirname-lgpl.Tpo -c -o gl/libgl_la-dirname-lgpl.lo `test -f 'gl/dirname-lgpl.c' || echo '../'`gl/dirname-lgpl.c
6386  mv -f src/libpspp/.deps/liblibpspp_la-bt.Tpo src/libpspp/.deps/liblibpspp_la-bt.Plo
6387  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-xasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-xasprintf.Tpo -c ../gl/c-xasprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-xasprintf.o
6388  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-pool.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-pool.Tpo -c ../src/libpspp/pool.c -o src/libpspp/liblibpspp_la-pool.o >/dev/null 2>&1
6389  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-xvasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-xvasprintf.Tpo -c ../gl/c-xvasprintf.c  -fPIC -DPIC -o gl/.libs/libgl_la-c-xvasprintf.o
6390  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-gnumeric-reader.lo -MD -MP -MF src/data/.deps/libdata_la-gnumeric-reader.Tpo -c ../src/data/gnumeric-reader.c -o src/data/libdata_la-gnumeric-reader.o >/dev/null 2>&1
6391  mv -f src/output/.deps/liboutput_la-pivot-table.Tpo src/output/.deps/liboutput_la-pivot-table.Plo
6392  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-careadlinkat.lo -MD -MP -MF gl/.deps/libgl_la-careadlinkat.Tpo -c ../gl/careadlinkat.c  -fPIC -DPIC -o gl/.libs/libgl_la-careadlinkat.o
6393  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-stripslash.lo -MD -MP -MF gl/.deps/libgl_la-stripslash.Tpo -c -o gl/libgl_la-stripslash.lo `test -f 'gl/stripslash.c' || echo '../'`gl/stripslash.c
6394  mv -f src/data/.deps/libdata_la-identifier.Tpo src/data/.deps/libdata_la-identifier.Plo
6395  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dtoastr.lo -MD -MP -MF gl/.deps/libgl_la-dtoastr.Tpo -c -o gl/libgl_la-dtoastr.lo `test -f 'gl/dtoastr.c' || echo '../'`gl/dtoastr.c
6396  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-clean-temp.lo -MD -MP -MF gl/.deps/libgl_la-clean-temp.Tpo -c ../gl/clean-temp.c  -fPIC -DPIC -o gl/.libs/libgl_la-clean-temp.o
6397  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-private.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-private.Tpo -c ../src/data/sys-file-private.c -o src/data/libdata_la-sys-file-private.o >/dev/null 2>&1
6398  mv -f src/data/.deps/libdata_la-sys-file-encoding.Tpo src/data/.deps/libdata_la-sys-file-encoding.Plo
6399  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dtotimespec.lo -MD -MP -MF gl/.deps/libgl_la-dtotimespec.Tpo -c -o gl/libgl_la-dtotimespec.lo `test -f 'gl/dtotimespec.c' || echo '../'`gl/dtotimespec.c
6400  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-set.Tpo -c ../src/libpspp/range-set.c -o src/libpspp/liblibpspp_la-range-set.o >/dev/null 2>&1
6401  mv -f src/data/.deps/libdata_la-lazy-casereader.Tpo src/data/.deps/libdata_la-lazy-casereader.Plo
6402  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-mdd-writer.lo -MD -MP -MF src/data/.deps/libdata_la-mdd-writer.Tpo -c ../src/data/mdd-writer.c -o src/data/libdata_la-mdd-writer.o >/dev/null 2>&1
6403  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-start-date.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-start-date.Tpo -c ../src/libpspp/start-date.c -o src/libpspp/liblibpspp_la-start-date.o >/dev/null 2>&1
6404  mv -f src/libpspp/.deps/liblibpspp_la-cmac-aes256.Tpo src/libpspp/.deps/liblibpspp_la-cmac-aes256.Plo
6405  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-pc+-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-pc+-file-reader.Tpo -c ../src/data/pc+-file-reader.c -o src/data/libdata_la-pc+-file-reader.o >/dev/null 2>&1
6406  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_at_failure.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_at_failure.Tpo -c -o gl/malloc/libgl_la-dynarray_at_failure.lo `test -f 'gl/malloc/dynarray_at_failure.c' || echo '../'`gl/malloc/dynarray_at_failure.c
6407  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-set.Tpo -c ../src/libpspp/string-set.c -o src/libpspp/liblibpspp_la-string-set.o >/dev/null 2>&1
6408  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-range-tower.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-range-tower.Tpo -c ../src/libpspp/range-tower.c -o src/libpspp/liblibpspp_la-range-tower.o >/dev/null 2>&1
6409  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-clean-temp-simple.lo -MD -MP -MF gl/.deps/libgl_la-clean-temp-simple.Tpo -c ../gl/clean-temp-simple.c  -fPIC -DPIC -o gl/.libs/libgl_la-clean-temp-simple.o
6410  mv -f src/libpspp/.deps/liblibpspp_la-ll.Tpo src/libpspp/.deps/liblibpspp_la-ll.Plo
6411  mv -f src/output/spv/.deps/liboutput_la-spv-writer.Tpo src/output/spv/.deps/liboutput_la-spv-writer.Plo
6412  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_emplace_enlarge.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Tpo -c -o gl/malloc/libgl_la-dynarray_emplace_enlarge.lo `test -f 'gl/malloc/dynarray_emplace_enlarge.c' || echo '../'`gl/malloc/dynarray_emplace_enlarge.c
6413  mv -f src/data/.deps/libdata_la-identifier2.Tpo src/data/.deps/libdata_la-identifier2.Plo
6414  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_finalize.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_finalize.Tpo -c -o gl/malloc/libgl_la-dynarray_finalize.lo `test -f 'gl/malloc/dynarray_finalize.c' || echo '../'`gl/malloc/dynarray_finalize.c
6415  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-array.Tpo -c ../src/libpspp/string-array.c -o src/libpspp/liblibpspp_la-string-array.o >/dev/null 2>&1
6416  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-cloexec.lo -MD -MP -MF gl/.deps/libgl_la-cloexec.Tpo -c ../gl/cloexec.c  -fPIC -DPIC -o gl/.libs/libgl_la-cloexec.o
6417  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-tower.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-tower.Tpo -c ../src/libpspp/tower.c -o src/libpspp/liblibpspp_la-tower.o >/dev/null 2>&1
6418  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-string-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-string-map.Tpo -c ../src/libpspp/string-map.c -o src/libpspp/liblibpspp_la-string-map.o >/dev/null 2>&1
6419  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-taint.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-taint.Tpo -c ../src/libpspp/taint.c -o src/libpspp/liblibpspp_la-taint.o >/dev/null 2>&1
6420  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-count-leading-zeros.lo -MD -MP -MF gl/.deps/libgl_la-count-leading-zeros.Tpo -c ../gl/count-leading-zeros.c  -fPIC -DPIC -o gl/.libs/libgl_la-count-leading-zeros.o
6421  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-count-one-bits.lo -MD -MP -MF gl/.deps/libgl_la-count-one-bits.Tpo -c ../gl/count-one-bits.c  -fPIC -DPIC -o gl/.libs/libgl_la-count-one-bits.o
6422  mv -f src/libpspp/.deps/liblibpspp_la-freaderror.Tpo src/libpspp/.deps/liblibpspp_la-freaderror.Plo
6423  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-temp-file.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-temp-file.Tpo -c ../src/libpspp/temp-file.c -o src/libpspp/liblibpspp_la-temp-file.o >/dev/null 2>&1
6424  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_resize.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_resize.Tpo -c -o gl/malloc/libgl_la-dynarray_resize.lo `test -f 'gl/malloc/dynarray_resize.c' || echo '../'`gl/malloc/dynarray_resize.c
6425  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_resize_clear.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_resize_clear.Tpo -c -o gl/malloc/libgl_la-dynarray_resize_clear.lo `test -f 'gl/malloc/dynarray_resize_clear.c' || echo '../'`gl/malloc/dynarray_resize_clear.c
6426  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-ods-reader.lo -MD -MP -MF src/data/.deps/libdata_la-ods-reader.Tpo -c ../src/data/ods-reader.c -o src/data/libdata_la-ods-reader.o >/dev/null 2>&1
6427  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-basename-lgpl.lo -MD -MP -MF gl/.deps/libgl_la-basename-lgpl.Tpo -c ../gl/basename-lgpl.c -o gl/libgl_la-basename-lgpl.o >/dev/null 2>&1
6428  mv -f src/libpspp/.deps/liblibpspp_la-hmap.Tpo src/libpspp/.deps/liblibpspp_la-hmap.Plo
6429  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-md4-stream.lo -MD -MP -MF gl/.deps/libgl_la-md4-stream.Tpo -c ../gl/md4-stream.c  -fPIC -DPIC -o gl/.libs/libgl_la-md4-stream.o
6430  mv -f src/data/.deps/libdata_la-format-guesser.Tpo src/data/.deps/libdata_la-format-guesser.Plo
6431  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-allocator.lo -MD -MP -MF gl/.deps/libgl_la-allocator.Tpo -c ../gl/allocator.c -o gl/libgl_la-allocator.o >/dev/null 2>&1
6432  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-crc.lo -MD -MP -MF gl/.deps/libgl_la-crc.Tpo -c ../gl/crc.c  -fPIC -DPIC -o gl/.libs/libgl_la-crc.o
6433  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-areadlink.lo -MD -MP -MF gl/.deps/libgl_la-areadlink.Tpo -c ../gl/areadlink.c -o gl/libgl_la-areadlink.o >/dev/null 2>&1
6434  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-exitfail.lo -MD -MP -MF gl/.deps/libgl_la-exitfail.Tpo -c -o gl/libgl_la-exitfail.lo `test -f 'gl/exitfail.c' || echo '../'`gl/exitfail.c
6435  mv -f src/libpspp/.deps/liblibpspp_la-intern.Tpo src/libpspp/.deps/liblibpspp_la-intern.Plo
6436  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-stringi-set.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-stringi-set.Tpo -c ../src/libpspp/stringi-set.c -o src/libpspp/liblibpspp_la-stringi-set.o >/dev/null 2>&1
6437  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-md4.lo -MD -MP -MF gl/.deps/libgl_la-md4.Tpo -c ../gl/md4.c  -fPIC -DPIC -o gl/.libs/libgl_la-md4.o
6438  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strncasecmp.lo -MD -MP -MF gl/.deps/libgl_la-c-strncasecmp.Tpo -c ../gl/c-strncasecmp.c -o gl/libgl_la-c-strncasecmp.o >/dev/null 2>&1
6439  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fatal-signal.lo -MD -MP -MF gl/.deps/libgl_la-fatal-signal.Tpo -c -o gl/libgl_la-fatal-signal.lo `test -f 'gl/fatal-signal.c' || echo '../'`gl/fatal-signal.c
6440  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-ctype.lo -MD -MP -MF gl/.deps/libgl_la-c-ctype.Tpo -c ../gl/c-ctype.c -o gl/libgl_la-c-ctype.o >/dev/null 2>&1
6441  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-rijndael-alg-fst.lo -MD -MP -MF gl/.deps/libgl_la-rijndael-alg-fst.Tpo -c ../gl/rijndael-alg-fst.c  -fPIC -DPIC -o gl/.libs/libgl_la-rijndael-alg-fst.o
6442  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-stringi-map.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-stringi-map.Tpo -c ../src/libpspp/stringi-map.c -o src/libpspp/liblibpspp_la-stringi-map.o >/dev/null 2>&1
6443  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strcasecmp.lo -MD -MP -MF gl/.deps/libgl_la-c-strcasecmp.Tpo -c ../gl/c-strcasecmp.c -o gl/libgl_la-c-strcasecmp.o >/dev/null 2>&1
6444  mv -f src/data/.deps/libdata_la-encrypted-file.Tpo src/data/.deps/libdata_la-encrypted-file.Plo
6445  mv -f src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Tpo src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Plo
6446  mv -f src/data/.deps/libdata_la-file-handle-def.Tpo src/data/.deps/libdata_la-file-handle-def.Plo
6447  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-rijndael-api-fst.lo -MD -MP -MF gl/.deps/libgl_la-rijndael-api-fst.Tpo -c ../gl/rijndael-api-fst.c  -fPIC -DPIC -o gl/.libs/libgl_la-rijndael-api-fst.o
6448  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fcntl.lo -MD -MP -MF gl/.deps/libgl_la-fcntl.Tpo -c -o gl/libgl_la-fcntl.lo `test -f 'gl/fcntl.c' || echo '../'`gl/fcntl.c
6449  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-variable.lo -MD -MP -MF src/data/.deps/libdata_la-variable.Tpo -c ../src/data/variable.c -o src/data/libdata_la-variable.o >/dev/null 2>&1
6450  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fd-hook.lo -MD -MP -MF gl/.deps/libgl_la-fd-hook.Tpo -c -o gl/libgl_la-fd-hook.lo `test -f 'gl/fd-hook.c' || echo '../'`gl/fd-hook.c
6451  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-i18n.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-i18n.Tpo -c ../src/libpspp/i18n.c -o src/libpspp/liblibpspp_la-i18n.o >/dev/null 2>&1
6452  mv -f src/data/.deps/libdata_la-mrset.Tpo src/data/.deps/libdata_la-mrset.Plo
6453  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseterr.lo -MD -MP -MF gl/.deps/libgl_la-fseterr.Tpo -c -o gl/libgl_la-fseterr.lo `test -f 'gl/fseterr.c' || echo '../'`gl/fseterr.c
6454  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-binary-io.lo -MD -MP -MF gl/.deps/libgl_la-binary-io.Tpo -c ../gl/binary-io.c -o gl/libgl_la-binary-io.o >/dev/null 2>&1
6455  mv -f src/libpspp/.deps/liblibpspp_la-abt.Tpo src/libpspp/.deps/liblibpspp_la-abt.Plo
6456  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-snprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-snprintf.Tpo -c ../gl/c-snprintf.c -o gl/libgl_la-c-snprintf.o >/dev/null 2>&1
6457  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-asyncsafe-spin.lo -MD -MP -MF gl/.deps/libgl_la-asyncsafe-spin.Tpo -c ../gl/asyncsafe-spin.c -o gl/libgl_la-asyncsafe-spin.o >/dev/null 2>&1
6458  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-full-read.lo -MD -MP -MF gl/.deps/libgl_la-full-read.Tpo -c -o gl/libgl_la-full-read.lo `test -f 'gl/full-read.c' || echo '../'`gl/full-read.c
6459  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strcasestr.lo -MD -MP -MF gl/.deps/libgl_la-c-strcasestr.Tpo -c ../gl/c-strcasestr.c -o gl/libgl_la-c-strcasestr.o >/dev/null 2>&1
6460  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-u8-line.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-u8-line.Tpo -c ../src/libpspp/u8-line.c -o src/libpspp/liblibpspp_la-u8-line.o >/dev/null 2>&1
6461  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-full-write.lo -MD -MP -MF gl/.deps/libgl_la-full-write.Tpo -c -o gl/libgl_la-full-write.lo `test -f 'gl/full-write.c' || echo '../'`gl/full-write.c
6462  mv -f src/libpspp/.deps/liblibpspp_la-hmapx.Tpo src/libpspp/.deps/liblibpspp_la-hmapx.Plo
6463  mv -f src/data/.deps/libdata_la-session.Tpo src/data/.deps/libdata_la-session.Plo
6464  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-zip-writer.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-zip-writer.Tpo -c ../src/libpspp/zip-writer.c -o src/libpspp/liblibpspp_la-zip-writer.o >/dev/null 2>&1
6465  mv -f src/data/.deps/libdata_la-file-name.Tpo src/data/.deps/libdata_la-file-name.Plo
6466  mv -f src/output/.deps/liboutput_la-cairo-fsm.Tpo src/output/.deps/liboutput_la-cairo-fsm.Plo
6467  mv -f src/data/.deps/libdata_la-spreadsheet-reader.Tpo src/data/.deps/libdata_la-spreadsheet-reader.Plo
6468  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-version.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-version.Tpo -c src/libpspp/version.c -o src/libpspp/liblibpspp_la-version.o >/dev/null 2>&1
6469  mv -f src/data/.deps/libdata_la-short-names.Tpo src/data/.deps/libdata_la-short-names.Plo
6470  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-writer.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-writer.Tpo -c ../src/data/sys-file-writer.c -o src/data/libdata_la-sys-file-writer.o >/dev/null 2>&1
6471  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fwriteerror.lo -MD -MP -MF gl/.deps/libgl_la-fwriteerror.Tpo -c -o gl/libgl_la-fwriteerror.lo `test -f 'gl/fwriteerror.c' || echo '../'`gl/fwriteerror.c
6472  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-asprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-asprintf.Tpo -c ../gl/c-asprintf.c -o gl/libgl_la-c-asprintf.o >/dev/null 2>&1
6473  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-getprogname.lo -MD -MP -MF gl/.deps/libgl_la-getprogname.Tpo -c -o gl/libgl_la-getprogname.lo `test -f 'gl/getprogname.c' || echo '../'`gl/getprogname.c
6474  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gettime.lo -MD -MP -MF gl/.deps/libgl_la-gettime.Tpo -c -o gl/libgl_la-gettime.lo `test -f 'gl/gettime.c' || echo '../'`gl/gettime.c
6475  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-hard-locale.lo -MD -MP -MF gl/.deps/libgl_la-hard-locale.Tpo -c -o gl/libgl_la-hard-locale.lo `test -f 'gl/hard-locale.c' || echo '../'`gl/hard-locale.c
6476  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-strtod.lo -MD -MP -MF gl/.deps/libgl_la-c-strtod.Tpo -c ../gl/c-strtod.c -o gl/libgl_la-c-strtod.o >/dev/null 2>&1
6477  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-model-checker.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-model-checker.Tpo -c ../src/libpspp/model-checker.c -o src/libpspp/liblibpspp_la-model-checker.o >/dev/null 2>&1
6478  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-xasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-xasprintf.Tpo -c ../gl/c-xasprintf.c -o gl/libgl_la-c-xasprintf.o >/dev/null 2>&1
6479  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-zip-reader.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-zip-reader.Tpo -c ../src/libpspp/zip-reader.c -o src/libpspp/liblibpspp_la-zip-reader.o >/dev/null 2>&1
6480  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-u8-istream.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-u8-istream.Tpo -c ../src/libpspp/u8-istream.c -o src/libpspp/liblibpspp_la-u8-istream.o >/dev/null 2>&1
6481  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-vasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-vasprintf.Tpo -c ../gl/c-vasprintf.c -o gl/libgl_la-c-vasprintf.o >/dev/null 2>&1
6482  mv -f src/output/.deps/liboutput_la-cairo-chart.Tpo src/output/.deps/liboutput_la-cairo-chart.Plo
6483  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-str.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-str.Tpo -c ../src/libpspp/str.c -o src/libpspp/liblibpspp_la-str.o >/dev/null 2>&1
6484  mv -f src/data/.deps/libdata_la-transformations.Tpo src/data/.deps/libdata_la-transformations.Plo
6485  mv -f src/data/.deps/libdata_la-missing-values.Tpo src/data/.deps/libdata_la-missing-values.Plo
6486  mv -f src/libpspp/.deps/liblibpspp_la-prompt.Tpo src/libpspp/.deps/liblibpspp_la-prompt.Plo
6487  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-ialloc.lo -MD -MP -MF gl/.deps/libgl_la-ialloc.Tpo -c -o gl/libgl_la-ialloc.lo `test -f 'gl/ialloc.c' || echo '../'`gl/ialloc.c
6488  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dirname.lo -MD -MP -MF gl/.deps/libgl_la-dirname.Tpo -c ../gl/dirname.c  -fPIC -DPIC -o gl/.libs/libgl_la-dirname.o
6489  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-imaxtostr.lo -MD -MP -MF gl/.deps/libgl_la-imaxtostr.Tpo -c -o gl/libgl_la-imaxtostr.lo `test -f 'gl/imaxtostr.c' || echo '../'`gl/imaxtostr.c
6490  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-xvasprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-xvasprintf.Tpo -c ../gl/c-xvasprintf.c -o gl/libgl_la-c-xvasprintf.o >/dev/null 2>&1
6491  mv -f src/data/.deps/libdata_la-subcase.Tpo src/data/.deps/libdata_la-subcase.Plo
6492  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-inttostr.lo -MD -MP -MF gl/.deps/libgl_la-inttostr.Tpo -c -o gl/libgl_la-inttostr.lo `test -f 'gl/inttostr.c' || echo '../'`gl/inttostr.c
6493  mv -f src/libpspp/.deps/liblibpspp_la-range-map.Tpo src/libpspp/.deps/liblibpspp_la-range-map.Plo
6494  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dirname-lgpl.lo -MD -MP -MF gl/.deps/libgl_la-dirname-lgpl.Tpo -c ../gl/dirname-lgpl.c  -fPIC -DPIC -o gl/.libs/libgl_la-dirname-lgpl.o
6495  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-basename.lo -MD -MP -MF gl/.deps/libgl_la-basename.Tpo -c ../gl/basename.c  -fPIC -DPIC -o gl/.libs/libgl_la-basename.o
6496  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-offtostr.lo -MD -MP -MF gl/.deps/libgl_la-offtostr.Tpo -c -o gl/libgl_la-offtostr.lo `test -f 'gl/offtostr.c' || echo '../'`gl/offtostr.c
6497  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-uinttostr.lo -MD -MP -MF gl/.deps/libgl_la-uinttostr.Tpo -c -o gl/libgl_la-uinttostr.lo `test -f 'gl/uinttostr.c' || echo '../'`gl/uinttostr.c
6498  mv -f src/libpspp/.deps/liblibpspp_la-llx.Tpo src/libpspp/.deps/liblibpspp_la-llx.Plo
6499  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-umaxtostr.lo -MD -MP -MF gl/.deps/libgl_la-umaxtostr.Tpo -c -o gl/libgl_la-umaxtostr.lo `test -f 'gl/umaxtostr.c' || echo '../'`gl/umaxtostr.c
6500  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-careadlinkat.lo -MD -MP -MF gl/.deps/libgl_la-careadlinkat.Tpo -c ../gl/careadlinkat.c -o gl/libgl_la-careadlinkat.o >/dev/null 2>&1
6501  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-sparse-array.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-sparse-array.Tpo -c ../src/libpspp/sparse-array.c -o src/libpspp/liblibpspp_la-sparse-array.o >/dev/null 2>&1
6502  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-count-one-bits.lo -MD -MP -MF gl/.deps/libgl_la-count-one-bits.Tpo -c ../gl/count-one-bits.c -o gl/libgl_la-count-one-bits.o >/dev/null 2>&1
6503  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dtoastr.lo -MD -MP -MF gl/.deps/libgl_la-dtoastr.Tpo -c ../gl/dtoastr.c  -fPIC -DPIC -o gl/.libs/libgl_la-dtoastr.o
6504  mv -f src/libpspp/.deps/liblibpspp_la-argv-parser.Tpo src/libpspp/.deps/liblibpspp_la-argv-parser.Plo
6505  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-stripslash.lo -MD -MP -MF gl/.deps/libgl_la-stripslash.Tpo -c ../gl/stripslash.c  -fPIC -DPIC -o gl/.libs/libgl_la-stripslash.o
6506  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-count-leading-zeros.lo -MD -MP -MF gl/.deps/libgl_la-count-leading-zeros.Tpo -c ../gl/count-leading-zeros.c -o gl/libgl_la-count-leading-zeros.o >/dev/null 2>&1
6507  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_linked_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_linked_list.Tpo -c -o gl/libgl_la-gl_linked_list.lo `test -f 'gl/gl_linked_list.c' || echo '../'`gl/gl_linked_list.c
6508  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dtotimespec.lo -MD -MP -MF gl/.deps/libgl_la-dtotimespec.Tpo -c ../gl/dtotimespec.c  -fPIC -DPIC -o gl/.libs/libgl_la-dtotimespec.o
6509  mv -f gl/.deps/libgl_la-basename-lgpl.Tpo gl/.deps/libgl_la-basename-lgpl.Plo
6510  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_linkedhash_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_linkedhash_list.Tpo -c -o gl/libgl_la-gl_linkedhash_list.lo `test -f 'gl/gl_linkedhash_list.c' || echo '../'`gl/gl_linkedhash_list.c
6511  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_list.Tpo -c -o gl/libgl_la-gl_list.lo `test -f 'gl/gl_list.c' || echo '../'`gl/gl_list.c
6512  mv -f src/libpspp/.deps/liblibpspp_la-ext-array.Tpo src/libpspp/.deps/liblibpspp_la-ext-array.Plo
6513  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localcharset.lo -MD -MP -MF gl/.deps/libgl_la-localcharset.Tpo -c -o gl/libgl_la-localcharset.lo `test -f 'gl/localcharset.c' || echo '../'`gl/localcharset.c
6514  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-cloexec.lo -MD -MP -MF gl/.deps/libgl_la-cloexec.Tpo -c ../gl/cloexec.c -o gl/libgl_la-cloexec.o >/dev/null 2>&1
6515  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I ../src/libpspp -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/libpspp/liblibpspp_la-sparse-xarray.lo -MD -MP -MF src/libpspp/.deps/liblibpspp_la-sparse-xarray.Tpo -c ../src/libpspp/sparse-xarray.c -o src/libpspp/liblibpspp_la-sparse-xarray.o >/dev/null 2>&1
6516  mv -f src/data/.deps/libdata_la-make-file.Tpo src/data/.deps/libdata_la-make-file.Plo
6517  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localename.lo -MD -MP -MF gl/.deps/libgl_la-localename.Tpo -c -o gl/libgl_la-localename.lo `test -f 'gl/localename.c' || echo '../'`gl/localename.c
6518  mv -f src/libpspp/.deps/liblibpspp_la-integer-format.Tpo src/libpspp/.deps/liblibpspp_la-integer-format.Plo
6519  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localename-table.lo -MD -MP -MF gl/.deps/libgl_la-localename-table.Tpo -c -o gl/libgl_la-localename-table.lo `test -f 'gl/localename-table.c' || echo '../'`gl/localename-table.c
6520  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-crc.lo -MD -MP -MF gl/.deps/libgl_la-crc.Tpo -c ../gl/crc.c -o gl/libgl_la-crc.o >/dev/null 2>&1
6521  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/glthread/libgl_la-lock.lo -MD -MP -MF gl/glthread/.deps/libgl_la-lock.Tpo -c -o gl/glthread/libgl_la-lock.lo `test -f 'gl/glthread/lock.c' || echo '../'`gl/glthread/lock.c
6522  mv -f gl/.deps/libgl_la-allocator.Tpo gl/.deps/libgl_la-allocator.Plo
6523  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-rijndael-alg-fst.lo -MD -MP -MF gl/.deps/libgl_la-rijndael-alg-fst.Tpo -c ../gl/rijndael-alg-fst.c -o gl/libgl_la-rijndael-alg-fst.o >/dev/null 2>&1
6524  mv -f src/libpspp/.deps/liblibpspp_la-deque.Tpo src/libpspp/.deps/liblibpspp_la-deque.Plo
6525  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_at_failure.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_at_failure.Tpo -c ../gl/malloc/dynarray_at_failure.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-dynarray_at_failure.o
6526  mv -f src/libpspp/.deps/liblibpspp_la-float-format.Tpo src/libpspp/.deps/liblibpspp_la-float-format.Plo
6527  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-malloca.lo -MD -MP -MF gl/.deps/libgl_la-malloca.Tpo -c -o gl/libgl_la-malloca.lo `test -f 'gl/malloca.c' || echo '../'`gl/malloca.c
6528  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-md4-stream.lo -MD -MP -MF gl/.deps/libgl_la-md4-stream.Tpo -c ../gl/md4-stream.c -o gl/libgl_la-md4-stream.o >/dev/null 2>&1
6529  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-math.lo -MD -MP -MF gl/.deps/libgl_la-math.Tpo -c -o gl/libgl_la-math.lo `test -f 'gl/math.c' || echo '../'`gl/math.c
6530  mv -f gl/.deps/libgl_la-c-ctype.Tpo gl/.deps/libgl_la-c-ctype.Plo
6531  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_emplace_enlarge.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Tpo -c ../gl/malloc/dynarray_emplace_enlarge.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-dynarray_emplace_enlarge.o
6532  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-md4.lo -MD -MP -MF gl/.deps/libgl_la-md4.Tpo -c ../gl/md4.c -o gl/libgl_la-md4.o >/dev/null 2>&1
6533  mv -f gl/.deps/libgl_la-c-strncasecmp.Tpo gl/.deps/libgl_la-c-strncasecmp.Plo
6534  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbchar.lo -MD -MP -MF gl/.deps/libgl_la-mbchar.Tpo -c -o gl/libgl_la-mbchar.lo `test -f 'gl/mbchar.c' || echo '../'`gl/mbchar.c
6535  mv -f src/data/.deps/libdata_la-settings.Tpo src/data/.deps/libdata_la-settings.Plo
6536  mv -f src/libpspp/.deps/liblibpspp_la-heap.Tpo src/libpspp/.deps/liblibpspp_la-heap.Plo
6537  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_finalize.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_finalize.Tpo -c ../gl/malloc/dynarray_finalize.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-dynarray_finalize.o
6538  mv -f src/data/.deps/libdata_la-value.Tpo src/data/.deps/libdata_la-value.Plo
6539  mv -f src/libpspp/.deps/liblibpspp_la-start-date.Tpo src/libpspp/.deps/liblibpspp_la-start-date.Plo
6540  mv -f gl/.deps/libgl_la-c-strcasecmp.Tpo gl/.deps/libgl_la-c-strcasecmp.Plo
6541  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbiter.lo -MD -MP -MF gl/.deps/libgl_la-mbiter.Tpo -c -o gl/libgl_la-mbiter.lo `test -f 'gl/mbiter.c' || echo '../'`gl/mbiter.c
6542  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_resize.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_resize.Tpo -c ../gl/malloc/dynarray_resize.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-dynarray_resize.o
6543  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_resize_clear.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_resize_clear.Tpo -c ../gl/malloc/dynarray_resize_clear.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-dynarray_resize_clear.o
6544  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-clean-temp-simple.lo -MD -MP -MF gl/.deps/libgl_la-clean-temp-simple.Tpo -c ../gl/clean-temp-simple.c -o gl/libgl_la-clean-temp-simple.o >/dev/null 2>&1
6545  mv -f src/data/.deps/libdata_la-value-labels.Tpo src/data/.deps/libdata_la-value-labels.Plo
6546  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbrtowc.lo -MD -MP -MF gl/.deps/libgl_la-mbrtowc.Tpo -c -o gl/libgl_la-mbrtowc.lo `test -f 'gl/mbrtowc.c' || echo '../'`gl/mbrtowc.c
6547  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-clean-temp.lo -MD -MP -MF gl/.deps/libgl_la-clean-temp.Tpo -c ../gl/clean-temp.c -o gl/libgl_la-clean-temp.o >/dev/null 2>&1
6548  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memcasecmp.lo -MD -MP -MF gl/.deps/libgl_la-memcasecmp.Tpo -c -o gl/libgl_la-memcasecmp.lo `test -f 'gl/memcasecmp.c' || echo '../'`gl/memcasecmp.c
6549  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memchr2.lo -MD -MP -MF gl/.deps/libgl_la-memchr2.Tpo -c -o gl/libgl_la-memchr2.lo `test -f 'gl/memchr2.c' || echo '../'`gl/memchr2.c
6550  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-nstrftime.lo -MD -MP -MF gl/.deps/libgl_la-nstrftime.Tpo -c -o gl/libgl_la-nstrftime.lo `test -f 'gl/nstrftime.c' || echo '../'`gl/nstrftime.c
6551  mv -f src/libpspp/.deps/liblibpspp_la-bit-vector.Tpo src/libpspp/.deps/liblibpspp_la-bit-vector.Plo
6552  mv -f gl/.deps/libgl_la-areadlink.Tpo gl/.deps/libgl_la-areadlink.Plo
6553  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-pipe2.lo -MD -MP -MF gl/.deps/libgl_la-pipe2.Tpo -c -o gl/libgl_la-pipe2.lo `test -f 'gl/pipe2.c' || echo '../'`gl/pipe2.c
6554  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-printf-frexp.lo -MD -MP -MF gl/.deps/libgl_la-printf-frexp.Tpo -c -o gl/libgl_la-printf-frexp.lo `test -f 'gl/printf-frexp.c' || echo '../'`gl/printf-frexp.c
6555  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-printf-frexpl.lo -MD -MP -MF gl/.deps/libgl_la-printf-frexpl.Tpo -c -o gl/libgl_la-printf-frexpl.lo `test -f 'gl/printf-frexpl.c' || echo '../'`gl/printf-frexpl.c
6556  mv -f src/data/.deps/libdata_la-csv-file-writer.Tpo src/data/.deps/libdata_la-csv-file-writer.Plo
6557  mv -f src/libpspp/.deps/liblibpspp_la-string-set.Tpo src/libpspp/.deps/liblibpspp_la-string-set.Plo
6558  mv -f gl/.deps/libgl_la-c-strcasestr.Tpo gl/.deps/libgl_la-c-strcasestr.Plo
6559  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-progname.lo -MD -MP -MF gl/.deps/libgl_la-progname.Tpo -c -o gl/libgl_la-progname.lo `test -f 'gl/progname.c' || echo '../'`gl/progname.c
6560  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-read-file.lo -MD -MP -MF gl/.deps/libgl_la-read-file.Tpo -c -o gl/libgl_la-read-file.lo `test -f 'gl/read-file.c' || echo '../'`gl/read-file.c
6561  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-exitfail.lo -MD -MP -MF gl/.deps/libgl_la-exitfail.Tpo -c ../gl/exitfail.c  -fPIC -DPIC -o gl/.libs/libgl_la-exitfail.o
6562  mv -f src/data/.deps/libdata_la-vector.Tpo src/data/.deps/libdata_la-vector.Plo
6563  mv -f src/libpspp/.deps/liblibpspp_la-line-reader.Tpo src/libpspp/.deps/liblibpspp_la-line-reader.Plo
6564  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c-vasnprintf.lo -MD -MP -MF gl/.deps/libgl_la-c-vasnprintf.Tpo -c ../gl/c-vasnprintf.c -o gl/libgl_la-c-vasnprintf.o >/dev/null 2>&1
6565  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-rijndael-api-fst.lo -MD -MP -MF gl/.deps/libgl_la-rijndael-api-fst.Tpo -c ../gl/rijndael-api-fst.c -o gl/libgl_la-rijndael-api-fst.o >/dev/null 2>&1
6566  mv -f src/libpspp/.deps/liblibpspp_la-tower.Tpo src/libpspp/.deps/liblibpspp_la-tower.Plo
6567  mv -f gl/.deps/libgl_la-c-xasprintf.Tpo gl/.deps/libgl_la-c-xasprintf.Plo
6568  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-safe-read.lo -MD -MP -MF gl/.deps/libgl_la-safe-read.Tpo -c -o gl/libgl_la-safe-read.lo `test -f 'gl/safe-read.c' || echo '../'`gl/safe-read.c
6569  mv -f src/data/.deps/libdata_la-data-in.Tpo src/data/.deps/libdata_la-data-in.Plo
6570  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-safe-write.lo -MD -MP -MF gl/.deps/libgl_la-safe-write.Tpo -c -o gl/libgl_la-safe-write.lo `test -f 'gl/safe-write.c' || echo '../'`gl/safe-write.c
6571  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fatal-signal.lo -MD -MP -MF gl/.deps/libgl_la-fatal-signal.Tpo -c ../gl/fatal-signal.c  -fPIC -DPIC -o gl/.libs/libgl_la-fatal-signal.o
6572  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_dupfree.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_dupfree.Tpo -c -o gl/malloc/libgl_la-scratch_buffer_dupfree.lo `test -f 'gl/malloc/scratch_buffer_dupfree.c' || echo '../'`gl/malloc/scratch_buffer_dupfree.c
6573  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fcntl.lo -MD -MP -MF gl/.deps/libgl_la-fcntl.Tpo -c ../gl/fcntl.c  -fPIC -DPIC -o gl/.libs/libgl_la-fcntl.o
6574  mv -f gl/.deps/libgl_la-binary-io.Tpo gl/.deps/libgl_la-binary-io.Plo
6575  mv -f src/libpspp/.deps/liblibpspp_la-encoding-guesser.Tpo src/libpspp/.deps/liblibpspp_la-encoding-guesser.Plo
6576  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_grow.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_grow.Tpo -c -o gl/malloc/libgl_la-scratch_buffer_grow.lo `test -f 'gl/malloc/scratch_buffer_grow.c' || echo '../'`gl/malloc/scratch_buffer_grow.c
6577  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_grow_preserve.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Tpo -c -o gl/malloc/libgl_la-scratch_buffer_grow_preserve.lo `test -f 'gl/malloc/scratch_buffer_grow_preserve.c' || echo '../'`gl/malloc/scratch_buffer_grow_preserve.c
6578  mv -f src/libpspp/.deps/liblibpspp_la-array.Tpo src/libpspp/.deps/liblibpspp_la-array.Plo
6579  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseterr.lo -MD -MP -MF gl/.deps/libgl_la-fseterr.Tpo -c ../gl/fseterr.c  -fPIC -DPIC -o gl/.libs/libgl_la-fseterr.o
6580  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dirname-lgpl.lo -MD -MP -MF gl/.deps/libgl_la-dirname-lgpl.Tpo -c ../gl/dirname-lgpl.c -o gl/libgl_la-dirname-lgpl.o >/dev/null 2>&1
6581  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fd-hook.lo -MD -MP -MF gl/.deps/libgl_la-fd-hook.Tpo -c ../gl/fd-hook.c  -fPIC -DPIC -o gl/.libs/libgl_la-fd-hook.o
6582  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_set_array_size.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Tpo -c -o gl/malloc/libgl_la-scratch_buffer_set_array_size.lo `test -f 'gl/malloc/scratch_buffer_set_array_size.c' || echo '../'`gl/malloc/scratch_buffer_set_array_size.c
6583  mv -f gl/.deps/libgl_la-asyncsafe-spin.Tpo gl/.deps/libgl_la-asyncsafe-spin.Plo
6584  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-setlocale_null.lo -MD -MP -MF gl/.deps/libgl_la-setlocale_null.Tpo -c -o gl/libgl_la-setlocale_null.lo `test -f 'gl/setlocale_null.c' || echo '../'`gl/setlocale_null.c
6585  mv -f src/libpspp/.deps/liblibpspp_la-misc.Tpo src/libpspp/.deps/liblibpspp_la-misc.Plo
6586  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sig-handler.lo -MD -MP -MF gl/.deps/libgl_la-sig-handler.Tpo -c -o gl/libgl_la-sig-handler.lo `test -f 'gl/sig-handler.c' || echo '../'`gl/sig-handler.c
6587  mv -f gl/.deps/libgl_la-c-snprintf.Tpo gl/.deps/libgl_la-c-snprintf.Plo
6588  mv -f src/data/.deps/libdata_la-datasheet.Tpo src/data/.deps/libdata_la-datasheet.Plo
6589  mv -f src/libpspp/.deps/liblibpspp_la-pool.Tpo src/libpspp/.deps/liblibpspp_la-pool.Plo
6590  mv -f src/libpspp/.deps/liblibpspp_la-taint.Tpo src/libpspp/.deps/liblibpspp_la-taint.Plo
6591  mv -f gl/.deps/libgl_la-c-vasprintf.Tpo gl/.deps/libgl_la-c-vasprintf.Plo
6592  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dirname.lo -MD -MP -MF gl/.deps/libgl_la-dirname.Tpo -c ../gl/dirname.c -o gl/libgl_la-dirname.o >/dev/null 2>&1
6593  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sockets.lo -MD -MP -MF gl/.deps/libgl_la-sockets.Tpo -c -o gl/libgl_la-sockets.lo `test -f 'gl/sockets.c' || echo '../'`gl/sockets.c
6594  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-stat-time.lo -MD -MP -MF gl/.deps/libgl_la-stat-time.Tpo -c -o gl/libgl_la-stat-time.lo `test -f 'gl/stat-time.c' || echo '../'`gl/stat-time.c
6595  mv -f src/libpspp/.deps/liblibpspp_la-temp-file.Tpo src/libpspp/.deps/liblibpspp_la-temp-file.Plo
6596  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-basename.lo -MD -MP -MF gl/.deps/libgl_la-basename.Tpo -c ../gl/basename.c -o gl/libgl_la-basename.o >/dev/null 2>&1
6597  mv -f src/data/.deps/libdata_la-data-out.Tpo src/data/.deps/libdata_la-data-out.Plo
6598  mv -f src/libpspp/.deps/liblibpspp_la-string-map.Tpo src/libpspp/.deps/liblibpspp_la-string-map.Plo
6599  mv -f gl/.deps/libgl_la-c-strtod.Tpo gl/.deps/libgl_la-c-strtod.Plo
6600  mv -f gl/.deps/libgl_la-c-asprintf.Tpo gl/.deps/libgl_la-c-asprintf.Plo
6601  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-full-write.lo -MD -MP -MF gl/.deps/libgl_la-full-write.Tpo -c ../gl/full-write.c  -fPIC -DPIC -o gl/.libs/libgl_la-full-write.o
6602  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-strnlen1.lo -MD -MP -MF gl/.deps/libgl_la-strnlen1.Tpo -c -o gl/libgl_la-strnlen1.lo `test -f 'gl/strnlen1.c' || echo '../'`gl/strnlen1.c
6603  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sys_socket.lo -MD -MP -MF gl/.deps/libgl_la-sys_socket.Tpo -c -o gl/libgl_la-sys_socket.lo `test -f 'gl/sys_socket.c' || echo '../'`gl/sys_socket.c
6604  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-tempname.lo -MD -MP -MF gl/.deps/libgl_la-tempname.Tpo -c -o gl/libgl_la-tempname.lo `test -f 'gl/tempname.c' || echo '../'`gl/tempname.c
6605  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/glthread/libgl_la-threadlib.lo -MD -MP -MF gl/glthread/.deps/libgl_la-threadlib.Tpo -c -o gl/glthread/libgl_la-threadlib.lo `test -f 'gl/glthread/threadlib.c' || echo '../'`gl/glthread/threadlib.c
6606  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-time_rz.lo -MD -MP -MF gl/.deps/libgl_la-time_rz.Tpo -c -o gl/libgl_la-time_rz.lo `test -f 'gl/time_rz.c' || echo '../'`gl/time_rz.c
6607  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-full-read.lo -MD -MP -MF gl/.deps/libgl_la-full-read.Tpo -c ../gl/full-read.c  -fPIC -DPIC -o gl/.libs/libgl_la-full-read.o
6608  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fwriteerror.lo -MD -MP -MF gl/.deps/libgl_la-fwriteerror.Tpo -c ../gl/fwriteerror.c  -fPIC -DPIC -o gl/.libs/libgl_la-fwriteerror.o
6609  mv -f src/libpspp/.deps/liblibpspp_la-message.Tpo src/libpspp/.deps/liblibpspp_la-message.Plo
6610  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dtotimespec.lo -MD -MP -MF gl/.deps/libgl_la-dtotimespec.Tpo -c ../gl/dtotimespec.c -o gl/libgl_la-dtotimespec.o >/dev/null 2>&1
6611  mv -f src/data/.deps/libdata_la-por-file-reader.Tpo src/data/.deps/libdata_la-por-file-reader.Plo
6612  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-dtoastr.lo -MD -MP -MF gl/.deps/libgl_la-dtoastr.Tpo -c ../gl/dtoastr.c -o gl/libgl_la-dtoastr.o >/dev/null 2>&1
6613  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-stripslash.lo -MD -MP -MF gl/.deps/libgl_la-stripslash.Tpo -c ../gl/stripslash.c -o gl/libgl_la-stripslash.o >/dev/null 2>&1
6614  mv -f src/libpspp/.deps/liblibpspp_la-hash-functions.Tpo src/libpspp/.deps/liblibpspp_la-hash-functions.Plo
6615  mv -f src/libpspp/.deps/liblibpspp_la-range-set.Tpo src/libpspp/.deps/liblibpspp_la-range-set.Plo
6616  mv -f src/libpspp/.deps/liblibpspp_la-string-array.Tpo src/libpspp/.deps/liblibpspp_la-string-array.Plo
6617  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gettime.lo -MD -MP -MF gl/.deps/libgl_la-gettime.Tpo -c ../gl/gettime.c  -fPIC -DPIC -o gl/.libs/libgl_la-gettime.o
6618  mv -f src/libpspp/.deps/liblibpspp_la-stringi-set.Tpo src/libpspp/.deps/liblibpspp_la-stringi-set.Plo
6619  mv -f gl/.deps/libgl_la-c-xvasprintf.Tpo gl/.deps/libgl_la-c-xvasprintf.Plo
6620  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-ialloc.lo -MD -MP -MF gl/.deps/libgl_la-ialloc.Tpo -c ../gl/ialloc.c  -fPIC -DPIC -o gl/.libs/libgl_la-ialloc.o
6621  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timegm.lo -MD -MP -MF gl/.deps/libgl_la-timegm.Tpo -c -o gl/libgl_la-timegm.lo `test -f 'gl/timegm.c' || echo '../'`gl/timegm.c
6622  mv -f gl/.deps/libgl_la-count-one-bits.Tpo gl/.deps/libgl_la-count-one-bits.Plo
6623  mv -f src/libpspp/.deps/liblibpspp_la-range-tower.Tpo src/libpspp/.deps/liblibpspp_la-range-tower.Plo
6624  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec.lo -MD -MP -MF gl/.deps/libgl_la-timespec.Tpo -c -o gl/libgl_la-timespec.lo `test -f 'gl/timespec.c' || echo '../'`gl/timespec.c
6625  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec-add.lo -MD -MP -MF gl/.deps/libgl_la-timespec-add.Tpo -c -o gl/libgl_la-timespec-add.lo `test -f 'gl/timespec-add.c' || echo '../'`gl/timespec-add.c
6626  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec-sub.lo -MD -MP -MF gl/.deps/libgl_la-timespec-sub.Tpo -c -o gl/libgl_la-timespec-sub.lo `test -f 'gl/timespec-sub.c' || echo '../'`gl/timespec-sub.c
6627  mv -f src/libpspp/.deps/liblibpspp_la-stringi-map.Tpo src/libpspp/.deps/liblibpspp_la-stringi-map.Plo
6628  mv -f src/data/.deps/libdata_la-dataset.Tpo src/data/.deps/libdata_la-dataset.Plo
6629  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-tmpdir.lo -MD -MP -MF gl/.deps/libgl_la-tmpdir.Tpo -c -o gl/libgl_la-tmpdir.lo `test -f 'gl/tmpdir.c' || echo '../'`gl/tmpdir.c
6630  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-inttostr.lo -MD -MP -MF gl/.deps/libgl_la-inttostr.Tpo -c ../gl/inttostr.c  -fPIC -DPIC -o gl/.libs/libgl_la-inttostr.o
6631  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-getprogname.lo -MD -MP -MF gl/.deps/libgl_la-getprogname.Tpo -c ../gl/getprogname.c  -fPIC -DPIC -o gl/.libs/libgl_la-getprogname.o
6632  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-imaxtostr.lo -MD -MP -MF gl/.deps/libgl_la-imaxtostr.Tpo -c ../gl/imaxtostr.c  -fPIC -DPIC -o gl/.libs/libgl_la-imaxtostr.o
6633  mv -f gl/.deps/libgl_la-careadlinkat.Tpo gl/.deps/libgl_la-careadlinkat.Plo
6634  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-hard-locale.lo -MD -MP -MF gl/.deps/libgl_la-hard-locale.Tpo -c ../gl/hard-locale.c  -fPIC -DPIC -o gl/.libs/libgl_la-hard-locale.o
6635  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-cased.lo -MD -MP -MF gl/unicase/.deps/libgl_la-cased.Tpo -c -o gl/unicase/libgl_la-cased.lo `test -f 'gl/unicase/cased.c' || echo '../'`gl/unicase/cased.c
6636  mv -f src/libpspp/.deps/liblibpspp_la-u8-line.Tpo src/libpspp/.deps/liblibpspp_la-u8-line.Plo
6637  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-offtostr.lo -MD -MP -MF gl/.deps/libgl_la-offtostr.Tpo -c ../gl/offtostr.c  -fPIC -DPIC -o gl/.libs/libgl_la-offtostr.o
6638  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-empty-prefix-context.lo -MD -MP -MF gl/unicase/.deps/libgl_la-empty-prefix-context.Tpo -c -o gl/unicase/libgl_la-empty-prefix-context.lo `test -f 'gl/unicase/empty-prefix-context.c' || echo '../'`gl/unicase/empty-prefix-context.c
6639  mv -f gl/.deps/libgl_la-count-leading-zeros.Tpo gl/.deps/libgl_la-count-leading-zeros.Plo
6640  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-empty-suffix-context.lo -MD -MP -MF gl/unicase/.deps/libgl_la-empty-suffix-context.Tpo -c -o gl/unicase/libgl_la-empty-suffix-context.lo `test -f 'gl/unicase/empty-suffix-context.c' || echo '../'`gl/unicase/empty-suffix-context.c
6641  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-ignorable.lo -MD -MP -MF gl/unicase/.deps/libgl_la-ignorable.Tpo -c -o gl/unicase/libgl_la-ignorable.lo `test -f 'gl/unicase/ignorable.c' || echo '../'`gl/unicase/ignorable.c
6642  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-special-casing.lo -MD -MP -MF gl/unicase/.deps/libgl_la-special-casing.Tpo -c -o gl/unicase/libgl_la-special-casing.lo `test -f 'gl/unicase/special-casing.c' || echo '../'`gl/unicase/special-casing.c
6643  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-tocasefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-tocasefold.Tpo -c -o gl/unicase/libgl_la-tocasefold.lo `test -f 'gl/unicase/tocasefold.c' || echo '../'`gl/unicase/tocasefold.c
6644  mv -f src/libpspp/.deps/liblibpspp_la-zip-writer.Tpo src/libpspp/.deps/liblibpspp_la-zip-writer.Plo
6645  mv -f gl/.deps/libgl_la-cloexec.Tpo gl/.deps/libgl_la-cloexec.Plo
6646  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-uinttostr.lo -MD -MP -MF gl/.deps/libgl_la-uinttostr.Tpo -c ../gl/uinttostr.c  -fPIC -DPIC -o gl/.libs/libgl_la-uinttostr.o
6647  mv -f gl/.deps/libgl_la-crc.Tpo gl/.deps/libgl_la-crc.Plo
6648  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-tolower.lo -MD -MP -MF gl/unicase/.deps/libgl_la-tolower.Tpo -c -o gl/unicase/libgl_la-tolower.lo `test -f 'gl/unicase/tolower.c' || echo '../'`gl/unicase/tolower.c
6649  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-totitle.Tpo -c -o gl/unicase/libgl_la-totitle.lo `test -f 'gl/unicase/totitle.c' || echo '../'`gl/unicase/totitle.c
6650  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-toupper.lo -MD -MP -MF gl/unicase/.deps/libgl_la-toupper.Tpo -c -o gl/unicase/libgl_la-toupper.lo `test -f 'gl/unicase/toupper.c' || echo '../'`gl/unicase/toupper.c
6651  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casecmp.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casecmp.Tpo -c -o gl/unicase/libgl_la-u8-casecmp.lo `test -f 'gl/unicase/u8-casecmp.c' || echo '../'`gl/unicase/u8-casecmp.c
6652  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casefold.Tpo -c -o gl/unicase/libgl_la-u8-casefold.lo `test -f 'gl/unicase/u8-casefold.c' || echo '../'`gl/unicase/u8-casefold.c
6653  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_resize_clear.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_resize_clear.Tpo -c ../gl/malloc/dynarray_resize_clear.c -o gl/malloc/libgl_la-dynarray_resize_clear.o >/dev/null 2>&1
6654  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casemap.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casemap.Tpo -c -o gl/unicase/libgl_la-u8-casemap.lo `test -f 'gl/unicase/u8-casemap.c' || echo '../'`gl/unicase/u8-casemap.c
6655  mv -f src/libpspp/.deps/liblibpspp_la-version.Tpo src/libpspp/.deps/liblibpspp_la-version.Plo
6656  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-ct-casefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-ct-casefold.Tpo -c -o gl/unicase/libgl_la-u8-ct-casefold.lo `test -f 'gl/unicase/u8-ct-casefold.c' || echo '../'`gl/unicase/u8-ct-casefold.c
6657  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-ct-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-ct-totitle.Tpo -c -o gl/unicase/libgl_la-u8-ct-totitle.lo `test -f 'gl/unicase/u8-ct-totitle.c' || echo '../'`gl/unicase/u8-ct-totitle.c
6658  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-tolower.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-tolower.Tpo -c -o gl/unicase/libgl_la-u8-tolower.lo `test -f 'gl/unicase/u8-tolower.c' || echo '../'`gl/unicase/u8-tolower.c
6659  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-totitle.Tpo -c -o gl/unicase/libgl_la-u8-totitle.lo `test -f 'gl/unicase/u8-totitle.c' || echo '../'`gl/unicase/u8-totitle.c
6660  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_emplace_enlarge.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Tpo -c ../gl/malloc/dynarray_emplace_enlarge.c -o gl/malloc/libgl_la-dynarray_emplace_enlarge.o >/dev/null 2>&1
6661  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-toupper.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-toupper.Tpo -c -o gl/unicase/libgl_la-u8-toupper.lo `test -f 'gl/unicase/u8-toupper.c' || echo '../'`gl/unicase/u8-toupper.c
6662  mv -f src/data/.deps/libdata_la-por-file-writer.Tpo src/data/.deps/libdata_la-por-file-writer.Plo
6663  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-categ_none.lo -MD -MP -MF gl/unictype/.deps/libgl_la-categ_none.Tpo -c -o gl/unictype/libgl_la-categ_none.lo `test -f 'gl/unictype/categ_none.c' || echo '../'`gl/unictype/categ_none.c
6664  mv -f gl/.deps/libgl_la-rijndael-alg-fst.Tpo gl/.deps/libgl_la-rijndael-alg-fst.Plo
6665  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-categ_of.lo -MD -MP -MF gl/unictype/.deps/libgl_la-categ_of.Tpo -c -o gl/unictype/libgl_la-categ_of.lo `test -f 'gl/unictype/categ_of.c' || echo '../'`gl/unictype/categ_of.c
6666  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_resize.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_resize.Tpo -c ../gl/malloc/dynarray_resize.c -o gl/malloc/libgl_la-dynarray_resize.o >/dev/null 2>&1
6667  mv -f gl/.deps/libgl_la-md4-stream.Tpo gl/.deps/libgl_la-md4-stream.Plo
6668  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_at_failure.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_at_failure.Tpo -c ../gl/malloc/dynarray_at_failure.c -o gl/malloc/libgl_la-dynarray_at_failure.o >/dev/null 2>&1
6669  mv -f src/libpspp/.deps/liblibpspp_la-u8-istream.Tpo src/libpspp/.deps/liblibpspp_la-u8-istream.Plo
6670  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-dynarray_finalize.lo -MD -MP -MF gl/malloc/.deps/libgl_la-dynarray_finalize.Tpo -c ../gl/malloc/dynarray_finalize.c -o gl/malloc/libgl_la-dynarray_finalize.o >/dev/null 2>&1
6671  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-combiningclass.lo -MD -MP -MF gl/unictype/.deps/libgl_la-combiningclass.Tpo -c -o gl/unictype/libgl_la-combiningclass.lo `test -f 'gl/unictype/combiningclass.c' || echo '../'`gl/unictype/combiningclass.c
6672  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-umaxtostr.lo -MD -MP -MF gl/.deps/libgl_la-umaxtostr.Tpo -c ../gl/umaxtostr.c  -fPIC -DPIC -o gl/.libs/libgl_la-umaxtostr.o
6673  mv -f gl/.deps/libgl_la-md4.Tpo gl/.deps/libgl_la-md4.Plo
6674  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-ctype_print.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_print.Tpo -c -o gl/unictype/libgl_la-ctype_print.lo `test -f 'gl/unictype/ctype_print.c' || echo '../'`gl/unictype/ctype_print.c
6675  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-pr_extended_pictographic.lo -MD -MP -MF gl/unictype/.deps/libgl_la-pr_extended_pictographic.Tpo -c -o gl/unictype/libgl_la-pr_extended_pictographic.lo `test -f 'gl/unictype/pr_extended_pictographic.c' || echo '../'`gl/unictype/pr_extended_pictographic.c
6676  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-pr_soft_dotted.lo -MD -MP -MF gl/unictype/.deps/libgl_la-pr_soft_dotted.Tpo -c -o gl/unictype/libgl_la-pr_soft_dotted.lo `test -f 'gl/unictype/pr_soft_dotted.c' || echo '../'`gl/unictype/pr_soft_dotted.c
6677  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_linked_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_linked_list.Tpo -c ../gl/gl_linked_list.c  -fPIC -DPIC -o gl/.libs/libgl_la-gl_linked_list.o
6678  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unigbrk/libgl_la-uc-gbrk-prop.lo -MD -MP -MF gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Tpo -c -o gl/unigbrk/libgl_la-uc-gbrk-prop.lo `test -f 'gl/unigbrk/uc-gbrk-prop.c' || echo '../'`gl/unigbrk/uc-gbrk-prop.c
6679  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unigbrk/libgl_la-uc-is-grapheme-break.lo -MD -MP -MF gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Tpo -c -o gl/unigbrk/libgl_la-uc-is-grapheme-break.lo `test -f 'gl/unigbrk/uc-is-grapheme-break.c' || echo '../'`gl/unigbrk/uc-is-grapheme-break.c
6680  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unilbrk/libgl_la-lbrktables.lo -MD -MP -MF gl/unilbrk/.deps/libgl_la-lbrktables.Tpo -c -o gl/unilbrk/libgl_la-lbrktables.lo `test -f 'gl/unilbrk/lbrktables.c' || echo '../'`gl/unilbrk/lbrktables.c
6681  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unilbrk/libgl_la-u8-possible-linebreaks.lo -MD -MP -MF gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Tpo -c -o gl/unilbrk/libgl_la-u8-possible-linebreaks.lo `test -f 'gl/unilbrk/u8-possible-linebreaks.c' || echo '../'`gl/unilbrk/u8-possible-linebreaks.c
6682  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-canonical-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-canonical-decomposition.Tpo -c -o gl/uninorm/libgl_la-canonical-decomposition.lo `test -f 'gl/uninorm/canonical-decomposition.c' || echo '../'`gl/uninorm/canonical-decomposition.c
6683  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-compat-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-compat-decomposition.Tpo -c -o gl/uninorm/libgl_la-compat-decomposition.lo `test -f 'gl/uninorm/compat-decomposition.c' || echo '../'`gl/uninorm/compat-decomposition.c
6684  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_linkedhash_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_linkedhash_list.Tpo -c ../gl/gl_linkedhash_list.c  -fPIC -DPIC -o gl/.libs/libgl_la-gl_linkedhash_list.o
6685  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decompose-internal.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decompose-internal.Tpo -c -o gl/uninorm/libgl_la-decompose-internal.lo `test -f 'gl/uninorm/decompose-internal.c' || echo '../'`gl/uninorm/decompose-internal.c
6686  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposing-form.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposing-form.Tpo -c -o gl/uninorm/libgl_la-decomposing-form.lo `test -f 'gl/uninorm/decomposing-form.c' || echo '../'`gl/uninorm/decomposing-form.c
6687  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposition.Tpo -c -o gl/uninorm/libgl_la-decomposition.lo `test -f 'gl/uninorm/decomposition.c' || echo '../'`gl/uninorm/decomposition.c
6688  mv -f src/data/.deps/libdata_la-dictionary.Tpo src/data/.deps/libdata_la-dictionary.Plo
6689  mv -f src/libpspp/.deps/liblibpspp_la-zip-reader.Tpo src/libpspp/.deps/liblibpspp_la-zip-reader.Plo
6690  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_list.Tpo -c ../gl/gl_list.c  -fPIC -DPIC -o gl/.libs/libgl_la-gl_list.o
6691  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fd-hook.lo -MD -MP -MF gl/.deps/libgl_la-fd-hook.Tpo -c ../gl/fd-hook.c -o gl/libgl_la-fd-hook.o >/dev/null 2>&1
6692  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposition-table.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposition-table.Tpo -c -o gl/uninorm/libgl_la-decomposition-table.lo `test -f 'gl/uninorm/decomposition-table.c' || echo '../'`gl/uninorm/decomposition-table.c
6693  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-exitfail.lo -MD -MP -MF gl/.deps/libgl_la-exitfail.Tpo -c ../gl/exitfail.c -o gl/libgl_la-exitfail.o >/dev/null 2>&1
6694  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localcharset.lo -MD -MP -MF gl/.deps/libgl_la-localcharset.Tpo -c ../gl/localcharset.c  -fPIC -DPIC -o gl/.libs/libgl_la-localcharset.o
6695  mv -f src/data/.deps/libdata_la-format.Tpo src/data/.deps/libdata_la-format.Plo
6696  mv -f src/data/.deps/libdata_la-psql-reader.Tpo src/data/.deps/libdata_la-psql-reader.Plo
6697  mv -f src/data/.deps/libdata_la-sys-file-private.Tpo src/data/.deps/libdata_la-sys-file-private.Plo
6698  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseterr.lo -MD -MP -MF gl/.deps/libgl_la-fseterr.Tpo -c ../gl/fseterr.c -o gl/libgl_la-fseterr.o >/dev/null 2>&1
6699  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-nfd.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-nfd.Tpo -c -o gl/uninorm/libgl_la-nfd.lo `test -f 'gl/uninorm/nfd.c' || echo '../'`gl/uninorm/nfd.c
6700  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-nfkd.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-nfkd.Tpo -c -o gl/uninorm/libgl_la-nfkd.lo `test -f 'gl/uninorm/nfkd.c' || echo '../'`gl/uninorm/nfkd.c
6701  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-u8-normalize.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-u8-normalize.Tpo -c -o gl/uninorm/libgl_la-u8-normalize.lo `test -f 'gl/uninorm/u8-normalize.c' || echo '../'`gl/uninorm/u8-normalize.c
6702  mv -f src/data/.deps/libdata_la-mdd-writer.Tpo src/data/.deps/libdata_la-mdd-writer.Plo
6703  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-check.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-check.Tpo -c -o gl/unistr/libgl_la-u8-check.lo `test -f 'gl/unistr/u8-check.c' || echo '../'`gl/unistr/u8-check.c
6704  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cmp.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cmp.Tpo -c -o gl/unistr/libgl_la-u8-cmp.lo `test -f 'gl/unistr/u8-cmp.c' || echo '../'`gl/unistr/u8-cmp.c
6705  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cmp2.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cmp2.Tpo -c -o gl/unistr/libgl_la-u8-cmp2.lo `test -f 'gl/unistr/u8-cmp2.c' || echo '../'`gl/unistr/u8-cmp2.c
6706  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cpy.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cpy.Tpo -c -o gl/unistr/libgl_la-u8-cpy.lo `test -f 'gl/unistr/u8-cpy.c' || echo '../'`gl/unistr/u8-cpy.c
6707  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mblen.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mblen.Tpo -c -o gl/unistr/libgl_la-u8-mblen.lo `test -f 'gl/unistr/u8-mblen.c' || echo '../'`gl/unistr/u8-mblen.c
6708  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fcntl.lo -MD -MP -MF gl/.deps/libgl_la-fcntl.Tpo -c ../gl/fcntl.c -o gl/libgl_la-fcntl.o >/dev/null 2>&1
6709  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc.Tpo -c -o gl/unistr/libgl_la-u8-mbtouc.lo `test -f 'gl/unistr/u8-mbtouc.c' || echo '../'`gl/unistr/u8-mbtouc.c
6710  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localename.lo -MD -MP -MF gl/.deps/libgl_la-localename.Tpo -c ../gl/localename.c  -fPIC -DPIC -o gl/.libs/libgl_la-localename.o
6711  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localename-table.lo -MD -MP -MF gl/.deps/libgl_la-localename-table.Tpo -c ../gl/localename-table.c  -fPIC -DPIC -o gl/.libs/libgl_la-localename-table.o
6712  mv -f src/data/.deps/libdata_la-pc+-file-reader.Tpo src/data/.deps/libdata_la-pc+-file-reader.Plo
6713  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-full-write.lo -MD -MP -MF gl/.deps/libgl_la-full-write.Tpo -c ../gl/full-write.c -o gl/libgl_la-full-write.o >/dev/null 2>&1
6714  mv -f src/data/.deps/libdata_la-gnumeric-reader.Tpo src/data/.deps/libdata_la-gnumeric-reader.Plo
6715  mv -f src/libpspp/.deps/liblibpspp_la-str.Tpo src/libpspp/.deps/liblibpspp_la-str.Plo
6716  mv -f gl/.deps/libgl_la-rijndael-api-fst.Tpo gl/.deps/libgl_la-rijndael-api-fst.Plo
6717  mv -f gl/.deps/libgl_la-clean-temp-simple.Tpo gl/.deps/libgl_la-clean-temp-simple.Plo
6718  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gettime.lo -MD -MP -MF gl/.deps/libgl_la-gettime.Tpo -c ../gl/gettime.c -o gl/libgl_la-gettime.o >/dev/null 2>&1
6719  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-malloca.lo -MD -MP -MF gl/.deps/libgl_la-malloca.Tpo -c ../gl/malloca.c  -fPIC -DPIC -o gl/.libs/libgl_la-malloca.o
6720  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-math.lo -MD -MP -MF gl/.deps/libgl_la-math.Tpo -c ../gl/math.c  -fPIC -DPIC -o gl/.libs/libgl_la-math.o
6721  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Tpo -c -o gl/unistr/libgl_la-u8-mbtouc-aux.lo `test -f 'gl/unistr/u8-mbtouc-aux.c' || echo '../'`gl/unistr/u8-mbtouc-aux.c
6722  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-full-read.lo -MD -MP -MF gl/.deps/libgl_la-full-read.Tpo -c ../gl/full-read.c -o gl/libgl_la-full-read.o >/dev/null 2>&1
6723  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-unsafe.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Tpo -c -o gl/unistr/libgl_la-u8-mbtouc-unsafe.lo `test -f 'gl/unistr/u8-mbtouc-unsafe.c' || echo '../'`gl/unistr/u8-mbtouc-unsafe.c
6724  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-unsafe-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Tpo -c -o gl/unistr/libgl_la-u8-mbtouc-unsafe-aux.lo `test -f 'gl/unistr/u8-mbtouc-unsafe-aux.c' || echo '../'`gl/unistr/u8-mbtouc-unsafe-aux.c
6725  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbchar.lo -MD -MP -MF gl/.deps/libgl_la-mbchar.Tpo -c ../gl/mbchar.c  -fPIC -DPIC -o gl/.libs/libgl_la-mbchar.o
6726  mv -f src/data/.deps/libdata_la-ods-reader.Tpo src/data/.deps/libdata_la-ods-reader.Plo
6727  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/glthread/libgl_la-lock.lo -MD -MP -MF gl/glthread/.deps/libgl_la-lock.Tpo -c ../gl/glthread/lock.c  -fPIC -DPIC -o gl/glthread/.libs/libgl_la-lock.o
6728  mv -f gl/.deps/libgl_la-dirname-lgpl.Tpo gl/.deps/libgl_la-dirname-lgpl.Plo
6729  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbiter.lo -MD -MP -MF gl/.deps/libgl_la-mbiter.Tpo -c ../gl/mbiter.c  -fPIC -DPIC -o gl/.libs/libgl_la-mbiter.o
6730  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-ialloc.lo -MD -MP -MF gl/.deps/libgl_la-ialloc.Tpo -c ../gl/ialloc.c -o gl/libgl_la-ialloc.o >/dev/null 2>&1
6731  mv -f src/data/.deps/libdata_la-variable.Tpo src/data/.deps/libdata_la-variable.Plo
6732  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtoucr.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtoucr.Tpo -c -o gl/unistr/libgl_la-u8-mbtoucr.lo `test -f 'gl/unistr/u8-mbtoucr.c' || echo '../'`gl/unistr/u8-mbtoucr.c
6733  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strlen.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strlen.Tpo -c -o gl/unistr/libgl_la-u8-strlen.lo `test -f 'gl/unistr/u8-strlen.c' || echo '../'`gl/unistr/u8-strlen.c
6734  mv -f gl/.deps/libgl_la-basename.Tpo gl/.deps/libgl_la-basename.Plo
6735  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fatal-signal.lo -MD -MP -MF gl/.deps/libgl_la-fatal-signal.Tpo -c ../gl/fatal-signal.c -o gl/libgl_la-fatal-signal.o >/dev/null 2>&1
6736  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strmbtouc.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strmbtouc.Tpo -c -o gl/unistr/libgl_la-u8-strmbtouc.lo `test -f 'gl/unistr/u8-strmbtouc.c' || echo '../'`gl/unistr/u8-strmbtouc.c
6737  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbrtowc.lo -MD -MP -MF gl/.deps/libgl_la-mbrtowc.Tpo -c ../gl/mbrtowc.c  -fPIC -DPIC -o gl/.libs/libgl_la-mbrtowc.o
6738  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fwriteerror.lo -MD -MP -MF gl/.deps/libgl_la-fwriteerror.Tpo -c ../gl/fwriteerror.c -o gl/libgl_la-fwriteerror.o >/dev/null 2>&1
6739  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memchr2.lo -MD -MP -MF gl/.deps/libgl_la-memchr2.Tpo -c ../gl/memchr2.c  -fPIC -DPIC -o gl/.libs/libgl_la-memchr2.o
6740  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-printf-frexp.lo -MD -MP -MF gl/.deps/libgl_la-printf-frexp.Tpo -c ../gl/printf-frexp.c  -fPIC -DPIC -o gl/.libs/libgl_la-printf-frexp.o
6741  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memcasecmp.lo -MD -MP -MF gl/.deps/libgl_la-memcasecmp.Tpo -c ../gl/memcasecmp.c  -fPIC -DPIC -o gl/.libs/libgl_la-memcasecmp.o
6742  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-offtostr.lo -MD -MP -MF gl/.deps/libgl_la-offtostr.Tpo -c ../gl/offtostr.c -o gl/libgl_la-offtostr.o >/dev/null 2>&1
6743  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strncat.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strncat.Tpo -c -o gl/unistr/libgl_la-u8-strncat.lo `test -f 'gl/unistr/u8-strncat.c' || echo '../'`gl/unistr/u8-strncat.c
6744  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-pipe2.lo -MD -MP -MF gl/.deps/libgl_la-pipe2.Tpo -c ../gl/pipe2.c  -fPIC -DPIC -o gl/.libs/libgl_la-pipe2.o
6745  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-nstrftime.lo -MD -MP -MF gl/.deps/libgl_la-nstrftime.Tpo -c ../gl/nstrftime.c  -fPIC -DPIC -o gl/.libs/libgl_la-nstrftime.o
6746  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-printf-frexpl.lo -MD -MP -MF gl/.deps/libgl_la-printf-frexpl.Tpo -c ../gl/printf-frexpl.c  -fPIC -DPIC -o gl/.libs/libgl_la-printf-frexpl.o
6747  mv -f gl/.deps/libgl_la-dtotimespec.Tpo gl/.deps/libgl_la-dtotimespec.Plo
6748  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-hard-locale.lo -MD -MP -MF gl/.deps/libgl_la-hard-locale.Tpo -c ../gl/hard-locale.c -o gl/libgl_la-hard-locale.o >/dev/null 2>&1
6749  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-uctomb.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-uctomb.Tpo -c -o gl/unistr/libgl_la-u8-uctomb.lo `test -f 'gl/unistr/u8-uctomb.c' || echo '../'`gl/unistr/u8-uctomb.c
6750  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-imaxtostr.lo -MD -MP -MF gl/.deps/libgl_la-imaxtostr.Tpo -c ../gl/imaxtostr.c -o gl/libgl_la-imaxtostr.o >/dev/null 2>&1
6751  mv -f gl/.deps/libgl_la-clean-temp.Tpo gl/.deps/libgl_la-clean-temp.Plo
6752  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_grow_preserve.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Tpo -c ../gl/malloc/scratch_buffer_grow_preserve.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-scratch_buffer_grow_preserve.o
6753  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-uctomb-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-uctomb-aux.Tpo -c -o gl/unistr/libgl_la-u8-uctomb-aux.lo `test -f 'gl/unistr/u8-uctomb-aux.c' || echo '../'`gl/unistr/u8-uctomb-aux.c
6754  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-progname.lo -MD -MP -MF gl/.deps/libgl_la-progname.Tpo -c ../gl/progname.c  -fPIC -DPIC -o gl/.libs/libgl_la-progname.o
6755  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-getprogname.lo -MD -MP -MF gl/.deps/libgl_la-getprogname.Tpo -c ../gl/getprogname.c -o gl/libgl_la-getprogname.o >/dev/null 2>&1
6756  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-read-file.lo -MD -MP -MF gl/.deps/libgl_la-read-file.Tpo -c ../gl/read-file.c  -fPIC -DPIC -o gl/.libs/libgl_la-read-file.o
6757  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-safe-read.lo -MD -MP -MF gl/.deps/libgl_la-safe-read.Tpo -c ../gl/safe-read.c  -fPIC -DPIC -o gl/.libs/libgl_la-safe-read.o
6758  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-inttostr.lo -MD -MP -MF gl/.deps/libgl_la-inttostr.Tpo -c ../gl/inttostr.c -o gl/libgl_la-inttostr.o >/dev/null 2>&1
6759  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_dupfree.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_dupfree.Tpo -c ../gl/malloc/scratch_buffer_dupfree.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-scratch_buffer_dupfree.o
6760  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-safe-write.lo -MD -MP -MF gl/.deps/libgl_la-safe-write.Tpo -c ../gl/safe-write.c  -fPIC -DPIC -o gl/.libs/libgl_la-safe-write.o
6761  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_set_array_size.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Tpo -c ../gl/malloc/scratch_buffer_set_array_size.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-scratch_buffer_set_array_size.o
6762  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-wbrktable.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-wbrktable.Tpo -c -o gl/uniwbrk/libgl_la-wbrktable.lo `test -f 'gl/uniwbrk/wbrktable.c' || echo '../'`gl/uniwbrk/wbrktable.c
6763  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-setlocale_null.lo -MD -MP -MF gl/.deps/libgl_la-setlocale_null.Tpo -c ../gl/setlocale_null.c  -fPIC -DPIC -o gl/.libs/libgl_la-setlocale_null.o
6764  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-u8-wordbreaks.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Tpo -c -o gl/uniwbrk/libgl_la-u8-wordbreaks.lo `test -f 'gl/uniwbrk/u8-wordbreaks.c' || echo '../'`gl/uniwbrk/u8-wordbreaks.c
6765  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_grow.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_grow.Tpo -c ../gl/malloc/scratch_buffer_grow.c  -fPIC -DPIC -o gl/malloc/.libs/libgl_la-scratch_buffer_grow.o
6766  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sig-handler.lo -MD -MP -MF gl/.deps/libgl_la-sig-handler.Tpo -c ../gl/sig-handler.c  -fPIC -DPIC -o gl/.libs/libgl_la-sig-handler.o
6767  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-wordbreak-property.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-wordbreak-property.Tpo -c -o gl/uniwbrk/libgl_la-wordbreak-property.lo `test -f 'gl/uniwbrk/wordbreak-property.c' || echo '../'`gl/uniwbrk/wordbreak-property.c
6768  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-u8-strwidth.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-u8-strwidth.Tpo -c -o gl/uniwidth/libgl_la-u8-strwidth.lo `test -f 'gl/uniwidth/u8-strwidth.c' || echo '../'`gl/uniwidth/u8-strwidth.c
6769  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-u8-width.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-u8-width.Tpo -c -o gl/uniwidth/libgl_la-u8-width.lo `test -f 'gl/uniwidth/u8-width.c' || echo '../'`gl/uniwidth/u8-width.c
6770  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_list.Tpo -c ../gl/gl_list.c -o gl/libgl_la-gl_list.o >/dev/null 2>&1
6771  mv -f src/libpspp/.deps/liblibpspp_la-sparse-array.Tpo src/libpspp/.deps/liblibpspp_la-sparse-array.Plo
6772  mv -f gl/.deps/libgl_la-stripslash.Tpo gl/.deps/libgl_la-stripslash.Plo
6773  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-uinttostr.lo -MD -MP -MF gl/.deps/libgl_la-uinttostr.Tpo -c ../gl/uinttostr.c -o gl/libgl_la-uinttostr.o >/dev/null 2>&1
6774  mv -f gl/malloc/.deps/libgl_la-dynarray_resize_clear.Tpo gl/malloc/.deps/libgl_la-dynarray_resize_clear.Plo
6775  mv -f gl/.deps/libgl_la-dirname.Tpo gl/.deps/libgl_la-dirname.Plo
6776  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-umaxtostr.lo -MD -MP -MF gl/.deps/libgl_la-umaxtostr.Tpo -c ../gl/umaxtostr.c -o gl/libgl_la-umaxtostr.o >/dev/null 2>&1
6777  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_linked_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_linked_list.Tpo -c ../gl/gl_linked_list.c -o gl/libgl_la-gl_linked_list.o >/dev/null 2>&1
6778  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/glthread/libgl_la-threadlib.lo -MD -MP -MF gl/glthread/.deps/libgl_la-threadlib.Tpo -c ../gl/glthread/threadlib.c  -fPIC -DPIC -o gl/glthread/.libs/libgl_la-threadlib.o
6779  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-stat-time.lo -MD -MP -MF gl/.deps/libgl_la-stat-time.Tpo -c ../gl/stat-time.c  -fPIC -DPIC -o gl/.libs/libgl_la-stat-time.o
6780  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-tempname.lo -MD -MP -MF gl/.deps/libgl_la-tempname.Tpo -c ../gl/tempname.c  -fPIC -DPIC -o gl/.libs/libgl_la-tempname.o
6781  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sockets.lo -MD -MP -MF gl/.deps/libgl_la-sockets.Tpo -c ../gl/sockets.c  -fPIC -DPIC -o gl/.libs/libgl_la-sockets.o
6782  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-time_rz.lo -MD -MP -MF gl/.deps/libgl_la-time_rz.Tpo -c ../gl/time_rz.c  -fPIC -DPIC -o gl/.libs/libgl_la-time_rz.o
6783  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-width.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-width.Tpo -c -o gl/uniwidth/libgl_la-width.lo `test -f 'gl/uniwidth/width.c' || echo '../'`gl/uniwidth/width.c
6784  mv -f gl/.deps/libgl_la-dtoastr.Tpo gl/.deps/libgl_la-dtoastr.Plo
6785  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I/usr/include/libxml2  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/stats" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -DINSTALLDIR=\"/usr/local/bin\" -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT utilities/pspp_output-pspp-output.o -MD -MP -MF utilities/.deps/pspp_output-pspp-output.Tpo -c -o utilities/pspp_output-pspp-output.o `test -f 'utilities/pspp-output.c' || echo '../'`utilities/pspp-output.c
6786  msgmerge --previous --quiet ../po/cs.po po/pspp.pot -o po/cs.po,tmp
6787  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localename-table.lo -MD -MP -MF gl/.deps/libgl_la-localename-table.Tpo -c ../gl/localename-table.c -o gl/libgl_la-localename-table.o >/dev/null 2>&1
6788  mv -f gl/malloc/.deps/libgl_la-dynarray_at_failure.Tpo gl/malloc/.deps/libgl_la-dynarray_at_failure.Plo
6789  mv -f src/libpspp/.deps/liblibpspp_la-model-checker.Tpo src/libpspp/.deps/liblibpspp_la-model-checker.Plo
6790  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sys_socket.lo -MD -MP -MF gl/.deps/libgl_la-sys_socket.Tpo -c ../gl/sys_socket.c  -fPIC -DPIC -o gl/.libs/libgl_la-sys_socket.o
6791  mv -f src/libpspp/.deps/liblibpspp_la-sparse-xarray.Tpo src/libpspp/.deps/liblibpspp_la-sparse-xarray.Plo
6792  /bin/sh ../build-aux/missing --run autom4te --language=autotest -I '..' ../tests/testsuite.at | /usr/bin/sed 's/@<00A0>@/ /g' > ../tests/testsuite.tmp
6793  mv -f gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Tpo gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Plo
6794  mv -f src/libpspp/.deps/liblibpspp_la-i18n.Tpo src/libpspp/.deps/liblibpspp_la-i18n.Plo
6795  msgmerge --previous --quiet ../po/ca.po po/pspp.pot -o po/ca.po,tmp
6796  mv -f gl/malloc/.deps/libgl_la-dynarray_finalize.Tpo gl/malloc/.deps/libgl_la-dynarray_finalize.Plo
6797  msgmerge --previous --quiet ../po/de.po po/pspp.pot -o po/de.po,tmp
6798  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-gl_linkedhash_list.lo -MD -MP -MF gl/.deps/libgl_la-gl_linkedhash_list.Tpo -c ../gl/gl_linkedhash_list.c -o gl/libgl_la-gl_linkedhash_list.o >/dev/null 2>&1
6799  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-strnlen1.lo -MD -MP -MF gl/.deps/libgl_la-strnlen1.Tpo -c ../gl/strnlen1.c  -fPIC -DPIC -o gl/.libs/libgl_la-strnlen1.o
6800  msgmerge --previous --quiet ../po/el.po po/pspp.pot -o po/el.po,tmp
6801  mv -f gl/.deps/libgl_la-c-vasnprintf.Tpo gl/.deps/libgl_la-c-vasnprintf.Plo
6802  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec-add.lo -MD -MP -MF gl/.deps/libgl_la-timespec-add.Tpo -c ../gl/timespec-add.c  -fPIC -DPIC -o gl/.libs/libgl_la-timespec-add.o
6803  mv -f gl/malloc/.deps/libgl_la-dynarray_resize.Tpo gl/malloc/.deps/libgl_la-dynarray_resize.Plo
6804  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec-sub.lo -MD -MP -MF gl/.deps/libgl_la-timespec-sub.Tpo -c ../gl/timespec-sub.c  -fPIC -DPIC -o gl/.libs/libgl_la-timespec-sub.o
6805  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timegm.lo -MD -MP -MF gl/.deps/libgl_la-timegm.Tpo -c ../gl/timegm.c  -fPIC -DPIC -o gl/.libs/libgl_la-timegm.o
6806  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-tmpdir.lo -MD -MP -MF gl/.deps/libgl_la-tmpdir.Tpo -c ../gl/tmpdir.c  -fPIC -DPIC -o gl/.libs/libgl_la-tmpdir.o
6807  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-malloca.lo -MD -MP -MF gl/.deps/libgl_la-malloca.Tpo -c ../gl/malloca.c -o gl/libgl_la-malloca.o >/dev/null 2>&1
6808  msgmerge --previous --quiet ../po/es.po po/pspp.pot -o po/es.po,tmp
6809  msgmerge --previous --quiet ../po/fr.po po/pspp.pot -o po/fr.po,tmp
6810  msgmerge --previous --quiet ../po/gl.po po/pspp.pot -o po/gl.po,tmp
6811  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localcharset.lo -MD -MP -MF gl/.deps/libgl_la-localcharset.Tpo -c ../gl/localcharset.c -o gl/libgl_la-localcharset.o >/dev/null 2>&1
6812  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-empty-prefix-context.lo -MD -MP -MF gl/unicase/.deps/libgl_la-empty-prefix-context.Tpo -c ../gl/unicase/empty-prefix-context.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-empty-prefix-context.o
6813  mv -f gl/.deps/libgl_la-fd-hook.Tpo gl/.deps/libgl_la-fd-hook.Plo
6814  mv -f gl/.deps/libgl_la-full-write.Tpo gl/.deps/libgl_la-full-write.Plo
6815  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-cased.lo -MD -MP -MF gl/unicase/.deps/libgl_la-cased.Tpo -c ../gl/unicase/cased.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-cased.o
6816  msgmerge --previous --quiet ../po/hu.po po/pspp.pot -o po/hu.po,tmp
6817  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbchar.lo -MD -MP -MF gl/.deps/libgl_la-mbchar.Tpo -c ../gl/mbchar.c -o gl/libgl_la-mbchar.o >/dev/null 2>&1
6818  msgmerge --previous --quiet ../po/ja.po po/pspp.pot -o po/ja.po,tmp
6819  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-special-casing.lo -MD -MP -MF gl/unicase/.deps/libgl_la-special-casing.Tpo -c ../gl/unicase/special-casing.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-special-casing.o
6820  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-ignorable.lo -MD -MP -MF gl/unicase/.deps/libgl_la-ignorable.Tpo -c ../gl/unicase/ignorable.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-ignorable.o
6821  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec.lo -MD -MP -MF gl/.deps/libgl_la-timespec.Tpo -c ../gl/timespec.c  -fPIC -DPIC -o gl/.libs/libgl_la-timespec.o
6822  mv -f gl/.deps/libgl_la-fseterr.Tpo gl/.deps/libgl_la-fseterr.Plo
6823  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-localename.lo -MD -MP -MF gl/.deps/libgl_la-localename.Tpo -c ../gl/localename.c -o gl/libgl_la-localename.o >/dev/null 2>&1
6824  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-empty-suffix-context.lo -MD -MP -MF gl/unicase/.deps/libgl_la-empty-suffix-context.Tpo -c ../gl/unicase/empty-suffix-context.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-empty-suffix-context.o
6825  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-tolower.lo -MD -MP -MF gl/unicase/.deps/libgl_la-tolower.Tpo -c ../gl/unicase/tolower.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-tolower.o
6826  msgmerge --previous --quiet ../po/lt.po po/pspp.pot -o po/lt.po,tmp
6827  mv -f gl/.deps/libgl_la-exitfail.Tpo gl/.deps/libgl_la-exitfail.Plo
6828  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/glthread/libgl_la-lock.lo -MD -MP -MF gl/glthread/.deps/libgl_la-lock.Tpo -c ../gl/glthread/lock.c -o gl/glthread/libgl_la-lock.o >/dev/null 2>&1
6829  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbiter.lo -MD -MP -MF gl/.deps/libgl_la-mbiter.Tpo -c ../gl/mbiter.c -o gl/libgl_la-mbiter.o >/dev/null 2>&1
6830  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-toupper.lo -MD -MP -MF gl/unicase/.deps/libgl_la-toupper.Tpo -c ../gl/unicase/toupper.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-toupper.o
6831  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casemap.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casemap.Tpo -c ../gl/unicase/u8-casemap.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-casemap.o
6832  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-totitle.Tpo -c ../gl/unicase/u8-totitle.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-totitle.o
6833  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-tocasefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-tocasefold.Tpo -c ../gl/unicase/tocasefold.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-tocasefold.o
6834  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-math.lo -MD -MP -MF gl/.deps/libgl_la-math.Tpo -c ../gl/math.c -o gl/libgl_la-math.o >/dev/null 2>&1
6835  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casecmp.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casecmp.Tpo -c ../gl/unicase/u8-casecmp.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-casecmp.o
6836  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-totitle.Tpo -c ../gl/unicase/totitle.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-totitle.o
6837  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casefold.Tpo -c ../gl/unicase/u8-casefold.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-casefold.o
6838  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-tolower.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-tolower.Tpo -c ../gl/unicase/u8-tolower.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-tolower.o
6839  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-ct-casefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-ct-casefold.Tpo -c ../gl/unicase/u8-ct-casefold.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-ct-casefold.o
6840  mv -f gl/.deps/libgl_la-full-read.Tpo gl/.deps/libgl_la-full-read.Plo
6841  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memchr2.lo -MD -MP -MF gl/.deps/libgl_la-memchr2.Tpo -c ../gl/memchr2.c -o gl/libgl_la-memchr2.o >/dev/null 2>&1
6842  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-categ_of.lo -MD -MP -MF gl/unictype/.deps/libgl_la-categ_of.Tpo -c ../gl/unictype/categ_of.c  -fPIC -DPIC -o gl/unictype/.libs/libgl_la-categ_of.o
6843  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-toupper.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-toupper.Tpo -c ../gl/unicase/u8-toupper.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-toupper.o
6844  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-ct-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-ct-totitle.Tpo -c ../gl/unicase/u8-ct-totitle.c  -fPIC -DPIC -o gl/unicase/.libs/libgl_la-u8-ct-totitle.o
6845  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-categ_none.lo -MD -MP -MF gl/unictype/.deps/libgl_la-categ_none.Tpo -c ../gl/unictype/categ_none.c  -fPIC -DPIC -o gl/unictype/.libs/libgl_la-categ_none.o
6846  mv -f gl/.deps/libgl_la-gettime.Tpo gl/.deps/libgl_la-gettime.Plo
6847  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-ctype_print.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_print.Tpo -c ../gl/unictype/ctype_print.c  -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_print.o
6848  mv -f src/data/.deps/libdata_la-sys-file-writer.Tpo src/data/.deps/libdata_la-sys-file-writer.Plo
6849  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbrtowc.lo -MD -MP -MF gl/.deps/libgl_la-mbrtowc.Tpo -c ../gl/mbrtowc.c -o gl/libgl_la-mbrtowc.o >/dev/null 2>&1
6850  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-combiningclass.lo -MD -MP -MF gl/unictype/.deps/libgl_la-combiningclass.Tpo -c ../gl/unictype/combiningclass.c  -fPIC -DPIC -o gl/unictype/.libs/libgl_la-combiningclass.o
6851  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-pr_soft_dotted.lo -MD -MP -MF gl/unictype/.deps/libgl_la-pr_soft_dotted.Tpo -c ../gl/unictype/pr_soft_dotted.c  -fPIC -DPIC -o gl/unictype/.libs/libgl_la-pr_soft_dotted.o
6852  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unigbrk/libgl_la-uc-is-grapheme-break.lo -MD -MP -MF gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Tpo -c ../gl/unigbrk/uc-is-grapheme-break.c  -fPIC -DPIC -o gl/unigbrk/.libs/libgl_la-uc-is-grapheme-break.o
6853  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-pr_extended_pictographic.lo -MD -MP -MF gl/unictype/.deps/libgl_la-pr_extended_pictographic.Tpo -c ../gl/unictype/pr_extended_pictographic.c  -fPIC -DPIC -o gl/unictype/.libs/libgl_la-pr_extended_pictographic.o
6854  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unigbrk/libgl_la-uc-gbrk-prop.lo -MD -MP -MF gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Tpo -c ../gl/unigbrk/uc-gbrk-prop.c  -fPIC -DPIC -o gl/unigbrk/.libs/libgl_la-uc-gbrk-prop.o
6855  msgmerge --previous --quiet ../po/nl.po po/pspp.pot -o po/nl.po,tmp
6856  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memcasecmp.lo -MD -MP -MF gl/.deps/libgl_la-memcasecmp.Tpo -c ../gl/memcasecmp.c -o gl/libgl_la-memcasecmp.o >/dev/null 2>&1
6857  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposing-form.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposing-form.Tpo -c ../gl/uninorm/decomposing-form.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-decomposing-form.o
6858  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-compat-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-compat-decomposition.Tpo -c ../gl/uninorm/compat-decomposition.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-compat-decomposition.o
6859  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unilbrk/libgl_la-u8-possible-linebreaks.lo -MD -MP -MF gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Tpo -c ../gl/unilbrk/u8-possible-linebreaks.c  -fPIC -DPIC -o gl/unilbrk/.libs/libgl_la-u8-possible-linebreaks.o
6860  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-canonical-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-canonical-decomposition.Tpo -c ../gl/uninorm/canonical-decomposition.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-canonical-decomposition.o
6861  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unilbrk/libgl_la-lbrktables.lo -MD -MP -MF gl/unilbrk/.deps/libgl_la-lbrktables.Tpo -c ../gl/unilbrk/lbrktables.c  -fPIC -DPIC -o gl/unilbrk/.libs/libgl_la-lbrktables.o
6862  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposition-table.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposition-table.Tpo -c ../gl/uninorm/decomposition-table.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-decomposition-table.o
6863  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-safe-read.lo -MD -MP -MF gl/.deps/libgl_la-safe-read.Tpo -c ../gl/safe-read.c -o gl/libgl_la-safe-read.o >/dev/null 2>&1
6864  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-nfd.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-nfd.Tpo -c ../gl/uninorm/nfd.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-nfd.o
6865  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-nfkd.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-nfkd.Tpo -c ../gl/uninorm/nfkd.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-nfkd.o
6866  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cmp.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cmp.Tpo -c ../gl/unistr/u8-cmp.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-cmp.o
6867  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposition.Tpo -c ../gl/uninorm/decomposition.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-decomposition.o
6868  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cmp2.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cmp2.Tpo -c ../gl/unistr/u8-cmp2.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-cmp2.o
6869  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decompose-internal.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decompose-internal.Tpo -c ../gl/uninorm/decompose-internal.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-decompose-internal.o
6870  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-pipe2.lo -MD -MP -MF gl/.deps/libgl_la-pipe2.Tpo -c ../gl/pipe2.c -o gl/libgl_la-pipe2.o >/dev/null 2>&1
6871  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-u8-normalize.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-u8-normalize.Tpo -c ../gl/uninorm/u8-normalize.c  -fPIC -DPIC -o gl/uninorm/.libs/libgl_la-u8-normalize.o
6872  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-check.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-check.Tpo -c ../gl/unistr/u8-check.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-check.o
6873  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc.Tpo -c ../gl/unistr/u8-mbtouc.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-mbtouc.o
6874  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cpy.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cpy.Tpo -c ../gl/unistr/u8-cpy.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-cpy.o
6875  mv -f gl/.deps/libgl_la-fcntl.Tpo gl/.deps/libgl_la-fcntl.Plo
6876  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mblen.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mblen.Tpo -c ../gl/unistr/u8-mblen.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-mblen.o
6877  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-progname.lo -MD -MP -MF gl/.deps/libgl_la-progname.Tpo -c ../gl/progname.c -o gl/libgl_la-progname.o >/dev/null 2>&1
6878  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_dupfree.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_dupfree.Tpo -c ../gl/malloc/scratch_buffer_dupfree.c -o gl/malloc/libgl_la-scratch_buffer_dupfree.o >/dev/null 2>&1
6879  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtoucr.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtoucr.Tpo -c ../gl/unistr/u8-mbtoucr.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-mbtoucr.o
6880  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strlen.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strlen.Tpo -c ../gl/unistr/u8-strlen.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-strlen.o
6881  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Tpo -c ../gl/unistr/u8-mbtouc-aux.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-mbtouc-aux.o
6882  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-unsafe-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Tpo -c ../gl/unistr/u8-mbtouc-unsafe-aux.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-mbtouc-unsafe-aux.o
6883  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-unsafe.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Tpo -c ../gl/unistr/u8-mbtouc-unsafe.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-mbtouc-unsafe.o
6884  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strmbtouc.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strmbtouc.Tpo -c ../gl/unistr/u8-strmbtouc.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-strmbtouc.o
6885  msgmerge --previous --quiet ../po/pl.po po/pspp.pot -o po/pl.po,tmp
6886  msgmerge --previous --quiet ../po/pt_BR.po po/pspp.pot -o po/pt_BR.po,tmp
6887  msgmerge --previous --quiet ../po/ru.po po/pspp.pot -o po/ru.po,tmp
6888  msgmerge --previous --quiet ../po/sl.po po/pspp.pot -o po/sl.po,tmp
6889  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strncat.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strncat.Tpo -c ../gl/unistr/u8-strncat.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-strncat.o
6890  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sockets.lo -MD -MP -MF gl/.deps/libgl_la-sockets.Tpo -c ../gl/sockets.c -o gl/libgl_la-sockets.o >/dev/null 2>&1
6891  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_grow_preserve.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Tpo -c ../gl/malloc/scratch_buffer_grow_preserve.c -o gl/malloc/libgl_la-scratch_buffer_grow_preserve.o >/dev/null 2>&1
6892  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_set_array_size.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Tpo -c ../gl/malloc/scratch_buffer_set_array_size.c -o gl/malloc/libgl_la-scratch_buffer_set_array_size.o >/dev/null 2>&1
6893  msgmerge --previous --quiet ../po/tr.po po/pspp.pot -o po/tr.po,tmp
6894  mv -f gl/.deps/libgl_la-ialloc.Tpo gl/.deps/libgl_la-ialloc.Plo
6895  mv -f gl/.deps/libgl_la-imaxtostr.Tpo gl/.deps/libgl_la-imaxtostr.Plo
6896  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-setlocale_null.lo -MD -MP -MF gl/.deps/libgl_la-setlocale_null.Tpo -c ../gl/setlocale_null.c -o gl/libgl_la-setlocale_null.o >/dev/null 2>&1
6897  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/malloc/libgl_la-scratch_buffer_grow.lo -MD -MP -MF gl/malloc/.deps/libgl_la-scratch_buffer_grow.Tpo -c ../gl/malloc/scratch_buffer_grow.c -o gl/malloc/libgl_la-scratch_buffer_grow.o >/dev/null 2>&1
6898  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-read-file.lo -MD -MP -MF gl/.deps/libgl_la-read-file.Tpo -c ../gl/read-file.c -o gl/libgl_la-read-file.o >/dev/null 2>&1
6899  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-uctomb.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-uctomb.Tpo -c ../gl/unistr/u8-uctomb.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-uctomb.o
6900  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-nstrftime.lo -MD -MP -MF gl/.deps/libgl_la-nstrftime.Tpo -c ../gl/nstrftime.c -o gl/libgl_la-nstrftime.o >/dev/null 2>&1
6901  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-uctomb-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-uctomb-aux.Tpo -c ../gl/unistr/u8-uctomb-aux.c  -fPIC -DPIC -o gl/unistr/.libs/libgl_la-u8-uctomb-aux.o
6902  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-tolower.lo -MD -MP -MF gl/unicase/.deps/libgl_la-tolower.Tpo -c ../gl/unicase/tolower.c -o gl/unicase/libgl_la-tolower.o >/dev/null 2>&1
6903  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-safe-write.lo -MD -MP -MF gl/.deps/libgl_la-safe-write.Tpo -c ../gl/safe-write.c -o gl/libgl_la-safe-write.o >/dev/null 2>&1
6904  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-cased.lo -MD -MP -MF gl/unicase/.deps/libgl_la-cased.Tpo -c ../gl/unicase/cased.c -o gl/unicase/libgl_la-cased.o >/dev/null 2>&1
6905  msgmerge --previous --quiet ../po/uk.po po/pspp.pot -o po/uk.po,tmp
6906  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_dupfree.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_dupfree.Plo
6907  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-combiningclass.lo -MD -MP -MF gl/unictype/.deps/libgl_la-combiningclass.Tpo -c ../gl/unictype/combiningclass.c -o gl/unictype/libgl_la-combiningclass.o >/dev/null 2>&1
6908  mv -f gl/.deps/libgl_la-offtostr.Tpo gl/.deps/libgl_la-offtostr.Plo
6909  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-empty-suffix-context.lo -MD -MP -MF gl/unicase/.deps/libgl_la-empty-suffix-context.Tpo -c ../gl/unicase/empty-suffix-context.c -o gl/unicase/libgl_la-empty-suffix-context.o >/dev/null 2>&1
6910  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-printf-frexpl.lo -MD -MP -MF gl/.deps/libgl_la-printf-frexpl.Tpo -c ../gl/printf-frexpl.c -o gl/libgl_la-printf-frexpl.o >/dev/null 2>&1
6911  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-ignorable.lo -MD -MP -MF gl/unicase/.deps/libgl_la-ignorable.Tpo -c ../gl/unicase/ignorable.c -o gl/unicase/libgl_la-ignorable.o >/dev/null 2>&1
6912  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-wordbreak-property.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-wordbreak-property.Tpo -c ../gl/uniwbrk/wordbreak-property.c  -fPIC -DPIC -o gl/uniwbrk/.libs/libgl_la-wordbreak-property.o
6913  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sys_socket.lo -MD -MP -MF gl/.deps/libgl_la-sys_socket.Tpo -c ../gl/sys_socket.c -o gl/libgl_la-sys_socket.o >/dev/null 2>&1
6914  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-wbrktable.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-wbrktable.Tpo -c ../gl/uniwbrk/wbrktable.c  -fPIC -DPIC -o gl/uniwbrk/.libs/libgl_la-wbrktable.o
6915  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-sig-handler.lo -MD -MP -MF gl/.deps/libgl_la-sig-handler.Tpo -c ../gl/sig-handler.c -o gl/libgl_la-sig-handler.o >/dev/null 2>&1
6916  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-time_rz.lo -MD -MP -MF gl/.deps/libgl_la-time_rz.Tpo -c ../gl/time_rz.c -o gl/libgl_la-time_rz.o >/dev/null 2>&1
6917  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-u8-width.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-u8-width.Tpo -c ../gl/uniwidth/u8-width.c  -fPIC -DPIC -o gl/uniwidth/.libs/libgl_la-u8-width.o
6918  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/glthread/libgl_la-threadlib.lo -MD -MP -MF gl/glthread/.deps/libgl_la-threadlib.Tpo -c ../gl/glthread/threadlib.c -o gl/glthread/libgl_la-threadlib.o >/dev/null 2>&1
6919  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-nfkd.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-nfkd.Tpo -c ../gl/uninorm/nfkd.c -o gl/uninorm/libgl_la-nfkd.o >/dev/null 2>&1
6920  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-toupper.lo -MD -MP -MF gl/unicase/.deps/libgl_la-toupper.Tpo -c ../gl/unicase/toupper.c -o gl/unicase/libgl_la-toupper.o >/dev/null 2>&1
6921  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-strnlen1.lo -MD -MP -MF gl/.deps/libgl_la-strnlen1.Tpo -c ../gl/strnlen1.c -o gl/libgl_la-strnlen1.o >/dev/null 2>&1
6922  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-totitle.Tpo -c ../gl/unicase/u8-totitle.c -o gl/unicase/libgl_la-u8-totitle.o >/dev/null 2>&1
6923  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-categ_none.lo -MD -MP -MF gl/unictype/.deps/libgl_la-categ_none.Tpo -c ../gl/unictype/categ_none.c -o gl/unictype/libgl_la-categ_none.o >/dev/null 2>&1
6924  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-ctype_print.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_print.Tpo -c ../gl/unictype/ctype_print.c -o gl/unictype/libgl_la-ctype_print.o >/dev/null 2>&1
6925  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-stat-time.lo -MD -MP -MF gl/.deps/libgl_la-stat-time.Tpo -c ../gl/stat-time.c -o gl/libgl_la-stat-time.o >/dev/null 2>&1
6926  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-pr_soft_dotted.lo -MD -MP -MF gl/unictype/.deps/libgl_la-pr_soft_dotted.Tpo -c ../gl/unictype/pr_soft_dotted.c -o gl/unictype/libgl_la-pr_soft_dotted.o >/dev/null 2>&1
6927  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unigbrk/libgl_la-uc-gbrk-prop.lo -MD -MP -MF gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Tpo -c ../gl/unigbrk/uc-gbrk-prop.c -o gl/unigbrk/libgl_la-uc-gbrk-prop.o >/dev/null 2>&1
6928  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-toupper.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-toupper.Tpo -c ../gl/unicase/u8-toupper.c -o gl/unicase/libgl_la-u8-toupper.o >/dev/null 2>&1
6929  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-special-casing.lo -MD -MP -MF gl/unicase/.deps/libgl_la-special-casing.Tpo -c ../gl/unicase/special-casing.c -o gl/unicase/libgl_la-special-casing.o >/dev/null 2>&1
6930  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-printf-frexp.lo -MD -MP -MF gl/.deps/libgl_la-printf-frexp.Tpo -c ../gl/printf-frexp.c -o gl/libgl_la-printf-frexp.o >/dev/null 2>&1
6931  msgmerge --previous --quiet ../po/zh_CN.po po/pspp.pot -o po/zh_CN.po,tmp
6932  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-empty-prefix-context.lo -MD -MP -MF gl/unicase/.deps/libgl_la-empty-prefix-context.Tpo -c ../gl/unicase/empty-prefix-context.c -o gl/unicase/libgl_la-empty-prefix-context.o >/dev/null 2>&1
6933  /bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -DGCC_LINT   -o src/ui/terminal/libui.la  src/ui/terminal/libui_la-main.lo src/ui/terminal/libui_la-terminal-opts.lo src/ui/terminal/libui_la-terminal-reader.lo  -lreadline -lgslcblas -lz -lm  
6934  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o src/ui/libuicommon.la  src/ui/source-init-opts.lo src/ui/syntax-gen.lo  -lreadline -lgslcblas -lz -lm  
6935  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-categ_of.lo -MD -MP -MF gl/unictype/.deps/libgl_la-categ_of.Tpo -c ../gl/unictype/categ_of.c -o gl/unictype/libgl_la-categ_of.o >/dev/null 2>&1
6936  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-tocasefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-tocasefold.Tpo -c ../gl/unicase/tocasefold.c -o gl/unicase/libgl_la-tocasefold.o >/dev/null 2>&1
6937  if test -e ../po/cs.po,aux ; then \
6938  	touch po/cs.po,tmp ; \
6939  	msgcat --use-first ../po/cs.po,aux po/cs.po,tmp -o po/cs.po,tmp; \
6940  fi ;
6941  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-compat-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-compat-decomposition.Tpo -c ../gl/uninorm/compat-decomposition.c -o gl/uninorm/libgl_la-compat-decomposition.o >/dev/null 2>&1
6942  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-check.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-check.Tpo -c ../gl/unistr/u8-check.c -o gl/unistr/libgl_la-u8-check.o >/dev/null 2>&1
6943  mv -f gl/.deps/libgl_la-inttostr.Tpo gl/.deps/libgl_la-inttostr.Plo
6944  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec-add.lo -MD -MP -MF gl/.deps/libgl_la-timespec-add.Tpo -c ../gl/timespec-add.c -o gl/libgl_la-timespec-add.o >/dev/null 2>&1
6945  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtoucr.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtoucr.Tpo -c ../gl/unistr/u8-mbtoucr.c -o gl/unistr/libgl_la-u8-mbtoucr.o >/dev/null 2>&1
6946  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-tolower.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-tolower.Tpo -c ../gl/unicase/u8-tolower.c -o gl/unicase/libgl_la-u8-tolower.o >/dev/null 2>&1
6947  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_grow.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_grow.Plo
6948  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-u8-strwidth.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-u8-strwidth.Tpo -c ../gl/uniwidth/u8-strwidth.c  -fPIC -DPIC -o gl/uniwidth/.libs/libgl_la-u8-strwidth.o
6949  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-width.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-width.Tpo -c ../gl/uniwidth/width.c  -fPIC -DPIC -o gl/uniwidth/.libs/libgl_la-width.o
6950  mv -f gl/.deps/libgl_la-fwriteerror.Tpo gl/.deps/libgl_la-fwriteerror.Plo
6951  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-u8-wordbreaks.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Tpo -c ../gl/uniwbrk/u8-wordbreaks.c  -fPIC -DPIC -o gl/uniwbrk/.libs/libgl_la-u8-wordbreaks.o
6952  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-totitle.Tpo -c ../gl/unicase/totitle.c -o gl/unicase/libgl_la-totitle.o >/dev/null 2>&1
6953  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposing-form.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposing-form.Tpo -c ../gl/uninorm/decomposing-form.c -o gl/uninorm/libgl_la-decomposing-form.o >/dev/null 2>&1
6954  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unigbrk/libgl_la-uc-is-grapheme-break.lo -MD -MP -MF gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Tpo -c ../gl/unigbrk/uc-is-grapheme-break.c -o gl/unigbrk/libgl_la-uc-is-grapheme-break.o >/dev/null 2>&1
6955  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decompose-internal.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decompose-internal.Tpo -c ../gl/uninorm/decompose-internal.c -o gl/uninorm/libgl_la-decompose-internal.o >/dev/null 2>&1
6956  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-tmpdir.lo -MD -MP -MF gl/.deps/libgl_la-tmpdir.Tpo -c ../gl/tmpdir.c -o gl/libgl_la-tmpdir.o >/dev/null 2>&1
6957  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o src/language/liblanguage.la  src/language/command.lo src/language/lexer/command-name.lo src/language/lexer/include-path.lo src/language/lexer/lexer.lo src/language/lexer/macro.lo src/language/lexer/format-parser.lo src/language/lexer/scan.lo src/language/lexer/segment.lo src/language/lexer/token.lo src/language/lexer/value-parser.lo src/language/lexer/variable-parser.lo src/language/xforms/compute.lo src/language/xforms/count.lo src/language/xforms/fail.lo src/language/xforms/sample.lo src/language/xforms/recode.lo src/language/xforms/select-if.lo src/language/control/define.lo src/language/control/do-if.lo src/language/control/loop.lo src/language/control/repeat.lo src/language/control/temporary.lo src/language/dictionary/attributes.lo src/language/dictionary/apply-dictionary.lo src/language/dictionary/delete-variables.lo src/language/dictionary/formats.lo src/language/dictionary/missing-values.lo src/language/dictionary/modify-variables.lo src/language/dictionary/mrsets.lo src/language/dictionary/numeric.lo src/language/dictionary/rename-variables.lo src/language/dictionary/sort-variables.lo src/language/dictionary/split-file.lo src/language/dictionary/sys-file-info.lo src/language/dictionary/value-labels.lo src/language/dictionary/variable-label.lo src/language/dictionary/vector.lo src/language/dictionary/variable-display.lo src/language/dictionary/weight.lo src/language/tests/format-guesser-test.lo src/language/tests/float-format.lo src/language/tests/moments-test.lo src/language/tests/paper-size.lo src/language/tests/pool-test.lo src/language/utilities/cache.lo src/language/utilities/cd.lo src/language/utilities/date.lo src/language/utilities/echo.lo src/language/utilities/host.lo src/language/utilities/set.lo src/language/utilities/title.lo src/language/utilities/include.lo src/language/utilities/output.lo src/language/utilities/permissions.lo src/language/stats/aggregate.lo src/language/stats/autorecode.lo src/language/stats/binomial.lo src/language/stats/chisquare.lo src/language/stats/cochran.lo src/language/stats/correlations.lo src/language/stats/crosstabs.lo src/language/stats/ctables.lo src/language/stats/descriptives.lo src/language/stats/examine.lo src/language/stats/factor.lo src/language/stats/flip.lo src/language/stats/freq.lo src/language/stats/frequencies.lo src/language/stats/friedman.lo src/language/stats/glm.lo src/language/stats/graph.lo src/language/stats/kruskal-wallis.lo src/language/stats/ks-one-sample.lo src/language/stats/logistic.lo src/language/stats/jonckheere-terpstra.lo src/language/stats/mann-whitney.lo src/language/stats/matrix.lo src/language/stats/means.lo src/language/stats/means-calc.lo src/language/stats/means-parser.lo src/language/stats/mcnemar.lo src/language/stats/median.lo src/language/stats/npar.lo src/language/stats/npar-summary.lo src/language/stats/oneway.lo src/language/stats/quick-cluster.lo src/language/stats/rank.lo src/language/stats/reliability.lo src/language/stats/roc.lo src/language/stats/regression.lo src/language/stats/runs.lo src/language/stats/sign.lo src/language/stats/sort-cases.lo src/language/stats/sort-criteria.lo src/language/stats/t-test-indep.lo src/language/stats/t-test-one-sample.lo src/language/stats/t-test-paired.lo src/language/stats/t-test-parser.lo src/language/stats/wilcoxon.lo src/language/data-io/combine-files.lo src/language/data-io/data-list.lo src/language/data-io/data-parser.lo src/language/data-io/data-reader.lo src/language/data-io/data-writer.lo src/language/data-io/dataset.lo src/language/data-io/file-handle.lo src/language/data-io/get-data.lo src/language/data-io/get.lo src/language/data-io/inpt-pgm.lo src/language/data-io/list.lo src/language/data-io/placement-parser.lo src/language/data-io/print-space.lo src/language/data-io/print.lo src/language/data-io/matrix-data.lo src/language/data-io/matrix-reader.lo src/language/data-io/mconvert.lo src/language/data-io/save-translate.lo src/language/data-io/save.lo src/language/data-io/trim.lo src/language/expressions/evaluate.lo src/language/expressions/helpers.lo src/language/expressions/optimize.lo src/language/expressions/parse.lo   -lreadline -lgslcblas -lz -lm  
6958  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casefold.Tpo -c ../gl/unicase/u8-casefold.c -o gl/unicase/libgl_la-u8-casefold.o >/dev/null 2>&1
6959  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec.lo -MD -MP -MF gl/.deps/libgl_la-timespec.Tpo -c ../gl/timespec.c -o gl/libgl_la-timespec.o >/dev/null 2>&1
6960  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o lib/linreg/liblinreg.la  lib/linreg/sweep.lo  -lreadline -lgslcblas -lz -lm  
6961  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unictype/libgl_la-pr_extended_pictographic.lo -MD -MP -MF gl/unictype/.deps/libgl_la-pr_extended_pictographic.Tpo -c ../gl/unictype/pr_extended_pictographic.c -o gl/unictype/libgl_la-pr_extended_pictographic.o >/dev/null 2>&1
6962  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casecmp.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casecmp.Tpo -c ../gl/unicase/u8-casecmp.c -o gl/unicase/libgl_la-u8-casecmp.o >/dev/null 2>&1
6963  msgfmt -c po/cs.po,tmp -o - > /dev/null
6964  mv -f gl/.deps/libgl_la-fatal-signal.Tpo gl/.deps/libgl_la-fatal-signal.Plo
6965  mv -f gl/.deps/libgl_la-hard-locale.Tpo gl/.deps/libgl_la-hard-locale.Plo
6966  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o lib/tukey/libtukey.la  lib/tukey/ptukey.lo lib/tukey/qtukey.lo  -lreadline -lgslcblas -lz -lm  
6967  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposition-table.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposition-table.Tpo -c ../gl/uninorm/decomposition-table.c -o gl/uninorm/libgl_la-decomposition-table.o >/dev/null 2>&1
6968  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unilbrk/libgl_la-lbrktables.lo -MD -MP -MF gl/unilbrk/.deps/libgl_la-lbrktables.Tpo -c ../gl/unilbrk/lbrktables.c -o gl/unilbrk/libgl_la-lbrktables.o >/dev/null 2>&1
6969  po/cs.po,tmp:4: warning: header field 'Last-Translator' missing in header
6970  po/cs.po,tmp:4: warning: header field 'Language-Team' missing in header
6971  mv po/cs.po,tmp po/cs.po
6972  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timegm.lo -MD -MP -MF gl/.deps/libgl_la-timegm.Tpo -c ../gl/timegm.c -o gl/libgl_la-timegm.o >/dev/null 2>&1
6973  mv -f gl/glthread/.deps/libgl_la-lock.Tpo gl/glthread/.deps/libgl_la-lock.Plo
6974  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mblen.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mblen.Tpo -c ../gl/unistr/u8-mblen.c -o gl/unistr/libgl_la-u8-mblen.o >/dev/null 2>&1
6975  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-u8-width.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-u8-width.Tpo -c ../gl/uniwidth/u8-width.c -o gl/uniwidth/libgl_la-u8-width.o >/dev/null 2>&1
6976  if test -e ../po/fr.po,aux ; then \
6977  	touch po/fr.po,tmp ; \
6978  	msgcat --use-first ../po/fr.po,aux po/fr.po,tmp -o po/fr.po,tmp; \
6979  fi ;
6980  msgfmt -c po/fr.po,tmp -o - > /dev/null
6981  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-unsafe-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Tpo -c ../gl/unistr/u8-mbtouc-unsafe-aux.c -o gl/unistr/libgl_la-u8-mbtouc-unsafe-aux.o >/dev/null 2>&1
6982  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o src/output/liboutput.la  src/output/liboutput_la-ascii.lo src/output/liboutput_la-cairo-chart.lo src/output/liboutput_la-cairo-fsm.lo src/output/liboutput_la-cairo-pager.lo src/output/liboutput_la-cairo.lo src/output/liboutput_la-chart.lo src/output/charts/liboutput_la-barchart-cairo.lo src/output/charts/liboutput_la-barchart.lo src/output/charts/liboutput_la-boxplot-cairo.lo src/output/charts/liboutput_la-boxplot.lo src/output/charts/liboutput_la-np-plot-cairo.lo src/output/charts/liboutput_la-np-plot.lo src/output/charts/liboutput_la-piechart-cairo.lo src/output/charts/liboutput_la-piechart.lo src/output/charts/liboutput_la-plot-hist-cairo.lo src/output/charts/liboutput_la-plot-hist.lo src/output/charts/liboutput_la-roc-chart-cairo.lo src/output/charts/liboutput_la-roc-chart.lo src/output/charts/liboutput_la-scatterplot-cairo.lo src/output/charts/liboutput_la-scatterplot.lo src/output/charts/liboutput_la-scree-cairo.lo src/output/charts/liboutput_la-scree.lo src/output/charts/liboutput_la-spreadlevel-cairo.lo src/output/charts/liboutput_la-spreadlevel-plot.lo src/output/liboutput_la-csv.lo src/output/liboutput_la-driver.lo src/output/liboutput_la-html.lo src/output/liboutput_la-journal.lo src/output/liboutput_la-measure.lo src/output/liboutput_la-msglog.lo src/output/liboutput_la-odt.lo src/output/liboutput_la-options.lo src/output/liboutput_la-output-item.lo src/output/liboutput_la-page-setup.lo src/output/liboutput_la-pivot-output.lo src/output/liboutput_la-pivot-table.lo src/output/liboutput_la-render.lo src/output/liboutput_la-select.lo src/output/liboutput_la-spv-driver.lo src/output/liboutput_la-table.lo src/output/liboutput_la-tex-glyphs.lo src/output/liboutput_la-tex-parsing.lo src/output/liboutput_la-tex-rendering.lo src/output/liboutput_la-tex.lo src/output/spv/liboutput_la-spv-css-parser.lo src/output/spv/liboutput_la-spv-legacy-data.lo src/output/spv/liboutput_la-spv-legacy-decoder.lo src/output/spv/liboutput_la-spv-light-decoder.lo src/output/spv/liboutput_la-spv-table-look.lo src/output/spv/liboutput_la-spv-writer.lo src/output/spv/liboutput_la-spv.lo src/output/spv/liboutput_la-spvbin-helpers.lo src/output/spv/liboutput_la-spvxml-helpers.lo src/output/spv/liboutput_la-light-binary-parser.lo src/output/spv/liboutput_la-old-binary-parser.lo src/output/spv/liboutput_la-detail-xml-parser.lo src/output/spv/liboutput_la-structure-xml-parser.lo src/output/spv/liboutput_la-tlo-parser.lo  -lreadline -lgslcblas -lz -lm  
6983  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unilbrk/libgl_la-u8-possible-linebreaks.lo -MD -MP -MF gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Tpo -c ../gl/unilbrk/u8-possible-linebreaks.c -o gl/unilbrk/libgl_la-u8-possible-linebreaks.o >/dev/null 2>&1
6984  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o src/libpspp/liblibpspp.la  src/libpspp/liblibpspp_la-abt.lo src/libpspp/liblibpspp_la-argv-parser.lo src/libpspp/liblibpspp_la-array.lo src/libpspp/liblibpspp_la-bit-vector.lo src/libpspp/liblibpspp_la-bt.lo src/libpspp/liblibpspp_la-cmac-aes256.lo src/libpspp/liblibpspp_la-copyleft.lo src/libpspp/liblibpspp_la-deque.lo src/libpspp/liblibpspp_la-encoding-guesser.lo src/libpspp/liblibpspp_la-ext-array.lo src/libpspp/liblibpspp_la-float-format.lo src/libpspp/liblibpspp_la-freaderror.lo src/libpspp/liblibpspp_la-hash-functions.lo src/libpspp/liblibpspp_la-heap.lo src/libpspp/liblibpspp_la-hmap.lo src/libpspp/liblibpspp_la-hmapx.lo src/libpspp/liblibpspp_la-i18n.lo src/libpspp/liblibpspp_la-integer-format.lo src/libpspp/liblibpspp_la-intern.lo src/libpspp/liblibpspp_la-line-reader.lo src/libpspp/liblibpspp_la-ll.lo src/libpspp/liblibpspp_la-llx.lo src/libpspp/liblibpspp_la-message.lo src/libpspp/liblibpspp_la-misc.lo src/libpspp/liblibpspp_la-model-checker.lo src/libpspp/liblibpspp_la-pool.lo src/libpspp/liblibpspp_la-prompt.lo src/libpspp/liblibpspp_la-range-map.lo src/libpspp/liblibpspp_la-range-set.lo src/libpspp/liblibpspp_la-range-tower.lo src/libpspp/liblibpspp_la-sparse-array.lo src/libpspp/liblibpspp_la-sparse-xarray.lo src/libpspp/liblibpspp_la-start-date.lo src/libpspp/liblibpspp_la-string-array.lo src/libpspp/liblibpspp_la-string-map.lo src/libpspp/liblibpspp_la-string-set.lo src/libpspp/liblibpspp_la-stringi-map.lo src/libpspp/liblibpspp_la-stringi-set.lo src/libpspp/liblibpspp_la-str.lo src/libpspp/liblibpspp_la-taint.lo src/libpspp/liblibpspp_la-temp-file.lo src/libpspp/liblibpspp_la-tower.lo src/libpspp/liblibpspp_la-u8-istream.lo src/libpspp/liblibpspp_la-u8-line.lo src/libpspp/liblibpspp_la-zip-reader.lo src/libpspp/liblibpspp_la-zip-writer.lo src/libpspp/liblibpspp_la-version.lo  -lreadline -lgslcblas -lz -lm  
6985  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-casemap.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-casemap.Tpo -c ../gl/unicase/u8-casemap.c -o gl/unicase/libgl_la-u8-casemap.o >/dev/null 2>&1
6986  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-u8-normalize.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-u8-normalize.Tpo -c ../gl/uninorm/u8-normalize.c -o gl/uninorm/libgl_la-u8-normalize.o >/dev/null 2>&1
6987  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-ct-totitle.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-ct-totitle.Tpo -c ../gl/unicase/u8-ct-totitle.c -o gl/unicase/libgl_la-u8-ct-totitle.o >/dev/null 2>&1
6988  mv -f gl/unictype/.deps/libgl_la-combiningclass.Tpo gl/unictype/.deps/libgl_la-combiningclass.Plo
6989  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unicase/libgl_la-u8-ct-casefold.lo -MD -MP -MF gl/unicase/.deps/libgl_la-u8-ct-casefold.Tpo -c ../gl/unicase/u8-ct-casefold.c -o gl/unicase/libgl_la-u8-ct-casefold.o >/dev/null 2>&1
6990  libtool: link: ar cr src/ui/.libs/libuicommon.a src/ui/.libs/source-init-opts.o src/ui/.libs/syntax-gen.o 
6991  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strlen.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strlen.Tpo -c ../gl/unistr/u8-strlen.c -o gl/unistr/libgl_la-u8-strlen.o >/dev/null 2>&1
6992  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-wordbreak-property.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-wordbreak-property.Tpo -c ../gl/uniwbrk/wordbreak-property.c -o gl/uniwbrk/libgl_la-wordbreak-property.o >/dev/null 2>&1
6993  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-decomposition.Tpo -c ../gl/uninorm/decomposition.c -o gl/uninorm/libgl_la-decomposition.o >/dev/null 2>&1
6994  mv po/fr.po,tmp po/fr.po
6995  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cpy.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cpy.Tpo -c ../gl/unistr/u8-cpy.c -o gl/unistr/libgl_la-u8-cpy.o >/dev/null 2>&1
6996  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc.Tpo -c ../gl/unistr/u8-mbtouc.c -o gl/unistr/libgl_la-u8-mbtouc.o >/dev/null 2>&1
6997  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-u8-strwidth.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-u8-strwidth.Tpo -c ../gl/uniwidth/u8-strwidth.c -o gl/uniwidth/libgl_la-u8-strwidth.o >/dev/null 2>&1
6998  libtool: link: ar cr src/ui/terminal/.libs/libui.a src/ui/terminal/.libs/libui_la-main.o src/ui/terminal/.libs/libui_la-terminal-opts.o src/ui/terminal/.libs/libui_la-terminal-reader.o 
6999  libtool: link: ar cr lib/linreg/.libs/liblinreg.a lib/linreg/.libs/sweep.o 
7000  mv -f gl/.deps/libgl_la-getprogname.Tpo gl/.deps/libgl_la-getprogname.Plo
7001  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-canonical-decomposition.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-canonical-decomposition.Tpo -c ../gl/uninorm/canonical-decomposition.c -o gl/uninorm/libgl_la-canonical-decomposition.o >/dev/null 2>&1
7002  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cmp.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cmp.Tpo -c ../gl/unistr/u8-cmp.c -o gl/unistr/libgl_la-u8-cmp.o >/dev/null 2>&1
7003  mv -f gl/unictype/.deps/libgl_la-categ_of.Tpo gl/unictype/.deps/libgl_la-categ_of.Plo
7004  libtool: link: ar cr lib/tukey/.libs/libtukey.a lib/tukey/.libs/ptukey.o lib/tukey/.libs/qtukey.o 
7005  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-timespec-sub.lo -MD -MP -MF gl/.deps/libgl_la-timespec-sub.Tpo -c ../gl/timespec-sub.c -o gl/libgl_la-timespec-sub.o >/dev/null 2>&1
7006  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Plo
7007  mv -f gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Tpo gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Plo
7008  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Tpo -c ../gl/unistr/u8-mbtouc-aux.c -o gl/unistr/libgl_la-u8-mbtouc-aux.o >/dev/null 2>&1
7009  libtool: link: ar cr src/language/.libs/liblanguage.a src/language/.libs/command.o src/language/lexer/.libs/command-name.o src/language/lexer/.libs/include-path.o src/language/lexer/.libs/lexer.o src/language/lexer/.libs/macro.o src/language/lexer/.libs/format-parser.o src/language/lexer/.libs/scan.o src/language/lexer/.libs/segment.o src/language/lexer/.libs/token.o src/language/lexer/.libs/value-parser.o src/language/lexer/.libs/variable-parser.o src/language/xforms/.libs/compute.o src/language/xforms/.libs/count.o src/language/xforms/.libs/fail.o src/language/xforms/.libs/sample.o src/language/xforms/.libs/recode.o src/language/xforms/.libs/select-if.o src/language/control/.libs/define.o src/language/control/.libs/do-if.o src/language/control/.libs/loop.o src/language/control/.libs/repeat.o src/language/control/.libs/temporary.o src/language/dictionary/.libs/attributes.o src/language/dictionary/.libs/apply-dictionary.o src/language/dictionary/.libs/delete-variables.o src/language/dictionary/.libs/formats.o src/language/dictionary/.libs/missing-values.o src/language/dictionary/.libs/modify-variables.o src/language/dictionary/.libs/mrsets.o src/language/dictionary/.libs/numeric.o src/language/dictionary/.libs/rename-variables.o src/language/dictionary/.libs/sort-variables.o src/language/dictionary/.libs/split-file.o src/language/dictionary/.libs/sys-file-info.o src/language/dictionary/.libs/value-labels.o src/language/dictionary/.libs/variable-label.o src/language/dictionary/.libs/vector.o src/language/dictionary/.libs/variable-display.o src/language/dictionary/.libs/weight.o src/language/tests/.libs/format-guesser-test.o src/language/tests/.libs/float-format.o src/language/tests/.libs/moments-test.o src/language/tests/.libs/paper-size.o src/language/tests/.libs/pool-test.o src/language/utilities/.libs/cache.o src/language/utilities/.libs/cd.o src/language/utilities/.libs/date.o src/language/utilities/.libs/echo.o src/language/utilities/.libs/host.o src/language/utilities/.libs/set.o src/language/utilities/.libs/title.o src/language/utilities/.libs/include.o src/language/utilities/.libs/output.o src/language/utilities/.libs/permissions.o src/language/stats/.libs/aggregate.o src/language/stats/.libs/autorecode.o src/language/stats/.libs/binomial.o src/language/stats/.libs/chisquare.o src/language/stats/.libs/cochran.o src/language/stats/.libs/correlations.o src/language/stats/.libs/crosstabs.o src/language/stats/.libs/ctables.o src/language/stats/.libs/descriptives.o src/language/stats/.libs/examine.o src/language/stats/.libs/factor.o src/language/stats/.libs/flip.o src/language/stats/.libs/freq.o src/language/stats/.libs/frequencies.o src/language/stats/.libs/friedman.o src/language/stats/.libs/glm.o src/language/stats/.libs/graph.o src/language/stats/.libs/kruskal-wallis.o src/language/stats/.libs/ks-one-sample.o src/language/stats/.libs/logistic.o src/language/stats/.libs/jonckheere-terpstra.o src/language/stats/.libs/mann-whitney.o src/language/stats/.libs/matrix.o src/language/stats/.libs/means.o src/language/stats/.libs/means-calc.o src/language/stats/.libs/means-parser.o src/language/stats/.libs/mcnemar.o src/language/stats/.libs/median.o src/language/stats/.libs/npar.o src/language/stats/.libs/npar-summary.o src/language/stats/.libs/oneway.o src/language/stats/.libs/quick-cluster.o src/language/stats/.libs/rank.o src/language/stats/.libs/reliability.o src/language/stats/.libs/roc.o src/language/stats/.libs/regression.o src/language/stats/.libs/runs.o src/language/stats/.libs/sign.o src/language/stats/.libs/sort-cases.o src/language/stats/.libs/sort-criteria.o src/language/stats/.libs/t-test-indep.o src/language/stats/.libs/t-test-one-sample.o src/language/stats/.libs/t-test-paired.o src/language/stats/.libs/t-test-parser.o src/language/stats/.libs/wilcoxon.o src/language/data-io/.libs/combine-files.o src/language/data-io/.libs/data-list.o src/language/data-io/.libs/data-parser.o src/language/data-io/.libs/data-reader.o src/language/data-io/.libs/data-writer.o src/language/data-io/.libs/dataset.o src/language/data-io/.libs/file-handle.o src/language/data-io/.libs/get-data.o src/language/data-io/.libs/get.o src/language/data-io/.libs/inpt-pgm.o src/language/data-io/.libs/list.o src/language/data-io/.libs/placement-parser.o src/language/data-io/.libs/print-space.o src/language/data-io/.libs/print.o src/language/data-io/.libs/matrix-data.o src/language/data-io/.libs/matrix-reader.o src/language/data-io/.libs/mconvert.o src/language/data-io/.libs/save-translate.o src/language/data-io/.libs/save.o src/language/data-io/.libs/trim.o src/language/expressions/.libs/evaluate.o src/language/expressions/.libs/helpers.o src/language/expressions/.libs/optimize.o src/language/expressions/.libs/parse.o 
7010  mv -f gl/uninorm/.deps/libgl_la-nfkd.Tpo gl/uninorm/.deps/libgl_la-nfkd.Plo
7011  mv -f gl/uninorm/.deps/libgl_la-compat-decomposition.Tpo gl/uninorm/.deps/libgl_la-compat-decomposition.Plo
7012  mv -f gl/.deps/libgl_la-uinttostr.Tpo gl/.deps/libgl_la-uinttostr.Plo
7013  mv -f gl/uninorm/.deps/libgl_la-decompose-internal.Tpo gl/uninorm/.deps/libgl_la-decompose-internal.Plo
7014  if test -e ../po/sl.po,aux ; then \
7015  	touch po/sl.po,tmp ; \
7016  	msgcat --use-first ../po/sl.po,aux po/sl.po,tmp -o po/sl.po,tmp; \
7017  fi ;
7018  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strmbtouc.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strmbtouc.Tpo -c ../gl/unistr/u8-strmbtouc.c -o gl/unistr/libgl_la-u8-strmbtouc.o >/dev/null 2>&1
7019  libtool: link: ar cr src/libpspp/.libs/liblibpspp.a src/libpspp/.libs/liblibpspp_la-abt.o src/libpspp/.libs/liblibpspp_la-argv-parser.o src/libpspp/.libs/liblibpspp_la-array.o src/libpspp/.libs/liblibpspp_la-bit-vector.o src/libpspp/.libs/liblibpspp_la-bt.o src/libpspp/.libs/liblibpspp_la-cmac-aes256.o src/libpspp/.libs/liblibpspp_la-copyleft.o src/libpspp/.libs/liblibpspp_la-deque.o src/libpspp/.libs/liblibpspp_la-encoding-guesser.o src/libpspp/.libs/liblibpspp_la-ext-array.o src/libpspp/.libs/liblibpspp_la-float-format.o src/libpspp/.libs/liblibpspp_la-freaderror.o src/libpspp/.libs/liblibpspp_la-hash-functions.o src/libpspp/.libs/liblibpspp_la-heap.o src/libpspp/.libs/liblibpspp_la-hmap.o src/libpspp/.libs/liblibpspp_la-hmapx.o src/libpspp/.libs/liblibpspp_la-i18n.o src/libpspp/.libs/liblibpspp_la-integer-format.o src/libpspp/.libs/liblibpspp_la-intern.o src/libpspp/.libs/liblibpspp_la-line-reader.o src/libpspp/.libs/liblibpspp_la-ll.o src/libpspp/.libs/liblibpspp_la-llx.o src/libpspp/.libs/liblibpspp_la-message.o src/libpspp/.libs/liblibpspp_la-misc.o src/libpspp/.libs/liblibpspp_la-model-checker.o src/libpspp/.libs/liblibpspp_la-pool.o src/libpspp/.libs/liblibpspp_la-prompt.o src/libpspp/.libs/liblibpspp_la-range-map.o src/libpspp/.libs/liblibpspp_la-range-set.o src/libpspp/.libs/liblibpspp_la-range-tower.o src/libpspp/.libs/liblibpspp_la-sparse-array.o src/libpspp/.libs/liblibpspp_la-sparse-xarray.o src/libpspp/.libs/liblibpspp_la-start-date.o src/libpspp/.libs/liblibpspp_la-string-array.o src/libpspp/.libs/liblibpspp_la-string-map.o src/libpspp/.libs/liblibpspp_la-string-set.o src/libpspp/.libs/liblibpspp_la-stringi-map.o src/libpspp/.libs/liblibpspp_la-stringi-set.o src/libpspp/.libs/liblibpspp_la-str.o src/libpspp/.libs/liblibpspp_la-taint.o src/libpspp/.libs/liblibpspp_la-temp-file.o src/libpspp/.libs/liblibpspp_la-tower.o src/libpspp/.libs/liblibpspp_la-u8-istream.o src/libpspp/.libs/liblibpspp_la-u8-line.o src/libpspp/.libs/liblibpspp_la-zip-reader.o src/libpspp/.libs/liblibpspp_la-zip-writer.o src/libpspp/.libs/liblibpspp_la-version.o 
7020  msgfmt -c po/sl.po,tmp -o - > /dev/null
7021  mv -f gl/unictype/.deps/libgl_la-categ_none.Tpo gl/unictype/.deps/libgl_la-categ_none.Plo
7022  libtool: link: ar cr src/output/.libs/liboutput.a src/output/.libs/liboutput_la-ascii.o src/output/.libs/liboutput_la-cairo-chart.o src/output/.libs/liboutput_la-cairo-fsm.o src/output/.libs/liboutput_la-cairo-pager.o src/output/.libs/liboutput_la-cairo.o src/output/.libs/liboutput_la-chart.o src/output/charts/.libs/liboutput_la-barchart-cairo.o src/output/charts/.libs/liboutput_la-barchart.o src/output/charts/.libs/liboutput_la-boxplot-cairo.o src/output/charts/.libs/liboutput_la-boxplot.o src/output/charts/.libs/liboutput_la-np-plot-cairo.o src/output/charts/.libs/liboutput_la-np-plot.o src/output/charts/.libs/liboutput_la-piechart-cairo.o src/output/charts/.libs/liboutput_la-piechart.o src/output/charts/.libs/liboutput_la-plot-hist-cairo.o src/output/charts/.libs/liboutput_la-plot-hist.o src/output/charts/.libs/liboutput_la-roc-chart-cairo.o src/output/charts/.libs/liboutput_la-roc-chart.o src/output/charts/.libs/liboutput_la-scatterplot-cairo.o src/output/charts/.libs/liboutput_la-scatterplot.o src/output/charts/.libs/liboutput_la-scree-cairo.o src/output/charts/.libs/liboutput_la-scree.o src/output/charts/.libs/liboutput_la-spreadlevel-cairo.o src/output/charts/.libs/liboutput_la-spreadlevel-plot.o src/output/.libs/liboutput_la-csv.o src/output/.libs/liboutput_la-driver.o src/output/.libs/liboutput_la-html.o src/output/.libs/liboutput_la-journal.o src/output/.libs/liboutput_la-measure.o src/output/.libs/liboutput_la-msglog.o src/output/.libs/liboutput_la-odt.o src/output/.libs/liboutput_la-options.o src/output/.libs/liboutput_la-output-item.o src/output/.libs/liboutput_la-page-setup.o src/output/.libs/liboutput_la-pivot-output.o src/output/.libs/liboutput_la-pivot-table.o src/output/.libs/liboutput_la-render.o src/output/.libs/liboutput_la-select.o src/output/.libs/liboutput_la-spv-driver.o src/output/.libs/liboutput_la-table.o src/output/.libs/liboutput_la-tex-glyphs.o src/output/.libs/liboutput_la-tex-parsing.o src/output/.libs/liboutput_la-tex-rendering.o src/output/.libs/liboutput_la-tex.o src/output/spv/.libs/liboutput_la-spv-css-parser.o src/output/spv/.libs/liboutput_la-spv-legacy-data.o src/output/spv/.libs/liboutput_la-spv-legacy-decoder.o src/output/spv/.libs/liboutput_la-spv-light-decoder.o src/output/spv/.libs/liboutput_la-spv-table-look.o src/output/spv/.libs/liboutput_la-spv-writer.o src/output/spv/.libs/liboutput_la-spv.o src/output/spv/.libs/liboutput_la-spvbin-helpers.o src/output/spv/.libs/liboutput_la-spvxml-helpers.o src/output/spv/.libs/liboutput_la-light-binary-parser.o src/output/spv/.libs/liboutput_la-old-binary-parser.o src/output/spv/.libs/liboutput_la-detail-xml-parser.o src/output/spv/.libs/liboutput_la-structure-xml-parser.o src/output/spv/.libs/liboutput_la-tlo-parser.o 
7023  libtool: link: ranlib lib/linreg/.libs/liblinreg.a
7024  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-uctomb-aux.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-uctomb-aux.Tpo -c ../gl/unistr/u8-uctomb-aux.c -o gl/unistr/libgl_la-u8-uctomb-aux.o >/dev/null 2>&1
7025  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-tempname.lo -MD -MP -MF gl/.deps/libgl_la-tempname.Tpo -c ../gl/tempname.c -o gl/libgl_la-tempname.o >/dev/null 2>&1
7026  mv -f gl/unictype/.deps/libgl_la-ctype_print.Tpo gl/unictype/.deps/libgl_la-ctype_print.Plo
7027  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uninorm/libgl_la-nfd.lo -MD -MP -MF gl/uninorm/.deps/libgl_la-nfd.Tpo -c ../gl/uninorm/nfd.c -o gl/uninorm/libgl_la-nfd.o >/dev/null 2>&1
7028  mv -f gl/unictype/.deps/libgl_la-pr_soft_dotted.Tpo gl/unictype/.deps/libgl_la-pr_soft_dotted.Plo
7029  mv -f gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Tpo gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Plo
7030  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-wbrktable.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-wbrktable.Tpo -c ../gl/uniwbrk/wbrktable.c -o gl/uniwbrk/libgl_la-wbrktable.o >/dev/null 2>&1
7031  mv -f gl/unicase/.deps/libgl_la-u8-toupper.Tpo gl/unicase/.deps/libgl_la-u8-toupper.Plo
7032  mv -f gl/unicase/.deps/libgl_la-cased.Tpo gl/unicase/.deps/libgl_la-cased.Plo
7033  mv -f gl/unicase/.deps/libgl_la-empty-suffix-context.Tpo gl/unicase/.deps/libgl_la-empty-suffix-context.Plo
7034  mv -f gl/unicase/.deps/libgl_la-ignorable.Tpo gl/unicase/.deps/libgl_la-ignorable.Plo
7035  if test -e ../po/ca.po,aux ; then \
7036  	touch po/ca.po,tmp ; \
7037  	msgcat --use-first ../po/ca.po,aux po/ca.po,tmp -o po/ca.po,tmp; \
7038  fi ;
7039  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Plo
7040  mv -f gl/.deps/libgl_la-gl_linked_list.Tpo gl/.deps/libgl_la-gl_linked_list.Plo
7041  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-strncat.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-strncat.Tpo -c ../gl/unistr/u8-strncat.c -o gl/unistr/libgl_la-u8-strncat.o >/dev/null 2>&1
7042  if test -e ../po/ja.po,aux ; then \
7043  	touch po/ja.po,tmp ; \
7044  	msgcat --use-first ../po/ja.po,aux po/ja.po,tmp -o po/ja.po,tmp; \
7045  fi ;
7046  msgfmt -c po/ca.po,tmp -o - > /dev/null
7047  mv -f gl/unicase/.deps/libgl_la-empty-prefix-context.Tpo gl/unicase/.deps/libgl_la-empty-prefix-context.Plo
7048  msgfmt -c po/ja.po,tmp -o - > /dev/null
7049  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-uctomb.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-uctomb.Tpo -c ../gl/unistr/u8-uctomb.c -o gl/unistr/libgl_la-u8-uctomb.o >/dev/null 2>&1
7050  mv -f gl/unicase/.deps/libgl_la-special-casing.Tpo gl/unicase/.deps/libgl_la-special-casing.Plo
7051  libtool: link: ranlib lib/tukey/.libs/libtukey.a
7052  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwidth/libgl_la-width.lo -MD -MP -MF gl/uniwidth/.deps/libgl_la-width.Tpo -c ../gl/uniwidth/width.c -o gl/uniwidth/libgl_la-width.o >/dev/null 2>&1
7053  mv -f gl/unicase/.deps/libgl_la-u8-totitle.Tpo gl/unicase/.deps/libgl_la-u8-totitle.Plo
7054  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-mbtouc-unsafe.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Tpo -c ../gl/unistr/u8-mbtouc-unsafe.c -o gl/unistr/libgl_la-u8-mbtouc-unsafe.o >/dev/null 2>&1
7055  mv -f gl/.deps/libgl_la-gl_list.Tpo gl/.deps/libgl_la-gl_list.Plo
7056  libtool: link: ranlib src/ui/.libs/libuicommon.a
7057  mv -f gl/.deps/libgl_la-localename-table.Tpo gl/.deps/libgl_la-localename-table.Plo
7058  mv -f gl/uniwidth/.deps/libgl_la-u8-width.Tpo gl/uniwidth/.deps/libgl_la-u8-width.Plo
7059  mv -f gl/unistr/.deps/libgl_la-u8-check.Tpo gl/unistr/.deps/libgl_la-u8-check.Plo
7060  mv -f gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Tpo gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Plo
7061  mv -f gl/glthread/.deps/libgl_la-threadlib.Tpo gl/glthread/.deps/libgl_la-threadlib.Plo
7062  mv -f gl/uninorm/.deps/libgl_la-canonical-decomposition.Tpo gl/uninorm/.deps/libgl_la-canonical-decomposition.Plo
7063  mv -f gl/.deps/libgl_la-malloca.Tpo gl/.deps/libgl_la-malloca.Plo
7064  mv -f gl/.deps/libgl_la-umaxtostr.Tpo gl/.deps/libgl_la-umaxtostr.Plo
7065  libtool: link: ranlib src/ui/terminal/.libs/libui.a
7066  mv -f gl/unicase/.deps/libgl_la-totitle.Tpo gl/unicase/.deps/libgl_la-totitle.Plo
7067  if test -e ../po/pt_BR.po,aux ; then \
7068  	touch po/pt_BR.po,tmp ; \
7069  	msgcat --use-first ../po/pt_BR.po,aux po/pt_BR.po,tmp -o po/pt_BR.po,tmp; \
7070  fi ;
7071  mv -f gl/unistr/.deps/libgl_la-u8-cmp.Tpo gl/unistr/.deps/libgl_la-u8-cmp.Plo
7072  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/uniwbrk/libgl_la-u8-wordbreaks.lo -MD -MP -MF gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Tpo -c ../gl/uniwbrk/u8-wordbreaks.c -o gl/uniwbrk/libgl_la-u8-wordbreaks.o >/dev/null 2>&1
7073  mv -f gl/.deps/libgl_la-localcharset.Tpo gl/.deps/libgl_la-localcharset.Plo
7074  mv -f gl/unictype/.deps/libgl_la-pr_extended_pictographic.Tpo gl/unictype/.deps/libgl_la-pr_extended_pictographic.Plo
7075  mv -f gl/uninorm/.deps/libgl_la-decomposing-form.Tpo gl/uninorm/.deps/libgl_la-decomposing-form.Plo
7076  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/unistr/libgl_la-u8-cmp2.lo -MD -MP -MF gl/unistr/.deps/libgl_la-u8-cmp2.Tpo -c ../gl/unistr/u8-cmp2.c -o gl/unistr/libgl_la-u8-cmp2.o >/dev/null 2>&1
7077  mv -f gl/.deps/libgl_la-mbrtowc.Tpo gl/.deps/libgl_la-mbrtowc.Plo
7078  mv -f gl/unicase/.deps/libgl_la-tocasefold.Tpo gl/unicase/.deps/libgl_la-tocasefold.Plo
7079  mv -f gl/unicase/.deps/libgl_la-tolower.Tpo gl/unicase/.deps/libgl_la-tolower.Plo
7080  mv -f gl/uniwidth/.deps/libgl_la-u8-strwidth.Tpo gl/uniwidth/.deps/libgl_la-u8-strwidth.Plo
7081  msgfmt -c po/pt_BR.po,tmp -o - > /dev/null
7082  mv -f gl/unistr/.deps/libgl_la-u8-cpy.Tpo gl/unistr/.deps/libgl_la-u8-cpy.Plo
7083  mv -f gl/unilbrk/.deps/libgl_la-lbrktables.Tpo gl/unilbrk/.deps/libgl_la-lbrktables.Plo
7084  mv -f gl/.deps/libgl_la-mbchar.Tpo gl/.deps/libgl_la-mbchar.Plo
7085  mv -f gl/unicase/.deps/libgl_la-u8-casecmp.Tpo gl/unicase/.deps/libgl_la-u8-casecmp.Plo
7086  mv -f gl/uninorm/.deps/libgl_la-decomposition-table.Tpo gl/uninorm/.deps/libgl_la-decomposition-table.Plo
7087  mv -f gl/.deps/libgl_la-safe-read.Tpo gl/.deps/libgl_la-safe-read.Plo
7088  mv -f gl/unicase/.deps/libgl_la-u8-casemap.Tpo gl/unicase/.deps/libgl_la-u8-casemap.Plo
7089  mv -f gl/.deps/libgl_la-memchr2.Tpo gl/.deps/libgl_la-memchr2.Plo
7090  mv -f gl/unicase/.deps/libgl_la-u8-tolower.Tpo gl/unicase/.deps/libgl_la-u8-tolower.Plo
7091  mv -f gl/.deps/libgl_la-sockets.Tpo gl/.deps/libgl_la-sockets.Plo
7092  mv -f gl/unicase/.deps/libgl_la-toupper.Tpo gl/unicase/.deps/libgl_la-toupper.Plo
7093  mv -f gl/unicase/.deps/libgl_la-u8-ct-casefold.Tpo gl/unicase/.deps/libgl_la-u8-ct-casefold.Plo
7094  mv -f gl/uninorm/.deps/libgl_la-u8-normalize.Tpo gl/uninorm/.deps/libgl_la-u8-normalize.Plo
7095  mv -f gl/unistr/.deps/libgl_la-u8-mblen.Tpo gl/unistr/.deps/libgl_la-u8-mblen.Plo
7096  mv -f gl/unicase/.deps/libgl_la-u8-ct-totitle.Tpo gl/unicase/.deps/libgl_la-u8-ct-totitle.Plo
7097  mv -f gl/uninorm/.deps/libgl_la-decomposition.Tpo gl/uninorm/.deps/libgl_la-decomposition.Plo
7098  mv -f gl/.deps/libgl_la-gl_linkedhash_list.Tpo gl/.deps/libgl_la-gl_linkedhash_list.Plo
7099  mv -f gl/.deps/libgl_la-mbiter.Tpo gl/.deps/libgl_la-mbiter.Plo
7100  mv -f gl/.deps/libgl_la-nstrftime.Tpo gl/.deps/libgl_la-nstrftime.Plo
7101  mv -f gl/.deps/libgl_la-progname.Tpo gl/.deps/libgl_la-progname.Plo
7102  libtool: link: ( cd "lib/linreg/.libs" && rm -f "liblinreg.la" && ln -s "../liblinreg.la" "liblinreg.la" )
7103  mv -f gl/.deps/libgl_la-timespec.Tpo gl/.deps/libgl_la-timespec.Plo
7104  mv -f gl/unicase/.deps/libgl_la-u8-casefold.Tpo gl/unicase/.deps/libgl_la-u8-casefold.Plo
7105  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc.Plo
7106  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Plo
7107  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Plo
7108  mv -f gl/unistr/.deps/libgl_la-u8-mbtoucr.Tpo gl/unistr/.deps/libgl_la-u8-mbtoucr.Plo
7109  mv -f gl/unistr/.deps/libgl_la-u8-strlen.Tpo gl/unistr/.deps/libgl_la-u8-strlen.Plo
7110  mv -f gl/unistr/.deps/libgl_la-u8-uctomb-aux.Tpo gl/unistr/.deps/libgl_la-u8-uctomb-aux.Plo
7111  mv -f gl/uniwbrk/.deps/libgl_la-wbrktable.Tpo gl/uniwbrk/.deps/libgl_la-wbrktable.Plo
7112  mv -f gl/uniwbrk/.deps/libgl_la-wordbreak-property.Tpo gl/uniwbrk/.deps/libgl_la-wordbreak-property.Plo
7113  mv -f gl/.deps/libgl_la-math.Tpo gl/.deps/libgl_la-math.Plo
7114  mv -f gl/uninorm/.deps/libgl_la-nfd.Tpo gl/uninorm/.deps/libgl_la-nfd.Plo
7115  mv -f gl/unistr/.deps/libgl_la-u8-strmbtouc.Tpo gl/unistr/.deps/libgl_la-u8-strmbtouc.Plo
7116  mv -f utilities/.deps/pspp_output-pspp-output.Tpo utilities/.deps/pspp_output-pspp-output.Po
7117  if test -e ../po/de.po,aux ; then \
7118  	touch po/de.po,tmp ; \
7119  	msgcat --use-first ../po/de.po,aux po/de.po,tmp -o po/de.po,tmp; \
7120  fi ;
7121  mv -f gl/.deps/libgl_la-localename.Tpo gl/.deps/libgl_la-localename.Plo
7122  if test -e ../po/el.po,aux ; then \
7123  	touch po/el.po,tmp ; \
7124  	msgcat --use-first ../po/el.po,aux po/el.po,tmp -o po/el.po,tmp; \
7125  fi ;
7126  if test -e ../po/es.po,aux ; then \
7127  	touch po/es.po,tmp ; \
7128  	msgcat --use-first ../po/es.po,aux po/es.po,tmp -o po/es.po,tmp; \
7129  fi ;
7130  if test -e ../po/gl.po,aux ; then \
7131  	touch po/gl.po,tmp ; \
7132  	msgcat --use-first ../po/gl.po,aux po/gl.po,tmp -o po/gl.po,tmp; \
7133  fi ;
7134  if test -e ../po/lt.po,aux ; then \
7135  	touch po/lt.po,tmp ; \
7136  	msgcat --use-first ../po/lt.po,aux po/lt.po,tmp -o po/lt.po,tmp; \
7137  fi ;
7138  if test -e ../po/nl.po,aux ; then \
7139  	touch po/nl.po,tmp ; \
7140  	msgcat --use-first ../po/nl.po,aux po/nl.po,tmp -o po/nl.po,tmp; \
7141  fi ;
7142  if test -e ../po/pl.po,aux ; then \
7143  	touch po/pl.po,tmp ; \
7144  	msgcat --use-first ../po/pl.po,aux po/pl.po,tmp -o po/pl.po,tmp; \
7145  fi ;
7146  mv -f gl/.deps/libgl_la-pipe2.Tpo gl/.deps/libgl_la-pipe2.Plo
7147  mv -f gl/.deps/libgl_la-memcasecmp.Tpo gl/.deps/libgl_la-memcasecmp.Plo
7148  mv -f gl/.deps/libgl_la-read-file.Tpo gl/.deps/libgl_la-read-file.Plo
7149  mv -f gl/.deps/libgl_la-safe-write.Tpo gl/.deps/libgl_la-safe-write.Plo
7150  mv -f gl/.deps/libgl_la-setlocale_null.Tpo gl/.deps/libgl_la-setlocale_null.Plo
7151  mv -f gl/.deps/libgl_la-printf-frexp.Tpo gl/.deps/libgl_la-printf-frexp.Plo
7152  mv -f gl/.deps/libgl_la-printf-frexpl.Tpo gl/.deps/libgl_la-printf-frexpl.Plo
7153  libtool: link: ( cd "lib/tukey/.libs" && rm -f "libtukey.la" && ln -s "../libtukey.la" "libtukey.la" )
7154  mv -f gl/.deps/libgl_la-sig-handler.Tpo gl/.deps/libgl_la-sig-handler.Plo
7155  mv -f gl/.deps/libgl_la-stat-time.Tpo gl/.deps/libgl_la-stat-time.Plo
7156  mv -f gl/.deps/libgl_la-strnlen1.Tpo gl/.deps/libgl_la-strnlen1.Plo
7157  mv -f gl/.deps/libgl_la-sys_socket.Tpo gl/.deps/libgl_la-sys_socket.Plo
7158  mv -f gl/.deps/libgl_la-time_rz.Tpo gl/.deps/libgl_la-time_rz.Plo
7159  mv -f gl/.deps/libgl_la-timegm.Tpo gl/.deps/libgl_la-timegm.Plo
7160  mv -f gl/.deps/libgl_la-timespec-add.Tpo gl/.deps/libgl_la-timespec-add.Plo
7161  mv -f gl/.deps/libgl_la-timespec-sub.Tpo gl/.deps/libgl_la-timespec-sub.Plo
7162  mv -f gl/.deps/libgl_la-tmpdir.Tpo gl/.deps/libgl_la-tmpdir.Plo
7163  mv -f gl/unistr/.deps/libgl_la-u8-strncat.Tpo gl/unistr/.deps/libgl_la-u8-strncat.Plo
7164  mv -f gl/uniwidth/.deps/libgl_la-width.Tpo gl/uniwidth/.deps/libgl_la-width.Plo
7165  if test -e ../po/ru.po,aux ; then \
7166  	touch po/ru.po,tmp ; \
7167  	msgcat --use-first ../po/ru.po,aux po/ru.po,tmp -o po/ru.po,tmp; \
7168  fi ;
7169  mv -f gl/unistr/.deps/libgl_la-u8-uctomb.Tpo gl/unistr/.deps/libgl_la-u8-uctomb.Plo
7170  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Plo
7171  if test -e ../po/tr.po,aux ; then \
7172  	touch po/tr.po,tmp ; \
7173  	msgcat --use-first ../po/tr.po,aux po/tr.po,tmp -o po/tr.po,tmp; \
7174  fi ;
7175  if test -e ../po/uk.po,aux ; then \
7176  	touch po/uk.po,tmp ; \
7177  	msgcat --use-first ../po/uk.po,aux po/uk.po,tmp -o po/uk.po,tmp; \
7178  fi ;
7179  if test -e ../po/zh_CN.po,aux ; then \
7180  	touch po/zh_CN.po,tmp ; \
7181  	msgcat --use-first ../po/zh_CN.po,aux po/zh_CN.po,tmp -o po/zh_CN.po,tmp; \
7182  fi ;
7183  mv po/sl.po,tmp po/sl.po
7184  mv po/ca.po,tmp po/ca.po
7185  mv -f gl/.deps/libgl_la-tempname.Tpo gl/.deps/libgl_la-tempname.Plo
7186  mv po/ja.po,tmp po/ja.po
7187  if test -e ../po/hu.po,aux ; then \
7188  	touch po/hu.po,tmp ; \
7189  	msgcat --use-first ../po/hu.po,aux po/hu.po,tmp -o po/hu.po,tmp; \
7190  fi ;
7191  msgfmt -c po/de.po,tmp -o - > /dev/null
7192  msgfmt -c po/el.po,tmp -o - > /dev/null
7193  msgfmt -c po/es.po,tmp -o - > /dev/null
7194  msgfmt -c po/gl.po,tmp -o - > /dev/null
7195  libtool: link: ( cd "src/ui/.libs" && rm -f "libuicommon.la" && ln -s "../libuicommon.la" "libuicommon.la" )
7196  msgfmt -c po/lt.po,tmp -o - > /dev/null
7197  msgfmt -c po/nl.po,tmp -o - > /dev/null
7198  msgfmt -c po/pl.po,tmp -o - > /dev/null
7199  libtool: link: ( cd "src/ui/terminal/.libs" && rm -f "libui.la" && ln -s "../libui.la" "libui.la" )
7200  msgfmt -c po/ru.po,tmp -o - > /dev/null
7201  msgfmt -c po/tr.po,tmp -o - > /dev/null
7202  msgfmt -c po/uk.po,tmp -o - > /dev/null
7203  msgfmt -c po/zh_CN.po,tmp -o - > /dev/null
7204  mv -f gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Tpo gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Plo
7205  mv po/pt_BR.po,tmp po/pt_BR.po
7206  msgfmt -c po/hu.po,tmp -o - > /dev/null
7207  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o src/math/libpspp-math.la  src/math/chart-geometry.lo src/math/box-whisker.lo src/math/categoricals.lo src/math/covariance.lo src/math/correlation.lo src/math/distributions.lo src/math/histogram.lo src/math/interaction.lo src/math/levene.lo src/math/linreg.lo src/math/merge.lo src/math/mode.lo src/math/moments.lo src/math/np.lo src/math/order-stats.lo src/math/percentiles.lo src/math/random.lo src/math/sort.lo src/math/shapiro-wilk.lo src/math/trimmed-mean.lo src/math/tukey-hinges.lo src/math/wilcoxon-sig.lo lib/linreg/liblinreg.la lib/tukey/libtukey.la -lreadline -lgslcblas -lz -lm  
7208  mv -f gl/unistr/.deps/libgl_la-u8-cmp2.Tpo gl/unistr/.deps/libgl_la-u8-cmp2.Plo
7209  libtool: link: ranlib src/libpspp/.libs/liblibpspp.a
7210  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT  -no-undefined                 gl/  -o gl/libgl.la  gl/libgl_la-allocator.lo gl/libgl_la-areadlink.lo gl/libgl_la-asyncsafe-spin.lo gl/libgl_la-basename-lgpl.lo gl/libgl_la-binary-io.lo  gl/libgl_la-c-ctype.lo gl/libgl_la-c-snprintf.lo gl/libgl_la-c-strcasecmp.lo gl/libgl_la-c-strncasecmp.lo gl/libgl_la-c-strcasestr.lo gl/libgl_la-c-strtod.lo gl/libgl_la-c-vasnprintf.lo gl/libgl_la-c-asprintf.lo gl/libgl_la-c-vasprintf.lo gl/libgl_la-c-xasprintf.lo gl/libgl_la-c-xvasprintf.lo  gl/libgl_la-careadlinkat.lo gl/libgl_la-clean-temp.lo gl/libgl_la-clean-temp-simple.lo gl/libgl_la-cloexec.lo  gl/libgl_la-count-leading-zeros.lo gl/libgl_la-count-one-bits.lo gl/libgl_la-crc.lo gl/libgl_la-md4-stream.lo gl/libgl_la-md4.lo gl/libgl_la-rijndael-alg-fst.lo gl/libgl_la-rijndael-api-fst.lo gl/libgl_la-dirname.lo gl/libgl_la-basename.lo gl/libgl_la-dirname-lgpl.lo gl/libgl_la-stripslash.lo gl/libgl_la-dtoastr.lo gl/libgl_la-dtotimespec.lo  gl/malloc/libgl_la-dynarray_at_failure.lo gl/malloc/libgl_la-dynarray_emplace_enlarge.lo gl/malloc/libgl_la-dynarray_finalize.lo gl/malloc/libgl_la-dynarray_resize.lo gl/malloc/libgl_la-dynarray_resize_clear.lo  gl/libgl_la-exitfail.lo  gl/libgl_la-fatal-signal.lo gl/libgl_la-fcntl.lo gl/libgl_la-fd-hook.lo       gl/libgl_la-fseterr.lo    gl/libgl_la-full-read.lo gl/libgl_la-full-write.lo gl/libgl_la-fwriteerror.lo     gl/libgl_la-getprogname.lo  gl/libgl_la-gettime.lo  gl/libgl_la-hard-locale.lo gl/libgl_la-ialloc.lo gl/libgl_la-imaxtostr.lo gl/libgl_la-inttostr.lo gl/libgl_la-offtostr.lo gl/libgl_la-uinttostr.lo gl/libgl_la-umaxtostr.lo       gl/libgl_la-gl_linked_list.lo gl/libgl_la-gl_linkedhash_list.lo gl/libgl_la-gl_list.lo gl/libgl_la-localcharset.lo  gl/libgl_la-localename.lo gl/libgl_la-localename-table.lo gl/glthread/libgl_la-lock.lo   gl/libgl_la-malloca.lo gl/libgl_la-math.lo gl/libgl_la-mbchar.lo gl/libgl_la-mbiter.lo gl/libgl_la-mbrtowc.lo    gl/libgl_la-memcasecmp.lo  gl/libgl_la-memchr2.lo          gl/libgl_la-nstrftime.lo  gl/libgl_la-pipe2.lo gl/libgl_la-printf-frexp.lo gl/libgl_la-printf-frexpl.lo gl/libgl_la-progname.lo    gl/libgl_la-read-file.lo        gl/libgl_la-safe-read.lo gl/libgl_la-safe-write.lo gl/malloc/libgl_la-scratch_buffer_dupfree.lo gl/malloc/libgl_la-scratch_buffer_grow.lo gl/malloc/libgl_la-scratch_buffer_grow_preserve.lo gl/malloc/libgl_la-scratch_buffer_set_array_size.lo    gl/libgl_la-setlocale_null.lo   gl/libgl_la-sig-handler.lo   gl/libgl_la-sockets.lo  gl/libgl_la-stat-time.lo            gl/libgl_la-strnlen1.lo    gl/libgl_la-sys_socket.lo gl/libgl_la-tempname.lo gl/glthread/libgl_la-threadlib.lo  gl/libgl_la-time_rz.lo gl/libgl_la-timegm.lo gl/libgl_la-timespec.lo gl/libgl_la-timespec-add.lo gl/libgl_la-timespec-sub.lo gl/libgl_la-tmpdir.lo   gl/unicase/libgl_la-cased.lo gl/unicase/libgl_la-empty-prefix-context.lo gl/unicase/libgl_la-empty-suffix-context.lo gl/unicase/libgl_la-ignorable.lo gl/unicase/libgl_la-special-casing.lo gl/unicase/libgl_la-tocasefold.lo gl/unicase/libgl_la-tolower.lo gl/unicase/libgl_la-totitle.lo gl/unicase/libgl_la-toupper.lo gl/unicase/libgl_la-u8-casecmp.lo gl/unicase/libgl_la-u8-casefold.lo gl/unicase/libgl_la-u8-casemap.lo gl/unicase/libgl_la-u8-ct-casefold.lo gl/unicase/libgl_la-u8-ct-totitle.lo gl/unicase/libgl_la-u8-tolower.lo gl/unicase/libgl_la-u8-totitle.lo gl/unicase/libgl_la-u8-toupper.lo gl/unictype/libgl_la-categ_none.lo gl/unictype/libgl_la-categ_of.lo gl/unictype/libgl_la-combiningclass.lo gl/unictype/libgl_la-ctype_print.lo gl/unictype/libgl_la-pr_extended_pictographic.lo gl/unictype/libgl_la-pr_soft_dotted.lo gl/unigbrk/libgl_la-uc-gbrk-prop.lo gl/unigbrk/libgl_la-uc-is-grapheme-break.lo gl/unilbrk/libgl_la-lbrktables.lo gl/unilbrk/libgl_la-u8-possible-linebreaks.lo gl/uninorm/libgl_la-canonical-decomposition.lo gl/uninorm/libgl_la-compat-decomposition.lo gl/uninorm/libgl_la-decompose-internal.lo gl/uninorm/libgl_la-decomposing-form.lo gl/uninorm/libgl_la-decomposition.lo gl/uninorm/libgl_la-decomposition-table.lo gl/uninorm/libgl_la-nfd.lo gl/uninorm/libgl_la-nfkd.lo gl/uninorm/libgl_la-u8-normalize.lo gl/libgl_la-unistd.lo gl/unistr/libgl_la-u8-check.lo gl/unistr/libgl_la-u8-cmp.lo gl/unistr/libgl_la-u8-cmp2.lo gl/unistr/libgl_la-u8-cpy.lo gl/unistr/libgl_la-u8-mblen.lo gl/unistr/libgl_la-u8-mbtouc.lo gl/unistr/libgl_la-u8-mbtouc-aux.lo gl/unistr/libgl_la-u8-mbtouc-unsafe.lo gl/unistr/libgl_la-u8-mbtouc-unsafe-aux.lo gl/unistr/libgl_la-u8-mbtoucr.lo gl/unistr/libgl_la-u8-strlen.lo gl/unistr/libgl_la-u8-strmbtouc.lo gl/unistr/libgl_la-u8-strncat.lo gl/unistr/libgl_la-u8-uctomb.lo gl/unistr/libgl_la-u8-uctomb-aux.lo gl/uniwbrk/libgl_la-wbrktable.lo gl/uniwbrk/libgl_la-u8-wordbreaks.lo gl/uniwbrk/libgl_la-wordbreak-property.lo gl/uniwidth/libgl_la-u8-strwidth.lo gl/uniwidth/libgl_la-u8-width.lo gl/uniwidth/libgl_la-width.lo  gl/libgl_la-version-etc.lo gl/libgl_la-version-etc-fsf.lo  gl/libgl_la-wctype-h.lo          gl/libgl_la-xmalloc.lo gl/libgl_la-xalloc-die.lo gl/libgl_la-xbinary-io.lo gl/libgl_la-gl_xlist.lo gl/libgl_la-xmalloca.lo gl/libgl_la-xmemdup0.lo gl/libgl_la-xreadlink.lo gl/libgl_la-xsize.lo gl/libgl_la-xstrndup.lo gl/libgl_la-xvasprintf.lo gl/libgl_la-xasprintf.lo gl/asnprintf.lo gl/mktime.lo gl/printf-args.lo gl/printf-parse.lo gl/vasnprintf.lo gl/ -lreadline -lgslcblas -lz -lm  
7211  libtool: link: ranlib src/output/.libs/liboutput.a
7212  mv po/tr.po,tmp po/tr.po
7213  mv po/lt.po,tmp po/lt.po
7214  mv po/gl.po,tmp po/gl.po
7215  mv po/nl.po,tmp po/nl.po
7216  mv po/zh_CN.po,tmp po/zh_CN.po
7217  mv po/pl.po,tmp po/pl.po
7218  mv po/es.po,tmp po/es.po
7219  mv po/de.po,tmp po/de.po
7220  mv po/el.po,tmp po/el.po
7221  mv po/hu.po,tmp po/hu.po
7222  libtool: link: ranlib src/language/.libs/liblanguage.a
7223  mv po/ru.po,tmp po/ru.po
7224  mv po/uk.po,tmp po/uk.po
7225  msgfmt --xml --template ../doc/org.gnu.pspp.metainfo.xml.in -o doc/org.gnu.pspp.metainfo.xml -d ../po || \
7226    msgfmt -L appdata --xml --template ../doc/org.gnu.pspp.metainfo.xml.in -o doc/org.gnu.pspp.metainfo.xml -d ../po
7227  libtool: link: ( cd "src/libpspp/.libs" && rm -f "liblibpspp.la" && ln -s "../liblibpspp.la" "liblibpspp.la" )
7228  libtool: link: ( cd "src/output/.libs" && rm -f "liboutput.la" && ln -s "../liboutput.la" "liboutput.la" )
7229  libtool: link: (cd src/math/.libs/libpspp-math.lax/liblinreg.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/lib/linreg/.libs/liblinreg.a")
7230  libtool: link: ( cd "src/language/.libs" && rm -f "liblanguage.la" && ln -s "../liblanguage.la" "liblanguage.la" )
7231  libtool: link: (cd src/math/.libs/libpspp-math.lax/libtukey.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/lib/tukey/.libs/libtukey.a")
7232  libtool: link: ar cr src/math/.libs/libpspp-math.a src/math/.libs/chart-geometry.o src/math/.libs/box-whisker.o src/math/.libs/categoricals.o src/math/.libs/covariance.o src/math/.libs/correlation.o src/math/.libs/distributions.o src/math/.libs/histogram.o src/math/.libs/interaction.o src/math/.libs/levene.o src/math/.libs/linreg.o src/math/.libs/merge.o src/math/.libs/mode.o src/math/.libs/moments.o src/math/.libs/np.o src/math/.libs/order-stats.o src/math/.libs/percentiles.o src/math/.libs/random.o src/math/.libs/sort.o src/math/.libs/shapiro-wilk.o src/math/.libs/trimmed-mean.o src/math/.libs/tukey-hinges.o src/math/.libs/wilcoxon-sig.o   src/math/.libs/libpspp-math.lax/liblinreg.a/sweep.o  src/math/.libs/libpspp-math.lax/libtukey.a/ptukey.o src/math/.libs/libpspp-math.lax/libtukey.a/qtukey.o 
7233  libtool: link: ar cr gl/.libs/libgl.a gl/.libs/libgl_la-allocator.o gl/.libs/libgl_la-areadlink.o gl/.libs/libgl_la-asyncsafe-spin.o gl/.libs/libgl_la-basename-lgpl.o gl/.libs/libgl_la-binary-io.o gl/.libs/libgl_la-c-ctype.o gl/.libs/libgl_la-c-snprintf.o gl/.libs/libgl_la-c-strcasecmp.o gl/.libs/libgl_la-c-strncasecmp.o gl/.libs/libgl_la-c-strcasestr.o gl/.libs/libgl_la-c-strtod.o gl/.libs/libgl_la-c-vasnprintf.o gl/.libs/libgl_la-c-asprintf.o gl/.libs/libgl_la-c-vasprintf.o gl/.libs/libgl_la-c-xasprintf.o gl/.libs/libgl_la-c-xvasprintf.o gl/.libs/libgl_la-careadlinkat.o gl/.libs/libgl_la-clean-temp.o gl/.libs/libgl_la-clean-temp-simple.o gl/.libs/libgl_la-cloexec.o gl/.libs/libgl_la-count-leading-zeros.o gl/.libs/libgl_la-count-one-bits.o gl/.libs/libgl_la-crc.o gl/.libs/libgl_la-md4-stream.o gl/.libs/libgl_la-md4.o gl/.libs/libgl_la-rijndael-alg-fst.o gl/.libs/libgl_la-rijndael-api-fst.o gl/.libs/libgl_la-dirname.o gl/.libs/libgl_la-basename.o gl/.libs/libgl_la-dirname-lgpl.o gl/.libs/libgl_la-stripslash.o gl/.libs/libgl_la-dtoastr.o gl/.libs/libgl_la-dtotimespec.o gl/malloc/.libs/libgl_la-dynarray_at_failure.o gl/malloc/.libs/libgl_la-dynarray_emplace_enlarge.o gl/malloc/.libs/libgl_la-dynarray_finalize.o gl/malloc/.libs/libgl_la-dynarray_resize.o gl/malloc/.libs/libgl_la-dynarray_resize_clear.o gl/.libs/libgl_la-exitfail.o gl/.libs/libgl_la-fatal-signal.o gl/.libs/libgl_la-fcntl.o gl/.libs/libgl_la-fd-hook.o gl/.libs/libgl_la-fseterr.o gl/.libs/libgl_la-full-read.o gl/.libs/libgl_la-full-write.o gl/.libs/libgl_la-fwriteerror.o gl/.libs/libgl_la-getprogname.o gl/.libs/libgl_la-gettime.o gl/.libs/libgl_la-hard-locale.o gl/.libs/libgl_la-ialloc.o gl/.libs/libgl_la-imaxtostr.o gl/.libs/libgl_la-inttostr.o gl/.libs/libgl_la-offtostr.o gl/.libs/libgl_la-uinttostr.o gl/.libs/libgl_la-umaxtostr.o gl/.libs/libgl_la-gl_linked_list.o gl/.libs/libgl_la-gl_linkedhash_list.o gl/.libs/libgl_la-gl_list.o gl/.libs/libgl_la-localcharset.o gl/.libs/libgl_la-localename.o gl/.libs/libgl_la-localename-table.o gl/glthread/.libs/libgl_la-lock.o gl/.libs/libgl_la-malloca.o gl/.libs/libgl_la-math.o gl/.libs/libgl_la-mbchar.o gl/.libs/libgl_la-mbiter.o gl/.libs/libgl_la-mbrtowc.o gl/.libs/libgl_la-memcasecmp.o gl/.libs/libgl_la-memchr2.o gl/.libs/libgl_la-nstrftime.o gl/.libs/libgl_la-pipe2.o gl/.libs/libgl_la-printf-frexp.o gl/.libs/libgl_la-printf-frexpl.o gl/.libs/libgl_la-progname.o gl/.libs/libgl_la-read-file.o gl/.libs/libgl_la-safe-read.o gl/.libs/libgl_la-safe-write.o gl/malloc/.libs/libgl_la-scratch_buffer_dupfree.o gl/malloc/.libs/libgl_la-scratch_buffer_grow.o gl/malloc/.libs/libgl_la-scratch_buffer_grow_preserve.o gl/malloc/.libs/libgl_la-scratch_buffer_set_array_size.o gl/.libs/libgl_la-setlocale_null.o gl/.libs/libgl_la-sig-handler.o gl/.libs/libgl_la-sockets.o gl/.libs/libgl_la-stat-time.o gl/.libs/libgl_la-strnlen1.o gl/.libs/libgl_la-sys_socket.o gl/.libs/libgl_la-tempname.o gl/glthread/.libs/libgl_la-threadlib.o gl/.libs/libgl_la-time_rz.o gl/.libs/libgl_la-timegm.o gl/.libs/libgl_la-timespec.o gl/.libs/libgl_la-timespec-add.o gl/.libs/libgl_la-timespec-sub.o gl/.libs/libgl_la-tmpdir.o gl/unicase/.libs/libgl_la-cased.o gl/unicase/.libs/libgl_la-empty-prefix-context.o gl/unicase/.libs/libgl_la-empty-suffix-context.o gl/unicase/.libs/libgl_la-ignorable.o gl/unicase/.libs/libgl_la-special-casing.o gl/unicase/.libs/libgl_la-tocasefold.o gl/unicase/.libs/libgl_la-tolower.o gl/unicase/.libs/libgl_la-totitle.o gl/unicase/.libs/libgl_la-toupper.o gl/unicase/.libs/libgl_la-u8-casecmp.o gl/unicase/.libs/libgl_la-u8-casefold.o gl/unicase/.libs/libgl_la-u8-casemap.o gl/unicase/.libs/libgl_la-u8-ct-casefold.o gl/unicase/.libs/libgl_la-u8-ct-totitle.o gl/unicase/.libs/libgl_la-u8-tolower.o gl/unicase/.libs/libgl_la-u8-totitle.o gl/unicase/.libs/libgl_la-u8-toupper.o gl/unictype/.libs/libgl_la-categ_none.o gl/unictype/.libs/libgl_la-categ_of.o gl/unictype/.libs/libgl_la-combiningclass.o gl/unictype/.libs/libgl_la-ctype_print.o gl/unictype/.libs/libgl_la-pr_extended_pictographic.o gl/unictype/.libs/libgl_la-pr_soft_dotted.o gl/unigbrk/.libs/libgl_la-uc-gbrk-prop.o gl/unigbrk/.libs/libgl_la-uc-is-grapheme-break.o gl/unilbrk/.libs/libgl_la-lbrktables.o gl/unilbrk/.libs/libgl_la-u8-possible-linebreaks.o gl/uninorm/.libs/libgl_la-canonical-decomposition.o gl/uninorm/.libs/libgl_la-compat-decomposition.o gl/uninorm/.libs/libgl_la-decompose-internal.o gl/uninorm/.libs/libgl_la-decomposing-form.o gl/uninorm/.libs/libgl_la-decomposition.o gl/uninorm/.libs/libgl_la-decomposition-table.o gl/uninorm/.libs/libgl_la-nfd.o gl/uninorm/.libs/libgl_la-nfkd.o gl/uninorm/.libs/libgl_la-u8-normalize.o gl/.libs/libgl_la-unistd.o gl/unistr/.libs/libgl_la-u8-check.o gl/unistr/.libs/libgl_la-u8-cmp.o gl/unistr/.libs/libgl_la-u8-cmp2.o gl/unistr/.libs/libgl_la-u8-cpy.o gl/unistr/.libs/libgl_la-u8-mblen.o gl/unistr/.libs/libgl_la-u8-mbtouc.o gl/unistr/.libs/libgl_la-u8-mbtouc-aux.o gl/unistr/.libs/libgl_la-u8-mbtouc-unsafe.o gl/unistr/.libs/libgl_la-u8-mbtouc-unsafe-aux.o gl/unistr/.libs/libgl_la-u8-mbtoucr.o gl/unistr/.libs/libgl_la-u8-strlen.o gl/unistr/.libs/libgl_la-u8-strmbtouc.o gl/unistr/.libs/libgl_la-u8-strncat.o gl/unistr/.libs/libgl_la-u8-uctomb.o gl/unistr/.libs/libgl_la-u8-uctomb-aux.o gl/uniwbrk/.libs/libgl_la-wbrktable.o gl/uniwbrk/.libs/libgl_la-u8-wordbreaks.o gl/uniwbrk/.libs/libgl_la-wordbreak-property.o gl/uniwidth/.libs/libgl_la-u8-strwidth.o gl/uniwidth/.libs/libgl_la-u8-width.o gl/uniwidth/.libs/libgl_la-width.o gl/.libs/libgl_la-version-etc.o gl/.libs/libgl_la-version-etc-fsf.o gl/.libs/libgl_la-wctype-h.o gl/.libs/libgl_la-xmalloc.o gl/.libs/libgl_la-xalloc-die.o gl/.libs/libgl_la-xbinary-io.o gl/.libs/libgl_la-gl_xlist.o gl/.libs/libgl_la-xmalloca.o gl/.libs/libgl_la-xmemdup0.o gl/.libs/libgl_la-xreadlink.o gl/.libs/libgl_la-xsize.o gl/.libs/libgl_la-xstrndup.o gl/.libs/libgl_la-xvasprintf.o gl/.libs/libgl_la-xasprintf.o gl/.libs/asnprintf.o gl/.libs/mktime.o gl/.libs/printf-args.o gl/.libs/printf-parse.o gl/.libs/vasnprintf.o 
7234  libtool: link: ranlib src/math/.libs/libpspp-math.a
7235  libtool: link: ranlib gl/.libs/libgl.a
7236  libtool: link: rm -fr src/math/.libs/libpspp-math.lax
7237  libtool: link: ( cd "src/math/.libs" && rm -f "libpspp-math.la" && ln -s "../libpspp-math.la" "libpspp-math.la" )
7238  /bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -DGCC_LINT -release 1.6.2-g8596d6  -o src/libpspp.la -rpath /usr/local/lib/pspp  src/language/liblanguage.la src/math/libpspp-math.la src/output/liboutput.la -lgsl -lgslcblas -lm  -lreadline -lgslcblas -lz -lm  
7239  libtool: link: ( cd "gl/.libs" && rm -f "libgl.la" && ln -s "../libgl.la" "libgl.la" )
7240  libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive src/language/.libs/liblanguage.a src/math/.libs/libpspp-math.a src/output/.libs/liboutput.a -Wl,--no-whole-archive  -lgsl -lreadline -lgslcblas -lz -lm  -g -O2   -Wl,-soname -Wl,libpspp-1.6.2-g8596d6.so -o src/.libs/libpspp-1.6.2-g8596d6.so
7241  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I/usr/include/libxml2 -I/usr/include -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/stats -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/data/libdata_la-sys-file-reader.lo -MD -MP -MF src/data/.deps/libdata_la-sys-file-reader.Tpo -c ../src/data/sys-file-reader.c -o src/data/libdata_la-sys-file-reader.o >/dev/null 2>&1
7242  libtool: link: (cd "src/.libs" && rm -f "libpspp.so" && ln -s "libpspp-1.6.2-g8596d6.so" "libpspp.so")
7243  libtool: link: (cd src/.libs/libpspp.lax/liblanguage.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/.libs/liblanguage.a")
7244  libtool: link: (cd src/.libs/libpspp.lax/libpspp-math.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/math/.libs/libpspp-math.a")
7245  libtool: link: (cd src/.libs/libpspp.lax/liboutput.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/output/.libs/liboutput.a")
7246  libtool: link: ar cr src/.libs/libpspp.a   src/.libs/libpspp.lax/liblanguage.a/aggregate.o src/.libs/libpspp.lax/liblanguage.a/apply-dictionary.o src/.libs/libpspp.lax/liblanguage.a/attributes.o src/.libs/libpspp.lax/liblanguage.a/autorecode.o src/.libs/libpspp.lax/liblanguage.a/binomial.o src/.libs/libpspp.lax/liblanguage.a/cache.o src/.libs/libpspp.lax/liblanguage.a/cd.o src/.libs/libpspp.lax/liblanguage.a/chisquare.o src/.libs/libpspp.lax/liblanguage.a/cochran.o src/.libs/libpspp.lax/liblanguage.a/combine-files.o src/.libs/libpspp.lax/liblanguage.a/command-name.o src/.libs/libpspp.lax/liblanguage.a/command.o src/.libs/libpspp.lax/liblanguage.a/compute.o src/.libs/libpspp.lax/liblanguage.a/correlations.o src/.libs/libpspp.lax/liblanguage.a/count.o src/.libs/libpspp.lax/liblanguage.a/crosstabs.o src/.libs/libpspp.lax/liblanguage.a/ctables.o src/.libs/libpspp.lax/liblanguage.a/data-list.o src/.libs/libpspp.lax/liblanguage.a/data-parser.o src/.libs/libpspp.lax/liblanguage.a/data-reader.o src/.libs/libpspp.lax/liblanguage.a/data-writer.o src/.libs/libpspp.lax/liblanguage.a/dataset.o src/.libs/libpspp.lax/liblanguage.a/date.o src/.libs/libpspp.lax/liblanguage.a/define.o src/.libs/libpspp.lax/liblanguage.a/delete-variables.o src/.libs/libpspp.lax/liblanguage.a/descriptives.o src/.libs/libpspp.lax/liblanguage.a/do-if.o src/.libs/libpspp.lax/liblanguage.a/echo.o src/.libs/libpspp.lax/liblanguage.a/evaluate.o src/.libs/libpspp.lax/liblanguage.a/examine.o src/.libs/libpspp.lax/liblanguage.a/factor.o src/.libs/libpspp.lax/liblanguage.a/fail.o src/.libs/libpspp.lax/liblanguage.a/file-handle.o src/.libs/libpspp.lax/liblanguage.a/flip.o src/.libs/libpspp.lax/liblanguage.a/float-format.o src/.libs/libpspp.lax/liblanguage.a/format-guesser-test.o src/.libs/libpspp.lax/liblanguage.a/format-parser.o src/.libs/libpspp.lax/liblanguage.a/formats.o src/.libs/libpspp.lax/liblanguage.a/freq.o src/.libs/libpspp.lax/liblanguage.a/frequencies.o src/.libs/libpspp.lax/liblanguage.a/friedman.o src/.libs/libpspp.lax/liblanguage.a/get-data.o src/.libs/libpspp.lax/liblanguage.a/get.o src/.libs/libpspp.lax/liblanguage.a/glm.o src/.libs/libpspp.lax/liblanguage.a/graph.o src/.libs/libpspp.lax/liblanguage.a/helpers.o src/.libs/libpspp.lax/liblanguage.a/host.o src/.libs/libpspp.lax/liblanguage.a/include-path.o src/.libs/libpspp.lax/liblanguage.a/include.o src/.libs/libpspp.lax/liblanguage.a/inpt-pgm.o src/.libs/libpspp.lax/liblanguage.a/jonckheere-terpstra.o src/.libs/libpspp.lax/liblanguage.a/kruskal-wallis.o src/.libs/libpspp.lax/liblanguage.a/ks-one-sample.o src/.libs/libpspp.lax/liblanguage.a/lexer.o src/.libs/libpspp.lax/liblanguage.a/list.o src/.libs/libpspp.lax/liblanguage.a/logistic.o src/.libs/libpspp.lax/liblanguage.a/loop.o src/.libs/libpspp.lax/liblanguage.a/macro.o src/.libs/libpspp.lax/liblanguage.a/mann-whitney.o src/.libs/libpspp.lax/liblanguage.a/matrix-data.o src/.libs/libpspp.lax/liblanguage.a/matrix-reader.o src/.libs/libpspp.lax/liblanguage.a/matrix.o src/.libs/libpspp.lax/liblanguage.a/mcnemar.o src/.libs/libpspp.lax/liblanguage.a/mconvert.o src/.libs/libpspp.lax/liblanguage.a/means-calc.o src/.libs/libpspp.lax/liblanguage.a/means-parser.o src/.libs/libpspp.lax/liblanguage.a/means.o src/.libs/libpspp.lax/liblanguage.a/median.o src/.libs/libpspp.lax/liblanguage.a/missing-values.o src/.libs/libpspp.lax/liblanguage.a/modify-variables.o src/.libs/libpspp.lax/liblanguage.a/moments-test.o src/.libs/libpspp.lax/liblanguage.a/mrsets.o src/.libs/libpspp.lax/liblanguage.a/npar-summary.o src/.libs/libpspp.lax/liblanguage.a/npar.o src/.libs/libpspp.lax/liblanguage.a/numeric.o src/.libs/libpspp.lax/liblanguage.a/oneway.o src/.libs/libpspp.lax/liblanguage.a/optimize.o src/.libs/libpspp.lax/liblanguage.a/output.o src/.libs/libpspp.lax/liblanguage.a/paper-size.o src/.libs/libpspp.lax/liblanguage.a/parse.o src/.libs/libpspp.lax/liblanguage.a/permissions.o src/.libs/libpspp.lax/liblanguage.a/placement-parser.o src/.libs/libpspp.lax/liblanguage.a/pool-test.o src/.libs/libpspp.lax/liblanguage.a/print-space.o src/.libs/libpspp.lax/liblanguage.a/print.o src/.libs/libpspp.lax/liblanguage.a/quick-cluster.o src/.libs/libpspp.lax/liblanguage.a/rank.o src/.libs/libpspp.lax/liblanguage.a/recode.o src/.libs/libpspp.lax/liblanguage.a/regression.o src/.libs/libpspp.lax/liblanguage.a/reliability.o src/.libs/libpspp.lax/liblanguage.a/rename-variables.o src/.libs/libpspp.lax/liblanguage.a/repeat.o src/.libs/libpspp.lax/liblanguage.a/roc.o src/.libs/libpspp.lax/liblanguage.a/runs.o src/.libs/libpspp.lax/liblanguage.a/sample.o src/.libs/libpspp.lax/liblanguage.a/save-translate.o src/.libs/libpspp.lax/liblanguage.a/save.o src/.libs/libpspp.lax/liblanguage.a/scan.o src/.libs/libpspp.lax/liblanguage.a/segment.o src/.libs/libpspp.lax/liblanguage.a/select-if.o src/.libs/libpspp.lax/liblanguage.a/set.o src/.libs/libpspp.lax/liblanguage.a/sign.o src/.libs/libpspp.lax/liblanguage.a/sort-cases.o src/.libs/libpspp.lax/liblanguage.a/sort-criteria.o src/.libs/libpspp.lax/liblanguage.a/sort-variables.o src/.libs/libpspp.lax/liblanguage.a/split-file.o src/.libs/libpspp.lax/liblanguage.a/sys-file-info.o src/.libs/libpspp.lax/liblanguage.a/t-test-indep.o src/.libs/libpspp.lax/liblanguage.a/t-test-one-sample.o src/.libs/libpspp.lax/liblanguage.a/t-test-paired.o src/.libs/libpspp.lax/liblanguage.a/t-test-parser.o src/.libs/libpspp.lax/liblanguage.a/temporary.o src/.libs/libpspp.lax/liblanguage.a/title.o src/.libs/libpspp.lax/liblanguage.a/token.o src/.libs/libpspp.lax/liblanguage.a/trim.o src/.libs/libpspp.lax/liblanguage.a/value-labels.o src/.libs/libpspp.lax/liblanguage.a/value-parser.o src/.libs/libpspp.lax/liblanguage.a/variable-display.o src/.libs/libpspp.lax/liblanguage.a/variable-label.o src/.libs/libpspp.lax/liblanguage.a/variable-parser.o src/.libs/libpspp.lax/liblanguage.a/vector.o src/.libs/libpspp.lax/liblanguage.a/weight.o src/.libs/libpspp.lax/liblanguage.a/wilcoxon.o  src/.libs/libpspp.lax/libpspp-math.a/box-whisker.o src/.libs/libpspp.lax/libpspp-math.a/categoricals.o src/.libs/libpspp.lax/libpspp-math.a/chart-geometry.o src/.libs/libpspp.lax/libpspp-math.a/correlation.o src/.libs/libpspp.lax/libpspp-math.a/covariance.o src/.libs/libpspp.lax/libpspp-math.a/distributions.o src/.libs/libpspp.lax/libpspp-math.a/histogram.o src/.libs/libpspp.lax/libpspp-math.a/interaction.o src/.libs/libpspp.lax/libpspp-math.a/levene.o src/.libs/libpspp.lax/libpspp-math.a/linreg.o src/.libs/libpspp.lax/libpspp-math.a/merge.o src/.libs/libpspp.lax/libpspp-math.a/mode.o src/.libs/libpspp.lax/libpspp-math.a/moments.o src/.libs/libpspp.lax/libpspp-math.a/np.o src/.libs/libpspp.lax/libpspp-math.a/order-stats.o src/.libs/libpspp.lax/libpspp-math.a/percentiles.o src/.libs/libpspp.lax/libpspp-math.a/ptukey.o src/.libs/libpspp.lax/libpspp-math.a/qtukey.o src/.libs/libpspp.lax/libpspp-math.a/random.o src/.libs/libpspp.lax/libpspp-math.a/shapiro-wilk.o src/.libs/libpspp.lax/libpspp-math.a/sort.o src/.libs/libpspp.lax/libpspp-math.a/sweep.o src/.libs/libpspp.lax/libpspp-math.a/trimmed-mean.o src/.libs/libpspp.lax/libpspp-math.a/tukey-hinges.o src/.libs/libpspp.lax/libpspp-math.a/wilcoxon-sig.o  src/.libs/libpspp.lax/liboutput.a/liboutput_la-ascii.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-barchart-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-barchart.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-boxplot-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-boxplot.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-cairo-chart.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-cairo-fsm.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-cairo-pager.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-chart.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-csv.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-detail-xml-parser.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-driver.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-html.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-journal.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-light-binary-parser.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-measure.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-msglog.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-np-plot-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-np-plot.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-odt.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-old-binary-parser.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-options.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-output-item.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-page-setup.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-piechart-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-piechart.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-pivot-output.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-pivot-table.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-plot-hist-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-plot-hist.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-render.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-roc-chart-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-roc-chart.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-scatterplot-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-scatterplot.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-scree-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-scree.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-select.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spreadlevel-cairo.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spreadlevel-plot.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv-css-parser.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv-driver.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv-legacy-data.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv-legacy-decoder.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv-light-decoder.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv-table-look.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv-writer.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spv.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spvbin-helpers.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-spvxml-helpers.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-structure-xml-parser.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-table.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-tex-glyphs.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-tex-parsing.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-tex-rendering.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-tex.o src/.libs/libpspp.lax/liboutput.a/liboutput_la-tlo-parser.o 
7247  libtool: link: ranlib src/.libs/libpspp.a
7248  libtool: link: rm -fr src/.libs/libpspp.lax
7249  libtool: link: ( cd "src/.libs" && rm -f "libpspp.la" && ln -s "../libpspp.la" "libpspp.la" )
7250  test -s ../tests/testsuite.tmp
7251  mv ../tests/testsuite.tmp ../tests/testsuite
7252  mv -f src/data/.deps/libdata_la-sys-file-reader.Tpo src/data/.deps/libdata_la-sys-file-reader.Plo
7253  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT   -o src/data/libdata.la  src/data/libdata_la-any-reader.lo src/data/libdata_la-any-writer.lo src/data/libdata_la-attributes.lo src/data/libdata_la-calendar.lo src/data/libdata_la-case-map.lo src/data/libdata_la-case-matcher.lo src/data/libdata_la-caseproto.lo src/data/libdata_la-case.lo src/data/libdata_la-casegrouper.lo src/data/libdata_la-caseinit.lo src/data/libdata_la-casereader-filter.lo src/data/libdata_la-casereader-project.lo src/data/libdata_la-casereader-select.lo src/data/libdata_la-casereader-shim.lo src/data/libdata_la-casereader-translator.lo src/data/libdata_la-casereader.lo src/data/libdata_la-casewindow.lo src/data/libdata_la-casewriter-translator.lo src/data/libdata_la-casewriter.lo src/data/libdata_la-case-tmpfile.lo src/data/libdata_la-csv-file-writer.lo src/data/libdata_la-data-in.lo src/data/libdata_la-data-out.lo src/data/libdata_la-dataset.lo src/data/libdata_la-dataset-writer.lo src/data/libdata_la-datasheet.lo src/data/libdata_la-dict-class.lo src/data/libdata_la-dictionary.lo src/data/libdata_la-encrypted-file.lo src/data/libdata_la-file-handle-def.lo src/data/libdata_la-file-name.lo src/data/libdata_la-format-guesser.lo src/data/libdata_la-format.lo src/data/libdata_la-gnumeric-reader.lo src/data/libdata_la-identifier.lo src/data/libdata_la-identifier2.lo src/data/libdata_la-lazy-casereader.lo src/data/libdata_la-mdd-writer.lo src/data/libdata_la-missing-values.lo src/data/libdata_la-make-file.lo src/data/libdata_la-mrset.lo src/data/libdata_la-ods-reader.lo src/data/libdata_la-pc+-file-reader.lo src/data/libdata_la-por-file-reader.lo src/data/libdata_la-por-file-writer.lo src/data/libdata_la-psql-reader.lo src/data/libdata_la-session.lo src/data/libdata_la-settings.lo src/data/libdata_la-short-names.lo src/data/libdata_la-spreadsheet-reader.lo src/data/libdata_la-subcase.lo src/data/libdata_la-sys-file-private.lo src/data/libdata_la-sys-file-reader.lo src/data/libdata_la-sys-file-writer.lo src/data/libdata_la-transformations.lo src/data/libdata_la-value.lo src/data/libdata_la-value-labels.lo src/data/libdata_la-variable.lo src/data/libdata_la-vector.lo src/data/libdata_la-sys-file-encoding.lo -lxml2  -lpq -lreadline -lgslcblas -lz -lm  
7254  libtool: link: ar cr src/data/.libs/libdata.a src/data/.libs/libdata_la-any-reader.o src/data/.libs/libdata_la-any-writer.o src/data/.libs/libdata_la-attributes.o src/data/.libs/libdata_la-calendar.o src/data/.libs/libdata_la-case-map.o src/data/.libs/libdata_la-case-matcher.o src/data/.libs/libdata_la-caseproto.o src/data/.libs/libdata_la-case.o src/data/.libs/libdata_la-casegrouper.o src/data/.libs/libdata_la-caseinit.o src/data/.libs/libdata_la-casereader-filter.o src/data/.libs/libdata_la-casereader-project.o src/data/.libs/libdata_la-casereader-select.o src/data/.libs/libdata_la-casereader-shim.o src/data/.libs/libdata_la-casereader-translator.o src/data/.libs/libdata_la-casereader.o src/data/.libs/libdata_la-casewindow.o src/data/.libs/libdata_la-casewriter-translator.o src/data/.libs/libdata_la-casewriter.o src/data/.libs/libdata_la-case-tmpfile.o src/data/.libs/libdata_la-csv-file-writer.o src/data/.libs/libdata_la-data-in.o src/data/.libs/libdata_la-data-out.o src/data/.libs/libdata_la-dataset.o src/data/.libs/libdata_la-dataset-writer.o src/data/.libs/libdata_la-datasheet.o src/data/.libs/libdata_la-dict-class.o src/data/.libs/libdata_la-dictionary.o src/data/.libs/libdata_la-encrypted-file.o src/data/.libs/libdata_la-file-handle-def.o src/data/.libs/libdata_la-file-name.o src/data/.libs/libdata_la-format-guesser.o src/data/.libs/libdata_la-format.o src/data/.libs/libdata_la-gnumeric-reader.o src/data/.libs/libdata_la-identifier.o src/data/.libs/libdata_la-identifier2.o src/data/.libs/libdata_la-lazy-casereader.o src/data/.libs/libdata_la-mdd-writer.o src/data/.libs/libdata_la-missing-values.o src/data/.libs/libdata_la-make-file.o src/data/.libs/libdata_la-mrset.o src/data/.libs/libdata_la-ods-reader.o src/data/.libs/libdata_la-pc+-file-reader.o src/data/.libs/libdata_la-por-file-reader.o src/data/.libs/libdata_la-por-file-writer.o src/data/.libs/libdata_la-psql-reader.o src/data/.libs/libdata_la-session.o src/data/.libs/libdata_la-settings.o src/data/.libs/libdata_la-short-names.o src/data/.libs/libdata_la-spreadsheet-reader.o src/data/.libs/libdata_la-subcase.o src/data/.libs/libdata_la-sys-file-private.o src/data/.libs/libdata_la-sys-file-reader.o src/data/.libs/libdata_la-sys-file-writer.o src/data/.libs/libdata_la-transformations.o src/data/.libs/libdata_la-value.o src/data/.libs/libdata_la-value-labels.o src/data/.libs/libdata_la-variable.o src/data/.libs/libdata_la-vector.o src/data/.libs/libdata_la-sys-file-encoding.o 
7255  libtool: link: ranlib src/data/.libs/libdata.a
7256  libtool: link: ( cd "src/data/.libs" && rm -f "libdata.la" && ln -s "../libdata.la" "libdata.la" )
7257  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -release 1.6.2-g8596d6  -o src/libpspp-core.la -rpath /usr/local/lib/pspp  src/data/libdata.la src/libpspp/liblibpspp.la -lxml2  -lpq  gl/libgl.la -lreadline -lgslcblas -lz -lm  
7258  libtool: link: gcc -shared  -fPIC -DPIC  -Wl,--whole-archive src/data/.libs/libdata.a src/libpspp/.libs/liblibpspp.a gl/.libs/libgl.a -Wl,--no-whole-archive  -lxml2 -lpq -lreadline -lgslcblas -lz -lm  -g -O2   -Wl,-soname -Wl,libpspp-core-1.6.2-g8596d6.so -o src/.libs/libpspp-core-1.6.2-g8596d6.so
7259  libtool: link: (cd "src/.libs" && rm -f "libpspp-core.so" && ln -s "libpspp-core-1.6.2-g8596d6.so" "libpspp-core.so")
7260  libtool: link: (cd src/.libs/libpspp-core.lax/libdata.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/data/.libs/libdata.a")
7261  libtool: link: (cd src/.libs/libpspp-core.lax/liblibpspp.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/libpspp/.libs/liblibpspp.a")
7262  libtool: link: (cd src/.libs/libpspp-core.lax/libgl.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/gl/.libs/libgl.a")
7263  libtool: link: ar cr src/.libs/libpspp-core.a   src/.libs/libpspp-core.lax/libdata.a/libdata_la-any-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-any-writer.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-attributes.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-calendar.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-case-map.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-case-matcher.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-case-tmpfile.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-case.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casegrouper.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-caseinit.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-caseproto.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casereader-filter.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casereader-project.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casereader-select.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casereader-shim.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casereader-translator.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casereader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casewindow.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casewriter-translator.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-casewriter.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-csv-file-writer.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-data-in.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-data-out.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-dataset-writer.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-dataset.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-datasheet.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-dict-class.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-dictionary.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-encrypted-file.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-file-handle-def.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-file-name.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-format-guesser.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-format.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-gnumeric-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-identifier.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-identifier2.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-lazy-casereader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-make-file.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-mdd-writer.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-missing-values.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-mrset.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-ods-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-pc+-file-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-por-file-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-por-file-writer.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-psql-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-session.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-settings.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-short-names.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-spreadsheet-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-subcase.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-sys-file-encoding.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-sys-file-private.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-sys-file-reader.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-sys-file-writer.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-transformations.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-value-labels.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-value.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-variable.o src/.libs/libpspp-core.lax/libdata.a/libdata_la-vector.o  src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-abt.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-argv-parser.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-array.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-bit-vector.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-bt.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-cmac-aes256.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-copyleft.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-deque.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-encoding-guesser.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-ext-array.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-float-format.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-freaderror.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-hash-functions.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-heap.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-hmap.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-hmapx.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-i18n.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-integer-format.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-intern.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-line-reader.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-ll.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-llx.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-message.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-misc.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-model-checker.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-pool.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-prompt.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-range-map.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-range-set.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-range-tower.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-sparse-array.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-sparse-xarray.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-start-date.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-str.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-string-array.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-string-map.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-string-set.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-stringi-map.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-stringi-set.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-taint.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-temp-file.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-tower.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-u8-istream.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-u8-line.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-version.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-zip-reader.o src/.libs/libpspp-core.lax/liblibpspp.a/liblibpspp_la-zip-writer.o  src/.libs/libpspp-core.lax/libgl.a/asnprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-allocator.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-areadlink.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-asyncsafe-spin.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-basename-lgpl.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-basename.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-binary-io.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-asprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-ctype.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-snprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-strcasecmp.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-strcasestr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-strncasecmp.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-strtod.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-vasnprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-vasprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-xasprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c-xvasprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-canonical-decomposition.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-careadlinkat.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-cased.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-categ_none.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-categ_of.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-clean-temp-simple.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-clean-temp.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-cloexec.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-combiningclass.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-compat-decomposition.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-count-leading-zeros.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-count-one-bits.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-crc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_print.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-decompose-internal.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-decomposing-form.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-decomposition-table.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-decomposition.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dirname-lgpl.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dirname.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dtoastr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dtotimespec.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dynarray_at_failure.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dynarray_emplace_enlarge.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dynarray_finalize.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dynarray_resize.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-dynarray_resize_clear.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-empty-prefix-context.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-empty-suffix-context.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-exitfail.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-fatal-signal.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-fcntl.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-fd-hook.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-fseterr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-full-read.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-full-write.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-fwriteerror.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-getprogname.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-gettime.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-gl_linked_list.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-gl_linkedhash_list.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-gl_list.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-gl_xlist.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-hard-locale.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ialloc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ignorable.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-imaxtostr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-inttostr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-lbrktables.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-localcharset.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-localename-table.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-localename.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-lock.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-malloca.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-math.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-mbchar.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-mbiter.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-mbrtowc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-md4-stream.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-md4.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-memcasecmp.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-memchr2.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-nfd.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-nfkd.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-nstrftime.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-offtostr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-pipe2.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-pr_extended_pictographic.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-pr_soft_dotted.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-printf-frexp.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-printf-frexpl.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-progname.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-read-file.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-rijndael-alg-fst.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-rijndael-api-fst.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-safe-read.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-safe-write.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-scratch_buffer_dupfree.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-scratch_buffer_grow.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-scratch_buffer_grow_preserve.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-scratch_buffer_set_array_size.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-setlocale_null.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-sig-handler.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-sockets.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-special-casing.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-stat-time.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-stripslash.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-strnlen1.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-sys_socket.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-tempname.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-threadlib.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-time_rz.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-timegm.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-timespec-add.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-timespec-sub.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-timespec.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-tmpdir.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-tocasefold.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-tolower.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-totitle.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-toupper.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-casecmp.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-casefold.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-casemap.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-check.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-cmp.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-cmp2.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-cpy.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-ct-casefold.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-ct-totitle.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-mblen.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-mbtouc-aux.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-mbtouc-unsafe-aux.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-mbtouc-unsafe.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-mbtouc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-mbtoucr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-normalize.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-possible-linebreaks.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-strlen.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-strmbtouc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-strncat.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-strwidth.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-tolower.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-totitle.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-toupper.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-uctomb-aux.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-uctomb.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-width.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-u8-wordbreaks.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-uc-gbrk-prop.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-uc-is-grapheme-break.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-uinttostr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-umaxtostr.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-unistd.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-version-etc-fsf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-version-etc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-wbrktable.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-wctype-h.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-width.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-wordbreak-property.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xalloc-die.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xasprintf.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xbinary-io.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xmalloc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xmalloca.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xmemdup0.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xreadlink.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xsize.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xstrndup.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-xvasprintf.o src/.libs/libpspp-core.lax/libgl.a/mktime.o src/.libs/libpspp-core.lax/libgl.a/printf-args.o src/.libs/libpspp-core.lax/libgl.a/printf-parse.o src/.libs/libpspp-core.lax/libgl.a/vasnprintf.o 
7264  libtool: link: ranlib src/.libs/libpspp-core.a
7265  libtool: link: rm -fr src/.libs/libpspp-core.lax
7266  libtool: link: ( cd "src/.libs" && rm -f "libpspp-core.la" && ln -s "../libpspp-core.la" "libpspp-core.la" )
7267  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT     -o src/ui/terminal/pspp  src/ui/terminal/libui.la src/ui/libuicommon.la src/libpspp.la src/libpspp-core.la -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo   -lreadline -lgsl -lgslcblas -lm   -lreadline -lgslcblas -lz -lm  
7268  /bin/sh ./libtool  --tag=CC   --mode=link gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT  -lxml2    -o utilities/pspp-output utilities/pspp_output-pspp-output.o src/libpspp.la src/libpspp-core.la -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo  -lreadline -lgslcblas -lz -lm  
7269  libtool: link: gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -o utilities/.libs/pspp-output utilities/pspp_output-pspp-output.o  src/.libs/libpspp.so -lgsl src/.libs/libpspp-core.so -lxml2 -lpq -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo -lreadline -lgslcblas -lz -lm -Wl,-rpath -Wl,/usr/local/lib/pspp
7270  libtool: link: gcc -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -o src/ui/terminal/.libs/pspp  src/ui/terminal/.libs/libui.a src/ui/.libs/libuicommon.a src/.libs/libpspp.so src/.libs/libpspp-core.so -lxml2 -lpq -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo -lgsl -lreadline -lgslcblas -lz -lm -Wl,-rpath -Wl,/usr/local/lib/pspp
7271  (cd "../examples" \
7272           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/aggregate.sps -o - -O format=spv) > doc/pspp-figures/aggregate.spv.tmp
7273  (cd "../examples" \
7274           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/autorecode.sps -o - -O format=spv) > doc/pspp-figures/autorecode.spv.tmp
7275  (cd "../examples" \
7276           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/chisquare.sps -o - -O format=spv) > doc/pspp-figures/chisquare.spv.tmp
7277  (cd "../examples" \
7278           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/compute.sps -o - -O format=spv) > doc/pspp-figures/compute.spv.tmp
7279  (cd "../examples" \
7280           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/count.sps -o - -O format=spv) > doc/pspp-figures/count.spv.tmp
7281  (cd "../examples" \
7282           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables1.sps -o - -O format=spv) > doc/pspp-figures/ctables1.spv.tmp
7283  (cd "../examples" \
7284           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables2.sps -o - -O format=spv) > doc/pspp-figures/ctables2.spv.tmp
7285  (cd "../examples" \
7286           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables3.sps -o - -O format=spv) > doc/pspp-figures/ctables3.spv.tmp
7287  (cd "../examples" \
7288           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables4.sps -o - -O format=spv) > doc/pspp-figures/ctables4.spv.tmp
7289  (cd "../examples" \
7290           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables5.sps -o - -O format=spv) > doc/pspp-figures/ctables5.spv.tmp
7291  (cd "../examples" \
7292           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables6.sps -o - -O format=spv) > doc/pspp-figures/ctables6.spv.tmp
7293  (cd "../examples" \
7294           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables7.sps -o - -O format=spv) > doc/pspp-figures/ctables7.spv.tmp
7295  (cd "../examples" \
7296           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables8.sps -o - -O format=spv) > doc/pspp-figures/ctables8.spv.tmp
7297  (cd "../examples" \
7298           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables9.sps -o - -O format=spv) > doc/pspp-figures/ctables9.spv.tmp
7299  (cd "../examples" \
7300           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables10.sps -o - -O format=spv) > doc/pspp-figures/ctables10.spv.tmp
7301  (cd "../examples" \
7302           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables11.sps -o - -O format=spv) > doc/pspp-figures/ctables11.spv.tmp
7303  (cd "../examples" \
7304           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables12.sps -o - -O format=spv) > doc/pspp-figures/ctables12.spv.tmp
7305  (cd "../examples" \
7306           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables13.sps -o - -O format=spv) > doc/pspp-figures/ctables13.spv.tmp
7307  (cd "../examples" \
7308           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables14.sps -o - -O format=spv) > doc/pspp-figures/ctables14.spv.tmp
7309  (cd "../examples" \
7310           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables15.sps -o - -O format=spv) > doc/pspp-figures/ctables15.spv.tmp
7311  (cd "../examples" \
7312           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables16.sps -o - -O format=spv) > doc/pspp-figures/ctables16.spv.tmp
7313  (cd "../examples" \
7314           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables17.sps -o - -O format=spv) > doc/pspp-figures/ctables17.spv.tmp
7315  (cd "../examples" \
7316           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables18.sps -o - -O format=spv) > doc/pspp-figures/ctables18.spv.tmp
7317  (cd "../examples" \
7318           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables19.sps -o - -O format=spv) > doc/pspp-figures/ctables19.spv.tmp
7319  (cd "../examples" \
7320           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables20.sps -o - -O format=spv) > doc/pspp-figures/ctables20.spv.tmp
7321  (cd "../examples" \
7322           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables21.sps -o - -O format=spv) > doc/pspp-figures/ctables21.spv.tmp
7323  (cd "../examples" \
7324           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables22.sps -o - -O format=spv) > doc/pspp-figures/ctables22.spv.tmp
7325  (cd "../examples" \
7326           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables23.sps -o - -O format=spv) > doc/pspp-figures/ctables23.spv.tmp
7327  (cd "../examples" \
7328           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables24.sps -o - -O format=spv) > doc/pspp-figures/ctables24.spv.tmp
7329  (cd "../examples" \
7330           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables25.sps -o - -O format=spv) > doc/pspp-figures/ctables25.spv.tmp
7331  (cd "../examples" \
7332           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables26.sps -o - -O format=spv) > doc/pspp-figures/ctables26.spv.tmp
7333  (cd "../examples" \
7334           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables27.sps -o - -O format=spv) > doc/pspp-figures/ctables27.spv.tmp
7335  (cd "../examples" \
7336           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables28.sps -o - -O format=spv) > doc/pspp-figures/ctables28.spv.tmp
7337  (cd "../examples" \
7338           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables29.sps -o - -O format=spv) > doc/pspp-figures/ctables29.spv.tmp
7339  (cd "../examples" \
7340           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables30.sps -o - -O format=spv) > doc/pspp-figures/ctables30.spv.tmp
7341  (cd "../examples" \
7342           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables31.sps -o - -O format=spv) > doc/pspp-figures/ctables31.spv.tmp
7343  (cd "../examples" \
7344           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables32.sps -o - -O format=spv) > doc/pspp-figures/ctables32.spv.tmp
7345  (cd "../examples" \
7346           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables33.sps -o - -O format=spv) > doc/pspp-figures/ctables33.spv.tmp
7347  (cd "../examples" \
7348           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables34.sps -o - -O format=spv) > doc/pspp-figures/ctables34.spv.tmp
7349  (cd "../examples" \
7350           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables35.sps -o - -O format=spv) > doc/pspp-figures/ctables35.spv.tmp
7351  (cd "../examples" \
7352           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables36.sps -o - -O format=spv) > doc/pspp-figures/ctables36.spv.tmp
7353  (cd "../examples" \
7354           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/crosstabs.sps -o - -O format=spv) > doc/pspp-figures/crosstabs.spv.tmp
7355  (cd "../examples" \
7356           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/descriptives.sps -o - -O format=spv) > doc/pspp-figures/descriptives.spv.tmp
7357  (cd "../examples" \
7358           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/flip.sps -o - -O format=spv) > doc/pspp-figures/flip.spv.tmp
7359  (cd "../examples" \
7360           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/frequencies.sps -o - -O format=spv) > doc/pspp-figures/frequencies.spv.tmp
7361  (cd "../examples" \
7362           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/matrix-print.sps -o - -O format=spv) > doc/pspp-figures/matrix-print.spv.tmp
7363  (cd "../examples" \
7364           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/means.sps -o - -O format=spv) > doc/pspp-figures/means.spv.tmp
7365  (cd "../examples" \
7366           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/one-sample-t.sps -o - -O format=spv) > doc/pspp-figures/one-sample-t.spv.tmp
7367  (cd "../examples" \
7368           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/independent-samples-t.sps -o - -O format=spv) > doc/pspp-figures/independent-samples-t.spv.tmp
7369  (cd "../examples" \
7370           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/reliability.sps -o - -O format=spv) > doc/pspp-figures/reliability.spv.tmp
7371  (cd "../examples" \
7372           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/select-if.sps -o - -O format=spv) > doc/pspp-figures/select-if.spv.tmp
7373  (cd "../examples" \
7374           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/show-system.sps -o - -O format=spv) > doc/pspp-figures/show-system.spv.tmp
7375  (cd "../examples" \
7376           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/sort-cases.sps -o - -O format=spv) > doc/pspp-figures/sort-cases.spv.tmp
7377  (cd "../examples" \
7378           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/split.sps -o - -O format=spv) > doc/pspp-figures/split.spv.tmp
7379  (cd "../examples" \
7380           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/temporary.sps -o - -O format=spv) > doc/pspp-figures/temporary.spv.tmp
7381  (cd "../examples" \
7382           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial1.sps -o - -O format=spv) > doc/pspp-figures/tutorial1.spv.tmp
7383  (cd "../examples" \
7384           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial2.sps -o - -O format=spv) > doc/pspp-figures/tutorial2.spv.tmp
7385  (cd "../examples" \
7386           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial3.sps -o - -O format=spv) > doc/pspp-figures/tutorial3.spv.tmp
7387  (cd "../examples" \
7388           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial4.sps -o - -O format=spv) > doc/pspp-figures/tutorial4.spv.tmp
7389  (cd "../examples" \
7390           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial5.sps -o - -O format=spv) > doc/pspp-figures/tutorial5.spv.tmp
7391  (cd "../examples" \
7392           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial6.sps -o - -O format=spv) > doc/pspp-figures/tutorial6.spv.tmp
7393  (cd "../examples" \
7394           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial7.sps -o - -O format=spv) > doc/pspp-figures/tutorial7.spv.tmp
7395  (cd "../examples" \
7396           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/weight.sps -o - -O format=spv) > doc/pspp-figures/weight.spv.tmp
7397  mv doc/pspp-figures/autorecode.spv.tmp doc/pspp-figures/autorecode.spv
7398  mv doc/pspp-figures/compute.spv.tmp doc/pspp-figures/compute.spv
7399  mv doc/pspp-figures/count.spv.tmp doc/pspp-figures/count.spv
7400  mv doc/pspp-figures/chisquare.spv.tmp doc/pspp-figures/chisquare.spv
7401  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/autorecode.spv doc/pspp-figures/autorecode.txt
7402  mv doc/pspp-figures/aggregate.spv.tmp doc/pspp-figures/aggregate.spv
7403  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/compute.spv doc/pspp-figures/compute.txt
7404  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/count.spv doc/pspp-figures/count.txt
7405  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/aggregate.spv doc/pspp-figures/aggregate.txt
7406  mv doc/pspp-figures/ctables18.spv.tmp doc/pspp-figures/ctables18.spv
7407  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/chisquare.spv doc/pspp-figures/chisquare.txt
7408  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables18.spv doc/pspp-figures/ctables18.txt
7409  mv doc/pspp-figures/ctables19.spv.tmp doc/pspp-figures/ctables19.spv
7410  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables19.spv doc/pspp-figures/ctables19.txt
7411  mv doc/pspp-figures/ctables20.spv.tmp doc/pspp-figures/ctables20.spv
7412  mv doc/pspp-figures/ctables21.spv.tmp doc/pspp-figures/ctables21.spv
7413  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables20.spv doc/pspp-figures/ctables20.txt
7414  mv doc/pspp-figures/ctables33.spv.tmp doc/pspp-figures/ctables33.spv
7415  mv doc/pspp-figures/crosstabs.spv.tmp doc/pspp-figures/crosstabs.spv
7416  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables21.spv doc/pspp-figures/ctables21.txt
7417  mv doc/pspp-figures/ctables32.spv.tmp doc/pspp-figures/ctables32.spv
7418  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables33.spv doc/pspp-figures/ctables33.txt
7419  mv doc/pspp-figures/frequencies.spv.tmp doc/pspp-figures/frequencies.spv
7420  mv doc/pspp-figures/matrix-print.spv.tmp doc/pspp-figures/matrix-print.spv
7421  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables32.spv doc/pspp-figures/ctables32.txt
7422  mv doc/pspp-figures/ctables34.spv.tmp doc/pspp-figures/ctables34.spv
7423  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/crosstabs.spv doc/pspp-figures/crosstabs.txt
7424  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/frequencies.spv doc/pspp-figures/frequencies.txt
7425  mv doc/pspp-figures/flip.spv.tmp doc/pspp-figures/flip.spv
7426  mv doc/pspp-figures/means.spv.tmp doc/pspp-figures/means.spv
7427  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables34.spv doc/pspp-figures/ctables34.txt
7428  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/matrix-print.spv doc/pspp-figures/matrix-print.txt
7429  mv doc/pspp-figures/split.spv.tmp doc/pspp-figures/split.spv
7430  mv doc/pspp-figures/independent-samples-t.spv.tmp doc/pspp-figures/independent-samples-t.spv
7431  mv doc/pspp-figures/one-sample-t.spv.tmp doc/pspp-figures/one-sample-t.spv
7432  mv doc/pspp-figures/select-if.spv.tmp doc/pspp-figures/select-if.spv
7433  mv doc/pspp-figures/tutorial5.spv.tmp doc/pspp-figures/tutorial5.spv
7434  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/flip.spv doc/pspp-figures/flip.txt
7435  mv doc/pspp-figures/tutorial4.spv.tmp doc/pspp-figures/tutorial4.spv
7436  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/means.spv doc/pspp-figures/means.txt
7437  mv doc/pspp-figures/show-system.spv.tmp doc/pspp-figures/show-system.spv
7438  mv doc/pspp-figures/tutorial3.spv.tmp doc/pspp-figures/tutorial3.spv
7439  mv doc/pspp-figures/descriptives.spv.tmp doc/pspp-figures/descriptives.spv
7440  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/one-sample-t.spv doc/pspp-figures/one-sample-t.txt
7441  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/independent-samples-t.spv doc/pspp-figures/independent-samples-t.txt
7442  mv doc/pspp-figures/tutorial1.spv.tmp doc/pspp-figures/tutorial1.spv
7443  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/select-if.spv doc/pspp-figures/select-if.txt
7444  mv doc/pspp-figures/temporary.spv.tmp doc/pspp-figures/temporary.spv
7445  mv doc/pspp-figures/reliability.spv.tmp doc/pspp-figures/reliability.spv
7446  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/show-system.spv doc/pspp-figures/show-system.txt
7447  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/split.spv doc/pspp-figures/split.txt
7448  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial1.spv doc/pspp-figures/tutorial1.txt
7449  mv doc/pspp-figures/tutorial7.spv.tmp doc/pspp-figures/tutorial7.spv
7450  mv doc/pspp-figures/ctables8.spv.tmp doc/pspp-figures/ctables8.spv
7451  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial3.spv doc/pspp-figures/tutorial3.txt
7452  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial4.spv doc/pspp-figures/tutorial4.txt
7453  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5.spv doc/pspp-figures/tutorial5.txt
7454  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7.spv doc/pspp-figures/tutorial7.txt
7455  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5.spv doc/pspp-figures/tutorial5a.spv --commands=examine --nth-command=1 --labels=descriptives
7456  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5.spv doc/pspp-figures/tutorial5b.spv --commands=examine --nth-command=2 --labels=descriptives
7457  mv doc/pspp-figures/tutorial2.spv.tmp doc/pspp-figures/tutorial2.spv
7458  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7.spv doc/pspp-figures/tutorial7a.spv --commands=regression --nth-command=1 --subtypes=coefficients
7459  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7.spv doc/pspp-figures/tutorial7b.spv --commands=regression --nth-command=2 --subtypes=coefficients
7460  mv doc/pspp-figures/ctables9.spv.tmp doc/pspp-figures/ctables9.spv
7461  mv doc/pspp-figures/sort-cases.spv.tmp doc/pspp-figures/sort-cases.spv
7462  mv doc/pspp-figures/tutorial6.spv.tmp doc/pspp-figures/tutorial6.spv
7463  mv doc/pspp-figures/weight.spv.tmp doc/pspp-figures/weight.spv
7464  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables8.spv doc/pspp-figures/ctables8.txt
7465  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/descriptives.spv doc/pspp-figures/descriptives.txt
7466  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/reliability.spv doc/pspp-figures/reliability.txt
7467  mv doc/pspp-figures/ctables3.spv.tmp doc/pspp-figures/ctables3.spv
7468  mv doc/pspp-figures/ctables6.spv.tmp doc/pspp-figures/ctables6.spv
7469  mv doc/pspp-figures/ctables11.spv.tmp doc/pspp-figures/ctables11.spv
7470  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/sort-cases.spv doc/pspp-figures/sort-cases.txt
7471  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/temporary.spv doc/pspp-figures/temporary.txt
7472  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2.spv doc/pspp-figures/tutorial2.txt
7473  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial6.spv doc/pspp-figures/tutorial6.txt
7474  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/weight.spv doc/pspp-figures/weight.txt
7475  mv doc/pspp-figures/ctables12.spv.tmp doc/pspp-figures/ctables12.spv
7476  mv doc/pspp-figures/ctables5.spv.tmp doc/pspp-figures/ctables5.spv
7477  mv doc/pspp-figures/ctables13.spv.tmp doc/pspp-figures/ctables13.spv
7478  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2.spv doc/pspp-figures/tutorial2a.spv --command='Descriptives'
7479  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2.spv doc/pspp-figures/tutorial2b.spv --label='Extreme Values'
7480  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/aggregate.txt > doc/pspp-figures/aggregate.texi
7481  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/autorecode.txt > doc/pspp-figures/autorecode.texi
7482  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/compute.txt > doc/pspp-figures/compute.texi
7483  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables3.spv doc/pspp-figures/ctables3.txt
7484  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables6.spv doc/pspp-figures/ctables6.txt
7485  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables9.spv doc/pspp-figures/ctables9.txt
7486  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables11.spv doc/pspp-figures/ctables11.txt
7487  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables12.spv doc/pspp-figures/ctables12.txt
7488  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables13.spv doc/pspp-figures/ctables13.txt
7489  mv doc/pspp-figures/ctables7.spv.tmp doc/pspp-figures/ctables7.spv
7490  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/chisquare.txt > doc/pspp-figures/chisquare.texi
7491  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/count.txt > doc/pspp-figures/count.texi
7492  mv doc/pspp-figures/ctables1.spv.tmp doc/pspp-figures/ctables1.spv
7493  mv doc/pspp-figures/ctables10.spv.tmp doc/pspp-figures/ctables10.spv
7494  mv doc/pspp-figures/ctables24.spv.tmp doc/pspp-figures/ctables24.spv
7495  mv doc/pspp-figures/ctables26.spv.tmp doc/pspp-figures/ctables26.spv
7496  mv doc/pspp-figures/ctables27.spv.tmp doc/pspp-figures/ctables27.spv
7497  mv doc/pspp-figures/ctables23.spv.tmp doc/pspp-figures/ctables23.spv
7498  mv doc/pspp-figures/ctables29.spv.tmp doc/pspp-figures/ctables29.spv
7499  mv doc/pspp-figures/ctables22.spv.tmp doc/pspp-figures/ctables22.spv
7500  mv doc/pspp-figures/ctables31.spv.tmp doc/pspp-figures/ctables31.spv
7501  mv doc/pspp-figures/ctables35.spv.tmp doc/pspp-figures/ctables35.spv
7502  mv doc/pspp-figures/ctables36.spv.tmp doc/pspp-figures/ctables36.spv
7503  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables5.spv doc/pspp-figures/ctables5.txt
7504  mv doc/pspp-figures/ctables2.spv.tmp doc/pspp-figures/ctables2.spv
7505  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables7.spv doc/pspp-figures/ctables7.txt
7506  mv doc/pspp-figures/ctables4.spv.tmp doc/pspp-figures/ctables4.spv
7507  mv doc/pspp-figures/ctables15.spv.tmp doc/pspp-figures/ctables15.spv
7508  mv doc/pspp-figures/ctables28.spv.tmp doc/pspp-figures/ctables28.spv
7509  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables10.spv doc/pspp-figures/ctables10.txt
7510  mv doc/pspp-figures/ctables16.spv.tmp doc/pspp-figures/ctables16.spv
7511  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables18.txt > doc/pspp-figures/ctables18.texi
7512  mv doc/pspp-figures/ctables14.spv.tmp doc/pspp-figures/ctables14.spv
7513  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables19.txt > doc/pspp-figures/ctables19.texi
7514  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables21.txt > doc/pspp-figures/ctables21.texi
7515  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables22.spv doc/pspp-figures/ctables22.txt
7516  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables23.spv doc/pspp-figures/ctables23.txt
7517  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables24.spv doc/pspp-figures/ctables24.txt
7518  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables26.spv doc/pspp-figures/ctables26.txt
7519  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables27.spv doc/pspp-figures/ctables27.txt
7520  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables28.spv doc/pspp-figures/ctables28.txt
7521  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables29.spv doc/pspp-figures/ctables29.txt
7522  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables31.spv doc/pspp-figures/ctables31.txt
7523  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables32.txt > doc/pspp-figures/ctables32.texi
7524  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables33.txt > doc/pspp-figures/ctables33.texi
7525  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables35.spv doc/pspp-figures/ctables35.txt
7526  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables36.spv doc/pspp-figures/ctables36.txt
7527  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/frequencies.txt > doc/pspp-figures/frequencies.texi
7528  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/matrix-print.txt > doc/pspp-figures/matrix-print.texi
7529  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables1.spv doc/pspp-figures/ctables1.txt
7530  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables2.spv doc/pspp-figures/ctables2.txt
7531  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables4.spv doc/pspp-figures/ctables4.txt
7532  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables14.spv doc/pspp-figures/ctables14.txt
7533  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables15.spv doc/pspp-figures/ctables15.txt
7534  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables16.spv doc/pspp-figures/ctables16.txt
7535  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables20.txt > doc/pspp-figures/ctables20.texi
7536  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables34.txt > doc/pspp-figures/ctables34.texi
7537  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/crosstabs.txt > doc/pspp-figures/crosstabs.texi
7538  mv doc/pspp-figures/ctables17.spv.tmp doc/pspp-figures/ctables17.spv
7539  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/flip.txt > doc/pspp-figures/flip.texi
7540  mv doc/pspp-figures/ctables30.spv.tmp doc/pspp-figures/ctables30.spv
7541  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/means.txt > doc/pspp-figures/means.texi
7542  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/one-sample-t.txt > doc/pspp-figures/one-sample-t.texi
7543  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/independent-samples-t.txt > doc/pspp-figures/independent-samples-t.texi
7544  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/reliability.txt > doc/pspp-figures/reliability.texi
7545  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/show-system.txt > doc/pspp-figures/show-system.texi
7546  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/sort-cases.txt > doc/pspp-figures/sort-cases.texi
7547  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/split.txt > doc/pspp-figures/split.texi
7548  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial1.txt > doc/pspp-figures/tutorial1.texi
7549  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial3.txt > doc/pspp-figures/tutorial3.texi
7550  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial4.txt > doc/pspp-figures/tutorial4.texi
7551  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5.txt > doc/pspp-figures/tutorial5.texi
7552  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial6.txt > doc/pspp-figures/tutorial6.texi
7553  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7.txt > doc/pspp-figures/tutorial7.texi
7554  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2b.spv doc/pspp-figures/tutorial2b.txt
7555  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5a.spv doc/pspp-figures/tutorial5a.txt
7556  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5b.spv doc/pspp-figures/tutorial5b.txt
7557  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7a.spv doc/pspp-figures/tutorial7a.txt
7558  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7b.spv doc/pspp-figures/tutorial7b.txt
7559  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables3.txt > doc/pspp-figures/ctables3.texi
7560  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables6.txt > doc/pspp-figures/ctables6.texi
7561  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables8.txt > doc/pspp-figures/ctables8.texi
7562  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables9.txt > doc/pspp-figures/ctables9.texi
7563  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables11.txt > doc/pspp-figures/ctables11.texi
7564  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables12.txt > doc/pspp-figures/ctables12.texi
7565  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables13.txt > doc/pspp-figures/ctables13.texi
7566  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables17.spv doc/pspp-figures/ctables17.txt
7567  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables30.spv doc/pspp-figures/ctables30.txt
7568  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/descriptives.txt > doc/pspp-figures/descriptives.texi
7569  mv doc/pspp-figures/ctables25.spv.tmp doc/pspp-figures/ctables25.spv
7570  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/select-if.txt > doc/pspp-figures/select-if.texi
7571  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/temporary.txt > doc/pspp-figures/temporary.texi
7572  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2.txt > doc/pspp-figures/tutorial2.texi
7573  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/weight.txt > doc/pspp-figures/weight.texi
7574  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2a.spv doc/pspp-figures/tutorial2a.txt
7575  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables5.txt > doc/pspp-figures/ctables5.texi
7576  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables7.txt > doc/pspp-figures/ctables7.texi
7577  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables22.txt > doc/pspp-figures/ctables22.texi
7578  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables24.txt > doc/pspp-figures/ctables24.texi
7579  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables25.spv doc/pspp-figures/ctables25.txt
7580  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables10.txt > doc/pspp-figures/ctables10.texi
7581  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables23.txt > doc/pspp-figures/ctables23.texi
7582  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables26.txt > doc/pspp-figures/ctables26.texi
7583  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables28.txt > doc/pspp-figures/ctables28.texi
7584  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables29.txt > doc/pspp-figures/ctables29.texi
7585  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables35.txt > doc/pspp-figures/ctables35.texi
7586  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables1.txt > doc/pspp-figures/ctables1.texi
7587  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables36.txt > doc/pspp-figures/ctables36.texi
7588  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables27.txt > doc/pspp-figures/ctables27.texi
7589  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables31.txt > doc/pspp-figures/ctables31.texi
7590  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables14.txt > doc/pspp-figures/ctables14.texi
7591  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables16.txt > doc/pspp-figures/ctables16.texi
7592  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables4.txt > doc/pspp-figures/ctables4.texi
7593  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables15.txt > doc/pspp-figures/ctables15.texi
7594  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables2.txt > doc/pspp-figures/ctables2.texi
7595  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5b.txt > doc/pspp-figures/tutorial5b.texi
7596  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7b.txt > doc/pspp-figures/tutorial7b.texi
7597  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2b.txt > doc/pspp-figures/tutorial2b.texi
7598  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7a.txt > doc/pspp-figures/tutorial7a.texi
7599  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables30.txt > doc/pspp-figures/ctables30.texi
7600  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables17.txt > doc/pspp-figures/ctables17.texi
7601  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5a.txt > doc/pspp-figures/tutorial5a.texi
7602  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2a.txt > doc/pspp-figures/tutorial2a.texi
7603  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables25.txt > doc/pspp-figures/ctables25.texi
7604  /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --docbook   \
7605  	-I doc -I ../doc ../doc/pspp.texi -o doc/pspp.xml
7606  if test -d "pspp-1.6.2-g8596d6"; then find "pspp-1.6.2-g8596d6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-1.6.2-g8596d6" || { sleep 5 && rm -rf "pspp-1.6.2-g8596d6"; }; else :; fi
7607  test -d "pspp-1.6.2-g8596d6" || mkdir "pspp-1.6.2-g8596d6"
7608   (cd po && make  top_distdir=../pspp-1.6.2-g8596d6 distdir=../pspp-1.6.2-g8596d6/po \
7609       am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
7610  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build/po'
7611  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build/po'
7612  make  \
7613    top_distdir="pspp-1.6.2-g8596d6" distdir="pspp-1.6.2-g8596d6" \
7614    dist-info dist-hook
7615  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7616  if test -d ../.git; then			\
7617    ../build-aux/gitlog-to-changelog --since=2008-07-27  --srcdir=.. \
7618      > pspp-1.6.2-g8596d6/cl-t || exit 1;					\
7619    rm -f pspp-1.6.2-g8596d6/ChangeLog;				\
7620    mv pspp-1.6.2-g8596d6/cl-t pspp-1.6.2-g8596d6/ChangeLog;		\
7621  fi
7622  restore=: && backupdir=".am$$" && \
7623  rm -rf $backupdir && mkdir $backupdir && \
7624  if (/bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \
7625    for f in doc/pspp-dev.info doc/pspp-dev.info-[0-9] doc/pspp-dev.info-[0-9][0-9] doc/pspp-dev.i[0-9] doc/pspp-dev.i[0-9][0-9]; do \
7626      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
7627    done; \
7628  else :; fi && \
7629  if /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo   -I doc -I ../doc \
7630   -o doc/pspp-dev.info `test -f 'doc/pspp-dev.texi' || echo '../'`doc/pspp-dev.texi; \
7631  then \
7632    rc=0; \
7633  else \
7634    rc=$?; \
7635    $restore $backupdir/* `echo "./doc/pspp-dev.info" | sed 's|[^/]*$||'`; \
7636  fi; \
7637  rm -rf $backupdir; exit $rc
7638  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/aggregate.spv doc/pspp-figures/aggregate.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7639  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/autorecode.spv doc/pspp-figures/autorecode.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7640  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/chisquare.spv doc/pspp-figures/chisquare.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7641  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/compute.spv doc/pspp-figures/compute.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7642  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/count.spv doc/pspp-figures/count.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7643  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables1.spv doc/pspp-figures/ctables1.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7644  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables2.spv doc/pspp-figures/ctables2.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7645  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables3.spv doc/pspp-figures/ctables3.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7646  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables4.spv doc/pspp-figures/ctables4.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7647  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables5.spv doc/pspp-figures/ctables5.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7648  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables6.spv doc/pspp-figures/ctables6.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7649  cp ../perl-module/Changes perl-module
7650  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables7.spv doc/pspp-figures/ctables7.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7651  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables8.spv doc/pspp-figures/ctables8.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7652  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables9.spv doc/pspp-figures/ctables9.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7653  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables10.spv doc/pspp-figures/ctables10.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7654  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables11.spv doc/pspp-figures/ctables11.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7655  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables12.spv doc/pspp-figures/ctables12.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7656  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables13.spv doc/pspp-figures/ctables13.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7657  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables14.spv doc/pspp-figures/ctables14.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7658  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables15.spv doc/pspp-figures/ctables15.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7659  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables16.spv doc/pspp-figures/ctables16.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7660  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables17.spv doc/pspp-figures/ctables17.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7661  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables18.spv doc/pspp-figures/ctables18.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7662  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables19.spv doc/pspp-figures/ctables19.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7663  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables20.spv doc/pspp-figures/ctables20.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7664  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables21.spv doc/pspp-figures/ctables21.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7665  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables22.spv doc/pspp-figures/ctables22.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7666  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables23.spv doc/pspp-figures/ctables23.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7667  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables24.spv doc/pspp-figures/ctables24.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7668  cp ../perl-module/COPYING perl-module
7669  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables25.spv doc/pspp-figures/ctables25.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7670  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables26.spv doc/pspp-figures/ctables26.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7671  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables27.spv doc/pspp-figures/ctables27.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7672  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables28.spv doc/pspp-figures/ctables28.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7673  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables29.spv doc/pspp-figures/ctables29.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7674  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables30.spv doc/pspp-figures/ctables30.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7675  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables31.spv doc/pspp-figures/ctables31.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7676  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables32.spv doc/pspp-figures/ctables32.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7677  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables33.spv doc/pspp-figures/ctables33.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7678  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables34.spv doc/pspp-figures/ctables34.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7679  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables35.spv doc/pspp-figures/ctables35.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7680  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables36.spv doc/pspp-figures/ctables36.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7681  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/crosstabs.spv doc/pspp-figures/crosstabs.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7682  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/descriptives.spv doc/pspp-figures/descriptives.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7683  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/flip.spv doc/pspp-figures/flip.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7684  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/frequencies.spv doc/pspp-figures/frequencies.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7685  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/matrix-print.spv doc/pspp-figures/matrix-print.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7686  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/means.spv doc/pspp-figures/means.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7687  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/one-sample-t.spv doc/pspp-figures/one-sample-t.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7688  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/independent-samples-t.spv doc/pspp-figures/independent-samples-t.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7689  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/reliability.spv doc/pspp-figures/reliability.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7690  cp ../perl-module/Examples.pod perl-module
7691  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/select-if.spv doc/pspp-figures/select-if.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7692  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/show-system.spv doc/pspp-figures/show-system.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7693  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/sort-cases.spv doc/pspp-figures/sort-cases.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7694  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/split.spv doc/pspp-figures/split.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7695  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/temporary.spv doc/pspp-figures/temporary.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7696  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial1.spv doc/pspp-figures/tutorial1.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7697  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2.spv doc/pspp-figures/tutorial2.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7698  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial3.spv doc/pspp-figures/tutorial3.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7699  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial4.spv doc/pspp-figures/tutorial4.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7700  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5.spv doc/pspp-figures/tutorial5.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7701  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial6.spv doc/pspp-figures/tutorial6.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7702  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7.spv doc/pspp-figures/tutorial7.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7703  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/weight.spv doc/pspp-figures/weight.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7704  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2a.spv doc/pspp-figures/tutorial2a.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7705  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2b.spv doc/pspp-figures/tutorial2b.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7706  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5a.spv doc/pspp-figures/tutorial5a.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7707  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5b.spv doc/pspp-figures/tutorial5b.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7708  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7a.spv doc/pspp-figures/tutorial7a.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7709  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7b.spv doc/pspp-figures/tutorial7b.png -O trim=true -O left-margin=0in -O right-margin=0in -O top-margin=0in -O bottom-margin=0in -O paper-size=7.5x99in --table-look=../doc/tutorial.stt
7710  cp ../perl-module/Makefile.PL perl-module
7711  cp ../perl-module/MANIFEST perl-module
7712  cp ../perl-module/ppport.h perl-module
7713  cp ../perl-module/PSPP.xs perl-module
7714  cp ../perl-module/README perl-module
7715  cp ../perl-module/typemap perl-module
7716  cp ../perl-module/t/Pspp.t perl-module/t
7717  restore=: && backupdir=".am$$" && \
7718  rm -rf $backupdir && mkdir $backupdir && \
7719  if (/bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \
7720    for f in doc/pspp.info doc/pspp.info-[0-9] doc/pspp.info-[0-9][0-9] doc/pspp.i[0-9] doc/pspp.i[0-9][0-9]; do \
7721      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
7722    done; \
7723  else :; fi && \
7724  if /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo   -I doc -I ../doc \
7725   -o doc/pspp.info `test -f 'doc/pspp.texi' || echo '../'`doc/pspp.texi; \
7726  then \
7727    rc=0; \
7728  else \
7729    rc=$?; \
7730    $restore $backupdir/* `echo "./doc/pspp.info" | sed 's|[^/]*$||'`; \
7731  fi; \
7732  rm -rf $backupdir; exit $rc
7733  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7734  test -n "" \
7735  || find "pspp-1.6.2-g8596d6" -type d ! -perm -755 \
7736  	-exec chmod u+rwx,go+rx {} \; -o \
7737    ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
7738    ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
7739    ! -type d ! -perm -444 -exec /bin/sh /home/blp/tmp/pspptmp/master/source/pspp/build-aux/install-sh -c -m a+r {} {} \; \
7740  || chmod -R a+r "pspp-1.6.2-g8596d6"
7741  make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7742  tardir=pspp-1.6.2-g8596d6 && tar --format=ustar -chf - "$tardir" | eval GZIP= gzip --best -c >pspp-1.6.2-g8596d6.tar.gz
7743  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7744  if test -d "pspp-1.6.2-g8596d6"; then find "pspp-1.6.2-g8596d6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-1.6.2-g8596d6" || { sleep 5 && rm -rf "pspp-1.6.2-g8596d6"; }; else :; fi

7746  Saving source distribution: pspp-1.6.2-g8596d6.tar.gz
7747  cp -R pspp/_build/pspp-1.6.2-g8596d6.tar.gz /home/blp/tmp/pspptmp/master/source/results/pspp-1.6.2-g8596d6.tar.gz
7748  rm pspp/_build/pspp-1.6.2-g8596d6.tar.gz

7750  Saving translation templates: pspp.pot
7751  cp -R pspp/_build/po/pspp.pot /home/blp/tmp/pspptmp/master/source/results/pspp.pot

7753  Build examples for user manual
7754  cd pspp/_build && make -j$(nproc) figure-spvs figure-txts figure-texis figure-htmls
7755  make: Nothing to be done for 'figure-txts'.
7756  make: Nothing to be done for 'figure-texis'.
7757  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/aggregate.spv doc/pspp-figures/aggregate.html -O format=html -O bare=true
7758  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/autorecode.spv doc/pspp-figures/autorecode.html -O format=html -O bare=true
7759  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/chisquare.spv doc/pspp-figures/chisquare.html -O format=html -O bare=true
7760  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/compute.spv doc/pspp-figures/compute.html -O format=html -O bare=true
7761  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/count.spv doc/pspp-figures/count.html -O format=html -O bare=true
7762  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables1.spv doc/pspp-figures/ctables1.html -O format=html -O bare=true
7763  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables2.spv doc/pspp-figures/ctables2.html -O format=html -O bare=true
7764  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables3.spv doc/pspp-figures/ctables3.html -O format=html -O bare=true
7765  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables4.spv doc/pspp-figures/ctables4.html -O format=html -O bare=true
7766  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables5.spv doc/pspp-figures/ctables5.html -O format=html -O bare=true
7767  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables6.spv doc/pspp-figures/ctables6.html -O format=html -O bare=true
7768  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables7.spv doc/pspp-figures/ctables7.html -O format=html -O bare=true
7769  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables8.spv doc/pspp-figures/ctables8.html -O format=html -O bare=true
7770  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables9.spv doc/pspp-figures/ctables9.html -O format=html -O bare=true
7771  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables10.spv doc/pspp-figures/ctables10.html -O format=html -O bare=true
7772  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables11.spv doc/pspp-figures/ctables11.html -O format=html -O bare=true
7773  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables12.spv doc/pspp-figures/ctables12.html -O format=html -O bare=true
7774  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables13.spv doc/pspp-figures/ctables13.html -O format=html -O bare=true
7775  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables14.spv doc/pspp-figures/ctables14.html -O format=html -O bare=true
7776  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables15.spv doc/pspp-figures/ctables15.html -O format=html -O bare=true
7777  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables16.spv doc/pspp-figures/ctables16.html -O format=html -O bare=true
7778  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables17.spv doc/pspp-figures/ctables17.html -O format=html -O bare=true
7779  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables18.spv doc/pspp-figures/ctables18.html -O format=html -O bare=true
7780  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables19.spv doc/pspp-figures/ctables19.html -O format=html -O bare=true
7781  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables20.spv doc/pspp-figures/ctables20.html -O format=html -O bare=true
7782  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables21.spv doc/pspp-figures/ctables21.html -O format=html -O bare=true
7783  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables22.spv doc/pspp-figures/ctables22.html -O format=html -O bare=true
7784  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables23.spv doc/pspp-figures/ctables23.html -O format=html -O bare=true
7785  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables24.spv doc/pspp-figures/ctables24.html -O format=html -O bare=true
7786  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables25.spv doc/pspp-figures/ctables25.html -O format=html -O bare=true
7787  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables26.spv doc/pspp-figures/ctables26.html -O format=html -O bare=true
7788  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables27.spv doc/pspp-figures/ctables27.html -O format=html -O bare=true
7789  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables28.spv doc/pspp-figures/ctables28.html -O format=html -O bare=true
7790  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables29.spv doc/pspp-figures/ctables29.html -O format=html -O bare=true
7791  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables30.spv doc/pspp-figures/ctables30.html -O format=html -O bare=true
7792  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables31.spv doc/pspp-figures/ctables31.html -O format=html -O bare=true
7793  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables32.spv doc/pspp-figures/ctables32.html -O format=html -O bare=true
7794  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables33.spv doc/pspp-figures/ctables33.html -O format=html -O bare=true
7795  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables34.spv doc/pspp-figures/ctables34.html -O format=html -O bare=true
7796  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables35.spv doc/pspp-figures/ctables35.html -O format=html -O bare=true
7797  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/ctables36.spv doc/pspp-figures/ctables36.html -O format=html -O bare=true
7798  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/crosstabs.spv doc/pspp-figures/crosstabs.html -O format=html -O bare=true
7799  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/descriptives.spv doc/pspp-figures/descriptives.html -O format=html -O bare=true
7800  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/flip.spv doc/pspp-figures/flip.html -O format=html -O bare=true
7801  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/frequencies.spv doc/pspp-figures/frequencies.html -O format=html -O bare=true
7802  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/matrix-print.spv doc/pspp-figures/matrix-print.html -O format=html -O bare=true
7803  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/means.spv doc/pspp-figures/means.html -O format=html -O bare=true
7804  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/one-sample-t.spv doc/pspp-figures/one-sample-t.html -O format=html -O bare=true
7805  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/independent-samples-t.spv doc/pspp-figures/independent-samples-t.html -O format=html -O bare=true
7806  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/reliability.spv doc/pspp-figures/reliability.html -O format=html -O bare=true
7807  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/select-if.spv doc/pspp-figures/select-if.html -O format=html -O bare=true
7808  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/show-system.spv doc/pspp-figures/show-system.html -O format=html -O bare=true
7809  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/sort-cases.spv doc/pspp-figures/sort-cases.html -O format=html -O bare=true
7810  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/split.spv doc/pspp-figures/split.html -O format=html -O bare=true
7811  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/temporary.spv doc/pspp-figures/temporary.html -O format=html -O bare=true
7812  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial1.spv doc/pspp-figures/tutorial1.html -O format=html -O bare=true
7813  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2.spv doc/pspp-figures/tutorial2.html -O format=html -O bare=true
7814  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial3.spv doc/pspp-figures/tutorial3.html -O format=html -O bare=true
7815  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial4.spv doc/pspp-figures/tutorial4.html -O format=html -O bare=true
7816  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5.spv doc/pspp-figures/tutorial5.html -O format=html -O bare=true
7817  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial6.spv doc/pspp-figures/tutorial6.html -O format=html -O bare=true
7818  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7.spv doc/pspp-figures/tutorial7.html -O format=html -O bare=true
7819  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/weight.spv doc/pspp-figures/weight.html -O format=html -O bare=true
7820  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2a.spv doc/pspp-figures/tutorial2a.html -O format=html -O bare=true
7821  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial2b.spv doc/pspp-figures/tutorial2b.html -O format=html -O bare=true
7822  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5a.spv doc/pspp-figures/tutorial5a.html -O format=html -O bare=true
7823  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial5b.spv doc/pspp-figures/tutorial5b.html -O format=html -O bare=true
7824  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7a.spv doc/pspp-figures/tutorial7a.html -O format=html -O bare=true
7825  LSAN_OPTIONS="suppressions=/home/blp/tmp/pspptmp/master/source/pspp/_build/../tests/lsan.supp:print_suppressions=0:$LSAN_OPTIONS" utilities/pspp-output convert doc/pspp-figures/tutorial7b.spv doc/pspp-figures/tutorial7b.html -O format=html -O bare=true

7827  Build user manual
7828  cd pspp && GENDOCS_TEMPLATE_DIR=/home/blp/pspp/build/. /home/blp/pspp/build/./gendocs.sh -s doc/pspp.texi -I doc -I _build/doc -o /home/blp/tmp/pspptmp/master/source/results/user-manual --email bug-gnu-pspp@gnu.org pspp "GNU PSPP User Manual"
7829  Generating output formats for doc/pspp.texi
7830  Generating info file(s)... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp.info  -I 'doc' -I '_build/doc' --no-split "doc/pspp.texi")
7831  Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout  -I 'doc' -I '_build/doc' "doc/pspp.texi")
7832  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=etex)
7833   restricted \write18 enabled.
7834  entering extended mode
7835  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
7836  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
7837  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
7838  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
7839  cross references, insertions,
7840  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
7841  This is `epsf.tex' v2.7.4 <14 February 2011>
7842  ) localization, formatting, and turning on texinfo input format.)
7843  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2] [-1]
7844  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
7845  Writing index file pspp.cp
7846  Cross reference values unknown; you must run TeX again.)
7847  (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
7848  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
7849  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
7850  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
7851  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
7852  Underfull \hbox (badness 7832) in paragraph at lines 2--7
7853   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
7854  rec-tory 
7855  [12]
7856  Writing index file pspp.vr
7857  [13]
7858  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
7859  i) [14]
7860  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
7861  xi) [15]
7862  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
7863  xi) [16]
7864  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
7865  i [17])
7866  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
7867  i [18])
7868  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
7869  xi [19])
7870  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
7871  xi) [20] [21]
7872  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
7873  i [22])
7874  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
7875  xi [23])
7876  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
7877  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
7878  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
7879  [39] [40] [41] [42] [43])
7880  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
7881  [44] [45] [46]
7882  Writing index file pspp.fn
7883  [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61])
7884  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [62]
7885  [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77]
7886  [78] [79]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
7887  [80] [81] [82] [83] [84]
7888  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
7889   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
7890  asswd=xxxx'[] 
7891  [85] [86]
7892  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
7893   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
7894  Type"[] 
7895  [87]
7896  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
7897   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
7898  "' /ESCAPE[] 
7899  [88] [89] [90] [91] [92] [93])
7900  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
7901  [94] [95] [96] [97] [98])
7902  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
7903  [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109])
7904  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
7905  [110] [111] [112] [113]
7906  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
7907  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
7908  i) [114] [115]
7909  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
7910  (screenshots/autorecode-hc.eps
7911  )
7912  [116]
7913  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
7914  xi) [117] [118]
7915  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
7916  (screenshots/compute-hc.eps
7917  )
7918  [119]
7919  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
7920  [120] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
7921  (screenshots/count-hc.eps
7922  )
7923  [121]
7924  (screenshots/count-define-hc.eps
7925  )
7926  [122]
7927  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
7928  [123] [124] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
7929  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
7930  [125] [126] [127] [128] [129]
7931  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
7932  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
7933  xi) [130]
7934  (screenshots/sort-simple-hc.eps
7935  )
7936  [131]
7937  (screenshots/sort-hc.eps
7938  )
7939  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
7940  [132] [133] [134] [135]
7941  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
7942  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
7943  i) [136] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
7944  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
7945  [137]
7946  (screenshots/split-status-bar-hc.eps
7947  )
7948  [138] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
7949   [139]
7950  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
7951  i) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
7952  [140]
7953  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
7954  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
7955  [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152]
7956  [153] [154]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
7957  Chapter 15 [155]
7958  Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
7959   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
7960  RTOSIS,SKEWNESS,[] 
7961  
7962  Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
7963   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
7964  @textsy g$[] 
7965  [156]
7966  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
7967  (screenshots/descriptives-hc.eps
7968  )
7969  [157]
7970  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
7971  texi) [158]
7972  Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
7973   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
7974  DE,STDDEV,VARIANCE,[] 
7975  [159] [160]
7976  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
7977  (screenshots/frequencies-hc.eps
7978  )
7979  [161]
7980  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
7981  exi)
7982  Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
7983   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
7984  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
7985  [162] [163] [164] [165] [166]
7986  Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
7987   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
7988  SIDUAL,SRESIDUAL,[] 
7989  [167] [168] [169]
7990  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
7991  (screenshots/crosstabs-hc.eps
7992  )
7993  [170]
7994  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
7995  i) [171]
7996  Overfull \vbox (155.12915pt too high) has occurred while \output is active
7997  [172] [173]
7998  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
7999  )
8000  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
8001  [174])
8002  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
8003  )
8004  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
8005  [175])
8006  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
8007  )
8008  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
8009  [176])
8010  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
8011  )
8012  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
8013  ) [177]
8014  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
8015  [178])
8016  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
8017  i)
8018  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
8019  i [179])
8020  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
8021   @textrm Encloses neg-a-tive num-bers in
8022  
8023  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
8024   []@texttt (42.96%)[]| 
8025  
8026  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
8027  i [180]) [181]
8028  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
8029  i [182]) [183]
8030  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
8031  i)
8032  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
8033  i [184])
8034  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
8035  i)
8036  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
8037  i)
8038  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
8039  i [185]) [186]
8040  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
8041  i)
8042  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
8043  i [187])
8044  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
8045  i [188]) [189]
8046  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
8047  i) [190]
8048  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
8049  i)
8050  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
8051  i [191])
8052  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
8053  i)
8054  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
8055  i) [192]
8056  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
8057  i) [193] [194]
8058  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
8059  i)
8060  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
8061  i)
8062  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1939--1939
8063   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
8064  LUDE.[] 
8065  
8066  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
8067  i [195]) [196]
8068  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
8069  i)
8070  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
8071  i)
8072  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
8073  i) [197]
8074  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
8075  i) [198]
8076  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2146--2146
8077   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
8078  * 100)[] 
8079  
8080  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
8081  i [199]) [200]
8082  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
8083  i)
8084  Overfull \hbox (46.11884pt too wide) in paragraph at lines 2251--2251
8085   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
8086  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
8087  [201] [202] [203] [204]
8088  Overfull \hbox (14.6579pt too wide) in paragraph at lines 2540--2540
8089   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
8090   [RANGE][] 
8091  [205] [206]
8092  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
8093  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
8094  [207] [208] [209]
8095  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
8096  (screenshots/chisquare-hc.eps
8097  )
8098  
8099  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
8100  i) [210]
8101  Overfull \hbox (24.44705pt too wide) in paragraph at lines 2916--2916
8102   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
8103  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
8104  []@textrm ], POIS-
8105  [211] [212] [213] [214]
8106  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
8107  (screenshots/one-sample-t-hc.eps
8108  )
8109  [215]
8110  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
8111  texi) [216]
8112  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
8113  t.sps)
8114  (screenshots/independent-samples-t-hc.eps
8115  )
8116  [217]
8117  (screenshots/define-groups-t-hc.eps
8118  )
8119  [218]
8120  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
8121  amples-t.texi) [219] [220] [221]
8122  Overfull \hbox (40.33183pt too wide) in paragraph at lines 3442--3442
8123   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
8124  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
8125  [222] [223] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
8126  [224] [225])
8127  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
8128  [226]
8129  (screenshots/reliability-hc.eps
8130  )
8131  
8132  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
8133  exi) [227] [228]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
8134  Chapter 16 [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239]
8135  [240]
8136  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
8137   []| 
8138  
8139  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
8140   []| 
8141  
8142  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
8143   []| 
8144  
8145  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
8146   []| 
8147  
8148  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
8149   []| 
8150  
8151  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
8152   []| 
8153  [241]
8154  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
8155   []| 
8156  
8157  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
8158   []| 
8159  
8160  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
8161   []| 
8162  
8163  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
8164   []| 
8165  
8166  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
8167   []| 
8168  
8169  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
8170   []| 
8171  
8172  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
8173   []| 
8174  
8175  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
8176   []| 
8177  
8178  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
8179   []| 
8180  
8181  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
8182   []| 
8183  
8184  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
8185   []| 
8186  
8187  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
8188   []| 
8189  
8190  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
8191   []| 
8192  
8193  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
8194   []| 
8195  
8196  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
8197   []| 
8198  
8199  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
8200   []| 
8201  
8202  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
8203   []| 
8204  
8205  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
8206   []| 
8207  
8208  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
8209   []| 
8210  
8211  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
8212   []| 
8213  [242]
8214  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
8215   []| 
8216  
8217  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
8218   []| 
8219  
8220  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
8221   []| 
8222  
8223  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
8224   []| 
8225  
8226  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
8227   []| 
8228  [243]
8229  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
8230   []| 
8231  
8232  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
8233   []| 
8234  
8235  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
8236   []| 
8237  
8238  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
8239   []| 
8240  
8241  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
8242   []| 
8243  
8244  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
8245   []| 
8246  
8247  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
8248   []| 
8249  
8250  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
8251   []| 
8252  
8253  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
8254   []| 
8255  
8256  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
8257   []| 
8258  
8259  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
8260   []| 
8261  
8262  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
8263   []| 
8264  [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255]
8265  [256]
8266  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
8267  texi) [257] [258] [259] [260] [261]
8268  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
8269   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
8270  GULAR.[] 
8271  [262] [263] [264] [265])
8272  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
8273  [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277]
8274  [278] [279] [280])
8275  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
8276  [281] [282] [283])
8277  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
8278  [284] [285] [286]
8279  Underfull \hbox (badness 10000) in paragraph at lines 176--177
8280   []@texttt charts headings logs models tables texts trees warnings 
8281  [287]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
8282  Chapter 20 [288])
8283  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
8284  [289] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [290] [291]
8285  [292])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
8286  [293]
8287  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
8288  exi) [294]
8289  Overfull \hbox (20.69044pt too wide) in paragraph at lines 118--118
8290   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
8291  of numbers,[] 
8292  [295]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
8293  Chapter 23 [296]
8294  No file pspp.fns.
8295  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi Chapter 24
8296  [297]
8297  No file pspp.vrs.
8298  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
8299  [298]
8300  No file pspp.cps.
8301  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [299]
8302  [300] [301] [302] [303] [304] [305] [306]) [307] )
8303  (see the transcript file for additional information)
8304  Output written on pspp.dvi (310 pages, 938080 bytes).
8305  Transcript written on pspp.log.
8306  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=etex)
8307   restricted \write18 enabled.
8308  entering extended mode
8309  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
8310  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
8311  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
8312  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
8313  cross references, insertions,
8314  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
8315  This is `epsf.tex' v2.7.4 <14 February 2011>
8316  ) localization, formatting, and turning on texinfo input format.)
8317  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2]
8318  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3] [-4] [-5]
8319  [-6] [-7] [-8]) [-9]
8320  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
8321  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
8322  Writing index file pspp.cp
8323  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
8324  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
8325  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
8326  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
8327  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
8328  Underfull \hbox (badness 7832) in paragraph at lines 2--7
8329   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
8330  rec-tory 
8331  [12]
8332  Writing index file pspp.vr
8333  [13]
8334  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
8335  i) [14]
8336  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
8337  xi) [15]
8338  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
8339  xi) [16]
8340  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
8341  i [17])
8342  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
8343  i [18])
8344  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
8345  xi [19])
8346  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
8347  xi) [20] [21]
8348  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
8349  i [22])
8350  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
8351  xi [23])
8352  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
8353  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
8354  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
8355  [39] [40] [41] [42])
8356  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
8357  [43] [44] [45]
8358  Writing index file pspp.fn
8359  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
8360  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
8361  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
8362  [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
8363  [78] [79] [80] [81] [82]
8364  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
8365   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
8366  asswd=xxxx'[] 
8367  [83] [84]
8368  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
8369   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
8370  Type"[] 
8371  [85]
8372  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
8373   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
8374  "' /ESCAPE[] 
8375  [86] [87] [88] [89] [90] [91])
8376  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
8377  [92] [93] [94] [95] [96])
8378  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
8379  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107])
8380  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
8381  [108] [109] [110] [111]
8382  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
8383  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
8384  i) [112] [113]
8385  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
8386  (screenshots/autorecode-hc.eps
8387  )
8388  [114]
8389  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
8390  xi) [115] [116]
8391  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
8392  (screenshots/compute-hc.eps
8393  )
8394  [117]
8395  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
8396  [118] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
8397  (screenshots/count-hc.eps
8398  )
8399  (screenshots/count-define-hc.eps
8400  )
8401  [119]
8402  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
8403  [120] [121] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
8404  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
8405  [122] [123] [124] [125] [126]
8406  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
8407  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
8408  xi) [127]
8409  (screenshots/sort-simple-hc.eps
8410  )
8411  [128]
8412  (screenshots/sort-hc.eps
8413  )
8414  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
8415  [129] [130] [131]
8416  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
8417  [132]
8418  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
8419  i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
8420  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
8421  [134]
8422  (screenshots/split-status-bar-hc.eps
8423  )
8424  [135] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
8425   [136]
8426  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
8427  i) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
8428  [137]
8429  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
8430  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
8431  [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149]
8432  [150] [151]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
8433  Chapter 15 [152]
8434  Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
8435   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
8436  RTOSIS,SKEWNESS,[] 
8437  
8438  Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
8439   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
8440  @textsy g$[] 
8441  [153]
8442  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
8443  (screenshots/descriptives-hc.eps
8444  )
8445  [154]
8446  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
8447  texi) [155]
8448  Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
8449   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
8450  DE,STDDEV,VARIANCE,[] 
8451  [156] [157]
8452  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
8453  (screenshots/frequencies-hc.eps
8454  )
8455  [158]
8456  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
8457  exi)
8458  Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
8459   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
8460  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
8461  [159] [160] [161] [162] [163]
8462  Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
8463   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
8464  SIDUAL,SRESIDUAL,[] 
8465  [164] [165] [166]
8466  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
8467  (screenshots/crosstabs-hc.eps
8468  )
8469  [167]
8470  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
8471  i) [168]
8472  Overfull \vbox (155.12915pt too high) has occurred while \output is active
8473  [169] [170]
8474  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
8475  )
8476  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
8477  [171])
8478  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
8479  )
8480  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
8481  [172])
8482  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
8483  )
8484  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
8485  [173])
8486  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
8487  )
8488  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
8489  ) [174]
8490  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
8491  [175])
8492  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
8493  i)
8494  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
8495  i [176])
8496  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
8497   @textrm Encloses neg-a-tive num-bers in
8498  
8499  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
8500   []@texttt (42.96%)[]| 
8501  
8502  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
8503  i [177]) [178]
8504  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
8505  i [179]) [180]
8506  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
8507  i)
8508  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
8509  i [181])
8510  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
8511  i)
8512  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
8513  i)
8514  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
8515  i [182]) [183]
8516  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
8517  i)
8518  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
8519  i [184])
8520  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
8521  i [185]) [186]
8522  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
8523  i) [187]
8524  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
8525  i)
8526  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
8527  i [188])
8528  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
8529  i)
8530  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
8531  i) [189]
8532  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
8533  i) [190] [191]
8534  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
8535  i)
8536  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
8537  i)
8538  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1939--1939
8539   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
8540  LUDE.[] 
8541  
8542  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
8543  i [192]) [193]
8544  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
8545  i)
8546  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
8547  i)
8548  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
8549  i) [194]
8550  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
8551  i) [195]
8552  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2146--2146
8553   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
8554  * 100)[] 
8555  
8556  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
8557  i [196]) [197]
8558  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
8559  i)
8560  Overfull \hbox (46.11884pt too wide) in paragraph at lines 2251--2251
8561   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
8562  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
8563  [198] [199] [200] [201]
8564  Overfull \hbox (14.6579pt too wide) in paragraph at lines 2540--2540
8565   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
8566   [RANGE][] 
8567  [202] [203]
8568  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
8569  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
8570  [204] [205] [206]
8571  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
8572  (screenshots/chisquare-hc.eps
8573  )
8574  
8575  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
8576  i) [207]
8577  Overfull \hbox (24.44705pt too wide) in paragraph at lines 2916--2916
8578   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
8579  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
8580  []@textrm ], POIS-
8581  [208] [209] [210] [211]
8582  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
8583  (screenshots/one-sample-t-hc.eps
8584  )
8585  [212]
8586  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
8587  texi) [213]
8588  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
8589  t.sps)
8590  (screenshots/independent-samples-t-hc.eps
8591  )
8592  [214]
8593  (screenshots/define-groups-t-hc.eps
8594  )
8595  [215]
8596  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
8597  amples-t.texi) [216] [217] [218]
8598  Overfull \hbox (40.33183pt too wide) in paragraph at lines 3442--3442
8599   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
8600  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
8601  [219] [220] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
8602  [221] [222])
8603  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
8604  [223]
8605  (screenshots/reliability-hc.eps
8606  )
8607  
8608  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
8609  exi) [224] [225]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
8610  Chapter 16 [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236]
8611  [237]
8612  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
8613   []| 
8614  
8615  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
8616   []| 
8617  
8618  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
8619   []| 
8620  
8621  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
8622   []| 
8623  
8624  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
8625   []| 
8626  
8627  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
8628   []| 
8629  [238]
8630  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
8631   []| 
8632  
8633  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
8634   []| 
8635  
8636  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
8637   []| 
8638  
8639  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
8640   []| 
8641  
8642  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
8643   []| 
8644  
8645  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
8646   []| 
8647  
8648  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
8649   []| 
8650  
8651  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
8652   []| 
8653  
8654  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
8655   []| 
8656  
8657  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
8658   []| 
8659  
8660  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
8661   []| 
8662  
8663  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
8664   []| 
8665  
8666  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
8667   []| 
8668  
8669  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
8670   []| 
8671  
8672  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
8673   []| 
8674  
8675  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
8676   []| 
8677  
8678  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
8679   []| 
8680  
8681  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
8682   []| 
8683  
8684  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
8685   []| 
8686  
8687  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
8688   []| 
8689  [239]
8690  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
8691   []| 
8692  
8693  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
8694   []| 
8695  
8696  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
8697   []| 
8698  
8699  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
8700   []| 
8701  
8702  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
8703   []| 
8704  [240]
8705  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
8706   []| 
8707  
8708  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
8709   []| 
8710  
8711  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
8712   []| 
8713  
8714  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
8715   []| 
8716  
8717  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
8718   []| 
8719  
8720  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
8721   []| 
8722  
8723  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
8724   []| 
8725  
8726  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
8727   []| 
8728  
8729  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
8730   []| 
8731  
8732  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
8733   []| 
8734  
8735  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
8736   []| 
8737  
8738  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
8739   []| 
8740  [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252]
8741  [253]
8742  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
8743  texi) [254] [255] [256] [257] [258]
8744  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
8745   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
8746  GULAR.[] 
8747  [259] [260] [261] [262])
8748  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
8749  [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274]
8750  [275] [276] [277])
8751  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
8752  [278] [279] [280])
8753  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
8754  [281] [282] [283]
8755  Underfull \hbox (badness 10000) in paragraph at lines 176--177
8756   []@texttt charts headings logs models tables texts trees warnings 
8757  [284]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
8758  Chapter 20 [285])
8759  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
8760  [286] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [287] [288]
8761  [289])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
8762  [290]
8763  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
8764  exi) [291]
8765  Overfull \hbox (20.69044pt too wide) in paragraph at lines 118--118
8766   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
8767  of numbers,[] 
8768  [292]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
8769  Chapter 23 [293] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [294]
8770  [295])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
8771  Chapter 24 [296] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [297])
8772  [298]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi
8773  Chapter 25 [299] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [300]
8774  [301] [302] [303] [304]))
8775  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [305]
8776  [306] [307] [308] [309] [310] [311] [312]) [313] )
8777  (see the transcript file for additional information)
8778  Output written on pspp.dvi (324 pages, 1323992 bytes).
8779  Transcript written on pspp.log.
8780  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=etex)
8781   restricted \write18 enabled.
8782  entering extended mode
8783  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
8784  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
8785  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
8786  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
8787  cross references, insertions,
8788  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
8789  This is `epsf.tex' v2.7.4 <14 February 2011>
8790  ) localization, formatting, and turning on texinfo input format.)
8791  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2]
8792  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3] [-4] [-5]
8793  [-6] [-7] [-8]) [-9]
8794  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
8795  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
8796  Writing index file pspp.cp
8797  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
8798  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
8799  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
8800  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
8801  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
8802  Underfull \hbox (badness 7832) in paragraph at lines 2--7
8803   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
8804  rec-tory 
8805  [12]
8806  Writing index file pspp.vr
8807  [13]
8808  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
8809  i) [14]
8810  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
8811  xi) [15]
8812  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
8813  xi) [16]
8814  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
8815  i [17])
8816  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
8817  i [18])
8818  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
8819  xi [19])
8820  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
8821  xi) [20] [21]
8822  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
8823  i [22])
8824  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
8825  xi [23])
8826  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
8827  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
8828  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
8829  [39] [40] [41] [42])
8830  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
8831  [43] [44] [45]
8832  Writing index file pspp.fn
8833  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
8834  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
8835  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
8836  [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
8837  [78] [79] [80] [81] [82]
8838  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
8839   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
8840  asswd=xxxx'[] 
8841  [83] [84]
8842  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
8843   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
8844  Type"[] 
8845  [85]
8846  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
8847   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
8848  "' /ESCAPE[] 
8849  [86] [87] [88] [89] [90] [91])
8850  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
8851  [92] [93] [94] [95] [96])
8852  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
8853  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107])
8854  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
8855  [108] [109] [110] [111]
8856  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
8857  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
8858  i) [112] [113]
8859  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
8860  (screenshots/autorecode-hc.eps
8861  )
8862  [114]
8863  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
8864  xi) [115] [116]
8865  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
8866  (screenshots/compute-hc.eps
8867  )
8868  [117]
8869  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
8870  [118] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
8871  (screenshots/count-hc.eps
8872  )
8873  (screenshots/count-define-hc.eps
8874  )
8875  [119]
8876  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
8877  [120] [121] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
8878  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
8879  [122] [123] [124] [125] [126]
8880  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
8881  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
8882  xi) [127]
8883  (screenshots/sort-simple-hc.eps
8884  )
8885  [128]
8886  (screenshots/sort-hc.eps
8887  )
8888  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
8889  [129] [130] [131]
8890  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
8891  [132]
8892  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
8893  i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
8894  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
8895  [134]
8896  (screenshots/split-status-bar-hc.eps
8897  )
8898  [135] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
8899   [136]
8900  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
8901  i) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
8902  [137]
8903  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
8904  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
8905  [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149]
8906  [150] [151]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
8907  Chapter 15 [152]
8908  Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
8909   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
8910  RTOSIS,SKEWNESS,[] 
8911  
8912  Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
8913   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
8914  @textsy g$[] 
8915  [153]
8916  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
8917  (screenshots/descriptives-hc.eps
8918  )
8919  [154]
8920  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
8921  texi) [155]
8922  Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
8923   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
8924  DE,STDDEV,VARIANCE,[] 
8925  [156] [157]
8926  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
8927  (screenshots/frequencies-hc.eps
8928  )
8929  [158]
8930  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
8931  exi)
8932  Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
8933   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
8934  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
8935  [159] [160] [161] [162] [163]
8936  Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
8937   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
8938  SIDUAL,SRESIDUAL,[] 
8939  [164] [165] [166]
8940  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
8941  (screenshots/crosstabs-hc.eps
8942  )
8943  [167]
8944  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
8945  i) [168]
8946  Overfull \vbox (155.12915pt too high) has occurred while \output is active
8947  [169] [170]
8948  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
8949  )
8950  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
8951  [171])
8952  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
8953  )
8954  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
8955  [172])
8956  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
8957  )
8958  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
8959  [173])
8960  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
8961  )
8962  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
8963  ) [174]
8964  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
8965  [175])
8966  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
8967  i)
8968  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
8969  i [176])
8970  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
8971   @textrm Encloses neg-a-tive num-bers in
8972  
8973  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
8974   []@texttt (42.96%)[]| 
8975  
8976  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
8977  i [177]) [178]
8978  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
8979  i [179]) [180]
8980  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
8981  i)
8982  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
8983  i [181])
8984  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
8985  i)
8986  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
8987  i)
8988  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
8989  i [182]) [183]
8990  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
8991  i)
8992  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
8993  i [184])
8994  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
8995  i [185]) [186]
8996  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
8997  i) [187]
8998  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
8999  i)
9000  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
9001  i [188])
9002  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
9003  i)
9004  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
9005  i) [189]
9006  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
9007  i) [190] [191]
9008  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
9009  i)
9010  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
9011  i)
9012  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1939--1939
9013   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
9014  LUDE.[] 
9015  
9016  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
9017  i [192]) [193]
9018  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
9019  i)
9020  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
9021  i)
9022  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
9023  i) [194]
9024  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
9025  i) [195]
9026  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2146--2146
9027   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
9028  * 100)[] 
9029  
9030  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
9031  i [196]) [197]
9032  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
9033  i)
9034  Overfull \hbox (46.11884pt too wide) in paragraph at lines 2251--2251
9035   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
9036  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
9037  [198] [199] [200] [201]
9038  Overfull \hbox (14.6579pt too wide) in paragraph at lines 2540--2540
9039   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
9040   [RANGE][] 
9041  [202] [203]
9042  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
9043  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
9044  [204] [205] [206]
9045  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
9046  (screenshots/chisquare-hc.eps
9047  )
9048  
9049  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
9050  i) [207]
9051  Overfull \hbox (24.44705pt too wide) in paragraph at lines 2916--2916
9052   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
9053  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
9054  []@textrm ], POIS-
9055  [208] [209] [210] [211]
9056  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
9057  (screenshots/one-sample-t-hc.eps
9058  )
9059  [212]
9060  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
9061  texi) [213]
9062  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
9063  t.sps)
9064  (screenshots/independent-samples-t-hc.eps
9065  )
9066  [214]
9067  (screenshots/define-groups-t-hc.eps
9068  )
9069  [215]
9070  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
9071  amples-t.texi) [216] [217] [218]
9072  Overfull \hbox (40.33183pt too wide) in paragraph at lines 3442--3442
9073   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
9074  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
9075  [219] [220] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
9076  [221] [222])
9077  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
9078  [223]
9079  (screenshots/reliability-hc.eps
9080  )
9081  
9082  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
9083  exi) [224] [225]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
9084  Chapter 16 [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236]
9085  [237]
9086  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
9087   []| 
9088  
9089  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
9090   []| 
9091  
9092  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
9093   []| 
9094  
9095  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
9096   []| 
9097  
9098  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
9099   []| 
9100  
9101  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
9102   []| 
9103  [238]
9104  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
9105   []| 
9106  
9107  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
9108   []| 
9109  
9110  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
9111   []| 
9112  
9113  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
9114   []| 
9115  
9116  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
9117   []| 
9118  
9119  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
9120   []| 
9121  
9122  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
9123   []| 
9124  
9125  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
9126   []| 
9127  
9128  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
9129   []| 
9130  
9131  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
9132   []| 
9133  
9134  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
9135   []| 
9136  
9137  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
9138   []| 
9139  
9140  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
9141   []| 
9142  
9143  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
9144   []| 
9145  
9146  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
9147   []| 
9148  
9149  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
9150   []| 
9151  
9152  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
9153   []| 
9154  
9155  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
9156   []| 
9157  
9158  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
9159   []| 
9160  
9161  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
9162   []| 
9163  [239]
9164  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
9165   []| 
9166  
9167  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
9168   []| 
9169  
9170  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
9171   []| 
9172  
9173  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
9174   []| 
9175  
9176  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
9177   []| 
9178  [240]
9179  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
9180   []| 
9181  
9182  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
9183   []| 
9184  
9185  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
9186   []| 
9187  
9188  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
9189   []| 
9190  
9191  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
9192   []| 
9193  
9194  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
9195   []| 
9196  
9197  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
9198   []| 
9199  
9200  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
9201   []| 
9202  
9203  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
9204   []| 
9205  
9206  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
9207   []| 
9208  
9209  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
9210   []| 
9211  
9212  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
9213   []| 
9214  [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252]
9215  [253]
9216  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
9217  texi) [254] [255] [256] [257] [258]
9218  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
9219   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
9220  GULAR.[] 
9221  [259] [260] [261] [262])
9222  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
9223  [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274]
9224  [275] [276] [277])
9225  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
9226  [278] [279] [280])
9227  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
9228  [281] [282] [283]
9229  Underfull \hbox (badness 10000) in paragraph at lines 176--177
9230   []@texttt charts headings logs models tables texts trees warnings 
9231  [284]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
9232  Chapter 20 [285])
9233  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
9234  [286] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [287] [288]
9235  [289])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
9236  [290]
9237  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
9238  exi) [291]
9239  Overfull \hbox (20.69044pt too wide) in paragraph at lines 118--118
9240   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
9241  of numbers,[] 
9242  [292]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
9243  Chapter 23 [293] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [294]
9244  [295])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
9245  Chapter 24 [296] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [297])
9246  [298]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi
9247  Chapter 25 [299] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [300]
9248  [301] [302] [303] [304]))
9249  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [305]
9250  [306] [307] [308] [309] [310] [311] [312]) [313] )
9251  (see the transcript file for additional information)
9252  Output written on pspp.dvi (324 pages, 1324080 bytes).
9253  Transcript written on pspp.log.
9254  Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf  -I 'doc' -I '_build/doc' "doc/pspp.texi")
9255  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdfetex)
9256   restricted \write18 enabled.
9257  entering extended mode
9258  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/pdf/xtr/pspp.texi
9259  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
9260  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
9261  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
9262  cross references, insertions,
9263  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
9264  This is `epsf.tex' v2.7.4 <14 February 2011>
9265  ) localization, formatting, and turning on texinfo input format.)
9266  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1{/usr/share/texli
9267  ve/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2]
9268  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3] [-4] [-5]
9269  [-6] [-7] [-8]) [-9] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
9270  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
9271  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
9272  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
9273  Writing index file pspp.cp
9274  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
9275  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
9276  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
9277  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
9278  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
9279  Underfull \hbox (badness 7832) in paragraph at lines 2--7
9280   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
9281  rec-tory 
9282  [12]
9283  Writing index file pspp.vr
9284  [13]
9285  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
9286  i) [14]
9287  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
9288  xi) [15]
9289  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
9290  xi) [16]
9291  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
9292  i [17])
9293  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
9294  i [18])
9295  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
9296  xi [19])
9297  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
9298  xi) [20] [21]
9299  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
9300  i [22])
9301  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
9302  xi [23])
9303  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
9304  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
9305  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
9306  [39] [40] [41] [42])
9307  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
9308  [43] [44] [45]
9309  Writing index file pspp.fn
9310  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
9311  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
9312  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
9313  [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
9314  [78] [79] [80] [81] [82]
9315  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
9316   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
9317  asswd=xxxx'[] 
9318  [83] [84]
9319  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
9320   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
9321  Type"[] 
9322  [85]
9323  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
9324   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
9325  "' /ESCAPE[] 
9326  [86] [87] [88] [89] [90] [91])
9327  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
9328  [92] [93] [94] [95] [96])
9329  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
9330  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107])
9331  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
9332  [108] [109] [110] [111]
9333  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
9334  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
9335  i) [112] [113]
9336  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps) </ho
9337  me/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/autorecode-hc.png (PNG co
9338  py)> [114]
9339  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
9340  xi) [115] [116]
9341  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps) </home/
9342  blp/tmp/pspptmp/master/source/pspp/doc/screenshots/compute-hc.png (PNG copy)>
9343  [117]
9344  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
9345  [118] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps) </h
9346  ome/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/count-hc.png (PNG copy)>
9347   </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/count-define-hc.png 
9348  (PNG copy)> [119]
9349  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
9350  [120] [121] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
9351  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
9352  [122] [123] [124] [125] [126]
9353  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
9354  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
9355  xi) [127] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-simple
9356  -hc.png (PNG copy)> [128] </home/blp/tmp/pspptmp/master/source/pspp/doc/screens
9357  hots/sort-hc.png (PNG copy)>)
9358  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
9359  [129] [130] [131]
9360  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
9361  [132]
9362  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
9363  i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
9364  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
9365  [134] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/split-status-ba
9366  r-hc.png (PNG copy)> [135]
9367  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
9368  [136]
9369  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
9370  i) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
9371  [137]
9372  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
9373  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
9374  [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149]
9375  [150] [151]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
9376  Chapter 15 [152]
9377  Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
9378   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
9379  RTOSIS,SKEWNESS,[] 
9380  
9381  Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
9382   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
9383  @textsy g$[] 
9384  [153]
9385  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps) </
9386  home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/descriptives-hc.png (PN
9387  G copy)> [154]
9388  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
9389  texi) [155]
9390  Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
9391   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
9392  DE,STDDEV,VARIANCE,[] 
9393  [156] [157]
9394  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps) </h
9395  ome/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/frequencies-hc.png (PNG 
9396  copy)> [158]
9397  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
9398  exi)
9399  Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
9400   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
9401  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
9402  [159] [160] [161] [162] [163]
9403  Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
9404   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
9405  SIDUAL,SRESIDUAL,[] 
9406  [164] [165] [166]
9407  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps) </hom
9408  e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/crosstabs-hc.png (PNG copy
9409  )> [167]
9410  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
9411  i) [168]
9412  Overfull \vbox (155.12915pt too high) has occurred while \output is active
9413  [169] [170]
9414  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
9415  )
9416  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
9417  [171])
9418  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
9419  )
9420  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
9421  [172])
9422  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
9423  )
9424  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
9425  [173])
9426  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
9427  )
9428  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
9429  ) [174]
9430  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
9431  [175])
9432  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
9433  i)
9434  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
9435  i [176])
9436  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
9437   @textrm Encloses neg-a-tive num-bers in
9438  
9439  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
9440   []@texttt (42.96%)[]| 
9441  
9442  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
9443  i [177]) [178]
9444  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
9445  i [179]) [180]
9446  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
9447  i)
9448  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
9449  i [181])
9450  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
9451  i)
9452  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
9453  i)
9454  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
9455  i [182]) [183]
9456  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
9457  i)
9458  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
9459  i [184])
9460  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
9461  i [185]) [186]
9462  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
9463  i) [187]
9464  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
9465  i)
9466  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
9467  i [188])
9468  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
9469  i)
9470  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
9471  i) [189]
9472  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
9473  i) [190] [191]
9474  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
9475  i)
9476  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
9477  i)
9478  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1939--1939
9479   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
9480  LUDE.[] 
9481  
9482  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
9483  i [192]) [193]
9484  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
9485  i)
9486  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
9487  i)
9488  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
9489  i) [194]
9490  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
9491  i) [195]
9492  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2146--2146
9493   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
9494  * 100)[] 
9495  
9496  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
9497  i [196]) [197]
9498  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
9499  i)
9500  Overfull \hbox (46.11884pt too wide) in paragraph at lines 2251--2251
9501   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
9502  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
9503  [198] [199] [200] [201]
9504  Overfull \hbox (14.6579pt too wide) in paragraph at lines 2540--2540
9505   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
9506   [RANGE][] 
9507  [202] [203]
9508  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
9509  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
9510  [204] [205] [206]
9511  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps) </hom
9512  e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/chisquare-hc.png (PNG copy
9513  )>
9514  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
9515  i) [207]
9516  Overfull \hbox (24.44705pt too wide) in paragraph at lines 2916--2916
9517   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
9518  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
9519  []@textrm ], POIS-
9520  [208] [209] [210] [211]
9521  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps) </
9522  home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/one-sample-t-hc.png (PN
9523  G copy)> [212]
9524  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
9525  texi) [213]
9526  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
9527  t.sps) </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/independent-sa
9528  mples-t-hc.png (PNG copy)> [214] </home/blp/tmp/pspptmp/master/source/pspp/doc/
9529  screenshots/define-groups-t-hc.png (PNG copy)> [215]
9530  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
9531  amples-t.texi) [216] [217] [218]
9532  Overfull \hbox (40.33183pt too wide) in paragraph at lines 3442--3442
9533   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
9534  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
9535  [219] [220] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
9536  [221] [222])
9537  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
9538  [223] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/reliability-hc.
9539  png (PNG copy)>
9540  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
9541  exi) [224] [225]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
9542  Chapter 16 [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236]
9543  [237]
9544  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
9545   []| 
9546  
9547  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
9548   []| 
9549  
9550  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
9551   []| 
9552  
9553  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
9554   []| 
9555  
9556  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
9557   []| 
9558  
9559  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
9560   []| 
9561  [238]
9562  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
9563   []| 
9564  
9565  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
9566   []| 
9567  
9568  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
9569   []| 
9570  
9571  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
9572   []| 
9573  
9574  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
9575   []| 
9576  
9577  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
9578   []| 
9579  
9580  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
9581   []| 
9582  
9583  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
9584   []| 
9585  
9586  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
9587   []| 
9588  
9589  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
9590   []| 
9591  
9592  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
9593   []| 
9594  
9595  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
9596   []| 
9597  
9598  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
9599   []| 
9600  
9601  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
9602   []| 
9603  
9604  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
9605   []| 
9606  
9607  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
9608   []| 
9609  
9610  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
9611   []| 
9612  
9613  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
9614   []| 
9615  
9616  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
9617   []| 
9618  
9619  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
9620   []| 
9621  [239]
9622  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
9623   []| 
9624  
9625  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
9626   []| 
9627  
9628  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
9629   []| 
9630  
9631  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
9632   []| 
9633  
9634  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
9635   []| 
9636  [240]
9637  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
9638   []| 
9639  
9640  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
9641   []| 
9642  
9643  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
9644   []| 
9645  
9646  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
9647   []| 
9648  
9649  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
9650   []| 
9651  
9652  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
9653   []| 
9654  
9655  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
9656   []| 
9657  
9658  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
9659   []| 
9660  
9661  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
9662   []| 
9663  
9664  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
9665   []| 
9666  
9667  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
9668   []| 
9669  
9670  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
9671   []| 
9672  [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252]
9673  [253]
9674  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
9675  texi) [254] [255] [256] [257] [258]
9676  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
9677   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
9678  GULAR.[] 
9679  [259] [260] [261] [262])
9680  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
9681  [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274]
9682  [275] [276] [277])
9683  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
9684  [278] [279] [280])
9685  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
9686  [281] [282] [283]
9687  Underfull \hbox (badness 10000) in paragraph at lines 176--177
9688   []@texttt charts headings logs models tables texts trees warnings 
9689  [284]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
9690  Chapter 20 [285])
9691  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
9692  [286] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [287] [288]
9693  [289])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
9694  [290]
9695  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
9696  exi) [291]
9697  Overfull \hbox (20.69044pt too wide) in paragraph at lines 118--118
9698   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
9699  of numbers,[] 
9700  [292]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
9701  Chapter 23 [293] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [294]
9702  [295])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
9703  Chapter 24 [296] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [297])
9704  [298]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi
9705  Chapter 25 [299] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [300]
9706  [301] [302] [303] [304]))
9707  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [305]
9708  [306] [307] [308] [309] [310] [311] [312]) [313] )
9709  (see the transcript file for additional information){/usr/share/texlive/texmf-d
9710  ist/fonts/enc/dvips/lm/lm-rep-cmrm.enc}{/usr/share/texlive/texmf-dist/fonts/enc
9711  /dvips/lm/lm-mathex.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-ma
9712  thit.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}{/usr/
9713  share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmtt.enc}{/usr/share/texlive
9714  /texmf-dist/fonts/enc/dvips/lm/lm-rep-cmit.enc}{/usr/share/texlive/texmf-dist/f
9715  onts/enc/dvips/lm/lm-rep-cmsc.enc}</usr/share/texlive/texmf-dist/fonts/type1/pu
9716  blic/amsfonts/latxfont/lcircle1.pfb></usr/share/texlive/texmf-dist/fonts/type1/
9717  public/lm/lmb10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmbx12
9718  .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb></usr/sha
9719  re/texlive/texmf-dist/fonts/type1/public/lm/lmex10.pfb></usr/share/texlive/texm
9720  f-dist/fonts/type1/public/lm/lmmi10.pfb></usr/share/texlive/texmf-dist/fonts/ty
9721  pe1/public/lm/lmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/l
9722  mmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmmi9.pfb></usr/s
9723  hare/texlive/texmf-dist/fonts/type1/public/lm/lmr10.pfb></usr/share/texlive/tex
9724  mf-dist/fonts/type1/public/lm/lmr12.pfb></usr/share/texlive/texmf-dist/fonts/ty
9725  pe1/public/lm/lmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr
9726  9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmri10.pfb></usr/sha
9727  re/texlive/texmf-dist/fonts/type1/public/lm/lmro10.pfb></usr/share/texlive/texm
9728  f-dist/fonts/type1/public/lm/lmro9.pfb></usr/share/texlive/texmf-dist/fonts/typ
9729  e1/public/lm/lmss10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lm
9730  sy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmsy7.pfb></usr/s
9731  hare/texlive/texmf-dist/fonts/type1/public/lm/lmsy9.pfb></usr/share/texlive/tex
9732  mf-dist/fonts/type1/public/lm/lmtt10.pfb></usr/share/texlive/texmf-dist/fonts/t
9733  ype1/public/lm/lmtt12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/
9734  lmtt9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmtto10.pfb>
9735  Output written on pspp.pdf (324 pages, 1539673 bytes).
9736  Transcript written on pspp.log.
9737  Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp.txt --no-split --no-headers  -I 'doc' -I '_build/doc' "doc/pspp.texi")
9738  transformation.texi:342: warning: could not find @image file `screenshots/autorecode-ad.txt' nor alternate text (possibly involving @psppimage)
9739  transformation.texi:423: warning: could not find @image file `screenshots/compute-ad.txt' nor alternate text (possibly involving @psppimage)
9740  transformation.texi:523: warning: could not find @image file `screenshots/count-ad.txt' nor alternate text (possibly involving @psppimage)
9741  transformation.texi:534: warning: could not find @image file `screenshots/count-define-ad.txt' nor alternate text (possibly involving @psppimage)
9742  transformation.texi:919: warning: could not find @image file `screenshots/sort-simple-ad.txt' nor alternate text (possibly involving @psppimage)
9743  transformation.texi:932: warning: could not find @image file `screenshots/sort-ad.txt' nor alternate text (possibly involving @psppimage)
9744  data-selection.texi:267: warning: could not find @image file `screenshots/split-status-bar-ad.txt' nor alternate text (possibly involving @psppimage)
9745  statistics.texi:147: warning: could not find @image file `screenshots/descriptives-ad.txt' nor alternate text (possibly involving @psppimage)
9746  statistics.texi:300: warning: could not find @image file `screenshots/frequencies-ad.txt' nor alternate text (possibly involving @psppimage)
9747  statistics.texi:872: warning: could not find @image file `screenshots/crosstabs-ad.txt' nor alternate text (possibly involving @psppimage)
9748  statistics.texi:2843: warning: could not find @image file `screenshots/chisquare-ad.txt' nor alternate text (possibly involving @psppimage)
9749  statistics.texi:3228: warning: could not find @image file `screenshots/one-sample-t-ad.txt' nor alternate text (possibly involving @psppimage)
9750  statistics.texi:3293: warning: could not find @image file `screenshots/independent-samples-t-ad.txt' nor alternate text (possibly involving @psppimage)
9751  statistics.texi:3311: warning: could not find @image file `screenshots/define-groups-t-ad.txt' nor alternate text (possibly involving @psppimage)
9752  statistics.texi:3636: warning: could not find @image file `screenshots/reliability-ad.txt' nor alternate text (possibly involving @psppimage)
9753  Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o pspp.html  -I 'doc' -I '_build/doc'  "doc/pspp.texi")
9754  Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp.html  -I 'doc' -I '_build/doc'  "doc/pspp.texi")
9755  Making .tar.gz for sources...
9756  bugs.texi
9757  combining.texi
9758  command-index.texi
9759  concept-index.texi
9760  data-io.texi
9761  data-selection.texi
9762  expressions.texi
9763  fdl.texi
9764  files.texi
9765  flow-control.texi
9766  function-index.texi
9767  installing.texi
9768  introduction.texi
9769  invoking.texi
9770  language.texi
9771  license.texi
9772  matrices.texi
9773  ni.texi
9774  not-implemented.texi
9775  pspp-convert.texi
9776  pspp-dev.texi
9777  pspp-dump-sav.texi
9778  pspp-output.texi
9779  pspp.texi
9780  regression.texi
9781  statistics.texi
9782  transformation.texi
9783  tutorial.texi
9784  tut.texi
9785  utilities.texi
9786  variables.texi
9787  version-dev.texi
9788  version.texi
9789  Writing index file...
9790  Done, see /home/blp/tmp/pspptmp/master/source/results/user-manual/ subdirectory for new files.

9792  Saving User Manual: user-manual

9794  Build developers guide
9795  cd pspp && GENDOCS_TEMPLATE_DIR=/home/blp/pspp/build/. /home/blp/pspp/build/./gendocs.sh -s doc/pspp-dev.texi -I doc -o /home/blp/tmp/pspptmp/master/source/results/dev-guide --email bug-gnu-pspp@gnu.org pspp-dev "GNU PSPP Developers Guide"
9796  Generating output formats for doc/pspp-dev.texi
9797  Generating info file(s)... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.info  -I 'doc' --no-split "doc/pspp-dev.texi")
9798  Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout  -I 'doc' "doc/pspp-dev.texi")
9799  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=etex)
9800   restricted \write18 enabled.
9801  entering extended mode
9802  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
9803  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
9804  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
9805  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
9806  cross references, insertions,
9807  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
9808  This is `epsf.tex' v2.7.4 <14 February 2011>
9809  ) localization, formatting, and turning on texinfo input format.)
9810  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
9811  [-1] (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/intro.texi Chapter 1)
9812  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/concepts.texi Chapter 2
9813  [1]
9814  Writing index file pspp-dev.cp
9815  Writing index file pspp-dev.fn
9816  [2] Cross reference values unknown; you must run TeX again. [3]
9817  Writing index file pspp-dev.tp
9818  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
9819  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
9820  [35]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/syntax.texi Chapter 3
9821  [36]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/data.texi Chapter 4
9822  [37]
9823  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
9824   []@texttt **** Modifying cases obtained from active dataset casereaders has no
9825   real effect[] 
9826  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/output.texi Chapter 5
9827  [38]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/i18n.texi Chapter 6
9828  [39] [40] [41]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/gui.texi
9829  Chapter 7 [42])
9830  (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi Chapter 8
9831  [43]
9832  No file pspp-dev.fns.
9833  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 9
9834  [44]
9835  No file pspp-dev.cps.
9836  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
9837  Appendix A [45] [46] [47] [48] [49] [50])
9838  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
9839  Appendix B [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63]
9840  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
9841   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
9842  ES,
9843  [64]
9844  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
9845   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
9846  VALUES[] 
9847  
9848  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
9849   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
9850  LABEL[] 
9851  [65] [66] [67] [68] [69] [70] [71] [72]
9852  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1436--1436
9853   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
9854  34').[] 
9855  
9856  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1444--1444
9857   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
9858  ."...|[] 
9859  
9860  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1445--1445
9861   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
9862  '23'.|[] 
9863  
9864  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1446--1446
9865   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
9866  '123'|[] 
9867  
9868  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1447--1447
9869   []@texttt 0030  0a 29                                             |.)         
9870       |[] 
9871  [73] [74] [75] [76])
9872  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
9873  Appendix C [77] [78] [79] [80] [81] [82])
9874  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
9875  Appendix D [83] [84]
9876  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
9877   []@texttt => label (table | container_text | graph | model | object | image | 
9878  tree)[] 
9879  [85] l.178: Unicode char @u8:인 not defined for Texinfo
9880  l.178: Unicode char @u8:치 not defined for Texinfo
9881  l.181: Unicode char @u8:п not defined for Texinfo
9882  l.181: Unicode char @u8:т not defined for Texinfo
9883  l.184: Unicode char @u8:с not defined for Texinfo
9884  l.184: Unicode char @u8:м not defined for Texinfo [86]
9885  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
9886   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
9887  ives]]>[] 
9888  [87]
9889  Writing index file pspp-dev.vr
9890  [88] [89]
9891  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
9892   []@texttt => label (table | container_text | graph | model | object | image | 
9893  tree)[] 
9894  [90] [91] [92] [93]
9895  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
9896   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
9897   OTHER)?[] 
9898  [94] [95] [96]
9899  Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
9900  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
9901  src/output/spv/light-binary.grammar[]
9902  [97] [98]
9903  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1153--1153
9904   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
9905  2[bottom-margin])[] 
9906  [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
9907  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1975--1975
9908   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
9909   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
9910  [111] [112]
9911  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2143--2143
9912   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
9913  ariables][] 
9914  [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124]
9915  [125] [126]
9916  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3086--3086
9917   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
9918  imeFormat[] 
9919  [127]
9920  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3164--3164
9921   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
9922  imeFormat[] 
9923  [128] [129] [130] [131] [132] [133] [134]
9924  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3648--3648
9925   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
9926  tMapping*[] 
9927  [135] [136]
9928  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3803--3803
9929   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
9930  roperties printingProperties[] 
9931  [137]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
9932  Appendix E [138] [139] [140]
9933  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
9934   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
9935  ttom-margin][] 
9936  [141] [142])
9937  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
9938  Chapter 10 [143]
9939  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
9940   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
9941  RYPTE|[] 
9942  
9943  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
9944   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
9945  0 00  |D@textttsl xxx@texttt ............|[] 
9946  
9947  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
9948   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
9949  .....|[] 
9950  
9951  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
9952   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
9953  .....|[] 
9954  [144] [145]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix F
9955  [146] [147] [148] [149] [150] [151] [152] [153]) [154] )
9956  (see the transcript file for additional information)
9957  Output written on pspp-dev.dvi (157 pages, 458936 bytes).
9958  Transcript written on pspp-dev.log.
9959  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=etex)
9960   restricted \write18 enabled.
9961  entering extended mode
9962  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
9963  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
9964  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
9965  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
9966  cross references, insertions,
9967  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
9968  This is `epsf.tex' v2.7.4 <14 February 2011>
9969  ) localization, formatting, and turning on texinfo input format.)
9970  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
9971  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2] [-3] [-4])
9972  [-5] (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/intro.texi Chapter 1
9973  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux))
9974  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/concepts.texi Chapter 2
9975  [1]
9976  Writing index file pspp-dev.cp
9977  Writing index file pspp-dev.fn
9978  [2] [3]
9979  Writing index file pspp-dev.tp
9980  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
9981  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
9982  [35]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/syntax.texi Chapter 3
9983  [36]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/data.texi Chapter 4
9984  [37]
9985  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
9986   []@texttt **** Modifying cases obtained from active dataset casereaders has no
9987   real effect[] 
9988  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/output.texi Chapter 5
9989  [38]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/i18n.texi Chapter 6
9990  [39] [40] [41]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/gui.texi
9991  Chapter 7 [42])
9992  (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi Chapter 8
9993  [43] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.fns [44] [45]))
9994  (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 9
9995  [46] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.cps))
9996  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
9997  Appendix A [47] [48] [49] [50] [51] [52])
9998  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
9999  Appendix B [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65]
10000  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
10001   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
10002  ES,
10003  [66]
10004  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
10005   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
10006  VALUES[] 
10007  
10008  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
10009   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
10010  LABEL[] 
10011  [67] [68] [69] [70] [71] [72] [73] [74]
10012  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1436--1436
10013   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
10014  34').[] 
10015  
10016  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1444--1444
10017   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
10018  ."...|[] 
10019  
10020  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1445--1445
10021   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
10022  '23'.|[] 
10023  
10024  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1446--1446
10025   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
10026  '123'|[] 
10027  
10028  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1447--1447
10029   []@texttt 0030  0a 29                                             |.)         
10030       |[] 
10031  [75] [76] [77] [78])
10032  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
10033  Appendix C [79] [80] [81] [82] [83] [84])
10034  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
10035  Appendix D [85] [86]
10036  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
10037   []@texttt => label (table | container_text | graph | model | object | image | 
10038  tree)[] 
10039  [87] l.178: Unicode char @u8:인 not defined for Texinfo
10040  l.178: Unicode char @u8:치 not defined for Texinfo
10041  l.181: Unicode char @u8:п not defined for Texinfo
10042  l.181: Unicode char @u8:т not defined for Texinfo
10043  l.184: Unicode char @u8:с not defined for Texinfo
10044  l.184: Unicode char @u8:м not defined for Texinfo [88]
10045  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
10046   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
10047  ives]]>[] 
10048  [89]
10049  Writing index file pspp-dev.vr
10050  [90] [91]
10051  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
10052   []@texttt => label (table | container_text | graph | model | object | image | 
10053  tree)[] 
10054  [92] [93] [94] [95]
10055  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
10056   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
10057   OTHER)?[] 
10058  [96] [97] [98]
10059  Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
10060  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
10061  src/output/spv/light-binary.grammar[]
10062  [99] [100]
10063  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1153--1153
10064   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
10065  2[bottom-margin])[] 
10066  [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112]
10067  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1975--1975
10068   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
10069   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
10070  [113] [114]
10071  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2143--2143
10072   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
10073  ariables][] 
10074  [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126]
10075  [127] [128]
10076  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3086--3086
10077   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
10078  imeFormat[] 
10079  [129]
10080  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3164--3164
10081   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
10082  imeFormat[] 
10083  [130] [131] [132] [133] [134] [135] [136]
10084  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3648--3648
10085   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
10086  tMapping*[] 
10087  [137] [138]
10088  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3803--3803
10089   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
10090  roperties printingProperties[] 
10091  [139]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
10092  Appendix E [140] [141] [142]
10093  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
10094   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
10095  ttom-margin][] 
10096  [143] [144])
10097  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
10098  Chapter 10 [145]
10099  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
10100   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
10101  RYPTE|[] 
10102  
10103  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
10104   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
10105  0 00  |D@textttsl xxx@texttt ............|[] 
10106  
10107  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
10108   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
10109  .....|[] 
10110  
10111  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
10112   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
10113  .....|[] 
10114  [146] [147]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix F
10115  [148] [149] [150] [151] [152] [153] [154] [155]) [156] )
10116  (see the transcript file for additional information)
10117  Output written on pspp-dev.dvi (163 pages, 578168 bytes).
10118  Transcript written on pspp-dev.log.
10119  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=etex)
10120   restricted \write18 enabled.
10121  entering extended mode
10122  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
10123  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
10124  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
10125  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
10126  cross references, insertions,
10127  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
10128  This is `epsf.tex' v2.7.4 <14 February 2011>
10129  ) localization, formatting, and turning on texinfo input format.)
10130  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
10131  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2] [-3] [-4])
10132  [-5] (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/intro.texi Chapter 1
10133  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux))
10134  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/concepts.texi Chapter 2
10135  [1]
10136  Writing index file pspp-dev.cp
10137  Writing index file pspp-dev.fn
10138  [2] [3]
10139  Writing index file pspp-dev.tp
10140  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
10141  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
10142  [35]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/syntax.texi Chapter 3
10143  [36]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/data.texi Chapter 4
10144  [37]
10145  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
10146   []@texttt **** Modifying cases obtained from active dataset casereaders has no
10147   real effect[] 
10148  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/output.texi Chapter 5
10149  [38]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/i18n.texi Chapter 6
10150  [39] [40] [41]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/gui.texi
10151  Chapter 7 [42])
10152  (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi Chapter 8
10153  [43] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.fns [44] [45]))
10154  (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 9
10155  [46] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.cps))
10156  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
10157  Appendix A [47] [48] [49] [50] [51] [52])
10158  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
10159  Appendix B [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65]
10160  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
10161   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
10162  ES,
10163  [66]
10164  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
10165   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
10166  VALUES[] 
10167  
10168  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
10169   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
10170  LABEL[] 
10171  [67] [68] [69] [70] [71] [72] [73] [74]
10172  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1436--1436
10173   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
10174  34').[] 
10175  
10176  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1444--1444
10177   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
10178  ."...|[] 
10179  
10180  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1445--1445
10181   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
10182  '23'.|[] 
10183  
10184  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1446--1446
10185   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
10186  '123'|[] 
10187  
10188  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1447--1447
10189   []@texttt 0030  0a 29                                             |.)         
10190       |[] 
10191  [75] [76] [77] [78])
10192  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
10193  Appendix C [79] [80] [81] [82] [83] [84])
10194  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
10195  Appendix D [85] [86]
10196  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
10197   []@texttt => label (table | container_text | graph | model | object | image | 
10198  tree)[] 
10199  [87] l.178: Unicode char @u8:인 not defined for Texinfo
10200  l.178: Unicode char @u8:치 not defined for Texinfo
10201  l.181: Unicode char @u8:п not defined for Texinfo
10202  l.181: Unicode char @u8:т not defined for Texinfo
10203  l.184: Unicode char @u8:с not defined for Texinfo
10204  l.184: Unicode char @u8:м not defined for Texinfo [88]
10205  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
10206   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
10207  ives]]>[] 
10208  [89]
10209  Writing index file pspp-dev.vr
10210  [90] [91]
10211  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
10212   []@texttt => label (table | container_text | graph | model | object | image | 
10213  tree)[] 
10214  [92] [93] [94] [95]
10215  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
10216   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
10217   OTHER)?[] 
10218  [96] [97] [98]
10219  Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
10220  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
10221  src/output/spv/light-binary.grammar[]
10222  [99] [100]
10223  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1153--1153
10224   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
10225  2[bottom-margin])[] 
10226  [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112]
10227  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1975--1975
10228   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
10229   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
10230  [113] [114]
10231  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2143--2143
10232   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
10233  ariables][] 
10234  [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126]
10235  [127] [128]
10236  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3086--3086
10237   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
10238  imeFormat[] 
10239  [129]
10240  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3164--3164
10241   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
10242  imeFormat[] 
10243  [130] [131] [132] [133] [134] [135] [136]
10244  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3648--3648
10245   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
10246  tMapping*[] 
10247  [137] [138]
10248  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3803--3803
10249   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
10250  roperties printingProperties[] 
10251  [139]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
10252  Appendix E [140] [141] [142]
10253  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
10254   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
10255  ttom-margin][] 
10256  [143] [144])
10257  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
10258  Chapter 10 [145]
10259  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
10260   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
10261  RYPTE|[] 
10262  
10263  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
10264   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
10265  0 00  |D@textttsl xxx@texttt ............|[] 
10266  
10267  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
10268   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
10269  .....|[] 
10270  
10271  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
10272   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
10273  .....|[] 
10274  [146] [147]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix F
10275  [148] [149] [150] [151] [152] [153] [154] [155]) [156] )
10276  (see the transcript file for additional information)
10277  Output written on pspp-dev.dvi (163 pages, 578136 bytes).
10278  Transcript written on pspp-dev.log.
10279  Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf  -I 'doc' "doc/pspp-dev.texi")
10280  This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdfetex)
10281   restricted \write18 enabled.
10282  entering extended mode
10283  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/pdf/xtr/pspp-dev.texi
10284  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
10285  Loading texinfo [version 2021-04-25.21]: pdf, fonts, glyphs, page headings,
10286  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
10287  cross references, insertions,
10288  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
10289  This is `epsf.tex' v2.7.4 <14 February 2011>
10290  ) localization, formatting, and turning on texinfo input format.)
10291  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1{/usr/share/t
10292  exlive/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2]
10293  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2] [-3] [-4])
10294  [-5] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
10295  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
10296  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/intro.texi Chapter 1
10297  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux))
10298  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/concepts.texi Chapter 2
10299  [1]
10300  Writing index file pspp-dev.cp
10301  Writing index file pspp-dev.fn
10302  [2] [3]
10303  Writing index file pspp-dev.tp
10304  [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
10305  [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34]
10306  [35]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/syntax.texi Chapter 3
10307  [36]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/data.texi Chapter 4
10308  [37]
10309  Overfull \hbox (55.18257pt too wide) in paragraph at lines 37--37
10310   []@texttt **** Modifying cases obtained from active dataset casereaders has no
10311   real effect[] 
10312  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/output.texi Chapter 5
10313  [38]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/i18n.texi Chapter 6
10314  [39] [40] [41]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/gui.texi
10315  Chapter 7 [42])
10316  (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi Chapter 8
10317  [43] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.fns [44] [45]))
10318  (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 9
10319  [46] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.cps))
10320  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
10321  Appendix A [47] [48] [49] [50] [51] [52])
10322  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
10323  Appendix B [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65]
10324  Overfull \hbox (23.3639pt too wide) in paragraph at lines 849--856
10325   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
10326  ES,
10327  [66]
10328  Overfull \hbox (20.69044pt too wide) in paragraph at lines 902--902
10329   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
10330  VALUES[] 
10331  
10332  Overfull \hbox (14.94176pt too wide) in paragraph at lines 904--904
10333   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
10334  LABEL[] 
10335  [67] [68] [69] [70] [71] [72] [73] [74]
10336  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1436--1436
10337   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
10338  34').[] 
10339  
10340  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1444--1444
10341   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
10342  ."...|[] 
10343  
10344  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1445--1445
10345   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
10346  '23'.|[] 
10347  
10348  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1446--1446
10349   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
10350  '123'|[] 
10351  
10352  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1447--1447
10353   []@texttt 0030  0a 29                                             |.)         
10354       |[] 
10355  [75] [76] [77] [78])
10356  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
10357  Appendix C [79] [80] [81] [82] [83] [84])
10358  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
10359  Appendix D [85] [86]
10360  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
10361   []@texttt => label (table | container_text | graph | model | object | image | 
10362  tree)[] 
10363  [87] l.178: Unicode char @u8:인 not defined for Texinfo
10364  l.178: Unicode char @u8:치 not defined for Texinfo
10365  l.181: Unicode char @u8:п not defined for Texinfo
10366  l.181: Unicode char @u8:т not defined for Texinfo
10367  l.184: Unicode char @u8:с not defined for Texinfo
10368  l.184: Unicode char @u8:м not defined for Texinfo [88]
10369  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
10370   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
10371  ives]]>[] 
10372  [89]
10373  Writing index file pspp-dev.vr
10374  [90] [91]
10375  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
10376   []@texttt => label (table | container_text | graph | model | object | image | 
10377  tree)[] 
10378  [92] [93] [94] [95]
10379  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
10380   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
10381   OTHER)?[] 
10382  [96] [97] [98]
10383  Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
10384  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
10385  src/output/spv/light-binary.grammar[]
10386  [99] [100]
10387  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1153--1153
10388   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
10389  2[bottom-margin])[] 
10390  [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112]
10391  Overfull \hbox (15.27641pt too wide) in paragraph at lines 1975--1975
10392   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
10393   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
10394  [113] [114]
10395  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2143--2143
10396   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
10397  ariables][] 
10398  [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126]
10399  [127] [128]
10400  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3086--3086
10401   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
10402  imeFormat[] 
10403  [129]
10404  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3164--3164
10405   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
10406  imeFormat[] 
10407  [130] [131] [132] [133] [134] [135] [136]
10408  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3648--3648
10409   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
10410  tMapping*[] 
10411  [137] [138]
10412  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3803--3803
10413   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
10414  roperties printingProperties[] 
10415  [139]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
10416  Appendix E [140] [141] [142]
10417  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
10418   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
10419  ttom-margin][] 
10420  [143] [144])
10421  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
10422  Chapter 10 [145]
10423  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
10424   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
10425  RYPTE|[] 
10426  
10427  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
10428   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
10429  0 00  |D@textttsl xxx@texttt ............|[] 
10430  
10431  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
10432   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
10433  .....|[] 
10434  
10435  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
10436   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
10437  .....|[] 
10438  [146] [147]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix F
10439  [148] [149] [150] [151] [152] [153] [154] [155]) [156] )
10440  (see the transcript file for additional information){/usr/share/texlive/texmf-d
10441  ist/fonts/enc/dvips/lm/lm-rep-cmsc.enc}{/usr/share/texlive/texmf-dist/fonts/enc
10442  /dvips/lm/lm-mathit.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-re
10443  p-cmtt.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmrm.enc}{/
10444  usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmit.enc}{/usr/share/tex
10445  live/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.enc}</usr/share/texlive/texmf-dist
10446  /fonts/type1/public/lm/lmb10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pub
10447  lic/lm/lmbx12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmcsc10.
10448  pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmmi10.pfb></usr/share
10449  /texlive/texmf-dist/fonts/type1/public/lm/lmmi12.pfb></usr/share/texlive/texmf-
10450  dist/fonts/type1/public/lm/lmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1
10451  /public/lm/lmmi9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr10
10452  .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr7.pfb></usr/share/
10453  texlive/texmf-dist/fonts/type1/public/lm/lmr9.pfb></usr/share/texlive/texmf-dis
10454  t/fonts/type1/public/lm/lmri10.pfb></usr/share/texlive/texmf-dist/fonts/type1/p
10455  ublic/lm/lmro10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmss10
10456  .pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmsy10.pfb></usr/shar
10457  e/texlive/texmf-dist/fonts/type1/public/lm/lmtt10.pfb></usr/share/texlive/texmf
10458  -dist/fonts/type1/public/lm/lmtt12.pfb></usr/share/texlive/texmf-dist/fonts/typ
10459  e1/public/lm/lmtt9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmt
10460  to10.pfb>
10461  Output written on pspp-dev.pdf (163 pages, 752992 bytes).
10462  Transcript written on pspp-dev.log.
10463  Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.txt --no-split --no-headers  -I 'doc' "doc/pspp-dev.texi")
10464  Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o pspp-dev.html  -I 'doc'  "doc/pspp-dev.texi")
10465  Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp-dev.html  -I 'doc'  "doc/pspp-dev.texi")
10466  Making .tar.gz for sources...
10467  bugs.texi
10468  combining.texi
10469  command-index.texi
10470  concept-index.texi
10471  data-io.texi
10472  data-selection.texi
10473  expressions.texi
10474  fdl.texi
10475  files.texi
10476  flow-control.texi
10477  function-index.texi
10478  installing.texi
10479  introduction.texi
10480  invoking.texi
10481  language.texi
10482  license.texi
10483  matrices.texi
10484  ni.texi
10485  not-implemented.texi
10486  pspp-convert.texi
10487  pspp-dev.texi
10488  pspp-dump-sav.texi
10489  pspp-output.texi
10490  pspp.texi
10491  regression.texi
10492  statistics.texi
10493  transformation.texi
10494  tutorial.texi
10495  tut.texi
10496  utilities.texi
10497  variables.texi
10498  version-dev.texi
10499  version.texi
10500  Writing index file...
10501  Done, see /home/blp/tmp/pspptmp/master/source/results/dev-guide/ subdirectory for new files.

10503  Saving Developers Guide: dev-guide

10505  Success