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  Extract ssw repository version number

  13  Checking ssw Automake mode
  14  ssw Automake mode is gnu

  16  Generate ssw build version number

  18  Updating ssw version number in configure.ac

  20  Updating ssw NEWS

  22  Bootstrap ssw
  23  cd ssw && ./bootstrap
  24  libtoolize: putting auxiliary files in '.'.
  25  libtoolize: copying file './ltmain.sh'
  26  libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'aclocal-aux'.
  27  libtoolize: copying file 'aclocal-aux/libtool.m4'
  28  libtoolize: copying file 'aclocal-aux/ltoptions.m4'
  29  libtoolize: copying file 'aclocal-aux/ltsugar.m4'
  30  libtoolize: copying file 'aclocal-aux/ltversion.m4'
  31  libtoolize: copying file 'aclocal-aux/lt~obsolete.m4'
  32  configure.ac:23: installing './compile'
  33  configure.ac:24: installing './config.guess'
  34  configure.ac:24: installing './config.sub'
  35  configure.ac:19: installing './install-sh'
  36  configure.ac:19: installing './missing'
  37  Makefile.am: installing './INSTALL'
  38  Makefile.am: installing './depcomp'
  39  Makefile.am:24: installing './mdate-sh'
  40  Makefile.am:24: installing './texinfo.tex'
  41  configure.ac:23: warning: The macro `AC_PROG_CC_STDC' is obsolete.
  42  configure.ac:23: You should run autoupdate.
  43  ./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from...
  44  configure.ac:23: the top level

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

 134  Make ssw source tarball
 135  cd ssw/_build && make -j128 dist
 136  make  dist-gzip am__post_remove_distdir='@:'
 137  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 138  glib-genmarshal --body --prefix=ssw_cclosure_marshal ../src/marshall-list > src/ssw-marshaller.c,tmp
 139  glib-genmarshal --header --prefix=ssw_cclosure_marshal ../src/marshall-list > src/ssw-marshaller.h,tmp
 140  INFO: Reading ../src/marshall-list...
 141  INFO: Reading ../src/marshall-list...
 142  mv src/ssw-marshaller.h,tmp src/ssw-marshaller.h
 143  mv src/ssw-marshaller.c,tmp src/ssw-marshaller.c
 144  make  distdir-am
 145  make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 146  cat -n ../doc/prog1.c > doc/prog1.c-enum
 147  cat -n ../doc/prog2.c > doc/prog2.c-enum
 148  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 149  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 150  Updating ../doc/version.texi
 151  if test -d "spread-sheet-widget-0.8-ge9e2eb"; then find "spread-sheet-widget-0.8-ge9e2eb" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "spread-sheet-widget-0.8-ge9e2eb" || { sleep 5 && rm -rf "spread-sheet-widget-0.8-ge9e2eb"; }; else :; fi
 152  test -d "spread-sheet-widget-0.8-ge9e2eb" || mkdir "spread-sheet-widget-0.8-ge9e2eb"
 153  make  \
 154    top_distdir="spread-sheet-widget-0.8-ge9e2eb" distdir="spread-sheet-widget-0.8-ge9e2eb" \
 155    dist-info dist-hook
 156  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 157  restore=: && backupdir=".am$$" && \
 158  am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd .. && \
 159  rm -rf $backupdir && mkdir $backupdir && \
 160  if (/bin/sh '/home/blp/tmp/pspptmp/master/source/ssw/missing' makeinfo --version) >/dev/null 2>&1; then \
 161    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 \
 162      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
 163    done; \
 164  else :; fi && \
 165  cd "$am__cwd"; \
 166  if /bin/sh '/home/blp/tmp/pspptmp/master/source/ssw/missing' makeinfo -I ./doc  -I doc -I ../doc \
 167   -o ../doc/spread-sheet-widget.info ../doc/spread-sheet-widget.texi; \
 168  then \
 169    rc=0; \
 170    CDPATH="${ZSH_VERSION+.}:" && cd ..; \
 171  else \
 172    rc=$?; \
 173    CDPATH="${ZSH_VERSION+.}:" && cd .. && \
 174    $restore $backupdir/* `echo "./../doc/spread-sheet-widget.info" | sed 's|[^/]*$||'`; \
 175  fi; \
 176  rm -rf $backupdir; exit $rc
 177  if test -d ../.git; then                     \
 178  	git -C ../.git log --date=short --pretty='%cd %an <%ae>%n%n        %s%n%n' > spread-sheet-widget-0.8-ge9e2eb/cl-t || exit 1;                                        \
 179  	mv spread-sheet-widget-0.8-ge9e2eb/cl-t spread-sheet-widget-0.8-ge9e2eb/ChangeLog;          \
 180  	cat ../ChangeLog >> spread-sheet-widget-0.8-ge9e2eb/ChangeLog; \
 181          fi
 182  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 183  test -n "" \
 184  || find "spread-sheet-widget-0.8-ge9e2eb" -type d ! -perm -755 \
 185  	-exec chmod u+rwx,go+rx {} \; -o \
 186    ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 187    ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 188    ! -type d ! -perm -444 -exec /bin/sh /home/blp/tmp/pspptmp/master/source/ssw/install-sh -c -m a+r {} {} \; \
 189  || chmod -R a+r "spread-sheet-widget-0.8-ge9e2eb"
 190  make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 191  tardir=spread-sheet-widget-0.8-ge9e2eb && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >spread-sheet-widget-0.8-ge9e2eb.tar.gz
 192  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
 193  if test -d "spread-sheet-widget-0.8-ge9e2eb"; then find "spread-sheet-widget-0.8-ge9e2eb" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "spread-sheet-widget-0.8-ge9e2eb" || { sleep 5 && rm -rf "spread-sheet-widget-0.8-ge9e2eb"; }; else :; fi

 195  Saving ssw source distribution: spread-sheet-widget-0.8-ge9e2eb.tar.gz
 196  cp -R ssw/_build/spread-sheet-widget-0.8-ge9e2eb.tar.gz /home/blp/tmp/pspptmp/master/source/results/spread-sheet-widget-0.8-ge9e2eb.tar.gz

 198  Extract ssw/_build/spread-sheet-widget-0.8-ge9e2eb.tar.gz into spread-sheet-widget-0.8-ge9e2eb
 199  tar xzf ssw/_build/spread-sheet-widget-0.8-ge9e2eb.tar.gz

 201  Configure spread-sheet-widget
 202  cd spread-sheet-widget-0.8-ge9e2eb && ./configure --prefix=''
 203  checking for a BSD-compatible install... /usr/bin/install -c
 204  checking whether build environment is sane... yes
 205  checking for a race-free mkdir -p... /usr/bin/mkdir -p
 206  checking for gawk... gawk
 207  checking whether make sets $(MAKE)... yes
 208  checking whether make supports nested variables... yes
 209  checking whether make supports the include directive... yes (GNU style)
 210  checking for gcc... gcc
 211  checking whether the C compiler works... yes
 212  checking for C compiler default output file name... a.out
 213  checking for suffix of executables... 
 214  checking whether we are cross compiling... no
 215  checking for suffix of object files... o
 216  checking whether the compiler supports GNU C... yes
 217  checking whether gcc accepts -g... yes
 218  checking for gcc option to enable C11 features... none needed
 219  checking whether gcc understands -c and -o together... yes
 220  checking dependency style of gcc... gcc3
 221  checking build system type... x86_64-pc-linux-gnu
 222  checking host system type... x86_64-pc-linux-gnu
 223  checking how to print strings... printf
 224  checking for a sed that does not truncate output... /usr/bin/sed
 225  checking for grep that handles long lines and -e... /usr/bin/grep
 226  checking for egrep... /usr/bin/grep -E
 227  checking for fgrep... /usr/bin/grep -F
 228  checking for ld used by gcc... /usr/bin/ld
 229  checking if the linker (/usr/bin/ld) is GNU ld... yes
 230  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
 231  checking the name lister (/usr/bin/nm -B) interface... BSD nm
 232  checking whether ln -s works... yes
 233  checking the maximum length of command line arguments... 1572864
 234  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
 235  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
 236  checking for /usr/bin/ld option to reload object files... -r
 237  checking for file... file
 238  checking for objdump... objdump
 239  checking how to recognize dependent libraries... pass_all
 240  checking for dlltool... no
 241  checking how to associate runtime and link libraries... printf %s\n
 242  checking for ar... ar
 243  checking for archiver @FILE support... @
 244  checking for strip... strip
 245  checking for ranlib... ranlib
 246  checking command to parse /usr/bin/nm -B output from gcc object... ok
 247  checking for sysroot... no
 248  checking for a working dd... /usr/bin/dd
 249  checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
 250  checking for mt... no
 251  checking if : is a manifest tool... no
 252  checking for stdio.h... yes
 253  checking for stdlib.h... yes
 254  checking for string.h... yes
 255  checking for inttypes.h... yes
 256  checking for stdint.h... yes
 257  checking for strings.h... yes
 258  checking for sys/stat.h... yes
 259  checking for sys/types.h... yes
 260  checking for unistd.h... yes
 261  checking for dlfcn.h... yes
 262  checking for objdir... .libs
 263  checking if gcc supports -fno-rtti -fno-exceptions... no
 264  checking for gcc option to produce PIC... -fPIC -DPIC
 265  checking if gcc PIC flag -fPIC -DPIC works... yes
 266  checking if gcc static flag -static works... yes
 267  checking if gcc supports -c -o file.o... yes
 268  checking if gcc supports -c -o file.o... (cached) yes
 269  checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
 270  checking whether -lc should be explicitly linked in... no
 271  checking dynamic linker characteristics... GNU/Linux ld.so
 272  checking how to hardcode library paths into programs... immediate
 273  checking whether stripping libraries is possible... yes
 274  checking if libtool supports shared libraries... yes
 275  checking whether to build shared libraries... yes
 276  checking whether to build static libraries... yes
 277  checking for pkg-config... /usr/bin/pkg-config
 278  checking pkg-config is at least version 0.9.0... yes
 279  checking for GTK3... yes
 280  checking for GLIB2... yes
 281  checking that generated files are newer than configure... done
 282  configure: creating ./config.status
 283  config.status: creating Makefile
 284  config.status: creating spread-sheet-widget.pc
 285  config.status: creating config.h
 286  config.status: executing depfiles commands
 287  config.status: executing libtool commands

 289  Build spread-sheet-widget
 290  cd spread-sheet-widget-0.8-ge9e2eb && make -j$(nproc)
 291  glib-genmarshal --body --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.c,tmp
 292  glib-genmarshal --header --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.h,tmp
 293  INFO: Reading src/marshall-list...
 294  INFO: Reading src/marshall-list...
 295  mv src/ssw-marshaller.c,tmp src/ssw-marshaller.c
 296  mv src/ssw-marshaller.h,tmp src/ssw-marshaller.h
 297  make  all-am
 298  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb'
 299  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 300  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 301  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 302  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 303  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 304  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 305  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 306  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 307  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 308  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 309  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 310  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 311  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 312  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 313  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 314  mv -f doc/.deps/prog1-prog1.Tpo doc/.deps/prog1-prog1.Po
 315  mv -f demo/.deps/demo-main.Tpo demo/.deps/demo-main.Po
 316  mv -f doc/.deps/prog2-prog2.Tpo doc/.deps/prog2-prog2.Po
 317  mv -f demo/.deps/demo-custom-axis.Tpo demo/.deps/demo-custom-axis.Po
 318  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 319  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 320  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 321  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 322  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 323  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 324  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 325  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 326  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 327  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 328  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 329  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 330  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 331  src/ssw-sheet-single.c: In function '__realize':
 332  src/ssw-sheet-single.c:97:3: warning: 'gtk_container_set_focus_chain' is deprecated [-Wdeprecated-declarations]
 333     97 |   gtk_container_set_focus_chain (GTK_CONTAINER (single), &focus_chain);
 334        |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 335  In file included from /usr/include/gtk-3.0/gtk/gtkbin.h:33,
 336                   from /usr/include/gtk-3.0/gtk/gtkwindow.h:35,
 337                   from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
 338                   from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
 339                   from /usr/include/gtk-3.0/gtk/gtk.h:31,
 340                   from src/ssw-sheet-single.h:47,
 341                   from src/ssw-sheet-single.c:20:
 342  /usr/include/gtk-3.0/gtk/gtkcontainer.h:177:10: note: declared here
 343    177 | void     gtk_container_set_focus_chain  (GtkContainer   *container,
 344        |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 345  In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
 346                   from /usr/include/glib-2.0/glib.h:56,
 347                   from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
 348                   from /usr/include/gtk-3.0/gdk/gdk.h:30,
 349                   from /usr/include/gtk-3.0/gtk/gtk.h:30:
 350  src/ssw-sheet-single.c: In function '__ref_at':
 351  /usr/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result]
 352     68 |   (__builtin_constant_p (free_segment) ?        \
 353        |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 354     69 |     ((free_segment) ?                           \
 355        |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 356     70 |       (g_string_free) ((str), (free_segment)) : \
 357        |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 358     71 |       g_string_free_and_steal (str))            \
 359        |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 360     72 |     :                                           \
 361        |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 362     73 |     (g_string_free) ((str), (free_segment)))
 363        |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 364  src/ssw-sheet-single.c:42:3: note: in expansion of macro 'g_string_free'
 365     42 |   g_string_free (output, FALSE);
 366        |   ^~~~~~~~~~~~~
 367  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 368  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 369  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 370  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 371  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 372  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 373  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 374  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 375  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 376  mv -f src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo src/.deps/libspread_sheet_widget_la-ssw-cell.Plo
 377  mv -f src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo src/.deps/libspread_sheet_widget_la-ssw-marshaller.Plo
 378  mv -f src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-axis-model.Plo
 379  mv -f src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo src/.deps/libspread_sheet_widget_la-ssw-xpaned.Plo
 380  mv -f src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo src/.deps/libspread_sheet_widget_la-ssw-constraint.Plo
 381  mv -f src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Plo
 382  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Plo
 383  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-body.Plo
 384  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet.Plo
 385  mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Plo
 386  mv -f src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo src/.deps/libspread_sheet_widget_la-ssw-html-parser.Plo
 387  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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  
 388  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
 389  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")
 390  libtool: link: (cd ".libs" && rm -f "libspread-sheet-widget.so" && ln -s "libspread-sheet-widget.so.0.0.0" "libspread-sheet-widget.so")
 391  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
 392  libtool: link: ranlib .libs/libspread-sheet-widget.a
 393  libtool: link: ( cd ".libs" && rm -f "libspread-sheet-widget.la" && ln -s "../libspread-sheet-widget.la" "libspread-sheet-widget.la" )
 394  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 
 395  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 
 396  /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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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 
 397  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 398  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 399  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/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -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
 400  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb'

 402  Install spread-sheet-widget
 403  cd spread-sheet-widget-0.8-ge9e2eb && make -j$(nproc) install DESTDIR=$PWD/inst
 404  make  install-am
 405  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb'
 406  make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb'
 407  /usr/bin/mkdir -p /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib/pkgconfig
 408  chmod -R u+w /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib
 409  /usr/bin/install -c -m 644 spread-sheet-widget.pc /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib/pkgconfig/spread-sheet-widget.pc
 410   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/include'
 411   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib'
 412   /bin/sh ./libtool   --mode=install /usr/bin/install -c   libspread-sheet-widget.la '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib'
 413   /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/share/info'
 414   /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/spread-sheet-widget-0.8-ge9e2eb/inst/include'
 415   /usr/bin/install -c -m 644 ./doc/spread-sheet-widget.info '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/share/info'
 416   install-info --info-dir='/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/share/info' '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/share/info/spread-sheet-widget.info'
 417  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.so.0.0.0 /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib/libspread-sheet-widget.so.0.0.0
 418  libtool: install: (cd /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/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; }; })
 419  libtool: install: (cd /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/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; }; })
 420  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.lai /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib/libspread-sheet-widget.la
 421  libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.a /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib/libspread-sheet-widget.a
 422  libtool: install: chmod 644 /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib/libspread-sheet-widget.a
 423  libtool: install: ranlib /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb/inst/lib/libspread-sheet-widget.a
 424  libtool: warning: remember to run 'libtool --finish /lib'
 425  make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb'
 426  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.8-ge9e2eb'

 428  Fetch branch from Git
 429  git --git-dir=/home/blp/pspp/build/./.git fetch git://git.sv.gnu.org/pspp +master:refs/builds/20230531143312/pspp
 430  From git://git.sv.gnu.org/pspp
 431   * [new branch]            master     -> refs/builds/20230531143312/pspp

 433  Extract branch into source directory
 434  git --git-dir=/home/blp/pspp/build/./.git archive --format=tar --prefix=pspp/ refs/builds/20230531143312/pspp | tar xf -

 436  Reading README.Git to find Gnulib commit number

 438  Extract pspp repository version number

 440  Checking pspp Automake mode
 441  pspp Automake mode is gnu

 443  Generate pspp build version number

 445  Updating pspp version number in configure.ac

 447  Updating pspp NEWS
 448  git --git-dir=/home/blp/pspp/build/./.git update-ref refs/builds/20230531143312/gnulib ff24917703530849f3b109905d437337cdeeab14

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

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

2825  Configure source
2826  cd pspp && mkdir _build && cd _build && ../configure PKG_CONFIG_PATH=$PWD/../../spread-sheet-widget-0.8-ge9e2eb/inst/lib/pkgconfig
2827  checking for a BSD-compatible install... /usr/bin/install -c
2828  checking whether build environment is sane... yes
2829  checking for a race-free mkdir -p... /usr/bin/mkdir -p
2830  checking for gawk... gawk
2831  checking whether make sets $(MAKE)... yes
2832  checking whether make supports nested variables... yes
2833  checking whether UID '1000' is supported by ustar format... yes
2834  checking whether GID '1000' is supported by ustar format... yes
2835  checking how to create a ustar tar archive... gnutar
2836  checking whether make supports the include directive... yes (GNU style)
2837  checking for gcc... gcc
2838  checking whether the C compiler works... yes
2839  checking for C compiler default output file name... a.out
2840  checking for suffix of executables... 
2841  checking whether we are cross compiling... no
2842  checking for suffix of object files... o
2843  checking whether the compiler supports GNU C... yes
2844  checking whether gcc accepts -g... yes
2845  checking for gcc option to enable C11 features... none needed
2846  checking whether gcc understands -c and -o together... yes
2847  checking whether the compiler is clang... no
2848  checking for compiler option needed when checking for declarations... none
2849  checking dependency style of gcc... gcc3
2850  checking for stdio.h... yes
2851  checking for stdlib.h... yes
2852  checking for string.h... yes
2853  checking for inttypes.h... yes
2854  checking for stdint.h... yes
2855  checking for strings.h... yes
2856  checking for sys/stat.h... yes
2857  checking for sys/types.h... yes
2858  checking for unistd.h... yes
2859  checking for wchar.h... yes
2860  checking for minix/config.h... no
2861  checking for pthread.h... yes
2862  checking for xlocale.h... no
2863  checking for sys/param.h... yes
2864  checking for sys/socket.h... yes
2865  checking for fnmatch.h... yes
2866  checking for features.h... yes
2867  checking for getopt.h... yes
2868  checking for sys/cdefs.h... yes
2869  checking for stdio_ext.h... yes
2870  checking for termios.h... yes
2871  checking for sys/time.h... yes
2872  checking for threads.h... yes
2873  checking for limits.h... yes
2874  checking for crtdefs.h... no
2875  checking for wctype.h... yes
2876  checking for langinfo.h... yes
2877  checking for math.h... yes
2878  checking for sys/mman.h... yes
2879  checking for malloc.h... yes
2880  checking for sys/select.h... yes
2881  checking for sys/random.h... yes
2882  checking for sys/uio.h... yes
2883  checking whether it is safe to define __EXTENSIONS__... yes
2884  checking whether _XOPEN_SOURCE should be defined... no
2885  checking for gcc... (cached) gcc
2886  checking whether the compiler supports GNU C... (cached) yes
2887  checking whether gcc accepts -g... (cached) yes
2888  checking for gcc option to enable C11 features... (cached) none needed
2889  checking whether gcc understands -c and -o together... (cached) yes
2890  checking whether the compiler is clang... (cached) no
2891  checking for compiler option needed when checking for declarations... (cached) none
2892  checking dependency style of gcc... (cached) gcc3
2893  checking build system type... x86_64-pc-linux-gnu
2894  checking host system type... x86_64-pc-linux-gnu
2895  checking how to run the C preprocessor... gcc -E
2896  checking for grep that handles long lines and -e... /usr/bin/grep
2897  checking for egrep... /usr/bin/grep -E
2898  checking for Minix Amsterdam compiler... no
2899  checking for ar... ar
2900  checking for ranlib... ranlib
2901  checking for _LARGEFILE_SOURCE value needed for large files... no
2902  checking for special C compiler options needed for large files... no
2903  checking for _FILE_OFFSET_BITS value needed for large files... no
2904  checking how to print strings... printf
2905  checking for a sed that does not truncate output... /usr/bin/sed
2906  checking for fgrep... /usr/bin/grep -F
2907  checking for ld used by gcc... /usr/bin/ld
2908  checking if the linker (/usr/bin/ld) is GNU ld... yes
2909  checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
2910  checking the name lister (/usr/bin/nm -B) interface... BSD nm
2911  checking whether ln -s works... yes
2912  checking the maximum length of command line arguments... 1572864
2913  checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
2914  checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2915  checking for /usr/bin/ld option to reload object files... -r
2916  checking for file... file
2917  checking for objdump... objdump
2918  checking how to recognize dependent libraries... pass_all
2919  checking for dlltool... no
2920  checking how to associate runtime and link libraries... printf %s\n
2921  checking for archiver @FILE support... @
2922  checking for strip... strip
2923  checking for ranlib... (cached) ranlib
2924  checking command to parse /usr/bin/nm -B output from gcc object... ok
2925  checking for sysroot... no
2926  checking for a working dd... /usr/bin/dd
2927  checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2928  checking for mt... no
2929  checking if : is a manifest tool... no
2930  checking for dlfcn.h... yes
2931  checking for objdir... .libs
2932  checking if gcc supports -fno-rtti -fno-exceptions... no
2933  checking for gcc option to produce PIC... -fPIC -DPIC
2934  checking if gcc PIC flag -fPIC -DPIC works... yes
2935  checking if gcc static flag -static works... yes
2936  checking if gcc supports -c -o file.o... yes
2937  checking if gcc supports -c -o file.o... (cached) yes
2938  checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
2939  checking whether -lc should be explicitly linked in... no
2940  checking dynamic linker characteristics... GNU/Linux ld.so
2941  checking how to hardcode library paths into programs... immediate
2942  checking for shl_load... no
2943  checking for shl_load in -ldld... no
2944  checking for dlopen... yes
2945  checking whether a program can dlopen itself... yes
2946  checking whether a statically linked program can dlopen itself... no
2947  checking whether stripping libraries is possible... yes
2948  checking if libtool supports shared libraries... yes
2949  checking whether to build shared libraries... yes
2950  checking whether to build static libraries... yes
2951  checking whether termios.h defines TIOCGWINSZ... no
2952  checking whether sys/ioctl.h defines TIOCGWINSZ... yes
2953  checking size of ptrdiff_t... 8
2954  checking for pkg-config... /usr/bin/pkg-config
2955  checking pkg-config is at least version 0.9.0... yes
2956  checking whether makeinfo supports @clicksequence... yes
2957  checking whether makeinfo generates broken DocBook XML... no
2958  checking for dot... yes
2959  checking whether gcc accepts -Wall... yes
2960  checking whether gcc accepts -Wextra... yes
2961  checking whether gcc accepts -Wwrite-strings... yes
2962  checking whether gcc accepts -Wstrict-prototypes... yes
2963  checking whether gcc accepts -Wpointer-arith... yes
2964  checking whether gcc accepts -Wno-sign-compare... yes
2965  checking whether gcc accepts -Wmissing-prototypes... yes
2966  checking for perl... /usr/bin/perl
2967  checking for python3... python3
2968  checking for tex... tex
2969  checking for ld... /usr/bin/ld -m elf_x86_64
2970  checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
2971  checking for shared library run path origin... done
2972  checking 32-bit host C ABI... no
2973  checking for ELF binary format... yes
2974  checking for the common suffixes of directories in the library search path... lib,lib,lib64
2975  checking whether NLS is requested... yes
2976  checking for CFPreferencesCopyAppValue... no
2977  checking for CFLocaleCopyPreferredLanguages... no
2978  checking for GNU gettext in libc... yes
2979  checking whether to use NLS... yes
2980  checking where the gettext function comes from... libc
2981  checking for msgfmt... msgfmt
2982  checking for xgettext... xgettext
2983  checking whether gettext is sufficiently recent... yes
2984  checking for special C compiler options needed for large files... (cached) no
2985  checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
2986  checking for library containing sin... -lm
2987  checking for LC_PAPER... yes
2988  checking for CAIRO... yes
2989  checking for an xmllint program which fits our needs... /usr/bin/xmllint
2990  checking for GTHREAD... yes
2991  checking for GTK... yes
2992  checking for GTKSOURCEVIEW... yes
2993  checking for GLIB... yes
2994  checking for SPREAD_SHEET_WIDGET... yes
2995  checking for glib-genmarshal... glib-genmarshal
2996  checking for glib-compile-resources... glib-compile-resources
2997  checking for g_memdup2 in -lglib-2.0... yes
2998  checking whether the preprocessor supports include_next... yes
2999  checking whether source code line length is unlimited... yes
3000  checking for pg_config... /usr/bin/pg_config
3001  checking for PQexec in -lpq... yes
3002  checking whether -lpq links successfully... yes
3003  checking for LIBXML2... yes
3004  checking for library containing gzopen... -lz
3005  checking for zlib.h... yes
3006  checking for library containing cblas_dsdot... -lgslcblas
3007  checking for GSL... yes
3008  checking for inline... inline
3009  checking whether the compiler generally respects inline... yes
3010  checking whether gcc accepts -fgnu89-inline... yes
3011  checking whether GSL needs -fgnu89-inline to link... no
3012  checking for readline... yes
3013  checking how to link with libreadline... -lreadline
3014  checking for library containing rl_echo_signal_char... -lreadline
3015  checking for library containing rl_outstream... none required
3016  checking for sys/wait.h... yes
3017  checking for fpu_control.h... yes
3018  checking for ieeefp.h... no
3019  checking for fenv.h... yes
3020  checking for pwd.h... yes
3021  checking for gcc options needed to detect all undeclared functions... none needed
3022  checking whether SIGWINCH is declared... yes
3023  checking for size_t... yes
3024  checking for working alloca.h... yes
3025  checking for alloca... yes
3026  checking whether <wchar.h> uses 'inline' correctly... yes
3027  checking for btowc... yes
3028  checking for uselocale... yes
3029  checking for snprintf... yes
3030  checking for canonicalize_file_name... yes
3031  checking for faccessat... yes
3032  checking for realpath... yes
3033  checking for lstat... yes
3034  checking for readlinkat... yes
3035  checking for _set_invalid_parameter_handler... no
3036  checking for explicit_bzero... yes
3037  checking for memset_s... no
3038  checking for fcntl... yes
3039  checking for symlink... yes
3040  checking for fnmatch... yes
3041  checking for mbsrtowcs... yes
3042  checking for vasnprintf... no
3043  checking for __fseterr... no
3044  checking for getdelim... yes
3045  checking for getdtablesize... yes
3046  checking for getpass... yes
3047  checking for __fsetlocking... yes
3048  checking for getprogname... no
3049  checking for getexecname... no
3050  checking for getrandom... yes
3051  checking for timespec_get... yes
3052  checking for gettimeofday... yes
3053  checking for isblank... yes
3054  checking for iswcntrl... yes
3055  checking for iswblank... yes
3056  checking for newlocale... yes
3057  checking for duplocale... yes
3058  checking for freelocale... yes
3059  checking for mbsinit... yes
3060  checking for mbrtowc... yes
3061  checking for mprotect... yes
3062  checking for mkstemp... yes
3063  checking for nl_langinfo... yes
3064  checking for pipe2... yes
3065  checking for readlink... yes
3066  checking for iswctype... yes
3067  checking for setenv... yes
3068  checking for link... yes
3069  checking for secure_getenv... yes
3070  checking for getuid... yes
3071  checking for geteuid... yes
3072  checking for getgid... yes
3073  checking for getegid... yes
3074  checking for sigaction... yes
3075  checking for sigaltstack... yes
3076  checking for siginterrupt... yes
3077  checking for strndup... yes
3078  checking for localtime_r... yes
3079  checking for timegm... yes
3080  checking for wcrtomb... yes
3081  checking for wcwidth... yes
3082  checking for wmempcpy... yes
3083  checking for nl_langinfo and CODESET... yes
3084  checking for a traditional french locale... fr_FR
3085  checking for C/C++ restrict keyword... __restrict__
3086  checking whether uselocale works... yes
3087  checking for wchar_t... yes
3088  checking for wint_t... yes
3089  checking whether wint_t is large enough... yes
3090  checking where to find the exponent in a 'double'... word 1 bit 20
3091  checking whether snprintf returns a byte count as in C99... yes
3092  checking whether snprintf truncates the result as in C99... yes
3093  checking for snprintf... (cached) yes
3094  checking for strnlen... yes
3095  checking for wcslen... yes
3096  checking for wcsnlen... yes
3097  checking for mbrtowc... (cached) yes
3098  checking for wcrtomb... (cached) yes
3099  checking whether _snprintf is declared... no
3100  checking whether printf supports 'long double' arguments... yes
3101  checking whether printf supports infinite 'double' arguments... yes
3102  checking whether byte ordering is bigendian... no
3103  checking whether long double and double are the same... no
3104  checking whether printf supports infinite 'long double' arguments... yes
3105  checking whether printf supports the 'a' and 'A' directives... yes
3106  checking whether printf supports the 'F' directive... yes
3107  checking whether printf supports the 'ls' directive... yes
3108  checking whether printf supports the grouping flag... yes
3109  checking whether printf supports the left-adjust flag correctly... yes
3110  checking whether printf supports the zero flag correctly... yes
3111  checking whether printf supports large precisions... yes
3112  checking whether the compiler produces multi-arch binaries... no
3113  checking whether printf survives out-of-memory conditions... yes
3114  checking whether malloc is ptrdiff_t safe... yes
3115  checking whether malloc, realloc, calloc set errno on failure... yes
3116  checking whether lstat correctly handles trailing slash... yes
3117  checking whether // is distinct from /... no
3118  checking whether realpath works... yes
3119  checking for getcwd... yes
3120  checking if environ is properly declared... yes
3121  checking for complete errno.h... yes
3122  checking whether strerror_r is declared... yes
3123  checking whether strerror_r returns char *... yes
3124  checking whether ctype.h defines __header_inline... no
3125  checking for sig_atomic_t... yes
3126  checking for working fcntl.h... yes
3127  checking for pid_t... yes
3128  checking for mode_t... yes
3129  checking for mbstate_t... yes
3130  checking for stdint.h... yes
3131  checking for inttypes.h... yes
3132  checking whether printf supports size specifiers as in C99... yes
3133  checking whether printf supports the 'n' directive... yes
3134  checking whether printf supports POSIX/XSI format strings with positions... yes
3135  checking for intmax_t... yes
3136  checking whether frexp() can be used without linking with libm... yes
3137  checking whether alarm is declared... yes
3138  checking whether stdin defaults to large file offsets... yes
3139  checking whether fseeko is declared... yes
3140  checking for fseeko... yes
3141  checking whether stat file-mode macros are broken... no
3142  checking for nlink_t... yes
3143  checking whether ftello is declared... yes
3144  checking whether ungetc works on arbitrary bytes... yes
3145  checking for ftello... yes
3146  checking whether ftello works... yes
3147  checking whether getdelim is declared... yes
3148  checking whether getdtablesize is declared... yes
3149  checking whether getline is declared... yes
3150  checking for getopt.h... (cached) yes
3151  checking for getopt_long_only... yes
3152  checking whether getopt is POSIX compatible... yes
3153  checking for working GNU getopt function... yes
3154  checking for working GNU getopt_long function... yes
3155  checking whether fflush_unlocked is declared... yes
3156  checking whether flockfile is declared... yes
3157  checking whether fputs_unlocked is declared... yes
3158  checking whether funlockfile is declared... yes
3159  checking whether putc_unlocked is declared... yes
3160  checking for struct timeval... yes
3161  checking for wide-enough struct timeval.tv_sec member... yes
3162  checking for pthread.h... (cached) yes
3163  checking for pthread_kill in -lpthread... yes
3164  checking whether POSIX threads API is available... yes
3165  checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
3166  checking whether setlocale (category, NULL) is multithread-safe... yes
3167  checking for off_t... yes
3168  checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
3169  checking whether stdint.h conforms to C99... yes
3170  checking whether stdint.h works without ISO C predefines... yes
3171  checking whether stdint.h has UINTMAX_WIDTH etc.... yes
3172  checking where to find the exponent in a 'float'... word 0 bit 23
3173  checking whether isnan(float) can be used without linking with libm... yes
3174  checking whether isnan(float) works... yes
3175  checking whether isnan(double) can be used without linking with libm... yes
3176  checking whether isnan(long double) can be used without linking with libm... yes
3177  checking whether isnanl works... yes
3178  checking whether iswcntrl works... yes
3179  checking for towlower... yes
3180  checking for wctype_t... yes
3181  checking for wctrans_t... yes
3182  checking for a traditional japanese locale... ja_JP
3183  checking for a french Unicode locale... fr_FR.UTF-8
3184  checking for a transitional chinese locale... zh_CN.GB18030
3185  checking whether langinfo.h defines CODESET... yes
3186  checking whether langinfo.h defines T_FMT_AMPM... yes
3187  checking whether langinfo.h defines ALTMON_1... yes
3188  checking whether langinfo.h defines ERA... yes
3189  checking whether langinfo.h defines YESEXPR... yes
3190  checking for good max_align_t... yes
3191  checking whether NULL can be used in arbitrary expressions... yes
3192  checking whether locale.h defines locale_t... yes
3193  checking whether locale.h conforms to POSIX:2001... yes
3194  checking whether struct lconv is properly defined... yes
3195  checking for LC_MESSAGES... yes
3196  checking whether uselocale works... (cached) yes
3197  checking for fake locale system (OpenBSD)... no
3198  checking for Solaris 11.4 locale system... no
3199  checking for getlocalename_l... no
3200  checking whether imported symbols can be declared weak... yes
3201  checking for multithread API to use... posix
3202  checking whether malloc (0) returns nonnull... yes
3203  checking whether NAN macro works... yes
3204  checking whether HUGE_VAL works... yes
3205  checking for mmap... yes
3206  checking for MAP_ANONYMOUS... yes
3207  checking whether memchr works... yes
3208  checking whether memmem is declared... yes
3209  checking for memmem... yes
3210  checking whether memmem works... yes
3211  checking whether memrchr is declared... yes
3212  checking whether <limits.h> defines MIN and MAX... no
3213  checking whether <sys/param.h> defines MIN and MAX... yes
3214  checking whether time_t is signed... yes
3215  checking for working mktime... yes
3216  checking whether struct tm is in sys/time.h or time.h... time.h
3217  checking for struct tm.tm_zone... yes
3218  checking for struct tm.tm_gmtoff... yes
3219  checking for O_CLOEXEC... yes
3220  checking for promoted mode_t type... mode_t
3221  checking whether C symbols are prefixed with underscore at the linker level... no
3222  checking for sigset_t... yes
3223  checking for shared library path variable... LD_LIBRARY_PATH
3224  checking whether to activate relocatable installation... no
3225  checking whether setenv is declared... yes
3226  checking for ssize_t... yes
3227  checking whether <sys/select.h> is self-contained... yes
3228  checking for library containing setsockopt... none needed
3229  checking for uid_t in sys/types.h... yes
3230  checking for volatile sig_atomic_t... yes
3231  checking for sighandler_t... yes
3232  checking whether snprintf is declared... yes
3233  checking for stdbool.h that conforms to C99... yes
3234  checking for _Bool... yes
3235  checking whether fcloseall is declared... yes
3236  checking which flavor of printf attribute matches inttypes macros... system
3237  checking whether ecvt is declared... yes
3238  checking whether fcvt is declared... yes
3239  checking whether gcvt is declared... yes
3240  checking for strcasestr... yes
3241  checking whether strcasestr works... yes
3242  checking whether strdup is declared... yes
3243  checking whether strerror(0) succeeds... yes
3244  checking whether strncat works... yes
3245  checking whether strndup is declared... yes
3246  checking whether strnlen is declared... yes
3247  checking whether ldexp() can be used without linking with libm... yes
3248  checking whether strtok_r is declared... yes
3249  checking whether <sys/socket.h> is self-contained... yes
3250  checking for shutdown... yes
3251  checking whether <sys/socket.h> defines the SHUT_* macros... yes
3252  checking for struct sockaddr_storage... yes
3253  checking for sa_family_t... yes
3254  checking for struct sockaddr_storage.ss_family... yes
3255  checking for struct timespec in <time.h>... yes
3256  checking for TIME_UTC in <time.h>... yes
3257  checking whether execvpe is declared... yes
3258  checking whether clearerr_unlocked is declared... yes
3259  checking whether feof_unlocked is declared... yes
3260  checking whether ferror_unlocked is declared... yes
3261  checking whether fgets_unlocked is declared... yes
3262  checking whether fputc_unlocked is declared... yes
3263  checking whether fread_unlocked is declared... yes
3264  checking whether fwrite_unlocked is declared... yes
3265  checking whether getc_unlocked is declared... yes
3266  checking whether getchar_unlocked is declared... yes
3267  checking whether putchar_unlocked is declared... yes
3268  checking whether unsetenv is declared... yes
3269  checking whether vsnprintf is declared... yes
3270  checking whether wcsdup is declared... yes
3271  checking for C compiler option to allow warnings... -Wno-error
3272  checking for alloca as a compiler built-in... yes
3273  checking whether to enable assertions... yes
3274  checking whether btowc(0) is correct... yes
3275  checking whether btowc(EOF) is correct... yes
3276  checking for __builtin_expect... yes
3277  checking for byteswap.h... yes
3278  checking for strtod_l... yes
3279  checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
3280  checking for library containing clock_gettime... none required
3281  checking for clock_getres... yes
3282  checking for clock_gettime... yes
3283  checking for clock_settime... yes
3284  checking whether // is distinct from /... (cached) no
3285  checking whether dup2 works... yes
3286  checking for error_at_line... yes
3287  checking whether fcntl handles F_DUPFD correctly... yes
3288  checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
3289  checking for flexible array member... yes
3290  checking whether conversion from 'int' to 'long double' works... yes
3291  checking for working POSIX fnmatch... yes
3292  checking whether fopen recognizes a trailing slash... yes
3293  checking whether fopen supports the mode character 'x'... yes
3294  checking whether fopen supports the mode character 'e'... yes
3295  checking whether free is known to preserve errno... yes
3296  checking whether frexp works... yes
3297  checking whether frexpl is declared... yes
3298  checking whether frexpl() can be used without linking with libm... yes
3299  checking whether frexpl works... yes
3300  checking for fseeko... (cached) yes
3301  checking for ftello... (cached) yes
3302  checking whether ftello works... (cached) yes
3303  checking for working getdelim function... yes
3304  checking whether getdtablesize works... yes
3305  checking for getline... yes
3306  checking for working getline function... yes
3307  checking whether program_invocation_name is declared... yes
3308  checking whether program_invocation_short_name is declared... yes
3309  checking whether __argv is declared... no
3310  checking whether getrandom is compatible with its GNU+BSD signature... yes
3311  checking for gettimeofday with POSIX signature... yes
3312  checking whether the compiler generally respects inline... (cached) yes
3313  checking whether isfinite is declared... yes
3314  checking whether isfinite(long double) works... yes
3315  checking whether isinf is declared... yes
3316  checking whether isinf(long double) works... yes
3317  checking whether isnan macro works... yes
3318  checking whether isnan(double) can be used without linking with libm... (cached) yes
3319  checking whether isnan(double) can be used without linking with libm... (cached) yes
3320  checking whether isnan(float) can be used without linking with libm... (cached) yes
3321  checking whether isnan(float) works... (cached) yes
3322  checking whether isnan(float) can be used without linking with libm... (cached) yes
3323  checking whether isnan(float) works... (cached) yes
3324  checking whether isnan(long double) can be used without linking with libm... (cached) yes
3325  checking whether isnanl works... (cached) yes
3326  checking whether isnan(long double) can be used without linking with libm... (cached) yes
3327  checking whether isnanl works... (cached) yes
3328  checking whether iswblank is declared... yes
3329  checking whether iswdigit is ISO C compliant... yes
3330  checking whether iswxdigit is ISO C compliant... yes
3331  checking whether the compiler supports the __inline keyword... yes
3332  checking for pthread_rwlock_t... yes
3333  checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
3334  checking whether lseek detects pipes... yes
3335  checking whether malloc (0) returns nonnull... (cached) yes
3336  checking whether mbrtowc handles incomplete characters... yes
3337  checking whether mbrtowc works as well as mbtowc... yes
3338  checking whether mbrtowc handles a NULL pwc argument... yes
3339  checking whether mbrtowc handles a NULL string argument... yes
3340  checking whether mbrtowc has a correct return value... yes
3341  checking whether mbrtowc returns 0 when parsing a NUL character... yes
3342  checking whether mbrtowc stores incomplete characters... no
3343  checking whether mbrtowc works on empty input... yes
3344  checking whether the C locale is free of encoding errors... no
3345  checking whether mbrtowc handles incomplete characters... (cached) yes
3346  checking whether mbrtowc works as well as mbtowc... (cached) yes
3347  checking whether mbrtowc handles incomplete characters... (cached) yes
3348  checking whether mbrtowc works as well as mbtowc... (cached) yes
3349  checking whether mbsrtowcs works... yes
3350  checking for mbtowc... yes
3351  checking whether memmem works in linear time... yes
3352  checking for memmem... (cached) yes
3353  checking whether memmem works... (cached) yes
3354  checking for mempcpy... yes
3355  checking for memrchr... yes
3356  checking whether mkdir handles trailing slash... yes
3357  checking whether mkdir handles trailing dot... yes
3358  checking for mkdtemp... yes
3359  checking for working mkstemp... yes
3360  checking for __mktime_internal... no
3361  checking whether YESEXPR works... yes
3362  checking whether open recognizes a trailing slash... yes
3363  checking whether frexp works... (cached) yes
3364  checking whether ldexp can be used without linking with libm... (cached) yes
3365  checking whether frexpl() can be used without linking with libm... (cached) yes
3366  checking whether frexpl works... (cached) yes
3367  checking whether frexpl is declared... (cached) yes
3368  checking whether ldexpl() can be used without linking with libm... yes
3369  checking whether ldexpl works... yes
3370  checking whether ldexpl is declared... yes
3371  checking whether program_invocation_name is declared... (cached) yes
3372  checking whether program_invocation_short_name is declared... (cached) yes
3373  checking for raise... yes
3374  checking for sigprocmask... yes
3375  checking for rawmemchr... yes
3376  checking whether readlink signature is correct... yes
3377  checking whether readlink handles trailing slash correctly... yes
3378  checking whether readlink truncates results correctly... yes
3379  checking whether realloc (0, 0) returns nonnull... yes
3380  checking for reallocarray... yes
3381  checking for working re_compile_pattern... yes
3382  checking for getcwd... (cached) yes
3383  checking whether free is known to preserve errno... (cached) yes
3384  checking for mempcpy... (cached) yes
3385  checking for rawmemchr... (cached) yes
3386  checking for search.h... yes
3387  checking for tsearch... yes
3388  checking whether rename honors trailing slash on destination... yes
3389  checking whether rename honors trailing slash on source... yes
3390  checking whether rename manages hard links correctly... yes
3391  checking whether rename manages existing destinations correctly... yes
3392  checking whether rmdir works... yes
3393  checking whether round is declared... yes
3394  checking whether round works... yes
3395  checking whether select supports a 0 argument... yes
3396  checking whether select detects invalid fds... yes
3397  checking whether setenv validates arguments... yes
3398  checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
3399  checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
3400  checking for struct sigaction.sa_sigaction... yes
3401  checking for signbit macro... yes
3402  checking for signbit compiler built-ins... yes
3403  checking for sigprocmask... (cached) yes
3404  checking for stdint.h... (cached) yes
3405  checking for SIZE_MAX... yes
3406  checking for snprintf... (cached) yes
3407  checking whether snprintf respects a size of 1... yes
3408  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
3409  checking for snprintf... (cached) yes
3410  checking whether snprintf fully supports the 'n' directive... yes
3411  checking whether snprintf respects a size of 1... (cached) yes
3412  checking whether vsnprintf respects a zero size as in C99... yes
3413  checking for socklen_t... yes
3414  checking for ssize_t... (cached) yes
3415  checking whether stat handles trailing slashes on files... yes
3416  checking for struct stat.st_atim.tv_nsec... yes
3417  checking whether struct stat.st_atim is of type struct timespec... yes
3418  checking for struct stat.st_birthtimespec.tv_nsec... no
3419  checking for struct stat.st_birthtimensec... no
3420  checking for struct stat.st_birthtim.tv_nsec... no
3421  checking for working stdalign.h... yes
3422  checking for va_copy... yes
3423  checking for stpcpy... yes
3424  checking for strcasecmp... yes
3425  checking for strncasecmp... yes
3426  checking whether strncasecmp is declared... yes
3427  checking whether strcasestr works in linear time... yes
3428  checking for strcasestr... (cached) yes
3429  checking whether strcasestr works... (cached) yes
3430  checking for working strerror function... yes
3431  checking for working strndup... yes
3432  checking for working strnlen... yes
3433  checking for strsep... yes
3434  checking whether strtod obeys C99... yes
3435  checking for strtok_r... yes
3436  checking whether strtok_r works... yes
3437  checking for sys/single_threaded.h... yes
3438  checking whether localtime_r is declared... yes
3439  checking whether localtime_r is compatible with its POSIX signature... yes
3440  checking whether localtime works even near extrema... yes
3441  checking for timezone_t... no
3442  checking whether trunc is declared... yes
3443  checking for unsetenv... yes
3444  checking for unsetenv() return type... int
3445  checking whether unsetenv obeys POSIX... yes
3446  checking for variable-length arrays... yes
3447  checking for ptrdiff_t... yes
3448  checking for vasprintf... yes
3449  checking for vasprintf... (cached) yes
3450  checking for vsnprintf... yes
3451  checking whether snprintf respects a size of 1... (cached) yes
3452  checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
3453  checking for vsnprintf... (cached) yes
3454  checking whether snprintf fully supports the 'n' directive... (cached) yes
3455  checking whether snprintf respects a size of 1... (cached) yes
3456  checking whether vsnprintf respects a zero size as in C99... (cached) yes
3457  checking whether mbrtowc handles incomplete characters... (cached) yes
3458  checking whether mbrtowc works as well as mbtowc... (cached) yes
3459  checking whether wcrtomb works in the C locale... yes
3460  checking whether wcrtomb return value is correct... yes
3461  checking whether wcwidth is declared... yes
3462  checking whether wcwidth works reasonably in UTF-8 locales... yes
3463  checking for wmemchr... yes
3464  checking for stdint.h... (cached) yes
3465  checking for inline... (cached) inline
3466  checking whether byte ordering is bigendian... (cached) no
3467  checking for __setfpucw... no
3468  checking for fork... yes
3469  checking for execl... yes
3470  checking for isinf... yes
3471  checking for isnan... yes
3472  checking for finite... yes
3473  checking for getpid... yes
3474  checking for feholdexcept... yes
3475  checking for fpsetmask... no
3476  checking for popen... yes
3477  checking for round... yes
3478  checking whether ln -s works... yes
3479  checking for iconv... yes
3480  checking for working iconv... yes
3481  checking whether iconv is compatible with its POSIX signature... yes
3482  checking whether make supports nested variables... (cached) yes
3483  checking that generated files are newer than configure... done
3484  configure: creating ./config.status
3485  config.status: creating Makefile
3486  config.status: creating po/Makefile
3487  config.status: creating tests/atlocal
3488  config.status: creating perl-module/lib/PSPP.pm
3489  config.status: creating config.h
3490  config.status: executing tests/atconfig commands
3491  config.status: executing depfiles commands
3492  config.status: executing libtool commands
3493  config.status: executing doc/pspp-figures/dummy commands
3494  PSPP configured successfully.

3496  Make source tarball
3497  cd pspp/_build && make -j128 dist
3498  /usr/bin/mkdir -p 'gl'
3499  /usr/bin/mkdir -p 'gl'
3500  /usr/bin/mkdir -p 'gl'
3501  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3502    -e 's|@''HAVE_ALLOCA_H''@|1|g' \
3503    ../gl/alloca.in.h > gl/alloca.h-t
3504  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3505    echo '#if HAVE_WINSOCK2_H'; \
3506    echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
3507    echo '#endif'; \
3508    echo '#define PREFIX "/usr/local"'; \
3509    echo '#define EXEC_PREFIX "/usr/local"'; \
3510    echo '#define BINDIR "/usr/local/bin"'; \
3511    echo '#define SBINDIR "/usr/local/sbin"'; \
3512    echo '#define LIBEXECDIR "/usr/local/libexec"'; \
3513    echo '#define DATAROOTDIR "/usr/local/share"'; \
3514    echo '#define DATADIR "/usr/local/share"'; \
3515    echo '#define SYSCONFDIR "/usr/local/etc"'; \
3516    echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
3517    echo '#define LOCALSTATEDIR "/usr/local/var"'; \
3518    echo '#define RUNSTATEDIR "/usr/local/var/run"'; \
3519    echo '#define INCLUDEDIR "/usr/local/include"'; \
3520    echo '#define OLDINCLUDEDIR "/usr/include"'; \
3521    echo '#define DOCDIR "/usr/local/share/doc/pspp"'; \
3522    echo '#define INFODIR "/usr/local/share/info"'; \
3523    echo '#define HTMLDIR "/usr/local/share/doc/pspp"'; \
3524    echo '#define DVIDIR "/usr/local/share/doc/pspp"'; \
3525    echo '#define PDFDIR "/usr/local/share/doc/pspp"'; \
3526    echo '#define PSDIR "/usr/local/share/doc/pspp"'; \
3527    echo '#define LIBDIR "/usr/local/lib"'; \
3528    echo '#define LISPDIR "/usr/local/share/emacs/site-lisp"'; \
3529    echo '#define LOCALEDIR "/usr/local/share/locale"'; \
3530    echo '#define MANDIR "/usr/local/share/man"'; \
3531    echo '#define MANEXT ""'; \
3532    echo '#define PKGDATADIR "/usr/local/share/pspp"'; \
3533    echo '#define PKGINCLUDEDIR "/usr/local/include/pspp"'; \
3534    echo '#define PKGLIBDIR "/usr/local/lib/pspp"'; \
3535    echo '#define PKGLIBEXECDIR "/usr/local/libexec/pspp"'; \
3536  } | sed '/""/d' > gl/configmake.h-t
3537  /usr/bin/mkdir -p 'gl/malloc'
3538  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3539        -e 's|@''GUARD_PREFIX''@|GL|g' \
3540        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3541        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3542        -e 's|@''PRAGMA_COLUMNS''@||g' \
3543        -e 's|@''NEXT_CTYPE_H''@|<ctype.h>|g' \
3544        -e 's/@''GNULIB_ISBLANK''@/1/g' \
3545        -e 's/@''HAVE_ISBLANK''@/1/g' \
3546        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3547        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3548        ../gl/ctype.in.h > gl/ctype.h-t
3549  /usr/bin/mkdir -p 'gl/malloc'
3550  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3551    -e '/libc_hidden_proto/d' \
3552    ../gl/malloc/dynarray.h > gl/malloc/dynarray.gl.h-t
3553  /usr/bin/mkdir -p 'gl'
3554  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3555        -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
3556        -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \
3557        -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \
3558        -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \
3559        -e 's|__glibc_likely|_GL_LIKELY|g' \
3560        -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
3561        ../gl/malloc/dynarray-skeleton.c > gl/malloc/dynarray-skeleton.gl.h-t
3562  /usr/bin/mkdir -p 'gl'
3563  mv gl/alloca.h-t gl/alloca.h
3564  mv gl/configmake.h-t gl/configmake.h
3565  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3566        -e 's|@''GUARD_PREFIX''@|GL|g' \
3567        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3568        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3569        -e 's|@''PRAGMA_COLUMNS''@||g' \
3570        -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
3571        -e 's/@''GNULIB_CREAT''@/0/g' \
3572        -e 's/@''GNULIB_FCNTL''@/1/g' \
3573        -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
3574        -e 's/@''GNULIB_OPEN''@/1/g' \
3575        -e 's/@''GNULIB_OPENAT''@/0/g' \
3576        -e 's/@''GNULIB_MDA_CREAT''@/1/g' \
3577        -e 's/@''GNULIB_MDA_OPEN''@/1/g' \
3578        -e 's|@''HAVE_FCNTL''@|1|g' \
3579        -e 's|@''HAVE_OPENAT''@|1|g' \
3580        -e 's|@''REPLACE_CREAT''@|0|g' \
3581        -e 's|@''REPLACE_FCNTL''@|1|g' \
3582        -e 's|@''REPLACE_OPEN''@|0|g' \
3583        -e 's|@''REPLACE_OPENAT''@|0|g' \
3584        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3585        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3586        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3587        ../gl/fcntl.in.h > gl/fcntl.h-t
3588  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3589        -e 's/@''HAVE_INTTYPES_H''@/1/g' \
3590        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3591        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3592        -e 's|@''PRAGMA_COLUMNS''@||g' \
3593        -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
3594        -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
3595        -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
3596        -e 's/@''GNULIB_IMAXABS''@/0/g' \
3597        -e 's/@''GNULIB_IMAXDIV''@/0/g' \
3598        -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
3599        -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
3600        -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
3601        -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
3602        -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
3603        -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
3604        -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
3605        -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
3606        -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
3607        -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
3608        -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
3609        -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
3610        -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
3611        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3612        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3613        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3614        ../gl/inttypes.in.h > gl/inttypes.h-t
3615  /usr/bin/mkdir -p 'gl'
3616  mv gl/ctype.h-t gl/ctype.h
3617  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3618        -e 's|@''GUARD_PREFIX''@|GL|g' \
3619        -e 's|@''HAVE_LANGINFO_H''@|1|g' \
3620        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3621        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3622        -e 's|@''PRAGMA_COLUMNS''@||g' \
3623        -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
3624        -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
3625        -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
3626        -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
3627        -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \
3628        -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
3629        -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
3630        -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
3631        -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
3632        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3633        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3634        ../gl/langinfo.in.h > gl/langinfo.h-t
3635  mv gl/malloc/dynarray.gl.h-t gl/malloc/dynarray.gl.h
3636  /usr/bin/mkdir -p 'gl'
3637  /usr/bin/mkdir -p 'gl'
3638  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3639        -e 's|@''GUARD_PREFIX''@|GL|g' \
3640        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3641        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3642        -e 's|@''PRAGMA_COLUMNS''@||g' \
3643        -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
3644        ../gl/limits.in.h > gl/limits.h-t
3645  mv gl/malloc/dynarray-skeleton.gl.h-t gl/malloc/dynarray-skeleton.gl.h
3646  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3647        -e 's|@''GUARD_PREFIX''@|GL|g' \
3648        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3649        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3650        -e 's|@''PRAGMA_COLUMNS''@||g' \
3651        -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
3652        -e 's/@''GNULIB_LOCALECONV''@/1/g' \
3653        -e 's/@''GNULIB_SETLOCALE''@/0/g' \
3654        -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \
3655        -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
3656        -e 's/@''GNULIB_LOCALENAME''@/1/g' \
3657        -e 's|@''HAVE_NEWLOCALE''@|1|g' \
3658        -e 's|@''HAVE_DUPLOCALE''@|1|g' \
3659        -e 's|@''HAVE_FREELOCALE''@|1|g' \
3660        -e 's|@''HAVE_XLOCALE_H''@|0|g' \
3661        -e 's|@''REPLACE_LOCALECONV''@|0|g' \
3662        -e 's|@''REPLACE_SETLOCALE''@|0|g' \
3663        -e 's|@''REPLACE_NEWLOCALE''@|0|g' \
3664        -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
3665        -e 's|@''REPLACE_FREELOCALE''@|0|g' \
3666        -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
3667        -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \
3668        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3669        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3670        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3671        ../gl/locale.in.h > gl/locale.h-t
3672  /usr/bin/mkdir -p 'gl'
3673  /usr/bin/mkdir -p 'gl/malloc'
3674  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3675        -e 's|@''GUARD_PREFIX''@|GL|g' \
3676        -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
3677        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3678        -e 's|@''PRAGMA_COLUMNS''@||g' \
3679        -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
3680        -e 's/@''GNULIB_ACOSF''@/0/g' \
3681        -e 's/@''GNULIB_ACOSL''@/0/g' \
3682        -e 's/@''GNULIB_ASINF''@/0/g' \
3683        -e 's/@''GNULIB_ASINL''@/0/g' \
3684        -e 's/@''GNULIB_ATANF''@/0/g' \
3685        -e 's/@''GNULIB_ATANL''@/0/g' \
3686        -e 's/@''GNULIB_ATAN2F''@/0/g' \
3687        -e 's/@''GNULIB_CBRT''@/0/g' \
3688        -e 's/@''GNULIB_CBRTF''@/0/g' \
3689        -e 's/@''GNULIB_CBRTL''@/0/g' \
3690        -e 's/@''GNULIB_CEIL''@/0/g' \
3691        -e 's/@''GNULIB_CEILF''@/0/g' \
3692        -e 's/@''GNULIB_CEILL''@/0/g' \
3693        -e 's/@''GNULIB_COPYSIGN''@/0/g' \
3694        -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
3695        -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
3696        -e 's/@''GNULIB_COSF''@/0/g' \
3697        -e 's/@''GNULIB_COSL''@/0/g' \
3698        -e 's/@''GNULIB_COSHF''@/0/g' \
3699        -e 's/@''GNULIB_EXPF''@/0/g' \
3700        -e 's/@''GNULIB_EXPL''@/0/g' \
3701        -e 's/@''GNULIB_EXP2''@/0/g' \
3702        -e 's/@''GNULIB_EXP2F''@/0/g' \
3703        -e 's/@''GNULIB_EXP2L''@/0/g' \
3704        -e 's/@''GNULIB_EXPM1''@/0/g' \
3705        -e 's/@''GNULIB_EXPM1F''@/0/g' \
3706        -e 's/@''GNULIB_EXPM1L''@/0/g' \
3707        -e 's/@''GNULIB_FABSF''@/0/g' \
3708        -e 's/@''GNULIB_FABSL''@/0/g' \
3709        -e 's/@''GNULIB_FLOOR''@/1/g' \
3710        -e 's/@''GNULIB_FLOORF''@/0/g' \
3711        -e 's/@''GNULIB_FLOORL''@/0/g' \
3712        -e 's/@''GNULIB_FMA''@/0/g' \
3713        -e 's/@''GNULIB_FMAF''@/0/g' \
3714        -e 's/@''GNULIB_FMAL''@/0/g' \
3715        -e 's/@''GNULIB_FMOD''@/0/g' \
3716        -e 's/@''GNULIB_FMODF''@/0/g' \
3717        -e 's/@''GNULIB_FMODL''@/0/g' \
3718        -e 's/@''GNULIB_FREXPF''@/0/g' \
3719        -e 's/@''GNULIB_FREXP''@/1/g' \
3720        -e 's/@''GNULIB_FREXPL''@/1/g' \
3721        -e 's/@''GNULIB_HYPOT''@/0/g' \
3722        -e 's/@''GNULIB_HYPOTF''@/0/g' \
3723        -e 's/@''GNULIB_HYPOTL''@/0/g' \
3724        < ../gl/math.in.h | \
3725    sed -e 's/@''GNULIB_ILOGB''@/0/g' \
3726        -e 's/@''GNULIB_ILOGBF''@/0/g' \
3727        -e 's/@''GNULIB_ILOGBL''@/0/g' \
3728        -e 's/@''GNULIB_ISFINITE''@/1/g' \
3729        -e 's/@''GNULIB_ISINF''@/1/g' \
3730        -e 's/@''GNULIB_ISNAN''@/1/g' \
3731        -e 's/@''GNULIB_ISNANF''@/1/g' \
3732        -e 's/@''GNULIB_ISNAND''@/1/g' \
3733        -e 's/@''GNULIB_ISNANL''@/1/g' \
3734        -e 's/@''GNULIB_LDEXPF''@/0/g' \
3735        -e 's/@''GNULIB_LDEXPL''@/0/g' \
3736        -e 's/@''GNULIB_LOG''@/0/g' \
3737        -e 's/@''GNULIB_LOGF''@/0/g' \
3738        -e 's/@''GNULIB_LOGL''@/0/g' \
3739        -e 's/@''GNULIB_LOG10''@/0/g' \
3740        -e 's/@''GNULIB_LOG10F''@/0/g' \
3741        -e 's/@''GNULIB_LOG10L''@/0/g' \
3742        -e 's/@''GNULIB_LOG1P''@/0/g' \
3743        -e 's/@''GNULIB_LOG1PF''@/0/g' \
3744        -e 's/@''GNULIB_LOG1PL''@/0/g' \
3745        -e 's/@''GNULIB_LOG2''@/0/g' \
3746        -e 's/@''GNULIB_LOG2F''@/0/g' \
3747        -e 's/@''GNULIB_LOG2L''@/0/g' \
3748        -e 's/@''GNULIB_LOGB''@/0/g' \
3749        -e 's/@''GNULIB_LOGBF''@/0/g' \
3750        -e 's/@''GNULIB_LOGBL''@/0/g' \
3751        -e 's/@''GNULIB_MODF''@/0/g' \
3752        -e 's/@''GNULIB_MODFF''@/0/g' \
3753        -e 's/@''GNULIB_MODFL''@/0/g' \
3754        -e 's/@''GNULIB_POWF''@/0/g' \
3755        -e 's/@''GNULIB_REMAINDER''@/0/g' \
3756        -e 's/@''GNULIB_REMAINDERF''@/0/g' \
3757        -e 's/@''GNULIB_REMAINDERL''@/0/g' \
3758        -e 's/@''GNULIB_RINT''@/0/g' \
3759        -e 's/@''GNULIB_RINTF''@/0/g' \
3760        -e 's/@''GNULIB_RINTL''@/0/g' \
3761        -e 's/@''GNULIB_ROUND''@/1/g' \
3762        -e 's/@''GNULIB_ROUNDF''@/0/g' \
3763        -e 's/@''GNULIB_ROUNDL''@/0/g' \
3764        -e 's/@''GNULIB_SIGNBIT''@/1/g' \
3765        -e 's/@''GNULIB_SINF''@/0/g' \
3766        -e 's/@''GNULIB_SINL''@/0/g' \
3767        -e 's/@''GNULIB_SINHF''@/0/g' \
3768        -e 's/@''GNULIB_SQRTF''@/0/g' \
3769        -e 's/@''GNULIB_SQRTL''@/0/g' \
3770        -e 's/@''GNULIB_TANF''@/0/g' \
3771        -e 's/@''GNULIB_TANL''@/0/g' \
3772        -e 's/@''GNULIB_TANHF''@/0/g' \
3773        -e 's/@''GNULIB_TRUNC''@/1/g' \
3774        -e 's/@''GNULIB_TRUNCF''@/0/g' \
3775        -e 's/@''GNULIB_TRUNCL''@/0/g' \
3776        -e 's/@''GNULIB_MDA_J0''@/1/g' \
3777        -e 's/@''GNULIB_MDA_J1''@/1/g' \
3778        -e 's/@''GNULIB_MDA_JN''@/1/g' \
3779        -e 's/@''GNULIB_MDA_Y0''@/1/g' \
3780        -e 's/@''GNULIB_MDA_Y1''@/1/g' \
3781        -e 's/@''GNULIB_MDA_YN''@/1/g' \
3782    | \
3783    sed -e 's|@''HAVE_ACOSF''@|1|g' \
3784        -e 's|@''HAVE_ACOSL''@|1|g' \
3785        -e 's|@''HAVE_ASINF''@|1|g' \
3786        -e 's|@''HAVE_ASINL''@|1|g' \
3787        -e 's|@''HAVE_ATANF''@|1|g' \
3788        -e 's|@''HAVE_ATANL''@|1|g' \
3789        -e 's|@''HAVE_ATAN2F''@|1|g' \
3790        -e 's|@''HAVE_CBRT''@|1|g' \
3791        -e 's|@''HAVE_CBRTF''@|1|g' \
3792        -e 's|@''HAVE_CBRTL''@|1|g' \
3793        -e 's|@''HAVE_COPYSIGN''@|1|g' \
3794        -e 's|@''HAVE_COPYSIGNL''@|1|g' \
3795        -e 's|@''HAVE_COSF''@|1|g' \
3796        -e 's|@''HAVE_COSL''@|1|g' \
3797        -e 's|@''HAVE_COSHF''@|1|g' \
3798        -e 's|@''HAVE_EXPF''@|1|g' \
3799        -e 's|@''HAVE_EXPL''@|1|g' \
3800        -e 's|@''HAVE_EXPM1''@|1|g' \
3801        -e 's|@''HAVE_EXPM1F''@|1|g' \
3802        -e 's|@''HAVE_FABSF''@|1|g' \
3803        -e 's|@''HAVE_FABSL''@|1|g' \
3804        -e 's|@''HAVE_FMA''@|1|g' \
3805        -e 's|@''HAVE_FMAF''@|1|g' \
3806        -e 's|@''HAVE_FMAL''@|1|g' \
3807        -e 's|@''HAVE_FMODF''@|1|g' \
3808        -e 's|@''HAVE_FMODL''@|1|g' \
3809        -e 's|@''HAVE_FREXPF''@|1|g' \
3810        -e 's|@''HAVE_HYPOTF''@|1|g' \
3811        -e 's|@''HAVE_HYPOTL''@|1|g' \
3812        -e 's|@''HAVE_ILOGB''@|1|g' \
3813        -e 's|@''HAVE_ILOGBF''@|1|g' \
3814        -e 's|@''HAVE_ILOGBL''@|1|g' \
3815        -e 's|@''HAVE_ISNANF''@|1|g' \
3816        -e 's|@''HAVE_ISNAND''@|1|g' \
3817        -e 's|@''HAVE_ISNANL''@|1|g' \
3818        -e 's|@''HAVE_LDEXPF''@|1|g' \
3819        -e 's|@''HAVE_LOGF''@|1|g' \
3820        -e 's|@''HAVE_LOGL''@|1|g' \
3821        -e 's|@''HAVE_LOG10F''@|1|g' \
3822        -e 's|@''HAVE_LOG10L''@|1|g' \
3823        -e 's|@''HAVE_LOG1P''@|1|g' \
3824        -e 's|@''HAVE_LOG1PF''@|1|g' \
3825        -e 's|@''HAVE_LOG1PL''@|1|g' \
3826        -e 's|@''HAVE_LOGBF''@|1|g' \
3827        -e 's|@''HAVE_LOGBL''@|1|g' \
3828        -e 's|@''HAVE_MODFF''@|1|g' \
3829        -e 's|@''HAVE_MODFL''@|1|g' \
3830        -e 's|@''HAVE_POWF''@|1|g' \
3831        -e 's|@''HAVE_REMAINDER''@|1|g' \
3832        -e 's|@''HAVE_REMAINDERF''@|1|g' \
3833        -e 's|@''HAVE_RINT''@|1|g' \
3834        -e 's|@''HAVE_RINTL''@|1|g' \
3835        -e 's|@''HAVE_SINF''@|1|g' \
3836        -e 's|@''HAVE_SINL''@|1|g' \
3837        -e 's|@''HAVE_SINHF''@|1|g' \
3838        -e 's|@''HAVE_SQRTF''@|1|g' \
3839        -e 's|@''HAVE_SQRTL''@|1|g' \
3840        -e 's|@''HAVE_TANF''@|1|g' \
3841        -e 's|@''HAVE_TANL''@|1|g' \
3842        -e 's|@''HAVE_TANHF''@|1|g' \
3843        -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
3844        -e 's|@''HAVE_DECL_ASINL''@|1|g' \
3845        -e 's|@''HAVE_DECL_ATANL''@|1|g' \
3846        -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
3847        -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
3848        -e 's|@''HAVE_DECL_CEILF''@|1|g' \
3849        -e 's|@''HAVE_DECL_CEILL''@|1|g' \
3850        -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
3851        -e 's|@''HAVE_DECL_COSL''@|1|g' \
3852        -e 's|@''HAVE_DECL_EXPL''@|1|g' \
3853        -e 's|@''HAVE_DECL_EXP2''@|1|g' \
3854        -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
3855        -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
3856        -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
3857        -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
3858        -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
3859        -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
3860        -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
3861        -e 's|@''HAVE_DECL_LOGL''@|1|g' \
3862        -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
3863        -e 's|@''HAVE_DECL_LOG2''@|1|g' \
3864        -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
3865        -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
3866        -e 's|@''HAVE_DECL_LOGB''@|1|g' \
3867        -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
3868        -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
3869        -e 's|@''HAVE_DECL_RINTF''@|1|g' \
3870        -e 's|@''HAVE_DECL_ROUND''@|1|g' \
3871        -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
3872        -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
3873        -e 's|@''HAVE_DECL_SINL''@|1|g' \
3874        -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
3875        -e 's|@''HAVE_DECL_TANL''@|1|g' \
3876        -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
3877        -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
3878        -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
3879    | \
3880    sed -e 's|@''REPLACE_ACOSF''@|0|g' \
3881        -e 's|@''REPLACE_ASINF''@|0|g' \
3882        -e 's|@''REPLACE_ATANF''@|0|g' \
3883        -e 's|@''REPLACE_ATAN2F''@|0|g' \
3884        -e 's|@''REPLACE_CBRTF''@|0|g' \
3885        -e 's|@''REPLACE_CBRTL''@|0|g' \
3886        -e 's|@''REPLACE_CEIL''@|0|g' \
3887        -e 's|@''REPLACE_CEILF''@|0|g' \
3888        -e 's|@''REPLACE_CEILL''@|0|g' \
3889        -e 's|@''REPLACE_COSF''@|0|g' \
3890        -e 's|@''REPLACE_COSHF''@|0|g' \
3891        -e 's|@''REPLACE_EXPF''@|0|g' \
3892        -e 's|@''REPLACE_EXPL''@|0|g' \
3893        -e 's|@''REPLACE_EXPM1''@|0|g' \
3894        -e 's|@''REPLACE_EXPM1F''@|0|g' \
3895        -e 's|@''REPLACE_EXPM1L''@|0|g' \
3896        -e 's|@''REPLACE_EXP2''@|0|g' \
3897        -e 's|@''REPLACE_EXP2L''@|0|g' \
3898        -e 's|@''REPLACE_FABSL''@|0|g' \
3899        -e 's|@''REPLACE_FLOOR''@|0|g' \
3900        -e 's|@''REPLACE_FLOORF''@|0|g' \
3901        -e 's|@''REPLACE_FLOORL''@|0|g' \
3902        -e 's|@''REPLACE_FMA''@|0|g' \
3903        -e 's|@''REPLACE_FMAF''@|0|g' \
3904        -e 's|@''REPLACE_FMAL''@|0|g' \
3905        -e 's|@''REPLACE_FMOD''@|0|g' \
3906        -e 's|@''REPLACE_FMODF''@|0|g' \
3907        -e 's|@''REPLACE_FMODL''@|0|g' \
3908        -e 's|@''REPLACE_FREXPF''@|0|g' \
3909        -e 's|@''REPLACE_FREXP''@|0|g' \
3910        -e 's|@''REPLACE_FREXPL''@|0|g' \
3911        -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
3912        -e 's|@''REPLACE_HYPOT''@|0|g' \
3913        -e 's|@''REPLACE_HYPOTF''@|0|g' \
3914        -e 's|@''REPLACE_HYPOTL''@|0|g' \
3915        -e 's|@''REPLACE_ILOGB''@|0|g' \
3916        -e 's|@''REPLACE_ILOGBF''@|0|g' \
3917        -e 's|@''REPLACE_ILOGBL''@|0|g' \
3918        -e 's|@''REPLACE_ISFINITE''@|0|g' \
3919        -e 's|@''REPLACE_ISINF''@|0|g' \
3920        -e 's|@''REPLACE_ISNAN''@|0|g' \
3921        -e 's|@''REPLACE_ITOLD''@|0|g' \
3922        -e 's|@''REPLACE_LDEXPL''@|0|g' \
3923        -e 's|@''REPLACE_LOG''@|0|g' \
3924        -e 's|@''REPLACE_LOGF''@|0|g' \
3925        -e 's|@''REPLACE_LOGL''@|0|g' \
3926        -e 's|@''REPLACE_LOG10''@|0|g' \
3927        -e 's|@''REPLACE_LOG10F''@|0|g' \
3928        -e 's|@''REPLACE_LOG10L''@|0|g' \
3929        -e 's|@''REPLACE_LOG1P''@|0|g' \
3930        -e 's|@''REPLACE_LOG1PF''@|0|g' \
3931        -e 's|@''REPLACE_LOG1PL''@|0|g' \
3932        -e 's|@''REPLACE_LOG2''@|0|g' \
3933        -e 's|@''REPLACE_LOG2F''@|0|g' \
3934        -e 's|@''REPLACE_LOG2L''@|0|g' \
3935        -e 's|@''REPLACE_LOGB''@|0|g' \
3936        -e 's|@''REPLACE_LOGBF''@|0|g' \
3937        -e 's|@''REPLACE_LOGBL''@|0|g' \
3938        -e 's|@''REPLACE_MODF''@|0|g' \
3939        -e 's|@''REPLACE_MODFF''@|0|g' \
3940        -e 's|@''REPLACE_MODFL''@|0|g' \
3941        -e 's|@''REPLACE_NAN''@|0|g' \
3942        -e 's|@''REPLACE_REMAINDER''@|0|g' \
3943        -e 's|@''REPLACE_REMAINDERF''@|0|g' \
3944        -e 's|@''REPLACE_REMAINDERL''@|0|g' \
3945        -e 's|@''REPLACE_RINTL''@|0|g' \
3946        -e 's|@''REPLACE_ROUND''@|0|g' \
3947        -e 's|@''REPLACE_ROUNDF''@|0|g' \
3948        -e 's|@''REPLACE_ROUNDL''@|0|g' \
3949        -e 's|@''REPLACE_SIGNBIT''@|0|g' \
3950        -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|1|g' \
3951        -e 's|@''REPLACE_SINF''@|0|g' \
3952        -e 's|@''REPLACE_SINHF''@|0|g' \
3953        -e 's|@''REPLACE_SQRTF''@|0|g' \
3954        -e 's|@''REPLACE_SQRTL''@|0|g' \
3955        -e 's|@''REPLACE_TANF''@|0|g' \
3956        -e 's|@''REPLACE_TANHF''@|0|g' \
3957        -e 's|@''REPLACE_TRUNC''@|0|g' \
3958        -e 's|@''REPLACE_TRUNCF''@|0|g' \
3959        -e 's|@''REPLACE_TRUNCL''@|0|g' \
3960        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3961        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3962        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3963        > gl/math.h-t
3964  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3965        -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
3966        -e 's|__glibc_likely|_GL_LIKELY|g' \
3967        -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
3968        -e '/libc_hidden_proto/d' \
3969        ../gl/malloc/scratch_buffer.h > gl/malloc/scratch_buffer.gl.h-t
3970  mv gl/langinfo.h-t gl/langinfo.h
3971  /usr/bin/mkdir -p 'gl'
3972  mv gl/fcntl.h-t gl/fcntl.h
3973  /usr/bin/mkdir -p 'gl'
3974  mv gl/limits.h-t gl/limits.h
3975  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3976        -e 's|@''GUARD_PREFIX''@|GL|g' \
3977        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3978        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3979        -e 's|@''PRAGMA_COLUMNS''@||g' \
3980        -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
3981        -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \
3982        -e 's/@''GNULIB_RAISE''@/1/g' \
3983        -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
3984        -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
3985        -e 's/@''GNULIB_SIGACTION''@/1/g' \
3986        -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
3987        -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
3988        -e 's|@''HAVE_RAISE''@|1|g' \
3989        -e 's|@''HAVE_SIGSET_T''@|1|g' \
3990        -e 's|@''HAVE_SIGINFO_T''@|1|g' \
3991        -e 's|@''HAVE_SIGACTION''@|1|g' \
3992        -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
3993        -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
3994        -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
3995        -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
3996        -e 's|@''REPLACE_RAISE''@|0|g' \
3997        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3998        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3999        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4000        ../gl/signal.in.h > gl/signal.h-t
4001  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4002        -e 's|@''GUARD_PREFIX''@|GL|g' \
4003        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4004        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4005        -e 's|@''PRAGMA_COLUMNS''@||g' \
4006        -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
4007        -e 's/@''GNULIB_DPRINTF''@/0/g' \
4008        -e 's/@''GNULIB_FCLOSE''@/0/g' \
4009        -e 's/@''GNULIB_FDOPEN''@/0/g' \
4010        -e 's/@''GNULIB_FFLUSH''@/0/g' \
4011        -e 's/@''GNULIB_FGETC''@/1/g' \
4012        -e 's/@''GNULIB_FGETS''@/1/g' \
4013        -e 's/@''GNULIB_FOPEN''@/1/g' \
4014        -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \
4015        -e 's/@''GNULIB_FPRINTF''@/1/g' \
4016        -e 's/@''GNULIB_FPRINTF_POSIX''@/1/g' \
4017        -e 's/@''GNULIB_FPURGE''@/0/g' \
4018        -e 's/@''GNULIB_FPUTC''@/1/g' \
4019        -e 's/@''GNULIB_FPUTS''@/1/g' \
4020        -e 's/@''GNULIB_FREAD''@/1/g' \
4021        -e 's/@''GNULIB_FREOPEN''@/0/g' \
4022        -e 's/@''GNULIB_FSCANF''@/1/g' \
4023        -e 's/@''GNULIB_FSEEK''@/1/g' \
4024        -e 's/@''GNULIB_FSEEKO''@/1/g' \
4025        -e 's/@''GNULIB_FTELL''@/1/g' \
4026        -e 's/@''GNULIB_FTELLO''@/1/g' \
4027        -e 's/@''GNULIB_FWRITE''@/1/g' \
4028        -e 's/@''GNULIB_GETC''@/1/g' \
4029        -e 's/@''GNULIB_GETCHAR''@/1/g' \
4030        -e 's/@''GNULIB_GETDELIM''@/1/g' \
4031        -e 's/@''GNULIB_GETLINE''@/1/g' \
4032        -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
4033        -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
4034        -e 's/@''GNULIB_PCLOSE''@/0/g' \
4035        -e 's/@''GNULIB_PERROR''@/0/g' \
4036        -e 's/@''GNULIB_POPEN''@/0/g' \
4037        -e 's/@''GNULIB_PRINTF''@/1/g' \
4038        -e 's/@''GNULIB_PRINTF_POSIX''@/1/g' \
4039        -e 's/@''GNULIB_PUTC''@/1/g' \
4040        -e 's/@''GNULIB_PUTCHAR''@/1/g' \
4041        -e 's/@''GNULIB_PUTS''@/1/g' \
4042        -e 's/@''GNULIB_REMOVE''@/0/g' \
4043        -e 's/@''GNULIB_RENAME''@/1/g' \
4044        -e 's/@''GNULIB_RENAMEAT''@/0/g' \
4045        -e 's/@''GNULIB_SCANF''@/1/g' \
4046        -e 's/@''GNULIB_SNPRINTF''@/1/g' \
4047        -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \
4048        -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
4049        -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
4050        -e 's/@''GNULIB_TMPFILE''@/0/g' \
4051        -e 's/@''GNULIB_VASPRINTF''@/1/g' \
4052        -e 's/@''GNULIB_VDPRINTF''@/0/g' \
4053        -e 's/@''GNULIB_VFPRINTF''@/1/g' \
4054        -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \
4055        -e 's/@''GNULIB_VFSCANF''@/0/g' \
4056        -e 's/@''GNULIB_VSCANF''@/0/g' \
4057        -e 's/@''GNULIB_VPRINTF''@/1/g' \
4058        -e 's/@''GNULIB_VPRINTF_POSIX''@/1/g' \
4059        -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
4060        -e 's/@''GNULIB_VSPRINTF_POSIX''@/1/g' \
4061        -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
4062        -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \
4063        -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
4064        -e 's/@''GNULIB_MDA_GETW''@/1/g' \
4065        -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
4066        -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
4067        < ../gl/stdio.in.h | \
4068    sed -e 's|@''HAVE_DECL_FCLOSEALL''@|1|g' \
4069        -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
4070        -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
4071        -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
4072        -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
4073        -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
4074        -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
4075        -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
4076        -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
4077        -e 's|@''HAVE_DPRINTF''@|1|g' \
4078        -e 's|@''HAVE_FSEEKO''@|1|g' \
4079        -e 's|@''HAVE_FTELLO''@|1|g' \
4080        -e 's|@''HAVE_PCLOSE''@|1|g' \
4081        -e 's|@''HAVE_POPEN''@|1|g' \
4082        -e 's|@''HAVE_RENAMEAT''@|1|g' \
4083        -e 's|@''HAVE_VASPRINTF''@|1|g' \
4084        -e 's|@''HAVE_VDPRINTF''@|1|g' \
4085        -e 's|@''REPLACE_DPRINTF''@|0|g' \
4086        -e 's|@''REPLACE_FCLOSE''@|0|g' \
4087        -e 's|@''REPLACE_FDOPEN''@|0|g' \
4088        -e 's|@''REPLACE_FFLUSH''@|0|g' \
4089        -e 's|@''REPLACE_FOPEN''@|0|g' \
4090        -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|0|g' \
4091        -e 's|@''REPLACE_FPRINTF''@|0|g' \
4092        -e 's|@''REPLACE_FPURGE''@|0|g' \
4093        -e 's|@''REPLACE_FREOPEN''@|0|g' \
4094        -e 's|@''REPLACE_FSEEK''@|0|g' \
4095        -e 's|@''REPLACE_FSEEKO''@|0|g' \
4096        -e 's|@''REPLACE_FTELL''@|0|g' \
4097        -e 's|@''REPLACE_FTELLO''@|0|g' \
4098        -e 's|@''REPLACE_GETDELIM''@|0|g' \
4099        -e 's|@''REPLACE_GETLINE''@|0|g' \
4100        -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
4101        -e 's|@''REPLACE_PERROR''@|0|g' \
4102        -e 's|@''REPLACE_POPEN''@|0|g' \
4103        -e 's|@''REPLACE_PRINTF''@|0|g' \
4104        -e 's|@''REPLACE_REMOVE''@|0|g' \
4105        -e 's|@''REPLACE_RENAME''@|0|g' \
4106        -e 's|@''REPLACE_RENAMEAT''@|0|g' \
4107        -e 's|@''REPLACE_SNPRINTF''@|0|g' \
4108        -e 's|@''REPLACE_SPRINTF''@|0|g' \
4109        -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
4110        -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
4111        -e 's|@''REPLACE_TMPFILE''@|0|g' \
4112        -e 's|@''REPLACE_VASPRINTF''@|0|g' \
4113        -e 's|@''REPLACE_VDPRINTF''@|0|g' \
4114        -e 's|@''REPLACE_VFPRINTF''@|0|g' \
4115        -e 's|@''REPLACE_VPRINTF''@|0|g' \
4116        -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
4117        -e 's|@''REPLACE_VSPRINTF''@|0|g' \
4118        -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
4119        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4120        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4121        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4122        > gl/stdio.h-t
4123  /usr/bin/mkdir -p 'gl'
4124  mv gl/inttypes.h-t gl/inttypes.h
4125  mv gl/malloc/scratch_buffer.gl.h-t gl/malloc/scratch_buffer.gl.h
4126  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4127        -e 's|@''GUARD_PREFIX''@|GL|g' \
4128        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4129        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4130        -e 's|@''PRAGMA_COLUMNS''@||g' \
4131        -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
4132        -e 's/@''GNULIB__EXIT''@/0/g' \
4133        -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \
4134        -e 's/@''GNULIB_ATOLL''@/0/g' \
4135        -e 's/@''GNULIB_CALLOC_GNU''@/1/g' \
4136        -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
4137        -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
4138        -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4139        -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
4140        -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
4141        -e 's/@''GNULIB_GRANTPT''@/0/g' \
4142        -e 's/@''GNULIB_MALLOC_GNU''@/1/g' \
4143        -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
4144        -e 's/@''GNULIB_MBTOWC''@/1/g' \
4145        -e 's/@''GNULIB_MKDTEMP''@/1/g' \
4146        -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
4147        -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
4148        -e 's/@''GNULIB_MKSTEMP''@/1/g' \
4149        -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
4150        -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \
4151        -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
4152        -e 's/@''GNULIB_PTSNAME''@/0/g' \
4153        -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
4154        -e 's/@''GNULIB_PUTENV''@/0/g' \
4155        -e 's/@''GNULIB_QSORT_R''@/0/g' \
4156        -e 's/@''GNULIB_RANDOM''@/0/g' \
4157        -e 's/@''GNULIB_RANDOM_R''@/0/g' \
4158        -e 's/@''GNULIB_REALLOC_GNU''@/1/g' \
4159        -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
4160        -e 's/@''GNULIB_REALLOCARRAY''@/1/g' \
4161        -e 's/@''GNULIB_REALPATH''@/1/g' \
4162        -e 's/@''GNULIB_RPMATCH''@/0/g' \
4163        -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
4164        -e 's/@''GNULIB_SETENV''@/1/g' \
4165        -e 's/@''GNULIB_STRTOD''@/1/g' \
4166        -e 's/@''GNULIB_STRTOL''@/0/g' \
4167        -e 's/@''GNULIB_STRTOLD''@/0/g' \
4168        -e 's/@''GNULIB_STRTOLL''@/0/g' \
4169        -e 's/@''GNULIB_STRTOUL''@/0/g' \
4170        -e 's/@''GNULIB_STRTOULL''@/0/g' \
4171        -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
4172        -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
4173        -e 's/@''GNULIB_UNSETENV''@/1/g' \
4174        -e 's/@''GNULIB_WCTOMB''@/0/g' \
4175        -e 's/@''GNULIB_MDA_ECVT''@/1/g' \
4176        -e 's/@''GNULIB_MDA_FCVT''@/1/g' \
4177        -e 's/@''GNULIB_MDA_GCVT''@/1/g' \
4178        -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \
4179        -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \
4180        < ../gl/stdlib.in.h | \
4181    sed -e 's|@''HAVE__EXIT''@|1|g' \
4182        -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \
4183        -e 's|@''HAVE_ATOLL''@|1|g' \
4184        -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
4185        -e 's|@''HAVE_DECL_ECVT''@|1|g' \
4186        -e 's|@''HAVE_DECL_FCVT''@|1|g' \
4187        -e 's|@''HAVE_DECL_GCVT''@|1|g' \
4188        -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
4189        -e 's|@''HAVE_GETSUBOPT''@|1|g' \
4190        -e 's|@''HAVE_GRANTPT''@|1|g' \
4191        -e 's|@''HAVE_INITSTATE''@|1|g' \
4192        -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
4193        -e 's|@''HAVE_MBTOWC''@|1|g' \
4194        -e 's|@''HAVE_MKDTEMP''@|1|g' \
4195        -e 's|@''HAVE_MKOSTEMP''@|1|g' \
4196        -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
4197        -e 's|@''HAVE_MKSTEMP''@|1|g' \
4198        -e 's|@''HAVE_MKSTEMPS''@|1|g' \
4199        -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \
4200        -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
4201        -e 's|@''HAVE_PTSNAME''@|1|g' \
4202        -e 's|@''HAVE_PTSNAME_R''@|1|g' \
4203        -e 's|@''HAVE_QSORT_R''@|1|g' \
4204        -e 's|@''HAVE_RANDOM''@|1|g' \
4205        -e 's|@''HAVE_RANDOM_H''@|1|g' \
4206        -e 's|@''HAVE_RANDOM_R''@|1|g' \
4207        -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
4208        -e 's|@''HAVE_REALPATH''@|1|g' \
4209        -e 's|@''HAVE_RPMATCH''@|1|g' \
4210        -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
4211        -e 's|@''HAVE_DECL_SETENV''@|1|g' \
4212        -e 's|@''HAVE_SETSTATE''@|1|g' \
4213        -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
4214        -e 's|@''HAVE_STRTOD''@|1|g' \
4215        -e 's|@''HAVE_STRTOL''@|1|g' \
4216        -e 's|@''HAVE_STRTOLD''@|1|g' \
4217        -e 's|@''HAVE_STRTOLL''@|1|g' \
4218        -e 's|@''HAVE_STRTOUL''@|1|g' \
4219        -e 's|@''HAVE_STRTOULL''@|1|g' \
4220        -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
4221        -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
4222        -e 's|@''HAVE_UNLOCKPT''@|1|g' \
4223        -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
4224        -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \
4225        -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \
4226        -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \
4227        -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
4228        -e 's|@''REPLACE_FREE''@|0|g' \
4229        -e 's|@''REPLACE_INITSTATE''@|0|g' \
4230        -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \
4231        -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|0|g' \
4232        -e 's|@''REPLACE_MBTOWC''@|0|g' \
4233        -e 's|@''REPLACE_MKSTEMP''@|0|g' \
4234        -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \
4235        -e 's|@''REPLACE_PTSNAME''@|0|g' \
4236        -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
4237        -e 's|@''REPLACE_PUTENV''@|0|g' \
4238        -e 's|@''REPLACE_QSORT_R''@|0|g' \
4239        -e 's|@''REPLACE_RANDOM''@|0|g' \
4240        -e 's|@''REPLACE_RANDOM_R''@|0|g' \
4241        -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \
4242        -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|0|g' \
4243        -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \
4244        -e 's|@''REPLACE_REALPATH''@|0|g' \
4245        -e 's|@''REPLACE_SETENV''@|0|g' \
4246        -e 's|@''REPLACE_SETSTATE''@|0|g' \
4247        -e 's|@''REPLACE_STRTOD''@|0|g' \
4248        -e 's|@''REPLACE_STRTOL''@|0|g' \
4249        -e 's|@''REPLACE_STRTOLD''@|0|g' \
4250        -e 's|@''REPLACE_STRTOLL''@|0|g' \
4251        -e 's|@''REPLACE_STRTOUL''@|0|g' \
4252        -e 's|@''REPLACE_STRTOULL''@|0|g' \
4253        -e 's|@''REPLACE_UNSETENV''@|0|g' \
4254        -e 's|@''REPLACE_WCTOMB''@|0|g' \
4255        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4256        -e '/definition of _Noreturn/r ../gl/_Noreturn.h' \
4257        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4258        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4259        > gl/stdlib.h-t
4260  /usr/bin/mkdir -p 'gl'
4261  /usr/bin/mkdir -p 'gl'
4262  mv gl/locale.h-t gl/locale.h
4263  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4264        -e 's|@''GUARD_PREFIX''@|GL|g' \
4265        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4266        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4267        -e 's|@''PRAGMA_COLUMNS''@||g' \
4268        -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
4269        -e 's/@''GNULIB_EXPLICIT_BZERO''@/1/g' \
4270        -e 's/@''GNULIB_FFSL''@/0/g' \
4271        -e 's/@''GNULIB_FFSLL''@/0/g' \
4272        -e 's/@''GNULIB_MBSLEN''@/0/g' \
4273        -e 's/@''GNULIB_MBSNLEN''@/0/g' \
4274        -e 's/@''GNULIB_MBSCHR''@/0/g' \
4275        -e 's/@''GNULIB_MBSRCHR''@/0/g' \
4276        -e 's/@''GNULIB_MBSSTR''@/0/g' \
4277        -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
4278        -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
4279        -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
4280        -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
4281        -e 's/@''GNULIB_MBSCSPN''@/0/g' \
4282        -e 's/@''GNULIB_MBSPBRK''@/0/g' \
4283        -e 's/@''GNULIB_MBSSPN''@/0/g' \
4284        -e 's/@''GNULIB_MBSSEP''@/0/g' \
4285        -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
4286        -e 's/@''GNULIB_MEMCHR''@/1/g' \
4287        -e 's/@''GNULIB_MEMMEM''@/1/g' \
4288        -e 's/@''GNULIB_MEMPCPY''@/1/g' \
4289        -e 's/@''GNULIB_MEMRCHR''@/1/g' \
4290        -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
4291        -e 's/@''GNULIB_STPCPY''@/1/g' \
4292        -e 's/@''GNULIB_STPNCPY''@/0/g' \
4293        -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
4294        -e 's/@''GNULIB_STRDUP''@/1/g' \
4295        -e 's/@''GNULIB_STRNCAT''@/1/g' \
4296        -e 's/@''GNULIB_STRNDUP''@/1/g' \
4297        -e 's/@''GNULIB_STRNLEN''@/1/g' \
4298        -e 's/@''GNULIB_STRPBRK''@/0/g' \
4299        -e 's/@''GNULIB_STRSEP''@/1/g' \
4300        -e 's/@''GNULIB_STRSTR''@/0/g' \
4301        -e 's/@''GNULIB_STRCASESTR''@/1/g' \
4302        -e 's/@''GNULIB_STRTOK_R''@/1/g' \
4303        -e 's/@''GNULIB_STRERROR''@/1/g' \
4304        -e 's/@''GNULIB_STRERROR_R''@/0/g' \
4305        -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
4306        -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
4307        -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
4308        -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
4309        -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
4310        -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
4311        -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
4312        -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4313        < ../gl/string.in.h | \
4314    sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
4315        -e 's|@''HAVE_FFSL''@|1|g' \
4316        -e 's|@''HAVE_FFSLL''@|1|g' \
4317        -e 's|@''HAVE_MBSLEN''@|0|g' \
4318        -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
4319        -e 's|@''HAVE_MEMPCPY''@|1|g' \
4320        -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
4321        -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
4322        -e 's|@''HAVE_STPCPY''@|1|g' \
4323        -e 's|@''HAVE_STPNCPY''@|1|g' \
4324        -e 's|@''HAVE_STRCHRNUL''@|1|g' \
4325        -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
4326        -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
4327        -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
4328        -e 's|@''HAVE_STRPBRK''@|1|g' \
4329        -e 's|@''HAVE_STRSEP''@|1|g' \
4330        -e 's|@''HAVE_STRCASESTR''@|1|g' \
4331        -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
4332        -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
4333        -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
4334        -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
4335        -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
4336        -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
4337        -e 's|@''HAVE_STRVERSCMP''@|1|g' \
4338        -e 's|@''REPLACE_FFSLL''@|0|g' \
4339        -e 's|@''REPLACE_MEMCHR''@|0|g' \
4340        -e 's|@''REPLACE_MEMMEM''@|0|g' \
4341        -e 's|@''REPLACE_FREE''@|0|g' \
4342        -e 's|@''REPLACE_STPNCPY''@|0|g' \
4343        -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
4344        -e 's|@''REPLACE_STRDUP''@|0|g' \
4345        -e 's|@''REPLACE_STRNCAT''@|0|g' \
4346        -e 's|@''REPLACE_STRNDUP''@|0|g' \
4347        -e 's|@''REPLACE_STRNLEN''@|0|g' \
4348        -e 's|@''REPLACE_STRSTR''@|0|g' \
4349        -e 's|@''REPLACE_STRCASESTR''@|0|g' \
4350        -e 's|@''REPLACE_STRTOK_R''@|0|g' \
4351        -e 's|@''REPLACE_STRERROR''@|0|g' \
4352        -e 's|@''REPLACE_STRERROR_R''@|0|g' \
4353        -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
4354        -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
4355        -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
4356        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4357        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4358        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4359        > gl/string.h-t
4360  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4361        -e 's|@''GUARD_PREFIX''@|GL|g' \
4362        -e 's|@''HAVE_STRINGS_H''@|1|g' \
4363        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4364        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4365        -e 's|@''PRAGMA_COLUMNS''@||g' \
4366        -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
4367        -e 's/@''GNULIB_FFS''@/0/g' \
4368        -e 's|@''HAVE_FFS''@|1|g' \
4369        -e 's|@''HAVE_STRCASECMP''@|1|g' \
4370        -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
4371        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4372        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4373        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4374        ../gl/strings.in.h > gl/strings.h-t
4375  /usr/bin/mkdir -p 'gl/sys'
4376  /usr/bin/mkdir -p 'gl/sys'
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_SYS_RANDOM_H''@|<sys/random.h>|g' \
4383        -e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \
4384        -e 's/@''GNULIB_GETRANDOM''@/1/g' \
4385        -e 's/@''HAVE_GETRANDOM''@/1/g' \
4386        -e 's/@''REPLACE_GETRANDOM''@/0/g' \
4387        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4388        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4389        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4390        ../gl/sys_random.in.h > gl/sys/random.h-t
4391  /usr/bin/mkdir -p 'gl/sys'
4392  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4393        -e 's|@''GUARD_PREFIX''@|GL|g' \
4394        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4395        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4396        -e 's|@''PRAGMA_COLUMNS''@||g' \
4397        -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
4398        -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
4399        -e 's/@''GNULIB_PSELECT''@/0/g' \
4400        -e 's/@''GNULIB_SELECT''@/1/g' \
4401        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4402        -e 's|@''HAVE_PSELECT''@|1|g' \
4403        -e 's|@''REPLACE_PSELECT''@|0|g' \
4404        -e 's|@''REPLACE_SELECT''@|0|g' \
4405        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4406        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4407        ../gl/sys_select.in.h > gl/sys/select.h-t
4408  /usr/bin/mkdir -p 'gl/sys'
4409  mv gl/signal.h-t gl/signal.h
4410  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4411        -e 's|@''GUARD_PREFIX''@|GL|g' \
4412        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4413        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4414        -e 's|@''PRAGMA_COLUMNS''@||g' \
4415        -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
4416        -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
4417        -e 's/@''GNULIB_CLOSE''@/1/g' \
4418        -e 's/@''GNULIB_SOCKET''@/0/g' \
4419        -e 's/@''GNULIB_CONNECT''@/0/g' \
4420        -e 's/@''GNULIB_ACCEPT''@/0/g' \
4421        -e 's/@''GNULIB_BIND''@/0/g' \
4422        -e 's/@''GNULIB_GETPEERNAME''@/0/g' \
4423        -e 's/@''GNULIB_GETSOCKNAME''@/0/g' \
4424        -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \
4425        -e 's/@''GNULIB_LISTEN''@/0/g' \
4426        -e 's/@''GNULIB_RECV''@/0/g' \
4427        -e 's/@''GNULIB_SEND''@/0/g' \
4428        -e 's/@''GNULIB_RECVFROM''@/0/g' \
4429        -e 's/@''GNULIB_SENDTO''@/0/g' \
4430        -e 's/@''GNULIB_SETSOCKOPT''@/0/g' \
4431        -e 's/@''GNULIB_SHUTDOWN''@/0/g' \
4432        -e 's/@''GNULIB_ACCEPT4''@/0/g' \
4433        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4434        -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
4435        -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
4436        -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
4437        -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
4438        -e 's|@''HAVE_ACCEPT4''@|1|g' \
4439        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4440        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4441        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4442        ../gl/sys_socket.in.h > gl/sys/socket.h-t
4443  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4444        -e 's|@''GUARD_PREFIX''@|GL|g' \
4445        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4446        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4447        -e 's|@''PRAGMA_COLUMNS''@||g' \
4448        -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
4449        -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
4450        -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
4451        -e 's/@''GNULIB_FCHMODAT''@/0/g' \
4452        -e 's/@''GNULIB_FSTAT''@/1/g' \
4453        -e 's/@''GNULIB_FSTATAT''@/0/g' \
4454        -e 's/@''GNULIB_FUTIMENS''@/0/g' \
4455        -e 's/@''GNULIB_GETUMASK''@/0/g' \
4456        -e 's/@''GNULIB_LCHMOD''@/0/g' \
4457        -e 's/@''GNULIB_LSTAT''@/1/g' \
4458        -e 's/@''GNULIB_MKDIR''@/1/g' \
4459        -e 's/@''GNULIB_MKDIRAT''@/0/g' \
4460        -e 's/@''GNULIB_MKFIFO''@/0/g' \
4461        -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
4462        -e 's/@''GNULIB_MKNOD''@/0/g' \
4463        -e 's/@''GNULIB_MKNODAT''@/0/g' \
4464        -e 's/@''GNULIB_STAT''@/1/g' \
4465        -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
4466        -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
4467        -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \
4468        -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \
4469        -e 's/@''GNULIB_MDA_UMASK''@/1/g' \
4470        -e 's|@''HAVE_FCHMODAT''@|1|g' \
4471        -e 's|@''HAVE_FSTATAT''@|1|g' \
4472        -e 's|@''HAVE_FUTIMENS''@|1|g' \
4473        -e 's|@''HAVE_GETUMASK''@|1|g' \
4474        -e 's|@''HAVE_LCHMOD''@|1|g' \
4475        -e 's|@''HAVE_LSTAT''@|1|g' \
4476        -e 's|@''HAVE_MKDIRAT''@|1|g' \
4477        -e 's|@''HAVE_MKFIFO''@|1|g' \
4478        -e 's|@''HAVE_MKFIFOAT''@|1|g' \
4479        -e 's|@''HAVE_MKNOD''@|1|g' \
4480        -e 's|@''HAVE_MKNODAT''@|1|g' \
4481        -e 's|@''HAVE_UTIMENSAT''@|1|g' \
4482        -e 's|@''REPLACE_FCHMODAT''@|0|g' \
4483        -e 's|@''REPLACE_FSTAT''@|0|g' \
4484        -e 's|@''REPLACE_FSTATAT''@|0|g' \
4485        -e 's|@''REPLACE_FUTIMENS''@|0|g' \
4486        -e 's|@''REPLACE_LSTAT''@|0|g' \
4487        -e 's|@''REPLACE_MKDIR''@|0|g' \
4488        -e 's|@''REPLACE_MKFIFO''@|0|g' \
4489        -e 's|@''REPLACE_MKFIFOAT''@|0|g' \
4490        -e 's|@''REPLACE_MKNOD''@|0|g' \
4491        -e 's|@''REPLACE_MKNODAT''@|0|g' \
4492        -e 's|@''REPLACE_STAT''@|0|g' \
4493        -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
4494        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4495        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4496        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4497        ../gl/sys_stat.in.h > gl/sys/stat.h-t
4498  /usr/bin/mkdir -p 'gl/sys'
4499  /usr/bin/mkdir -p 'gl/sys'
4500  mv gl/strings.h-t gl/strings.h
4501  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4502        -e 's|@''GUARD_PREFIX''@|GL|g' \
4503        -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
4504        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4505        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4506        -e 's|@''PRAGMA_COLUMNS''@||g' \
4507        -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
4508        -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
4509        -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4510        -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
4511        -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
4512        -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
4513        -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
4514        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4515        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4516        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4517        ../gl/sys_time.in.h > gl/sys/time.h-t
4518  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4519        -e 's|@''GUARD_PREFIX''@|GL|g' \
4520        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4521        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4522        -e 's|@''PRAGMA_COLUMNS''@||g' \
4523        -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
4524        -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4525        -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
4526        ../gl/sys_types.in.h > gl/sys/types.h-t
4527  /usr/bin/mkdir -p 'gl/sys'
4528  mv gl/sys/random.h-t gl/sys/random.h
4529  /usr/bin/mkdir -p 'gl'
4530  mv gl/sys/select.h-t gl/sys/select.h
4531  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4532        -e 's|@''GUARD_PREFIX''@|GL|g' \
4533        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4534        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4535        -e 's|@''PRAGMA_COLUMNS''@||g' \
4536        -e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
4537        -e 's|@''HAVE_SYS_UIO_H''@|1|g' \
4538        ../gl/sys_uio.in.h > gl/sys/uio.h-t
4539  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4540        -e 's|@''GUARD_PREFIX''@|GL|g' \
4541        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4542        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4543        -e 's|@''PRAGMA_COLUMNS''@||g' \
4544        -e 's|@''NEXT_TERMIOS_H''@|<termios.h>|g' \
4545        -e 's/@''GNULIB_TCGETSID''@/0/g' \
4546        -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \
4547        -e 's|@''HAVE_TERMIOS_H''@|1|g' \
4548        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4549        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4550        ../gl/termios.in.h > gl/termios.h-t
4551  /usr/bin/mkdir -p 'gl'
4552  /usr/bin/mkdir -p 'gl'
4553  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4554        -e 's|@''GUARD_PREFIX''@|GL|g' \
4555        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4556        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4557        -e 's|@''PRAGMA_COLUMNS''@||g' \
4558        -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
4559        -e 's/@''GNULIB_CTIME''@/0/g' \
4560        -e 's/@''GNULIB_LOCALTIME''@/0/g' \
4561        -e 's/@''GNULIB_MKTIME''@/1/g' \
4562        -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
4563        -e 's/@''GNULIB_STRFTIME''@/0/g' \
4564        -e 's/@''GNULIB_STRPTIME''@/0/g' \
4565        -e 's/@''GNULIB_TIMEGM''@/1/g' \
4566        -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
4567        -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \
4568        -e 's/@''GNULIB_TIME_R''@/1/g' \
4569        -e 's/@''GNULIB_TIME_RZ''@/1/g' \
4570        -e 's/@''GNULIB_TZSET''@/1/g' \
4571        -e 's/@''GNULIB_MDA_TZSET''@/1/g' \
4572        -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
4573        -e 's|@''HAVE_NANOSLEEP''@|1|g' \
4574        -e 's|@''HAVE_STRPTIME''@|1|g' \
4575        -e 's|@''HAVE_TIMEGM''@|1|g' \
4576        -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \
4577        -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \
4578        -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
4579        -e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
4580        -e 's|@''REPLACE_GMTIME''@|0|g' \
4581        -e 's|@''REPLACE_LOCALTIME''@|0|g' \
4582        -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
4583        -e 's|@''REPLACE_MKTIME''@|0|g' \
4584        -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
4585        -e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
4586        -e 's|@''REPLACE_TIMEGM''@|0|g' \
4587        -e 's|@''REPLACE_TZSET''@|0|g' \
4588        -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4589        -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4590        -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
4591        -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4592        -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \
4593        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4594        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4595        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4596        ../gl/time.in.h > gl/time.h-t
4597  gperf -m 10 ../gl/unicase/special-casing-table.gperf > ../gl/unicase/special-casing-table.h-t && \
4598  mv ../gl/unicase/special-casing-table.h-t ../gl/unicase/special-casing-table.h
4599  mv gl/sys/socket.h-t gl/sys/socket.h
4600  mv gl/sys/types.h-t gl/sys/types.h
4601  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unicase.h-t' ../gl/unicase.in.h
4602  mv gl/sys/time.h-t gl/sys/time.h
4603  /usr/bin/mkdir -p 'gl'
4604  mv gl/sys/stat.h-t gl/sys/stat.h
4605  mv gl/sys/uio.h-t gl/sys/uio.h
4606  mv gl/unicase.h-t gl/unicase.h
4607  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unictype.h-t' ../gl/unictype.in.h
4608  mv gl/termios.h-t gl/termios.h
4609  mv gl/string.h-t gl/string.h
4610  /usr/bin/mkdir -p 'gl'
4611  mv gl/stdio.h-t gl/stdio.h
4612  /usr/bin/mkdir -p 'gl'
4613  mv gl/unictype.h-t gl/unictype.h
4614  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unigbrk.h-t' ../gl/unigbrk.in.h
4615  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unilbrk.h-t' ../gl/unilbrk.in.h
4616  /usr/bin/mkdir -p 'gl'
4617  mv gl/unigbrk.h-t gl/unigbrk.h
4618  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uninorm.h-t' ../gl/uninorm.in.h
4619  mv gl/unilbrk.h-t gl/unilbrk.h
4620  /usr/bin/mkdir -p 'gl'
4621  mv gl/time.h-t gl/time.h
4622  mv gl/stdlib.h-t gl/stdlib.h
4623  mv gl/uninorm.h-t gl/uninorm.h
4624  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4625        -e 's|@''GUARD_PREFIX''@|GL|g' \
4626        -e 's|@''HAVE_UNISTD_H''@|1|g' \
4627        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4628        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4629        -e 's|@''PRAGMA_COLUMNS''@||g' \
4630        -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
4631        -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4632        -e 's/@''GNULIB_ACCESS''@/0/g' \
4633        -e 's/@''GNULIB_CHDIR''@/1/g' \
4634        -e 's/@''GNULIB_CHOWN''@/0/g' \
4635        -e 's/@''GNULIB_CLOSE''@/1/g' \
4636        -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
4637        -e 's/@''GNULIB_DUP''@/0/g' \
4638        -e 's/@''GNULIB_DUP2''@/1/g' \
4639        -e 's/@''GNULIB_DUP3''@/0/g' \
4640        -e 's/@''GNULIB_ENVIRON''@/1/g' \
4641        -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
4642        -e 's/@''GNULIB_EXECL''@/0/g' \
4643        -e 's/@''GNULIB_EXECLE''@/0/g' \
4644        -e 's/@''GNULIB_EXECLP''@/0/g' \
4645        -e 's/@''GNULIB_EXECV''@/0/g' \
4646        -e 's/@''GNULIB_EXECVE''@/0/g' \
4647        -e 's/@''GNULIB_EXECVP''@/0/g' \
4648        -e 's/@''GNULIB_EXECVPE''@/0/g' \
4649        -e 's/@''GNULIB_FACCESSAT''@/0/g' \
4650        -e 's/@''GNULIB_FCHDIR''@/0/g' \
4651        -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
4652        -e 's/@''GNULIB_FDATASYNC''@/0/g' \
4653        -e 's/@''GNULIB_FSYNC''@/0/g' \
4654        -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
4655        -e 's/@''GNULIB_GETCWD''@/0/g' \
4656        -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
4657        -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
4658        -e 's/@''GNULIB_GETENTROPY''@/0/g' \
4659        -e 's/@''GNULIB_GETGROUPS''@/0/g' \
4660        -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
4661        -e 's/@''GNULIB_GETLOGIN''@/0/g' \
4662        -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
4663        -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \
4664        -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
4665        -e 's/@''GNULIB_GETPASS''@/1/g' \
4666        -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \
4667        -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
4668        -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
4669        -e 's/@''GNULIB_ISATTY''@/0/g' \
4670        -e 's/@''GNULIB_LCHOWN''@/0/g' \
4671        -e 's/@''GNULIB_LINK''@/0/g' \
4672        -e 's/@''GNULIB_LINKAT''@/0/g' \
4673        -e 's/@''GNULIB_LSEEK''@/1/g' \
4674        -e 's/@''GNULIB_PIPE''@/0/g' \
4675        -e 's/@''GNULIB_PIPE2''@/1/g' \
4676        -e 's/@''GNULIB_PREAD''@/0/g' \
4677        -e 's/@''GNULIB_PWRITE''@/0/g' \
4678        -e 's/@''GNULIB_READ''@/1/g' \
4679        -e 's/@''GNULIB_READLINK''@/1/g' \
4680        -e 's/@''GNULIB_READLINKAT''@/0/g' \
4681        -e 's/@''GNULIB_RMDIR''@/1/g' \
4682        -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
4683        -e 's/@''GNULIB_SLEEP''@/0/g' \
4684        -e 's/@''GNULIB_SYMLINK''@/0/g' \
4685        -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
4686        -e 's/@''GNULIB_TRUNCATE''@/0/g' \
4687        -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
4688        -e 's/@''GNULIB_UNISTD_H_GETOPT''@/00/g' \
4689        -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
4690        -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
4691        -e 's/@''GNULIB_UNLINK''@/0/g' \
4692        -e 's/@''GNULIB_UNLINKAT''@/0/g' \
4693        -e 's/@''GNULIB_USLEEP''@/0/g' \
4694        -e 's/@''GNULIB_WRITE''@/1/g' \
4695        -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \
4696        -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \
4697        -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \
4698        -e 's/@''GNULIB_MDA_DUP''@/1/g' \
4699        -e 's/@''GNULIB_MDA_DUP2''@/1/g' \
4700        -e 's/@''GNULIB_MDA_EXECL''@/1/g' \
4701        -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \
4702        -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \
4703        -e 's/@''GNULIB_MDA_EXECV''@/1/g' \
4704        -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \
4705        -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \
4706        -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \
4707        -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \
4708        -e 's/@''GNULIB_MDA_GETPID''@/1/g' \
4709        -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \
4710        -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \
4711        -e 's/@''GNULIB_MDA_READ''@/1/g' \
4712        -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \
4713        -e 's/@''GNULIB_MDA_SWAB''@/1/g' \
4714        -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \
4715        -e 's/@''GNULIB_MDA_WRITE''@/1/g' \
4716        < ../gl/unistd.in.h | \
4717    sed -e 's|@''HAVE_CHOWN''@|1|g' \
4718        -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
4719        -e 's|@''HAVE_DUP3''@|1|g' \
4720        -e 's|@''HAVE_EUIDACCESS''@|1|g' \
4721        -e 's|@''HAVE_EXECVPE''@|1|g' \
4722        -e 's|@''HAVE_FACCESSAT''@|1|g' \
4723        -e 's|@''HAVE_FCHDIR''@|1|g' \
4724        -e 's|@''HAVE_FCHOWNAT''@|1|g' \
4725        -e 's|@''HAVE_FDATASYNC''@|1|g' \
4726        -e 's|@''HAVE_FSYNC''@|1|g' \
4727        -e 's|@''HAVE_FTRUNCATE''@|1|g' \
4728        -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
4729        -e 's|@''HAVE_GETENTROPY''@|1|g' \
4730        -e 's|@''HAVE_GETGROUPS''@|1|g' \
4731        -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
4732        -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
4733        -e 's|@''HAVE_GETPASS''@|1|g' \
4734        -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
4735        -e 's|@''HAVE_LCHOWN''@|1|g' \
4736        -e 's|@''HAVE_LINK''@|1|g' \
4737        -e 's|@''HAVE_LINKAT''@|1|g' \
4738        -e 's|@''HAVE_PIPE''@|1|g' \
4739        -e 's|@''HAVE_PIPE2''@|1|g' \
4740        -e 's|@''HAVE_PREAD''@|1|g' \
4741        -e 's|@''HAVE_PWRITE''@|1|g' \
4742        -e 's|@''HAVE_READLINK''@|1|g' \
4743        -e 's|@''HAVE_READLINKAT''@|1|g' \
4744        -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
4745        -e 's|@''HAVE_SLEEP''@|1|g' \
4746        -e 's|@''HAVE_SYMLINK''@|1|g' \
4747        -e 's|@''HAVE_SYMLINKAT''@|1|g' \
4748        -e 's|@''HAVE_UNLINKAT''@|1|g' \
4749        -e 's|@''HAVE_USLEEP''@|1|g' \
4750        -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
4751        -e 's|@''HAVE_DECL_EXECVPE''@|1|g' \
4752        -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
4753        -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
4754        -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
4755        -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
4756        -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
4757        -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
4758        -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
4759        -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
4760        -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
4761        -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
4762        -e 's|@''HAVE_OS_H''@|0|g' \
4763        -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
4764    | \
4765    sed -e 's|@''REPLACE_ACCESS''@|0|g' \
4766        -e 's|@''REPLACE_CHOWN''@|0|g' \
4767        -e 's|@''REPLACE_CLOSE''@|0|g' \
4768        -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \
4769        -e 's|@''REPLACE_DUP''@|0|g' \
4770        -e 's|@''REPLACE_DUP2''@|0|g' \
4771        -e 's|@''REPLACE_EXECL''@|0|g' \
4772        -e 's|@''REPLACE_EXECLE''@|0|g' \
4773        -e 's|@''REPLACE_EXECLP''@|0|g' \
4774        -e 's|@''REPLACE_EXECV''@|0|g' \
4775        -e 's|@''REPLACE_EXECVE''@|0|g' \
4776        -e 's|@''REPLACE_EXECVP''@|0|g' \
4777        -e 's|@''REPLACE_EXECVPE''@|0|g' \
4778        -e 's|@''REPLACE_FACCESSAT''@|0|g' \
4779        -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
4780        -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
4781        -e 's|@''REPLACE_GETCWD''@|0|g' \
4782        -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
4783        -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
4784        -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
4785        -e 's|@''REPLACE_GETGROUPS''@|0|g' \
4786        -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
4787        -e 's|@''REPLACE_GETPASS''@|0|g' \
4788        -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \
4789        -e 's|@''REPLACE_ISATTY''@|0|g' \
4790        -e 's|@''REPLACE_LCHOWN''@|0|g' \
4791        -e 's|@''REPLACE_LINK''@|0|g' \
4792        -e 's|@''REPLACE_LINKAT''@|0|g' \
4793        -e 's|@''REPLACE_LSEEK''@|0|g' \
4794        -e 's|@''REPLACE_PREAD''@|0|g' \
4795        -e 's|@''REPLACE_PWRITE''@|0|g' \
4796        -e 's|@''REPLACE_READ''@|0|g' \
4797        -e 's|@''REPLACE_READLINK''@|0|g' \
4798        -e 's|@''REPLACE_READLINKAT''@|0|g' \
4799        -e 's|@''REPLACE_RMDIR''@|0|g' \
4800        -e 's|@''REPLACE_SLEEP''@|0|g' \
4801        -e 's|@''REPLACE_SYMLINK''@|0|g' \
4802        -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
4803        -e 's|@''REPLACE_TRUNCATE''@|0|g' \
4804        -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
4805        -e 's|@''REPLACE_UNLINK''@|0|g' \
4806        -e 's|@''REPLACE_UNLINKAT''@|0|g' \
4807        -e 's|@''REPLACE_USLEEP''@|0|g' \
4808        -e 's|@''REPLACE_WRITE''@|0|g' \
4809        -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \
4810        -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
4811        -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
4812        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4813        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4814        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4815        > gl/unistd.h-t
4816  /usr/bin/mkdir -p 'gl'
4817  /usr/bin/mkdir -p 'gl'
4818  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unistr.h-t' ../gl/unistr.in.h
4819  /usr/bin/mkdir -p 'gl'
4820  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unitypes.h-t' ../gl/unitypes.in.h
4821  /usr/bin/mkdir -p 'gl'
4822  mv gl/math.h-t gl/math.h
4823  mv gl/unistr.h-t gl/unistr.h
4824  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uniwbrk.h-t' ../gl/uniwbrk.in.h
4825  mv gl/unitypes.h-t gl/unitypes.h
4826  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uniwidth.h-t' ../gl/uniwidth.in.h
4827  /usr/bin/mkdir -p 'gl'
4828  mv gl/uniwbrk.h-t gl/uniwbrk.h
4829  /usr/bin/mkdir -p 'gl'
4830  mv gl/uniwidth.h-t gl/uniwidth.h
4831  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4832        -e 's|@''GUARD_PREFIX''@|GL|g' \
4833        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4834        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4835        -e 's|@''PRAGMA_COLUMNS''@||g' \
4836        -e 's|@''HAVE_FEATURES_H''@|1|g' \
4837        -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
4838        -e 's|@''HAVE_WCHAR_H''@|1|g' \
4839        -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
4840        -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
4841        -e 's/@''GNULIB_BTOWC''@/1/g' \
4842        -e 's/@''GNULIB_WCTOB''@/0/g' \
4843        -e 's/@''GNULIB_MBSINIT''@/1/g' \
4844        -e 's/@''GNULIB_MBRTOWC''@/1/g' \
4845        -e 's/@''GNULIB_MBRLEN''@/0/g' \
4846        -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
4847        -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
4848        -e 's/@''GNULIB_WCRTOMB''@/1/g' \
4849        -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
4850        -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
4851        -e 's/@''GNULIB_WCWIDTH''@/1/g' \
4852        -e 's/@''GNULIB_WMEMCHR''@/1/g' \
4853        -e 's/@''GNULIB_WMEMCMP''@/0/g' \
4854        -e 's/@''GNULIB_WMEMCPY''@/0/g' \
4855        -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
4856        -e 's/@''GNULIB_WMEMPCPY''@/1/g' \
4857        -e 's/@''GNULIB_WMEMSET''@/0/g' \
4858        -e 's/@''GNULIB_WCSLEN''@/0/g' \
4859        -e 's/@''GNULIB_WCSNLEN''@/0/g' \
4860        -e 's/@''GNULIB_WCSCPY''@/0/g' \
4861        -e 's/@''GNULIB_WCPCPY''@/0/g' \
4862        -e 's/@''GNULIB_WCSNCPY''@/0/g' \
4863        -e 's/@''GNULIB_WCPNCPY''@/0/g' \
4864        -e 's/@''GNULIB_WCSCAT''@/0/g' \
4865        -e 's/@''GNULIB_WCSNCAT''@/0/g' \
4866        -e 's/@''GNULIB_WCSCMP''@/0/g' \
4867        -e 's/@''GNULIB_WCSNCMP''@/0/g' \
4868        -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
4869        -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
4870        -e 's/@''GNULIB_WCSCOLL''@/0/g' \
4871        -e 's/@''GNULIB_WCSXFRM''@/0/g' \
4872        -e 's/@''GNULIB_WCSDUP''@/0/g' \
4873        -e 's/@''GNULIB_WCSCHR''@/0/g' \
4874        -e 's/@''GNULIB_WCSRCHR''@/0/g' \
4875        -e 's/@''GNULIB_WCSCSPN''@/0/g' \
4876        -e 's/@''GNULIB_WCSSPN''@/0/g' \
4877        -e 's/@''GNULIB_WCSPBRK''@/0/g' \
4878        -e 's/@''GNULIB_WCSSTR''@/0/g' \
4879        -e 's/@''GNULIB_WCSTOK''@/0/g' \
4880        -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
4881        -e 's/@''GNULIB_WCSFTIME''@/0/g' \
4882        -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \
4883        -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4884        < ../gl/wchar.in.h | \
4885    sed -e 's|@''HAVE_WINT_T''@|1|g' \
4886        -e 's|@''HAVE_BTOWC''@|1|g' \
4887        -e 's|@''HAVE_MBSINIT''@|1|g' \
4888        -e 's|@''HAVE_MBRTOWC''@|1|g' \
4889        -e 's|@''HAVE_MBRLEN''@|1|g' \
4890        -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
4891        -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
4892        -e 's|@''HAVE_WCRTOMB''@|1|g' \
4893        -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
4894        -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
4895        -e 's|@''HAVE_WMEMCHR''@|1|g' \
4896        -e 's|@''HAVE_WMEMCMP''@|1|g' \
4897        -e 's|@''HAVE_WMEMCPY''@|1|g' \
4898        -e 's|@''HAVE_WMEMMOVE''@|1|g' \
4899        -e 's|@''HAVE_WMEMPCPY''@|1|g' \
4900        -e 's|@''HAVE_WMEMSET''@|1|g' \
4901        -e 's|@''HAVE_WCSLEN''@|1|g' \
4902        -e 's|@''HAVE_WCSNLEN''@|1|g' \
4903        -e 's|@''HAVE_WCSCPY''@|1|g' \
4904        -e 's|@''HAVE_WCPCPY''@|1|g' \
4905        -e 's|@''HAVE_WCSNCPY''@|1|g' \
4906        -e 's|@''HAVE_WCPNCPY''@|1|g' \
4907        -e 's|@''HAVE_WCSCAT''@|1|g' \
4908        -e 's|@''HAVE_WCSNCAT''@|1|g' \
4909        -e 's|@''HAVE_WCSCMP''@|1|g' \
4910        -e 's|@''HAVE_WCSNCMP''@|1|g' \
4911        -e 's|@''HAVE_WCSCASECMP''@|1|g' \
4912        -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
4913        -e 's|@''HAVE_WCSCOLL''@|1|g' \
4914        -e 's|@''HAVE_WCSXFRM''@|1|g' \
4915        -e 's|@''HAVE_WCSDUP''@|1|g' \
4916        -e 's|@''HAVE_WCSCHR''@|1|g' \
4917        -e 's|@''HAVE_WCSRCHR''@|1|g' \
4918        -e 's|@''HAVE_WCSCSPN''@|1|g' \
4919        -e 's|@''HAVE_WCSSPN''@|1|g' \
4920        -e 's|@''HAVE_WCSPBRK''@|1|g' \
4921        -e 's|@''HAVE_WCSSTR''@|1|g' \
4922        -e 's|@''HAVE_WCSTOK''@|1|g' \
4923        -e 's|@''HAVE_WCSWIDTH''@|1|g' \
4924        -e 's|@''HAVE_WCSFTIME''@|1|g' \
4925        -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
4926        -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \
4927        -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
4928    | \
4929    sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
4930        -e 's|@''REPLACE_BTOWC''@|0|g' \
4931        -e 's|@''REPLACE_WCTOB''@|0|g' \
4932        -e 's|@''REPLACE_FREE''@|0|g' \
4933        -e 's|@''REPLACE_MBSINIT''@|0|g' \
4934        -e 's|@''REPLACE_MBRTOWC''@|1|g' \
4935        -e 's|@''REPLACE_MBRLEN''@|0|g' \
4936        -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
4937        -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
4938        -e 's|@''REPLACE_WCRTOMB''@|0|g' \
4939        -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
4940        -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
4941        -e 's|@''REPLACE_WCWIDTH''@|0|g' \
4942        -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
4943        -e 's|@''REPLACE_WCSFTIME''@|0|g' \
4944        -e 's|@''REPLACE_WCSTOK''@|0|g' \
4945        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4946        -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4947        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4948        > gl/wchar.h-t
4949  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
4950  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4951        -e 's|@''GUARD_PREFIX''@|GL|g' \
4952        -e 's/@''HAVE_WCTYPE_H''@/1/g' \
4953        -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4954        -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4955        -e 's|@''PRAGMA_COLUMNS''@||g' \
4956        -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
4957        -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
4958        -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
4959        -e 's/@''GNULIB_ISWBLANK''@/1/g' \
4960        -e 's/@''GNULIB_ISWDIGIT''@/1/g' \
4961        -e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
4962        -e 's/@''GNULIB_WCTYPE''@/0/g' \
4963        -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
4964        -e 's/@''GNULIB_WCTRANS''@/0/g' \
4965        -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
4966        -e 's/@''HAVE_ISWBLANK''@/1/g' \
4967        -e 's/@''HAVE_ISWCNTRL''@/1/g' \
4968        -e 's/@''HAVE_WCTYPE_T''@/1/g' \
4969        -e 's/@''HAVE_WCTRANS_T''@/1/g' \
4970        -e 's/@''HAVE_WINT_T''@/1/g' \
4971        -e 's/@''REPLACE_ISWBLANK''@/0/g' \
4972        -e 's/@''REPLACE_ISWDIGIT''@/0/g' \
4973        -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \
4974        -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
4975        -e 's/@''REPLACE_TOWLOWER''@/0/g' \
4976        -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4977        -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4978        ../gl/wctype.in.h > gl/wctype.h-t
4979  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
4980  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
4981  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
4982  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
4983  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
4984  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
4985  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
4986  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
4987  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
4988  echo '#include <config.h>' > src/ui/gui/psppire-marshal.c
4989  glib-genmarshal --header --quiet --prefix=psppire_marshal ../src/ui/gui/marshaller-list > src/ui/gui/psppire-marshal.h
4990  glib-compile-resources --sourcedir=../src/ui/gui --generate-source ../src/ui/gui/resources.xml --target=src/ui/gui/resources.c,out
4991  mv gl/wctype.h-t gl/wctype.h
4992  glib-genmarshal --body --quiet --include-header=ui/gui/psppire-marshal.h --prefix=psppire_marshal ../src/ui/gui/marshaller-list >> src/ui/gui/psppire-marshal.c
4993  rm -f src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h && \
4994  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
4995    /usr/bin/sed -e 's|%''INCLUDE_NEXT''%|include_next|g' \
4996        -e 's|%''PRAGMA_SYSTEM_HEADER''%||g' \
4997        -e 's|%''PRAGMA_COLUMNS''%||g' \
4998        -e 's|%''NEXT_GTK_GTK_H''%|<gtk/gtk.h>|g' \
4999        < ../src/ui/gui/include/gtk/gtk.in.h; \
5000  } > src/ui/gui/include/gtk/gtk.h-t && \
5001  mv src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h
5002  (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' autoheader)
5003  rm -f src/ui/gui/include/glib.h-t src/ui/gui/include/glib.h && \
5004  { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5005    /usr/bin/sed -e 's|%''INCLUDE_NEXT''%|include_next|g' \
5006        -e 's|%''PRAGMA_SYSTEM_HEADER''%||g' \
5007        -e 's|%''PRAGMA_COLUMNS''%||g' \
5008        -e 's|%''NEXT_GLIB_H''%|<glib.h>|g' \
5009        < ../src/ui/gui/include/glib.in.h; \
5010  } > src/ui/gui/include/glib.h-t && \
5011  mv src/ui/gui/include/glib.h-t src/ui/gui/include/glib.h
5012  mv gl/wchar.h-t gl/wchar.h
5013  mv gl/unistd.h-t gl/unistd.h
5014  mv src/output/spv/light-binary-parser.c.tmp src/output/spv/light-binary-parser.c
5015  mv src/output/spv/detail-xml-parser.c.tmp src/output/spv/detail-xml-parser.c
5016  mv src/output/spv/old-binary-parser.c.tmp src/output/spv/old-binary-parser.c
5017  mv src/output/spv/tlo-parser.c.tmp src/output/spv/tlo-parser.c
5018  mv src/output/spv/structure-xml-parser.c.tmp src/output/spv/structure-xml-parser.c
5019  echo '#include <config.h>' > src/ui/gui/resources.c,tmp
5020  cat src/ui/gui/resources.c,out >> src/ui/gui/resources.c,tmp
5021  /usr/bin/mkdir -p 'gl/unicase'
5022  declaration=`grep '^gl_unicase_special_lookup' ../gl/unicase/special-casing-table.h | sed -e 's/register //g'` && \
5023  sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
5024    -e "/gl_unicase_special_lookup/s/gl_unicase_special_lookup.*/${declaration};/" \
5025    ../gl/unicase/special-casing.in.h > gl/unicase/special-casing.h-t
5026  rm -f src/ui/gui/resources.c,out
5027  mv src/ui/gui/resources.c,tmp src/ui/gui/resources.c
5028  mv gl/unicase/special-casing.h-t gl/unicase/special-casing.h
5029  rm -f stamp-h1
5030  touch ../config.h.in
5031  cd . && /bin/sh ./config.status config.h
5032  config.status: creating config.h
5033  make  dist-gzip am__post_remove_distdir='@:'
5034  make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5035  make  distdir-am
5036  make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5037  python3 ../doc/get-commands.py ../src/language/command.def > ../doc/ni.texi
5038  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=2.0.0-pre1gfa6bce --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/varset.c src/data/varset.h 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/command-segmenter.c src/language/lexer/command-segmenter.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/commands/aggregate.c src/language/commands/aggregate.h src/language/commands/apply-dictionary.c src/language/commands/attributes.c src/language/commands/autorecode.c src/language/commands/binomial.c src/language/commands/binomial.h src/language/commands/cache.c src/language/commands/cd.c src/language/commands/chart-category.h src/language/commands/chisquare.c src/language/commands/chisquare.h src/language/commands/cochran.c src/language/commands/cochran.h src/language/commands/combine-files.c src/language/commands/compute.c src/language/commands/correlations.c src/language/commands/count.c src/language/commands/crosstabs.c src/language/commands/ctables.c src/language/commands/ctables.inc src/language/commands/data-list.c src/language/commands/data-parser.c src/language/commands/data-parser.h src/language/commands/data-reader.c src/language/commands/data-reader.h src/language/commands/data-writer.c src/language/commands/data-writer.h src/language/commands/dataset.c src/language/commands/date.c src/language/commands/define.c src/language/commands/delete-variables.c src/language/commands/descriptives.c src/language/commands/do-if.c src/language/commands/echo.c src/language/commands/examine.c src/language/commands/factor.c src/language/commands/fail.c src/language/commands/file-handle.c src/language/commands/file-handle.h src/language/commands/flip.c src/language/commands/formats.c src/language/commands/freq.c src/language/commands/freq.h src/language/commands/frequencies.c src/language/commands/friedman.c src/language/commands/friedman.h src/language/commands/get-data.c src/language/commands/get.c src/language/commands/glm.c src/language/commands/graph.c src/language/commands/host.c src/language/commands/include.c src/language/commands/inpt-pgm.c src/language/commands/inpt-pgm.h src/language/commands/jonckheere-terpstra.c src/language/commands/jonckheere-terpstra.h src/language/commands/kruskal-wallis.c src/language/commands/kruskal-wallis.h src/language/commands/ks-one-sample.c src/language/commands/ks-one-sample.h src/language/commands/list.c src/language/commands/logistic.c src/language/commands/loop.c src/language/commands/mann-whitney.c src/language/commands/mann-whitney.h src/language/commands/matrix-data.c src/language/commands/matrix-reader.c src/language/commands/matrix-reader.h src/language/commands/matrix.c src/language/commands/mcnemar.c src/language/commands/mcnemar.h src/language/commands/mconvert.c src/language/commands/means-calc.c src/language/commands/means-parser.c src/language/commands/means.c src/language/commands/means.h src/language/commands/median.c src/language/commands/median.h src/language/commands/missing-values.c src/language/commands/mrsets.c src/language/commands/npar-summary.c src/language/commands/npar-summary.h src/language/commands/npar.c src/language/commands/npar.h src/language/commands/numeric.c src/language/commands/oneway.c src/language/commands/output.c src/language/commands/permissions.c src/language/commands/placement-parser.c src/language/commands/placement-parser.h src/language/commands/print-space.c src/language/commands/print.c src/language/commands/quick-cluster.c src/language/commands/rank.c src/language/commands/recode.c src/language/commands/regression.c src/language/commands/reliability.c src/language/commands/rename-variables.c src/language/commands/repeat.c src/language/commands/roc.c src/language/commands/roc.h src/language/commands/runs.c src/language/commands/runs.h src/language/commands/sample.c src/language/commands/save-translate.c src/language/commands/save.c src/language/commands/select-if.c src/language/commands/set.c src/language/commands/sign.c src/language/commands/sign.h src/language/commands/sort-cases.c src/language/commands/sort-criteria.c src/language/commands/sort-criteria.h src/language/commands/sort-variables.c src/language/commands/split-file.c src/language/commands/split-file.h src/language/commands/sys-file-info.c src/language/commands/t-test-indep.c src/language/commands/t-test-one-sample.c src/language/commands/t-test-paired.c src/language/commands/t-test-parser.c src/language/commands/t-test.h src/language/commands/temporary.c src/language/commands/title.c src/language/commands/trim.c src/language/commands/trim.h src/language/commands/value-labels.c src/language/commands/variable-display.c src/language/commands/variable-label.c src/language/commands/vector.c src/language/commands/weight.c src/language/commands/wilcoxon.c src/language/commands/wilcoxon.h 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/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/float-range.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/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/command-segmenter.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
5039  echo "@set example-dir /usr/local/share/pspp/examples" > ../doc/tut.texi
5040  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"' | \
5041     /usr/bin/sed -e 's% *<property name="help[-_]page">\([^<]*\)</property>%//*[@id='"'"'\1'"'"']%' \
5042  -e 's%#%'"'"']/*[@id='"'"'%g' > doc/help-pages-list,tmp
5043  test -s doc/help-pages-list,tmp
5044  mv doc/help-pages-list,tmp doc/help-pages-list
5045  /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.h`
5046  /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.inc`
5047  /usr/bin/mkdir -p `dirname src/language/expressions/operations.h`
5048  /usr/bin/mkdir -p `dirname src/language/expressions/optimize.inc`
5049  /usr/bin/mkdir -p `dirname src/language/expressions/parse.inc`
5050  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/evaluate.h` \
5051    -i ../src/language/expressions/operations.def > src/language/expressions/evaluate.h.tmp
5052  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/evaluate.inc` \
5053    -i ../src/language/expressions/operations.def > src/language/expressions/evaluate.inc.tmp
5054  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/operations.h` \
5055    -i ../src/language/expressions/operations.def > src/language/expressions/operations.h.tmp
5056  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/optimize.inc` \
5057    -i ../src/language/expressions/operations.def > src/language/expressions/optimize.inc.tmp
5058  python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/parse.inc` \
5059    -i ../src/language/expressions/operations.def > src/language/expressions/parse.inc.tmp
5060  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5061  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5062  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5063  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5064  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
5065  { \
5066    echo "/* 	-*- mode: c; buffer-read-only: t -*-"; \
5067    echo "   Generated by src/libpspp/automake.mk --- Do not edit."; \
5068    echo; \
5069    echo "   The following line is for the benefit of the perl module"; \
5070    echo "\$VERSION='2.0.0';"; \
5071    echo "*/"; \
5072    echo "#include \"version.h\""; \
5073    echo "const char bare_version[] = \"2.0.0-pre1gfa6bce\";"; \
5074    echo "const char version[] = \"GNU pspp 2.0.0-pre1gfa6bce\";"; \
5075    printf "const char announced_version[] = \"GNU pspp 2.0.0-pre1gfa6bce\""; \
5076    case `echo 2.0.0-pre1gfa6bce | /usr/bin/sed -e 's/[0-9][0-9]*\.[0-9]*\([0-9]\)\.[0-9][0-9]*/\1/'` in \
5077      [13579]) printf "\"\\\nThis is an unreleased test version. It is not recommended for production use. Use at your own risk\"" ;; \
5078    esac; \
5079    printf ";\n"; \
5080    echo "const char host_system[] = \"x86_64-pc-linux-gnu\";"; \
5081    echo "const char build_system[] = \"x86_64-pc-linux-gnu\";"; \
5082    echo "const char locale_dir[] = \"/usr/local/share/locale\";"; \
5083    echo "const char examples_dir[] = \"/usr/local/share/pspp/examples\";"; \
5084    echo "const char *const authors[] = {"; \
5085    /usr/bin/sed -e 's/^/  \"/' -e 's/$/\",/' ../AUTHORS; \
5086    echo "  0"; \
5087            echo "};"; \
5088  } > src/libpspp/version.c,tmp && mv src/libpspp/version.c,tmp src/libpspp/version.c
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5090  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5091  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5093  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5094  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5096  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5097  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5098  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5100  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5101  Updating ../doc/version-dev.texi
5102  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5104  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5105  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5106  Updating ../doc/version.texi
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5108  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5109  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5111  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5112  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5113  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5115  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5116  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5118  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5119  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5121  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5122  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5123  mv src/language/expressions/evaluate.h.tmp src/language/expressions/evaluate.h
5124  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5125  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5126  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5128  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5129  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5131  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5132  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5133  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5134  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5136  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5137  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5138  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5139  depbase=`echo gl/asnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5140  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5141  mv -f $depbase.Tpo $depbase.Plo
5142  depbase=`echo gl/mktime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5143  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5144  mv -f $depbase.Tpo $depbase.Plo
5145  depbase=`echo gl/printf-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5146  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5147  mv -f $depbase.Tpo $depbase.Plo
5148  depbase=`echo gl/printf-parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5149  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5150  mv -f $depbase.Tpo $depbase.Plo
5151  depbase=`echo gl/vasnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5152  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5153  mv -f $depbase.Tpo $depbase.Plo
5154  mv src/language/expressions/evaluate.inc.tmp src/language/expressions/evaluate.inc
5155  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5156  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5157  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5159  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5160  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5161  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5162  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5163  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5164  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5165  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5166  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5167  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5168  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5169  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5170  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5172  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5173  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5174  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5175  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5176  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5177  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5178  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5179  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5180  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5181  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5182  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5183  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5185  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5186  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5187  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5188  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5189  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5190  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5191  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5192  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5193  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5194  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5195  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5196  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5197  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5198  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5199  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5200  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5201  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5202  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5203  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5204  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5205  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5206  mv src/language/expressions/operations.h.tmp src/language/expressions/operations.h
5207  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5208  mv src/language/expressions/optimize.inc.tmp src/language/expressions/optimize.inc
5209  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5210  mv src/language/expressions/parse.inc.tmp src/language/expressions/parse.inc
5211  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5212  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5213  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5214  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5215  :;{ \
5216    echo '# Signature of the current package.' && \
5217    echo 'm4_define([AT_PACKAGE_NAME],      [GNU PSPP])' && \
5218    echo 'm4_define([AT_PACKAGE_TARNAME],   [pspp])' && \
5219    echo 'm4_define([AT_PACKAGE_VERSION],   [2.0.0-pre1gfa6bce])' && \
5220    echo 'm4_define([AT_PACKAGE_STRING],    [GNU PSPP 2.0.0-pre1gfa6bce])' && \
5221    echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-gnu-pspp@gnu.org])' && \
5222    echo 'm4_define([AT_PACKAGE_URL],       [https://www.gnu.org/software/pspp/])'; \
5223  } >'../package.m4'
5224  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5225  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5226  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5227  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5228  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5229  printf '\043 Generated automatically -- do not modify!    -*- buffer-read-only: t -*-\n' > ../tests/testsuite.at,tmp
5230  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5231  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5232  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5233  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5234  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5235  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5236  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5237  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5238  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5239  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5240  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5241  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5242  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5243  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5244  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5245  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5246  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5247  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5248  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5249  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5250  cat ../tests/testsuite.in >> ../tests/testsuite.at,tmp
5251  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
5253  mv -f gl/.deps/libgl_la-memcasecmp.Tpo gl/.deps/libgl_la-memcasecmp.Plo
5254  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
5256  mv -f gl/.deps/libgl_la-sockets.Tpo gl/.deps/libgl_la-sockets.Plo
5257  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/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/expressions/evaluate.at tests/language/expressions/parse.at tests/language/commands/add-files.at tests/language/commands/aggregate.at tests/language/commands/apply.at tests/language/commands/attributes.at tests/language/commands/autorecode.at tests/language/commands/cache.at tests/language/commands/cd.at tests/language/commands/compute.at tests/language/commands/correlations.at tests/language/commands/count.at tests/language/commands/crosstabs.at tests/language/commands/ctables.at tests/language/commands/data-list.at tests/language/commands/data-reader.at tests/language/commands/dataset.at tests/language/commands/date.at tests/language/commands/define.at tests/language/commands/delete-variables.at tests/language/commands/descriptives.at tests/language/commands/do-if.at tests/language/commands/do-repeat.at tests/language/commands/examine.at tests/language/commands/factor.at tests/language/commands/file-handle.at tests/language/commands/flip.at tests/language/commands/formats.at tests/language/commands/frequencies.at tests/language/commands/get-data-psql.at tests/language/commands/get-data-spreadsheet.at tests/language/commands/get-data-txt.at tests/language/commands/get-data.at tests/language/commands/get.at tests/language/commands/glm.at tests/language/commands/graph.at tests/language/commands/host.at tests/language/commands/inpt-pgm.at tests/language/commands/insert.at tests/language/commands/leave.at tests/language/commands/list.at tests/language/commands/logistic.at tests/language/commands/loop.at tests/language/commands/match-files.at tests/language/commands/matrix-data.at tests/language/commands/matrix-reader.at tests/language/commands/matrix.at tests/language/commands/mconvert.at tests/language/commands/means.at tests/language/commands/missing-values.at tests/language/commands/mrsets.at tests/language/commands/npar.at tests/language/commands/numeric.at tests/language/commands/oneway.at tests/language/commands/output.at tests/language/commands/permissions.at tests/language/commands/print-space.at tests/language/commands/print.at tests/language/commands/quick-cluster.at tests/language/commands/rank.at tests/language/commands/recode.at tests/language/commands/regression.at tests/language/commands/reliability.at tests/language/commands/rename-variables.at tests/language/commands/roc.at tests/language/commands/sample.at tests/language/commands/save-translate.at tests/language/commands/save.at tests/language/commands/select-if.at tests/language/commands/set.at tests/language/commands/show.at tests/language/commands/sort-cases.at tests/language/commands/sort-variables.at tests/language/commands/split-file.at tests/language/commands/string.at tests/language/commands/sys-file-info.at tests/language/commands/t-test.at tests/language/commands/temporary.at tests/language/commands/title.at tests/language/commands/update.at tests/language/commands/value-labels.at tests/language/commands/variable-labels.at tests/language/commands/variable-display.at tests/language/commands/vector.at tests/language/commands/weight.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 \
5258    echo "m4_include([$t])" >> ../tests/testsuite.at,tmp ;\
5259  done
5260  depbase=`echo src/ui/source-init-opts.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5262  mv -f $depbase.Tpo $depbase.Plo
5263  depbase=`echo src/ui/syntax-gen.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5265  mv -f $depbase.Tpo $depbase.Plo
5266  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5267  depbase=`echo src/language/command.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5268  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5269  mv -f $depbase.Tpo $depbase.Plo
5270  depbase=`echo src/language/lexer/command-name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5271  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5272  mv -f $depbase.Tpo $depbase.Plo
5273  mv -f gl/.deps/libgl_la-mbrtowc.Tpo gl/.deps/libgl_la-mbrtowc.Plo
5274  depbase=`echo src/language/lexer/command-segmenter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5275  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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-segmenter.lo -MD -MP -MF $depbase.Tpo -c -o src/language/lexer/command-segmenter.lo ../src/language/lexer/command-segmenter.c &&\
5276  mv -f $depbase.Tpo $depbase.Plo
5277  depbase=`echo src/language/lexer/include-path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5278  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5279  mv -f $depbase.Tpo $depbase.Plo
5280  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5281  depbase=`echo src/language/lexer/lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5282  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5283  mv -f $depbase.Tpo $depbase.Plo
5284  mv -f gl/.deps/libgl_la-memchr2.Tpo gl/.deps/libgl_la-memchr2.Plo
5285  mv ../tests/testsuite.at,tmp ../tests/testsuite.at
5286  depbase=`echo src/language/lexer/macro.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5288  mv -f $depbase.Tpo $depbase.Plo
5289  depbase=`echo src/language/lexer/format-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5290  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5291  mv -f $depbase.Tpo $depbase.Plo
5292  depbase=`echo src/language/lexer/scan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5293  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5294  mv -f $depbase.Tpo $depbase.Plo
5295  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5296  depbase=`echo src/language/lexer/segment.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5298  mv -f $depbase.Tpo $depbase.Plo
5299  depbase=`echo src/language/lexer/token.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5301  mv -f $depbase.Tpo $depbase.Plo
5302  depbase=`echo src/language/lexer/value-parser.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5304  mv -f $depbase.Tpo $depbase.Plo
5305  depbase=`echo src/language/lexer/variable-parser.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5307  mv -f $depbase.Tpo $depbase.Plo
5308  depbase=`echo src/language/commands/aggregate.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/aggregate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/aggregate.lo ../src/language/commands/aggregate.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5312  mv -f gl/.deps/libgl_la-malloca.Tpo gl/.deps/libgl_la-malloca.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5314  depbase=`echo src/language/commands/apply-dictionary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5315  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/apply-dictionary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/apply-dictionary.lo ../src/language/commands/apply-dictionary.c &&\
5316  mv -f $depbase.Tpo $depbase.Plo
5317  mv -f gl/.deps/libgl_la-mbchar.Tpo gl/.deps/libgl_la-mbchar.Plo
5318  mv -f gl/.deps/libgl_la-sys_socket.Tpo gl/.deps/libgl_la-sys_socket.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5320  depbase=`echo src/language/commands/attributes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5321  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/attributes.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/attributes.lo ../src/language/commands/attributes.c &&\
5322  mv -f $depbase.Tpo $depbase.Plo
5323  depbase=`echo src/language/commands/autorecode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5324  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/autorecode.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/autorecode.lo ../src/language/commands/autorecode.c &&\
5325  mv -f $depbase.Tpo $depbase.Plo
5326  mv -f gl/.deps/libgl_la-mbiter.Tpo gl/.deps/libgl_la-mbiter.Plo
5327  depbase=`echo src/language/commands/binomial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5328  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/binomial.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/binomial.lo ../src/language/commands/binomial.c &&\
5329  mv -f $depbase.Tpo $depbase.Plo
5330  depbase=`echo src/language/commands/cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5331  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cache.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/cache.lo ../src/language/commands/cache.c &&\
5332  mv -f $depbase.Tpo $depbase.Plo
5333  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5334  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5335  mv -f gl/.deps/libgl_la-safe-write.Tpo gl/.deps/libgl_la-safe-write.Plo
5336  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5337  depbase=`echo src/language/commands/cd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5338  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cd.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/cd.lo ../src/language/commands/cd.c &&\
5339  mv -f $depbase.Tpo $depbase.Plo
5340  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5341  mv -f gl/.deps/libgl_la-timespec.Tpo gl/.deps/libgl_la-timespec.Plo
5342  mv -f gl/.deps/libgl_la-timespec-sub.Tpo gl/.deps/libgl_la-timespec-sub.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5344  mv -f gl/.deps/libgl_la-timespec-add.Tpo gl/.deps/libgl_la-timespec-add.Plo
5345  depbase=`echo src/language/commands/chisquare.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5346  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/chisquare.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/chisquare.lo ../src/language/commands/chisquare.c &&\
5347  mv -f $depbase.Tpo $depbase.Plo
5348  depbase=`echo src/language/commands/cochran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5349  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cochran.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/cochran.lo ../src/language/commands/cochran.c &&\
5350  mv -f $depbase.Tpo $depbase.Plo
5351  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5352  depbase=`echo src/language/commands/combine-files.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5353  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/combine-files.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/combine-files.lo ../src/language/commands/combine-files.c &&\
5354  mv -f $depbase.Tpo $depbase.Plo
5355  depbase=`echo src/language/commands/compute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5356  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/compute.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/compute.lo ../src/language/commands/compute.c &&\
5357  mv -f $depbase.Tpo $depbase.Plo
5358  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_grow.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_grow.Plo
5359  mv -f gl/.deps/libgl_la-pipe2.Tpo gl/.deps/libgl_la-pipe2.Plo
5360  depbase=`echo src/language/commands/correlations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5361  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/correlations.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/correlations.lo ../src/language/commands/correlations.c &&\
5362  mv -f $depbase.Tpo $depbase.Plo
5363  depbase=`echo src/language/commands/count.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5364  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/count.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/count.lo ../src/language/commands/count.c &&\
5365  mv -f $depbase.Tpo $depbase.Plo
5366  mv -f gl/.deps/libgl_la-strnlen1.Tpo gl/.deps/libgl_la-strnlen1.Plo
5367  depbase=`echo src/language/commands/crosstabs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5368  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/crosstabs.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/crosstabs.lo ../src/language/commands/crosstabs.c &&\
5369  mv -f $depbase.Tpo $depbase.Plo
5370  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5371  depbase=`echo src/language/commands/ctables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5372  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/ctables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/ctables.lo ../src/language/commands/ctables.c &&\
5373  mv -f $depbase.Tpo $depbase.Plo
5374  depbase=`echo src/language/commands/data-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5375  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-list.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/data-list.lo ../src/language/commands/data-list.c &&\
5376  mv -f $depbase.Tpo $depbase.Plo
5377  depbase=`echo src/language/commands/data-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5378  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/data-parser.lo ../src/language/commands/data-parser.c &&\
5379  mv -f $depbase.Tpo $depbase.Plo
5380  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5381  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5382  depbase=`echo src/language/commands/data-reader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5383  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-reader.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/data-reader.lo ../src/language/commands/data-reader.c &&\
5384  mv -f $depbase.Tpo $depbase.Plo
5385  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5386  depbase=`echo src/language/commands/data-writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5387  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-writer.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/data-writer.lo ../src/language/commands/data-writer.c &&\
5388  mv -f $depbase.Tpo $depbase.Plo
5389  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Plo
5390  depbase=`echo src/language/commands/dataset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5391  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/dataset.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/dataset.lo ../src/language/commands/dataset.c &&\
5392  mv -f $depbase.Tpo $depbase.Plo
5393  mv -f gl/.deps/libgl_la-stat-time.Tpo gl/.deps/libgl_la-stat-time.Plo
5394  depbase=`echo src/language/commands/date.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5395  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/date.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/date.lo ../src/language/commands/date.c &&\
5396  mv -f $depbase.Tpo $depbase.Plo
5397  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5398  depbase=`echo src/language/commands/define.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5399  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/define.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/define.lo ../src/language/commands/define.c &&\
5400  mv -f $depbase.Tpo $depbase.Plo
5401  depbase=`echo src/language/commands/delete-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5402  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/delete-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/delete-variables.lo ../src/language/commands/delete-variables.c &&\
5403  mv -f $depbase.Tpo $depbase.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5405  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Plo
5406  mv -f gl/.deps/libgl_la-sig-handler.Tpo gl/.deps/libgl_la-sig-handler.Plo
5407  mv -f gl/.deps/libgl_la-unistd.Tpo gl/.deps/libgl_la-unistd.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5409  mv -f gl/.deps/libgl_la-safe-read.Tpo gl/.deps/libgl_la-safe-read.Plo
5410  mv -f gl/glthread/.deps/libgl_la-threadlib.Tpo gl/glthread/.deps/libgl_la-threadlib.Plo
5411  mv -f gl/.deps/libgl_la-setlocale_null.Tpo gl/.deps/libgl_la-setlocale_null.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5413  mv -f gl/.deps/libgl_la-xsize.Tpo gl/.deps/libgl_la-xsize.Plo
5414  mv -f gl/.deps/libgl_la-progname.Tpo gl/.deps/libgl_la-progname.Plo
5415  mv -f gl/malloc/.deps/libgl_la-scratch_buffer_dupfree.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_dupfree.Plo
5416  mv -f gl/.deps/libgl_la-wctype-h.Tpo gl/.deps/libgl_la-wctype-h.Plo
5417  depbase=`echo src/language/commands/descriptives.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/descriptives.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/descriptives.lo ../src/language/commands/descriptives.c &&\
5419  mv -f $depbase.Tpo $depbase.Plo
5420  mv -f gl/.deps/libgl_la-time_rz.Tpo gl/.deps/libgl_la-time_rz.Plo
5421  depbase=`echo src/language/commands/do-if.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/do-if.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/do-if.lo ../src/language/commands/do-if.c &&\
5423  mv -f $depbase.Tpo $depbase.Plo
5424  mv -f gl/.deps/libgl_la-nstrftime.Tpo gl/.deps/libgl_la-nstrftime.Plo
5425  depbase=`echo src/language/commands/echo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5426  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/echo.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/echo.lo ../src/language/commands/echo.c &&\
5427  mv -f $depbase.Tpo $depbase.Plo
5428  mv -f gl/.deps/libgl_la-printf-frexp.Tpo gl/.deps/libgl_la-printf-frexp.Plo
5429  depbase=`echo src/language/commands/examine.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/examine.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/examine.lo ../src/language/commands/examine.c &&\
5431  mv -f $depbase.Tpo $depbase.Plo
5432  mv -f gl/.deps/libgl_la-printf-frexpl.Tpo gl/.deps/libgl_la-printf-frexpl.Plo
5433  mv -f gl/.deps/libgl_la-read-file.Tpo gl/.deps/libgl_la-read-file.Plo
5434  depbase=`echo src/language/commands/factor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5435  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/factor.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/factor.lo ../src/language/commands/factor.c &&\
5436  mv -f $depbase.Tpo $depbase.Plo
5437  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
5438  depbase=`echo src/language/commands/fail.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5439  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/fail.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/fail.lo ../src/language/commands/fail.c &&\
5440  mv -f $depbase.Tpo $depbase.Plo
5441  mv -f gl/.deps/libgl_la-math.Tpo gl/.deps/libgl_la-math.Plo
5442  depbase=`echo src/language/commands/file-handle.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/file-handle.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/file-handle.lo ../src/language/commands/file-handle.c &&\
5444  mv -f $depbase.Tpo $depbase.Plo
5445  mv -f gl/.deps/libgl_la-version-etc-fsf.Tpo gl/.deps/libgl_la-version-etc-fsf.Plo
5446  depbase=`echo src/language/commands/flip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5447  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/flip.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/flip.lo ../src/language/commands/flip.c &&\
5448  mv -f $depbase.Tpo $depbase.Plo
5449  depbase=`echo src/language/commands/formats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5450  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/formats.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/formats.lo ../src/language/commands/formats.c &&\
5451  mv -f $depbase.Tpo $depbase.Plo
5452  depbase=`echo src/language/commands/freq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5453  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/freq.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/freq.lo ../src/language/commands/freq.c &&\
5454  mv -f $depbase.Tpo $depbase.Plo
5455  depbase=`echo src/language/commands/frequencies.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5456  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/frequencies.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/frequencies.lo ../src/language/commands/frequencies.c &&\
5457  mv -f $depbase.Tpo $depbase.Plo
5458  depbase=`echo src/language/commands/friedman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5459  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/friedman.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/friedman.lo ../src/language/commands/friedman.c &&\
5460  mv -f $depbase.Tpo $depbase.Plo
5461  depbase=`echo src/language/commands/get-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5462  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/get-data.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/get-data.lo ../src/language/commands/get-data.c &&\
5463  mv -f $depbase.Tpo $depbase.Plo
5464  mv -f gl/.deps/libgl_la-gl_xlist.Tpo gl/.deps/libgl_la-gl_xlist.Plo
5465  depbase=`echo src/language/commands/get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5466  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/get.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/get.lo ../src/language/commands/get.c &&\
5467  mv -f $depbase.Tpo $depbase.Plo
5468  depbase=`echo src/language/commands/glm.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/glm.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/glm.lo ../src/language/commands/glm.c &&\
5470  mv -f $depbase.Tpo $depbase.Plo
5471  depbase=`echo src/language/commands/graph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5472  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/graph.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/graph.lo ../src/language/commands/graph.c &&\
5473  mv -f $depbase.Tpo $depbase.Plo
5474  depbase=`echo src/language/commands/host.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5475  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/host.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/host.lo ../src/language/commands/host.c &&\
5476  mv -f $depbase.Tpo $depbase.Plo
5477  depbase=`echo src/language/commands/include.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5478  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/include.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/include.lo ../src/language/commands/include.c &&\
5479  mv -f $depbase.Tpo $depbase.Plo
5480  depbase=`echo src/language/commands/inpt-pgm.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/inpt-pgm.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/inpt-pgm.lo ../src/language/commands/inpt-pgm.c &&\
5482  mv -f $depbase.Tpo $depbase.Plo
5483  depbase=`echo src/language/commands/jonckheere-terpstra.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5484  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/jonckheere-terpstra.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/jonckheere-terpstra.lo ../src/language/commands/jonckheere-terpstra.c &&\
5485  mv -f $depbase.Tpo $depbase.Plo
5486  depbase=`echo src/language/commands/kruskal-wallis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5487  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/kruskal-wallis.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/kruskal-wallis.lo ../src/language/commands/kruskal-wallis.c &&\
5488  mv -f $depbase.Tpo $depbase.Plo
5489  mv -f gl/.deps/libgl_la-xmalloca.Tpo gl/.deps/libgl_la-xmalloca.Plo
5490  depbase=`echo src/language/commands/ks-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5491  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/ks-one-sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/ks-one-sample.lo ../src/language/commands/ks-one-sample.c &&\
5492  mv -f $depbase.Tpo $depbase.Plo
5493  depbase=`echo src/language/commands/list.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/list.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/list.lo ../src/language/commands/list.c &&\
5495  mv -f $depbase.Tpo $depbase.Plo
5496  mv -f gl/.deps/libgl_la-version-etc.Tpo gl/.deps/libgl_la-version-etc.Plo
5497  depbase=`echo src/language/commands/logistic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5498  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/logistic.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/logistic.lo ../src/language/commands/logistic.c &&\
5499  mv -f $depbase.Tpo $depbase.Plo
5500  mv -f gl/.deps/libgl_la-xmemdup0.Tpo gl/.deps/libgl_la-xmemdup0.Plo
5501  depbase=`echo src/language/commands/loop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5502  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/loop.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/loop.lo ../src/language/commands/loop.c &&\
5503  mv -f $depbase.Tpo $depbase.Plo
5504  depbase=`echo src/language/commands/mann-whitney.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mann-whitney.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/mann-whitney.lo ../src/language/commands/mann-whitney.c &&\
5506  mv -f $depbase.Tpo $depbase.Plo
5507  mv -f gl/.deps/libgl_la-xreadlink.Tpo gl/.deps/libgl_la-xreadlink.Plo
5508  depbase=`echo src/language/commands/matrix-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5509  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix-data.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/matrix-data.lo ../src/language/commands/matrix-data.c &&\
5510  mv -f $depbase.Tpo $depbase.Plo
5511  mv -f gl/.deps/libgl_la-tempname.Tpo gl/.deps/libgl_la-tempname.Plo
5512  depbase=`echo src/language/commands/matrix-reader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5513  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix-reader.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/matrix-reader.lo ../src/language/commands/matrix-reader.c &&\
5514  mv -f $depbase.Tpo $depbase.Plo
5515  mv -f gl/.deps/libgl_la-xasprintf.Tpo gl/.deps/libgl_la-xasprintf.Plo
5516  depbase=`echo src/language/commands/matrix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5517  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/matrix.lo ../src/language/commands/matrix.c &&\
5518  mv -f $depbase.Tpo $depbase.Plo
5519  depbase=`echo src/language/commands/mcnemar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5520  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mcnemar.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/mcnemar.lo ../src/language/commands/mcnemar.c &&\
5521  mv -f $depbase.Tpo $depbase.Plo
5522  mv -f gl/.deps/libgl_la-tmpdir.Tpo gl/.deps/libgl_la-tmpdir.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
5524  depbase=`echo src/language/commands/mconvert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5525  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mconvert.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/mconvert.lo ../src/language/commands/mconvert.c &&\
5526  mv -f $depbase.Tpo $depbase.Plo
5527  mv -f gl/.deps/libgl_la-xstrndup.Tpo gl/.deps/libgl_la-xstrndup.Plo
5528  depbase=`echo src/language/commands/means-calc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5529  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means-calc.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/means-calc.lo ../src/language/commands/means-calc.c &&\
5530  mv -f $depbase.Tpo $depbase.Plo
5531  depbase=`echo src/language/commands/means-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5532  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/means-parser.lo ../src/language/commands/means-parser.c &&\
5533  mv -f $depbase.Tpo $depbase.Plo
5534  depbase=`echo src/language/commands/means.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5535  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/means.lo ../src/language/commands/means.c &&\
5536  mv -f $depbase.Tpo $depbase.Plo
5537  mv -f gl/.deps/libgl_la-xbinary-io.Tpo gl/.deps/libgl_la-xbinary-io.Plo
5538  depbase=`echo src/language/commands/median.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5539  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/median.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/median.lo ../src/language/commands/median.c &&\
5540  mv -f $depbase.Tpo $depbase.Plo
5541  depbase=`echo src/language/commands/missing-values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5542  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/missing-values.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/missing-values.lo ../src/language/commands/missing-values.c &&\
5543  mv -f $depbase.Tpo $depbase.Plo
5544  depbase=`echo src/language/commands/mrsets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5545  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mrsets.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/mrsets.lo ../src/language/commands/mrsets.c &&\
5546  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
5548  depbase=`echo src/language/commands/npar-summary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5549  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/npar-summary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/npar-summary.lo ../src/language/commands/npar-summary.c &&\
5550  mv -f $depbase.Tpo $depbase.Plo
5551  depbase=`echo src/language/commands/npar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5552  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/npar.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/npar.lo ../src/language/commands/npar.c &&\
5553  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
5555  depbase=`echo src/language/commands/numeric.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5556  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/numeric.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/numeric.lo ../src/language/commands/numeric.c &&\
5557  mv -f $depbase.Tpo $depbase.Plo
5558  depbase=`echo src/language/commands/oneway.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5559  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/oneway.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/oneway.lo ../src/language/commands/oneway.c &&\
5560  mv -f $depbase.Tpo $depbase.Plo
5561  depbase=`echo src/language/commands/output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5562  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/output.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/output.lo ../src/language/commands/output.c &&\
5563  mv -f $depbase.Tpo $depbase.Plo
5564  depbase=`echo src/language/commands/permissions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5565  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/permissions.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/permissions.lo ../src/language/commands/permissions.c &&\
5566  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5568  mv -f gl/.deps/libgl_la-xalloc-die.Tpo gl/.deps/libgl_la-xalloc-die.Plo
5569  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5570  depbase=`echo src/language/commands/placement-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5571  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/placement-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/placement-parser.lo ../src/language/commands/placement-parser.c &&\
5572  mv -f $depbase.Tpo $depbase.Plo
5573  depbase=`echo src/language/commands/print-space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5574  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/print-space.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/print-space.lo ../src/language/commands/print-space.c &&\
5575  mv -f $depbase.Tpo $depbase.Plo
5576  depbase=`echo src/language/commands/print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5577  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/print.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/print.lo ../src/language/commands/print.c &&\
5578  mv -f $depbase.Tpo $depbase.Plo
5579  depbase=`echo src/language/commands/quick-cluster.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5580  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/quick-cluster.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/quick-cluster.lo ../src/language/commands/quick-cluster.c &&\
5581  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5583  mv -f gl/.deps/libgl_la-xvasprintf.Tpo gl/.deps/libgl_la-xvasprintf.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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-segmenter.lo -MD -MP -MF src/language/lexer/.deps/command-segmenter.Tpo -c ../src/language/lexer/command-segmenter.c  -fPIC -DPIC -o src/language/lexer/.libs/command-segmenter.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5586  depbase=`echo src/language/commands/rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5587  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/rank.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/rank.lo ../src/language/commands/rank.c &&\
5588  mv -f $depbase.Tpo $depbase.Plo
5589  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5590  depbase=`echo src/language/commands/recode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5591  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/recode.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/recode.lo ../src/language/commands/recode.c &&\
5592  mv -f $depbase.Tpo $depbase.Plo
5593  depbase=`echo src/language/commands/regression.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5594  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/regression.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/regression.lo ../src/language/commands/regression.c &&\
5595  mv -f $depbase.Tpo $depbase.Plo
5596  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5597  depbase=`echo src/language/commands/reliability.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/reliability.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/reliability.lo ../src/language/commands/reliability.c &&\
5599  mv -f $depbase.Tpo $depbase.Plo
5600  depbase=`echo src/language/commands/rename-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5601  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/rename-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/rename-variables.lo ../src/language/commands/rename-variables.c &&\
5602  mv -f $depbase.Tpo $depbase.Plo
5603  depbase=`echo src/language/commands/repeat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5604  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/repeat.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/repeat.lo ../src/language/commands/repeat.c &&\
5605  mv -f $depbase.Tpo $depbase.Plo
5606  depbase=`echo src/language/commands/roc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5607  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/roc.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/roc.lo ../src/language/commands/roc.c &&\
5608  mv -f $depbase.Tpo $depbase.Plo
5609  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5610  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5611  depbase=`echo src/language/commands/runs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5612  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/runs.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/runs.lo ../src/language/commands/runs.c &&\
5613  mv -f $depbase.Tpo $depbase.Plo
5614  depbase=`echo src/language/commands/sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5615  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/sample.lo ../src/language/commands/sample.c &&\
5616  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/aggregate.lo -MD -MP -MF src/language/commands/.deps/aggregate.Tpo -c ../src/language/commands/aggregate.c  -fPIC -DPIC -o src/language/commands/.libs/aggregate.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5619  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5620  depbase=`echo src/language/commands/save-translate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5621  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/save-translate.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/save-translate.lo ../src/language/commands/save-translate.c &&\
5622  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5625  mv -f gl/.deps/libgl_la-xmalloc.Tpo gl/.deps/libgl_la-xmalloc.Plo
5626  depbase=`echo src/language/commands/save.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5627  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/save.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/save.lo ../src/language/commands/save.c &&\
5628  mv -f $depbase.Tpo $depbase.Plo
5629  depbase=`echo src/language/commands/select-if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5630  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/select-if.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/select-if.lo ../src/language/commands/select-if.c &&\
5631  mv -f $depbase.Tpo $depbase.Plo
5632  depbase=`echo src/language/commands/set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5633  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/set.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/set.lo ../src/language/commands/set.c &&\
5634  mv -f $depbase.Tpo $depbase.Plo
5635  depbase=`echo src/language/commands/sign.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5636  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sign.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/sign.lo ../src/language/commands/sign.c &&\
5637  mv -f $depbase.Tpo $depbase.Plo
5638  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5639  depbase=`echo src/language/commands/sort-cases.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5640  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-cases.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/sort-cases.lo ../src/language/commands/sort-cases.c &&\
5641  mv -f $depbase.Tpo $depbase.Plo
5642  depbase=`echo src/language/commands/sort-criteria.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-criteria.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/sort-criteria.lo ../src/language/commands/sort-criteria.c &&\
5644  mv -f $depbase.Tpo $depbase.Plo
5645  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/apply-dictionary.lo -MD -MP -MF src/language/commands/.deps/apply-dictionary.Tpo -c ../src/language/commands/apply-dictionary.c  -fPIC -DPIC -o src/language/commands/.libs/apply-dictionary.o
5646  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/attributes.lo -MD -MP -MF src/language/commands/.deps/attributes.Tpo -c ../src/language/commands/attributes.c  -fPIC -DPIC -o src/language/commands/.libs/attributes.o
5647  depbase=`echo src/language/commands/sort-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5648  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-variables.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/sort-variables.lo ../src/language/commands/sort-variables.c &&\
5649  mv -f $depbase.Tpo $depbase.Plo
5650  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/combine-files.lo -MD -MP -MF src/language/commands/.deps/combine-files.Tpo -c ../src/language/commands/combine-files.c  -fPIC -DPIC -o src/language/commands/.libs/combine-files.o
5651  depbase=`echo src/language/commands/split-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5652  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/split-file.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/split-file.lo ../src/language/commands/split-file.c &&\
5653  mv -f $depbase.Tpo $depbase.Plo
5654  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/count.lo -MD -MP -MF src/language/commands/.deps/count.Tpo -c ../src/language/commands/count.c  -fPIC -DPIC -o src/language/commands/.libs/count.o
5655  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/autorecode.lo -MD -MP -MF src/language/commands/.deps/autorecode.Tpo -c ../src/language/commands/autorecode.c  -fPIC -DPIC -o src/language/commands/.libs/autorecode.o
5656  depbase=`echo src/language/commands/sys-file-info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5657  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sys-file-info.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/sys-file-info.lo ../src/language/commands/sys-file-info.c &&\
5658  mv -f $depbase.Tpo $depbase.Plo
5659  depbase=`echo src/language/commands/t-test-indep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5660  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-indep.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/t-test-indep.lo ../src/language/commands/t-test-indep.c &&\
5661  mv -f $depbase.Tpo $depbase.Plo
5662  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/binomial.lo -MD -MP -MF src/language/commands/.deps/binomial.Tpo -c ../src/language/commands/binomial.c  -fPIC -DPIC -o src/language/commands/.libs/binomial.o
5663  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cache.lo -MD -MP -MF src/language/commands/.deps/cache.Tpo -c ../src/language/commands/cache.c  -fPIC -DPIC -o src/language/commands/.libs/cache.o
5664  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-parser.lo -MD -MP -MF src/language/commands/.deps/data-parser.Tpo -c ../src/language/commands/data-parser.c  -fPIC -DPIC -o src/language/commands/.libs/data-parser.o
5665  depbase=`echo src/language/commands/t-test-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5666  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-one-sample.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/t-test-one-sample.lo ../src/language/commands/t-test-one-sample.c &&\
5667  mv -f $depbase.Tpo $depbase.Plo
5668  depbase=`echo src/language/commands/t-test-paired.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5669  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-paired.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/t-test-paired.lo ../src/language/commands/t-test-paired.c &&\
5670  mv -f $depbase.Tpo $depbase.Plo
5671  depbase=`echo src/language/commands/t-test-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5672  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-parser.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/t-test-parser.lo ../src/language/commands/t-test-parser.c &&\
5673  mv -f $depbase.Tpo $depbase.Plo
5674  depbase=`echo src/language/commands/temporary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5675  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/temporary.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/temporary.lo ../src/language/commands/temporary.c &&\
5676  mv -f $depbase.Tpo $depbase.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/ctables.lo -MD -MP -MF src/language/commands/.deps/ctables.Tpo -c ../src/language/commands/ctables.c  -fPIC -DPIC -o src/language/commands/.libs/ctables.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/chisquare.lo -MD -MP -MF src/language/commands/.deps/chisquare.Tpo -c ../src/language/commands/chisquare.c  -fPIC -DPIC -o src/language/commands/.libs/chisquare.o
5679  depbase=`echo src/language/commands/title.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5680  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/title.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/title.lo ../src/language/commands/title.c &&\
5681  mv -f $depbase.Tpo $depbase.Plo
5682  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-writer.lo -MD -MP -MF src/language/commands/.deps/data-writer.Tpo -c ../src/language/commands/data-writer.c  -fPIC -DPIC -o src/language/commands/.libs/data-writer.o
5683  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/correlations.lo -MD -MP -MF src/language/commands/.deps/correlations.Tpo -c ../src/language/commands/correlations.c  -fPIC -DPIC -o src/language/commands/.libs/correlations.o
5684  depbase=`echo src/language/commands/trim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5685  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/trim.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/trim.lo ../src/language/commands/trim.c &&\
5686  mv -f $depbase.Tpo $depbase.Plo
5687  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/compute.lo -MD -MP -MF src/language/commands/.deps/compute.Tpo -c ../src/language/commands/compute.c  -fPIC -DPIC -o src/language/commands/.libs/compute.o
5688  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-list.lo -MD -MP -MF src/language/commands/.deps/data-list.Tpo -c ../src/language/commands/data-list.c  -fPIC -DPIC -o src/language/commands/.libs/data-list.o
5689  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/crosstabs.lo -MD -MP -MF src/language/commands/.deps/crosstabs.Tpo -c ../src/language/commands/crosstabs.c  -fPIC -DPIC -o src/language/commands/.libs/crosstabs.o
5690  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cd.lo -MD -MP -MF src/language/commands/.deps/cd.Tpo -c ../src/language/commands/cd.c  -fPIC -DPIC -o src/language/commands/.libs/cd.o
5691  depbase=`echo src/language/commands/value-labels.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5692  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/value-labels.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/value-labels.lo ../src/language/commands/value-labels.c &&\
5693  mv -f $depbase.Tpo $depbase.Plo
5694  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cochran.lo -MD -MP -MF src/language/commands/.deps/cochran.Tpo -c ../src/language/commands/cochran.c  -fPIC -DPIC -o src/language/commands/.libs/cochran.o
5695  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-reader.lo -MD -MP -MF src/language/commands/.deps/data-reader.Tpo -c ../src/language/commands/data-reader.c  -fPIC -DPIC -o src/language/commands/.libs/data-reader.o
5696  depbase=`echo src/language/commands/variable-display.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/variable-display.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/variable-display.lo ../src/language/commands/variable-display.c &&\
5698  mv -f $depbase.Tpo $depbase.Plo
5699  depbase=`echo src/language/commands/variable-label.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5700  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/variable-label.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/variable-label.lo ../src/language/commands/variable-label.c &&\
5701  mv -f $depbase.Tpo $depbase.Plo
5702  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/dataset.lo -MD -MP -MF src/language/commands/.deps/dataset.Tpo -c ../src/language/commands/dataset.c  -fPIC -DPIC -o src/language/commands/.libs/dataset.o
5703  depbase=`echo src/language/commands/vector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5704  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/vector.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/vector.lo ../src/language/commands/vector.c &&\
5705  mv -f $depbase.Tpo $depbase.Plo
5706  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/define.lo -MD -MP -MF src/language/commands/.deps/define.Tpo -c ../src/language/commands/define.c  -fPIC -DPIC -o src/language/commands/.libs/define.o
5707  depbase=`echo src/language/commands/weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5708  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/weight.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/weight.lo ../src/language/commands/weight.c &&\
5709  mv -f $depbase.Tpo $depbase.Plo
5710  depbase=`echo src/language/commands/wilcoxon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5711  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/wilcoxon.lo -MD -MP -MF $depbase.Tpo -c -o src/language/commands/wilcoxon.lo ../src/language/commands/wilcoxon.c &&\
5712  mv -f $depbase.Tpo $depbase.Plo
5713  depbase=`echo src/language/tests/format-guesser-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5714  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5715  mv -f $depbase.Tpo $depbase.Plo
5716  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/date.lo -MD -MP -MF src/language/commands/.deps/date.Tpo -c ../src/language/commands/date.c  -fPIC -DPIC -o src/language/commands/.libs/date.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/delete-variables.lo -MD -MP -MF src/language/commands/.deps/delete-variables.Tpo -c ../src/language/commands/delete-variables.c  -fPIC -DPIC -o src/language/commands/.libs/delete-variables.o
5718  depbase=`echo src/language/tests/float-format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5719  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5720  mv -f $depbase.Tpo $depbase.Plo
5721  depbase=`echo src/language/tests/moments-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5722  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5723  mv -f $depbase.Tpo $depbase.Plo
5724  depbase=`echo src/language/tests/paper-size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5725  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5726  mv -f $depbase.Tpo $depbase.Plo
5727  depbase=`echo src/language/tests/pool-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5728  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5729  mv -f $depbase.Tpo $depbase.Plo
5730  depbase=`echo src/language/expressions/evaluate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5731  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5732  mv -f $depbase.Tpo $depbase.Plo
5733  depbase=`echo src/language/expressions/helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5734  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5735  mv -f $depbase.Tpo $depbase.Plo
5736  depbase=`echo src/language/expressions/optimize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5737  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5738  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/descriptives.lo -MD -MP -MF src/language/commands/.deps/descriptives.Tpo -c ../src/language/commands/descriptives.c  -fPIC -DPIC -o src/language/commands/.libs/descriptives.o
5740  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/do-if.lo -MD -MP -MF src/language/commands/.deps/do-if.Tpo -c ../src/language/commands/do-if.c  -fPIC -DPIC -o src/language/commands/.libs/do-if.o
5741  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/echo.lo -MD -MP -MF src/language/commands/.deps/echo.Tpo -c ../src/language/commands/echo.c  -fPIC -DPIC -o src/language/commands/.libs/echo.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/factor.lo -MD -MP -MF src/language/commands/.deps/factor.Tpo -c ../src/language/commands/factor.c  -fPIC -DPIC -o src/language/commands/.libs/factor.o
5743  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/examine.lo -MD -MP -MF src/language/commands/.deps/examine.Tpo -c ../src/language/commands/examine.c  -fPIC -DPIC -o src/language/commands/.libs/examine.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/file-handle.lo -MD -MP -MF src/language/commands/.deps/file-handle.Tpo -c ../src/language/commands/file-handle.c  -fPIC -DPIC -o src/language/commands/.libs/file-handle.o
5745  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/fail.lo -MD -MP -MF src/language/commands/.deps/fail.Tpo -c ../src/language/commands/fail.c  -fPIC -DPIC -o src/language/commands/.libs/fail.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/formats.lo -MD -MP -MF src/language/commands/.deps/formats.Tpo -c ../src/language/commands/formats.c  -fPIC -DPIC -o src/language/commands/.libs/formats.o
5747  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/flip.lo -MD -MP -MF src/language/commands/.deps/flip.Tpo -c ../src/language/commands/flip.c  -fPIC -DPIC -o src/language/commands/.libs/flip.o
5748  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=2.0.0-pre1gfa6bce --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
5749  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/friedman.lo -MD -MP -MF src/language/commands/.deps/friedman.Tpo -c ../src/language/commands/friedman.c  -fPIC -DPIC -o src/language/commands/.libs/friedman.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/frequencies.lo -MD -MP -MF src/language/commands/.deps/frequencies.Tpo -c ../src/language/commands/frequencies.c  -fPIC -DPIC -o src/language/commands/.libs/frequencies.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/freq.lo -MD -MP -MF src/language/commands/.deps/freq.Tpo -c ../src/language/commands/freq.c  -fPIC -DPIC -o src/language/commands/.libs/freq.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/get-data.lo -MD -MP -MF src/language/commands/.deps/get-data.Tpo -c ../src/language/commands/get-data.c  -fPIC -DPIC -o src/language/commands/.libs/get-data.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/graph.lo -MD -MP -MF src/language/commands/.deps/graph.Tpo -c ../src/language/commands/graph.c  -fPIC -DPIC -o src/language/commands/.libs/graph.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/get.lo -MD -MP -MF src/language/commands/.deps/get.Tpo -c ../src/language/commands/get.c  -fPIC -DPIC -o src/language/commands/.libs/get.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/include.lo -MD -MP -MF src/language/commands/.deps/include.Tpo -c ../src/language/commands/include.c  -fPIC -DPIC -o src/language/commands/.libs/include.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/host.lo -MD -MP -MF src/language/commands/.deps/host.Tpo -c ../src/language/commands/host.c  -fPIC -DPIC -o src/language/commands/.libs/host.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/glm.lo -MD -MP -MF src/language/commands/.deps/glm.Tpo -c ../src/language/commands/glm.c  -fPIC -DPIC -o src/language/commands/.libs/glm.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/inpt-pgm.lo -MD -MP -MF src/language/commands/.deps/inpt-pgm.Tpo -c ../src/language/commands/inpt-pgm.c  -fPIC -DPIC -o src/language/commands/.libs/inpt-pgm.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/list.lo -MD -MP -MF src/language/commands/.deps/list.Tpo -c ../src/language/commands/list.c  -fPIC -DPIC -o src/language/commands/.libs/list.o
5760  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/kruskal-wallis.lo -MD -MP -MF src/language/commands/.deps/kruskal-wallis.Tpo -c ../src/language/commands/kruskal-wallis.c  -fPIC -DPIC -o src/language/commands/.libs/kruskal-wallis.o
5761  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/jonckheere-terpstra.lo -MD -MP -MF src/language/commands/.deps/jonckheere-terpstra.Tpo -c ../src/language/commands/jonckheere-terpstra.c  -fPIC -DPIC -o src/language/commands/.libs/jonckheere-terpstra.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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-segmenter.lo -MD -MP -MF src/language/lexer/.deps/command-segmenter.Tpo -c ../src/language/lexer/command-segmenter.c -o src/language/lexer/command-segmenter.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5764  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/ks-one-sample.lo -MD -MP -MF src/language/commands/.deps/ks-one-sample.Tpo -c ../src/language/commands/ks-one-sample.c  -fPIC -DPIC -o src/language/commands/.libs/ks-one-sample.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mann-whitney.lo -MD -MP -MF src/language/commands/.deps/mann-whitney.Tpo -c ../src/language/commands/mann-whitney.c  -fPIC -DPIC -o src/language/commands/.libs/mann-whitney.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/logistic.lo -MD -MP -MF src/language/commands/.deps/logistic.Tpo -c ../src/language/commands/logistic.c  -fPIC -DPIC -o src/language/commands/.libs/logistic.o
5768  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix.lo -MD -MP -MF src/language/commands/.deps/matrix.Tpo -c ../src/language/commands/matrix.c  -fPIC -DPIC -o src/language/commands/.libs/matrix.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/loop.lo -MD -MP -MF src/language/commands/.deps/loop.Tpo -c ../src/language/commands/loop.c  -fPIC -DPIC -o src/language/commands/.libs/loop.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix-reader.lo -MD -MP -MF src/language/commands/.deps/matrix-reader.Tpo -c ../src/language/commands/matrix-reader.c  -fPIC -DPIC -o src/language/commands/.libs/matrix-reader.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix-data.lo -MD -MP -MF src/language/commands/.deps/matrix-data.Tpo -c ../src/language/commands/matrix-data.c  -fPIC -DPIC -o src/language/commands/.libs/matrix-data.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mcnemar.lo -MD -MP -MF src/language/commands/.deps/mcnemar.Tpo -c ../src/language/commands/mcnemar.c  -fPIC -DPIC -o src/language/commands/.libs/mcnemar.o
5773  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mconvert.lo -MD -MP -MF src/language/commands/.deps/mconvert.Tpo -c ../src/language/commands/mconvert.c  -fPIC -DPIC -o src/language/commands/.libs/mconvert.o
5774  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means.lo -MD -MP -MF src/language/commands/.deps/means.Tpo -c ../src/language/commands/means.c  -fPIC -DPIC -o src/language/commands/.libs/means.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means-parser.lo -MD -MP -MF src/language/commands/.deps/means-parser.Tpo -c ../src/language/commands/means-parser.c  -fPIC -DPIC -o src/language/commands/.libs/means-parser.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/npar.lo -MD -MP -MF src/language/commands/.deps/npar.Tpo -c ../src/language/commands/npar.c  -fPIC -DPIC -o src/language/commands/.libs/npar.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means-calc.lo -MD -MP -MF src/language/commands/.deps/means-calc.Tpo -c ../src/language/commands/means-calc.c  -fPIC -DPIC -o src/language/commands/.libs/means-calc.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/oneway.lo -MD -MP -MF src/language/commands/.deps/oneway.Tpo -c ../src/language/commands/oneway.c  -fPIC -DPIC -o src/language/commands/.libs/oneway.o
5783  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/numeric.lo -MD -MP -MF src/language/commands/.deps/numeric.Tpo -c ../src/language/commands/numeric.c  -fPIC -DPIC -o src/language/commands/.libs/numeric.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mrsets.lo -MD -MP -MF src/language/commands/.deps/mrsets.Tpo -c ../src/language/commands/mrsets.c  -fPIC -DPIC -o src/language/commands/.libs/mrsets.o
5785  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/median.lo -MD -MP -MF src/language/commands/.deps/median.Tpo -c ../src/language/commands/median.c  -fPIC -DPIC -o src/language/commands/.libs/median.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/permissions.lo -MD -MP -MF src/language/commands/.deps/permissions.Tpo -c ../src/language/commands/permissions.c  -fPIC -DPIC -o src/language/commands/.libs/permissions.o
5787  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/print-space.lo -MD -MP -MF src/language/commands/.deps/print-space.Tpo -c ../src/language/commands/print-space.c  -fPIC -DPIC -o src/language/commands/.libs/print-space.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/recode.lo -MD -MP -MF src/language/commands/.deps/recode.Tpo -c ../src/language/commands/recode.c  -fPIC -DPIC -o src/language/commands/.libs/recode.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cache.lo -MD -MP -MF src/language/commands/.deps/cache.Tpo -c ../src/language/commands/cache.c -o src/language/commands/cache.o >/dev/null 2>&1
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/npar-summary.lo -MD -MP -MF src/language/commands/.deps/npar-summary.Tpo -c ../src/language/commands/npar-summary.c  -fPIC -DPIC -o src/language/commands/.libs/npar-summary.o
5791  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/rank.lo -MD -MP -MF src/language/commands/.deps/rank.Tpo -c ../src/language/commands/rank.c  -fPIC -DPIC -o src/language/commands/.libs/rank.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/print.lo -MD -MP -MF src/language/commands/.deps/print.Tpo -c ../src/language/commands/print.c  -fPIC -DPIC -o src/language/commands/.libs/print.o
5793  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/missing-values.lo -MD -MP -MF src/language/commands/.deps/missing-values.Tpo -c ../src/language/commands/missing-values.c  -fPIC -DPIC -o src/language/commands/.libs/missing-values.o
5794  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/placement-parser.lo -MD -MP -MF src/language/commands/.deps/placement-parser.Tpo -c ../src/language/commands/placement-parser.c  -fPIC -DPIC -o src/language/commands/.libs/placement-parser.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/quick-cluster.lo -MD -MP -MF src/language/commands/.deps/quick-cluster.Tpo -c ../src/language/commands/quick-cluster.c  -fPIC -DPIC -o src/language/commands/.libs/quick-cluster.o
5796  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
5797  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/runs.lo -MD -MP -MF src/language/commands/.deps/runs.Tpo -c ../src/language/commands/runs.c  -fPIC -DPIC -o src/language/commands/.libs/runs.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/regression.lo -MD -MP -MF src/language/commands/.deps/regression.Tpo -c ../src/language/commands/regression.c  -fPIC -DPIC -o src/language/commands/.libs/regression.o
5799  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/repeat.lo -MD -MP -MF src/language/commands/.deps/repeat.Tpo -c ../src/language/commands/repeat.c  -fPIC -DPIC -o src/language/commands/.libs/repeat.o
5800  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5801  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-parser.lo -MD -MP -MF src/language/commands/.deps/data-parser.Tpo -c ../src/language/commands/data-parser.c -o src/language/commands/data-parser.o >/dev/null 2>&1
5802  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/reliability.lo -MD -MP -MF src/language/commands/.deps/reliability.Tpo -c ../src/language/commands/reliability.c  -fPIC -DPIC -o src/language/commands/.libs/reliability.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/rename-variables.lo -MD -MP -MF src/language/commands/.deps/rename-variables.Tpo -c ../src/language/commands/rename-variables.c  -fPIC -DPIC -o src/language/commands/.libs/rename-variables.o
5804  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/output.lo -MD -MP -MF src/language/commands/.deps/output.Tpo -c ../src/language/commands/output.c  -fPIC -DPIC -o src/language/commands/.libs/output.o
5805  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/roc.lo -MD -MP -MF src/language/commands/.deps/roc.Tpo -c ../src/language/commands/roc.c  -fPIC -DPIC -o src/language/commands/.libs/roc.o
5806  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5807  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-cases.lo -MD -MP -MF src/language/commands/.deps/sort-cases.Tpo -c ../src/language/commands/sort-cases.c  -fPIC -DPIC -o src/language/commands/.libs/sort-cases.o
5808  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cd.lo -MD -MP -MF src/language/commands/.deps/cd.Tpo -c ../src/language/commands/cd.c -o src/language/commands/cd.o >/dev/null 2>&1
5809  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sample.lo -MD -MP -MF src/language/commands/.deps/sample.Tpo -c ../src/language/commands/sample.c  -fPIC -DPIC -o src/language/commands/.libs/sample.o
5810  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/save.lo -MD -MP -MF src/language/commands/.deps/save.Tpo -c ../src/language/commands/save.c  -fPIC -DPIC -o src/language/commands/.libs/save.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/split-file.lo -MD -MP -MF src/language/commands/.deps/split-file.Tpo -c ../src/language/commands/split-file.c  -fPIC -DPIC -o src/language/commands/.libs/split-file.o
5812  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/apply-dictionary.lo -MD -MP -MF src/language/commands/.deps/apply-dictionary.Tpo -c ../src/language/commands/apply-dictionary.c -o src/language/commands/apply-dictionary.o >/dev/null 2>&1
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/select-if.lo -MD -MP -MF src/language/commands/.deps/select-if.Tpo -c ../src/language/commands/select-if.c  -fPIC -DPIC -o src/language/commands/.libs/select-if.o
5814  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-variables.lo -MD -MP -MF src/language/commands/.deps/sort-variables.Tpo -c ../src/language/commands/sort-variables.c  -fPIC -DPIC -o src/language/commands/.libs/sort-variables.o
5815  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-indep.lo -MD -MP -MF src/language/commands/.deps/t-test-indep.Tpo -c ../src/language/commands/t-test-indep.c  -fPIC -DPIC -o src/language/commands/.libs/t-test-indep.o
5816  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sys-file-info.lo -MD -MP -MF src/language/commands/.deps/sys-file-info.Tpo -c ../src/language/commands/sys-file-info.c  -fPIC -DPIC -o src/language/commands/.libs/sys-file-info.o
5817  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/set.lo -MD -MP -MF src/language/commands/.deps/set.Tpo -c ../src/language/commands/set.c  -fPIC -DPIC -o src/language/commands/.libs/set.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/attributes.lo -MD -MP -MF src/language/commands/.deps/attributes.Tpo -c ../src/language/commands/attributes.c -o src/language/commands/attributes.o >/dev/null 2>&1
5819  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sign.lo -MD -MP -MF src/language/commands/.deps/sign.Tpo -c ../src/language/commands/sign.c  -fPIC -DPIC -o src/language/commands/.libs/sign.o
5820  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/temporary.lo -MD -MP -MF src/language/commands/.deps/temporary.Tpo -c ../src/language/commands/temporary.c  -fPIC -DPIC -o src/language/commands/.libs/temporary.o
5821  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-paired.lo -MD -MP -MF src/language/commands/.deps/t-test-paired.Tpo -c ../src/language/commands/t-test-paired.c  -fPIC -DPIC -o src/language/commands/.libs/t-test-paired.o
5822  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/trim.lo -MD -MP -MF src/language/commands/.deps/trim.Tpo -c ../src/language/commands/trim.c  -fPIC -DPIC -o src/language/commands/.libs/trim.o
5823  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-parser.lo -MD -MP -MF src/language/commands/.deps/t-test-parser.Tpo -c ../src/language/commands/t-test-parser.c  -fPIC -DPIC -o src/language/commands/.libs/t-test-parser.o
5824  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-one-sample.lo -MD -MP -MF src/language/commands/.deps/t-test-one-sample.Tpo -c ../src/language/commands/t-test-one-sample.c  -fPIC -DPIC -o src/language/commands/.libs/t-test-one-sample.o
5825  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/count.lo -MD -MP -MF src/language/commands/.deps/count.Tpo -c ../src/language/commands/count.c -o src/language/commands/count.o >/dev/null 2>&1
5826  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5827  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/dataset.lo -MD -MP -MF src/language/commands/.deps/dataset.Tpo -c ../src/language/commands/dataset.c -o src/language/commands/dataset.o >/dev/null 2>&1
5828  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/variable-display.lo -MD -MP -MF src/language/commands/.deps/variable-display.Tpo -c ../src/language/commands/variable-display.c  -fPIC -DPIC -o src/language/commands/.libs/variable-display.o
5829  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/vector.lo -MD -MP -MF src/language/commands/.deps/vector.Tpo -c ../src/language/commands/vector.c  -fPIC -DPIC -o src/language/commands/.libs/vector.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/define.lo -MD -MP -MF src/language/commands/.deps/define.Tpo -c ../src/language/commands/define.c -o src/language/commands/define.o >/dev/null 2>&1
5831  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/save-translate.lo -MD -MP -MF src/language/commands/.deps/save-translate.Tpo -c ../src/language/commands/save-translate.c  -fPIC -DPIC -o src/language/commands/.libs/save-translate.o
5832  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/value-labels.lo -MD -MP -MF src/language/commands/.deps/value-labels.Tpo -c ../src/language/commands/value-labels.c  -fPIC -DPIC -o src/language/commands/.libs/value-labels.o
5833  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/date.lo -MD -MP -MF src/language/commands/.deps/date.Tpo -c ../src/language/commands/date.c -o src/language/commands/date.o >/dev/null 2>&1
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/variable-label.lo -MD -MP -MF src/language/commands/.deps/variable-label.Tpo -c ../src/language/commands/variable-label.c  -fPIC -DPIC -o src/language/commands/.libs/variable-label.o
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-writer.lo -MD -MP -MF src/language/commands/.deps/data-writer.Tpo -c ../src/language/commands/data-writer.c -o src/language/commands/data-writer.o >/dev/null 2>&1
5836  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/wilcoxon.lo -MD -MP -MF src/language/commands/.deps/wilcoxon.Tpo -c ../src/language/commands/wilcoxon.c  -fPIC -DPIC -o src/language/commands/.libs/wilcoxon.o
5837  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/delete-variables.lo -MD -MP -MF src/language/commands/.deps/delete-variables.Tpo -c ../src/language/commands/delete-variables.c -o src/language/commands/delete-variables.o >/dev/null 2>&1
5838  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/title.lo -MD -MP -MF src/language/commands/.deps/title.Tpo -c ../src/language/commands/title.c  -fPIC -DPIC -o src/language/commands/.libs/title.o
5839  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/autorecode.lo -MD -MP -MF src/language/commands/.deps/autorecode.Tpo -c ../src/language/commands/autorecode.c -o src/language/commands/autorecode.o >/dev/null 2>&1
5840  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/freq.lo -MD -MP -MF src/language/commands/.deps/freq.Tpo -c ../src/language/commands/freq.c -o src/language/commands/freq.o >/dev/null 2>&1
5842  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/combine-files.lo -MD -MP -MF src/language/commands/.deps/combine-files.Tpo -c ../src/language/commands/combine-files.c -o src/language/commands/combine-files.o >/dev/null 2>&1
5843  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/weight.lo -MD -MP -MF src/language/commands/.deps/weight.Tpo -c ../src/language/commands/weight.c  -fPIC -DPIC -o src/language/commands/.libs/weight.o
5844  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-criteria.lo -MD -MP -MF src/language/commands/.deps/sort-criteria.Tpo -c ../src/language/commands/sort-criteria.c  -fPIC -DPIC -o src/language/commands/.libs/sort-criteria.o
5845  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5846  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5847  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5849  depbase=`echo src/language/expressions/parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5850  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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 &&\
5851  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5853  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-reader.lo -MD -MP -MF src/language/commands/.deps/data-reader.Tpo -c ../src/language/commands/data-reader.c -o src/language/commands/data-reader.o >/dev/null 2>&1
5854  depbase=`echo src/math/chart-geometry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5855  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5856  mv -f $depbase.Tpo $depbase.Plo
5857  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5859  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/do-if.lo -MD -MP -MF src/language/commands/.deps/do-if.Tpo -c ../src/language/commands/do-if.c -o src/language/commands/do-if.o >/dev/null 2>&1
5860  depbase=`echo src/math/box-whisker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5861  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5862  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/fail.lo -MD -MP -MF src/language/commands/.deps/fail.Tpo -c ../src/language/commands/fail.c -o src/language/commands/fail.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/file-handle.lo -MD -MP -MF src/language/commands/.deps/file-handle.Tpo -c ../src/language/commands/file-handle.c -o src/language/commands/file-handle.o >/dev/null 2>&1
5865  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/include.lo -MD -MP -MF src/language/commands/.deps/include.Tpo -c ../src/language/commands/include.c -o src/language/commands/include.o >/dev/null 2>&1
5867  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5868  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/get-data.lo -MD -MP -MF src/language/commands/.deps/get-data.Tpo -c ../src/language/commands/get-data.c -o src/language/commands/get-data.o >/dev/null 2>&1
5869  depbase=`echo src/math/categoricals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5870  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5871  mv -f $depbase.Tpo $depbase.Plo
5872  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/echo.lo -MD -MP -MF src/language/commands/.deps/echo.Tpo -c ../src/language/commands/echo.c -o src/language/commands/echo.o >/dev/null 2>&1
5873  depbase=`echo src/math/covariance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5874  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5875  mv -f $depbase.Tpo $depbase.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/host.lo -MD -MP -MF src/language/commands/.deps/host.Tpo -c ../src/language/commands/host.c -o src/language/commands/host.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means-parser.lo -MD -MP -MF src/language/commands/.deps/means-parser.Tpo -c ../src/language/commands/means-parser.c -o src/language/commands/means-parser.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5879  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/descriptives.lo -MD -MP -MF src/language/commands/.deps/descriptives.Tpo -c ../src/language/commands/descriptives.c -o src/language/commands/descriptives.o >/dev/null 2>&1
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/numeric.lo -MD -MP -MF src/language/commands/.deps/numeric.Tpo -c ../src/language/commands/numeric.c -o src/language/commands/numeric.o >/dev/null 2>&1
5881  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5882  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/print-space.lo -MD -MP -MF src/language/commands/.deps/print-space.Tpo -c ../src/language/commands/print-space.c -o src/language/commands/print-space.o >/dev/null 2>&1
5883  depbase=`echo src/math/correlation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5884  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5885  mv -f $depbase.Tpo $depbase.Plo
5886  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/examine.lo -MD -MP -MF src/language/commands/.deps/examine.Tpo -c ../src/language/commands/examine.c -o src/language/commands/examine.o >/dev/null 2>&1
5887  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/temporary.lo -MD -MP -MF src/language/commands/.deps/temporary.Tpo -c ../src/language/commands/temporary.c -o src/language/commands/temporary.o >/dev/null 2>&1
5888  mv -f src/ui/terminal/.deps/libui_la-main.Tpo src/ui/terminal/.deps/libui_la-main.Plo
5889  depbase=`echo src/math/distributions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5890  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5891  mv -f $depbase.Tpo $depbase.Plo
5892  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-cases.lo -MD -MP -MF src/language/commands/.deps/sort-cases.Tpo -c ../src/language/commands/sort-cases.c -o src/language/commands/sort-cases.o >/dev/null 2>&1
5893  depbase=`echo src/math/histogram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5894  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5895  mv -f $depbase.Tpo $depbase.Plo
5896  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/placement-parser.lo -MD -MP -MF src/language/commands/.deps/placement-parser.Tpo -c ../src/language/commands/placement-parser.c -o src/language/commands/placement-parser.o >/dev/null 2>&1
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mrsets.lo -MD -MP -MF src/language/commands/.deps/mrsets.Tpo -c ../src/language/commands/mrsets.c -o src/language/commands/mrsets.o >/dev/null 2>&1
5898  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/graph.lo -MD -MP -MF src/language/commands/.deps/graph.Tpo -c ../src/language/commands/graph.c -o src/language/commands/graph.o >/dev/null 2>&1
5899  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/ctables.lo -MD -MP -MF src/language/commands/.deps/ctables.Tpo -c ../src/language/commands/ctables.c -o src/language/commands/ctables.o >/dev/null 2>&1
5900  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5901  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/chisquare.lo -MD -MP -MF src/language/commands/.deps/chisquare.Tpo -c ../src/language/commands/chisquare.c -o src/language/commands/chisquare.o >/dev/null 2>&1
5902  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/save.lo -MD -MP -MF src/language/commands/.deps/save.Tpo -c ../src/language/commands/save.c -o src/language/commands/save.o >/dev/null 2>&1
5903  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/output.lo -MD -MP -MF src/language/commands/.deps/output.Tpo -c ../src/language/commands/output.c -o src/language/commands/output.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5905  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5906  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/rename-variables.lo -MD -MP -MF src/language/commands/.deps/rename-variables.Tpo -c ../src/language/commands/rename-variables.c -o src/language/commands/rename-variables.o >/dev/null 2>&1
5907  depbase=`echo src/math/interaction.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5908  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5909  mv -f $depbase.Tpo $depbase.Plo
5910  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5911  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5912  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-criteria.lo -MD -MP -MF src/language/commands/.deps/sort-criteria.Tpo -c ../src/language/commands/sort-criteria.c -o src/language/commands/sort-criteria.o >/dev/null 2>&1
5913  depbase=`echo src/math/levene.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5914  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5915  mv -f $depbase.Tpo $depbase.Plo
5916  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5917  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sort-variables.lo -MD -MP -MF src/language/commands/.deps/sort-variables.Tpo -c ../src/language/commands/sort-variables.c -o src/language/commands/sort-variables.o >/dev/null 2>&1
5918  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5919  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5920  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/variable-display.lo -MD -MP -MF src/language/commands/.deps/variable-display.Tpo -c ../src/language/commands/variable-display.c -o src/language/commands/variable-display.o >/dev/null 2>&1
5921  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5922  depbase=`echo src/math/linreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5923  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5924  mv -f $depbase.Tpo $depbase.Plo
5925  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/variable-label.lo -MD -MP -MF src/language/commands/.deps/variable-label.Tpo -c ../src/language/commands/variable-label.c -o src/language/commands/variable-label.o >/dev/null 2>&1
5926  mv -f src/ui/terminal/.deps/libui_la-terminal-reader.Tpo src/ui/terminal/.deps/libui_la-terminal-reader.Plo
5927  depbase=`echo src/math/merge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5928  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5929  mv -f $depbase.Tpo $depbase.Plo
5930  depbase=`echo src/math/mode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5931  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5932  mv -f $depbase.Tpo $depbase.Plo
5933  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -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
5934  depbase=`echo src/math/moments.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5935  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5936  mv -f $depbase.Tpo $depbase.Plo
5937  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/missing-values.lo -MD -MP -MF src/language/commands/.deps/missing-values.Tpo -c ../src/language/commands/missing-values.c -o src/language/commands/missing-values.o >/dev/null 2>&1
5938  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/title.lo -MD -MP -MF src/language/commands/.deps/title.Tpo -c ../src/language/commands/title.c -o src/language/commands/title.o >/dev/null 2>&1
5939  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/select-if.lo -MD -MP -MF src/language/commands/.deps/select-if.Tpo -c ../src/language/commands/select-if.c -o src/language/commands/select-if.o >/dev/null 2>&1
5940  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-parser.lo -MD -MP -MF src/language/commands/.deps/t-test-parser.Tpo -c ../src/language/commands/t-test-parser.c -o src/language/commands/t-test-parser.o >/dev/null 2>&1
5941  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/weight.lo -MD -MP -MF src/language/commands/.deps/weight.Tpo -c ../src/language/commands/weight.c -o src/language/commands/weight.o >/dev/null 2>&1
5942  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/value-labels.lo -MD -MP -MF src/language/commands/.deps/value-labels.Tpo -c ../src/language/commands/value-labels.c -o src/language/commands/value-labels.o >/dev/null 2>&1
5943  depbase=`echo src/math/np.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5944  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5945  mv -f $depbase.Tpo $depbase.Plo
5946  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/correlations.lo -MD -MP -MF src/language/commands/.deps/correlations.Tpo -c ../src/language/commands/correlations.c -o src/language/commands/correlations.o >/dev/null 2>&1
5947  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/recode.lo -MD -MP -MF src/language/commands/.deps/recode.Tpo -c ../src/language/commands/recode.c -o src/language/commands/recode.o >/dev/null 2>&1
5948  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mcnemar.lo -MD -MP -MF src/language/commands/.deps/mcnemar.Tpo -c ../src/language/commands/mcnemar.c -o src/language/commands/mcnemar.o >/dev/null 2>&1
5949  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/compute.lo -MD -MP -MF src/language/commands/.deps/compute.Tpo -c ../src/language/commands/compute.c -o src/language/commands/compute.o >/dev/null 2>&1
5950  depbase=`echo src/math/order-stats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5951  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5952  mv -f $depbase.Tpo $depbase.Plo
5953  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5954  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/reliability.lo -MD -MP -MF src/language/commands/.deps/reliability.Tpo -c ../src/language/commands/reliability.c -o src/language/commands/reliability.o >/dev/null 2>&1
5955  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/rank.lo -MD -MP -MF src/language/commands/.deps/rank.Tpo -c ../src/language/commands/rank.c -o src/language/commands/rank.o >/dev/null 2>&1
5956  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix-data.lo -MD -MP -MF src/language/commands/.deps/matrix-data.Tpo -c ../src/language/commands/matrix-data.c -o src/language/commands/matrix-data.o >/dev/null 2>&1
5957  depbase=`echo src/math/percentiles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5958  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5959  mv -f $depbase.Tpo $depbase.Plo
5960  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/save-translate.lo -MD -MP -MF src/language/commands/.deps/save-translate.Tpo -c ../src/language/commands/save-translate.c -o src/language/commands/save-translate.o >/dev/null 2>&1
5961  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/set.lo -MD -MP -MF src/language/commands/.deps/set.Tpo -c ../src/language/commands/set.c -o src/language/commands/set.o >/dev/null 2>&1
5962  depbase=`echo src/math/random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5963  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5964  mv -f $depbase.Tpo $depbase.Plo
5965  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/glm.lo -MD -MP -MF src/language/commands/.deps/glm.Tpo -c ../src/language/commands/glm.c -o src/language/commands/glm.o >/dev/null 2>&1
5966  depbase=`echo src/math/sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5967  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5968  mv -f $depbase.Tpo $depbase.Plo
5969  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sample.lo -MD -MP -MF src/language/commands/.deps/sample.Tpo -c ../src/language/commands/sample.c -o src/language/commands/sample.o >/dev/null 2>&1
5970  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
5971  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/split-file.lo -MD -MP -MF src/language/commands/.deps/split-file.Tpo -c ../src/language/commands/split-file.c -o src/language/commands/split-file.o >/dev/null 2>&1
5972  depbase=`echo src/math/shapiro-wilk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5973  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5974  mv -f $depbase.Tpo $depbase.Plo
5975  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mconvert.lo -MD -MP -MF src/language/commands/.deps/mconvert.Tpo -c ../src/language/commands/mconvert.c -o src/language/commands/mconvert.o >/dev/null 2>&1
5976  depbase=`echo src/math/trimmed-mean.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5977  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5978  mv -f $depbase.Tpo $depbase.Plo
5979  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix-reader.lo -MD -MP -MF src/language/commands/.deps/matrix-reader.Tpo -c ../src/language/commands/matrix-reader.c -o src/language/commands/matrix-reader.o >/dev/null 2>&1
5980  depbase=`echo src/math/tukey-hinges.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5981  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5982  mv -f $depbase.Tpo $depbase.Plo
5983  depbase=`echo src/math/wilcoxon-sig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5984  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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 &&\
5985  mv -f $depbase.Tpo $depbase.Plo
5986  depbase=`echo lib/linreg/sweep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5987  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5988  mv -f $depbase.Tpo $depbase.Plo
5989  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
5990  depbase=`echo lib/tukey/ptukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5991  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5992  mv -f $depbase.Tpo $depbase.Plo
5993  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/cochran.lo -MD -MP -MF src/language/commands/.deps/cochran.Tpo -c ../src/language/commands/cochran.c -o src/language/commands/cochran.o >/dev/null 2>&1
5994  depbase=`echo lib/tukey/qtukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5995  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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 &&\
5996  mv -f $depbase.Tpo $depbase.Plo
5997  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/factor.lo -MD -MP -MF src/language/commands/.deps/factor.Tpo -c ../src/language/commands/factor.c -o src/language/commands/factor.o >/dev/null 2>&1
5998  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/logistic.lo -MD -MP -MF src/language/commands/.deps/logistic.Tpo -c ../src/language/commands/logistic.c -o src/language/commands/logistic.o >/dev/null 2>&1
5999  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6000  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sign.lo -MD -MP -MF src/language/commands/.deps/sign.Tpo -c ../src/language/commands/sign.c -o src/language/commands/sign.o >/dev/null 2>&1
6001  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
6002  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6003  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6004  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6005  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6006  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6007  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6008  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6009  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6010  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6011  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6012  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6013  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/oneway.lo -MD -MP -MF src/language/commands/.deps/oneway.Tpo -c ../src/language/commands/oneway.c -o src/language/commands/oneway.o >/dev/null 2>&1
6014  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6015  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/regression.lo -MD -MP -MF src/language/commands/.deps/regression.Tpo -c ../src/language/commands/regression.c -o src/language/commands/regression.o >/dev/null 2>&1
6016  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-paired.lo -MD -MP -MF src/language/commands/.deps/t-test-paired.Tpo -c ../src/language/commands/t-test-paired.c -o src/language/commands/t-test-paired.o >/dev/null 2>&1
6017  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6018  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6019  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6020  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6021  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6022  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6023  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6024  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6025  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6026  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6027  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6028  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/matrix.lo -MD -MP -MF src/language/commands/.deps/matrix.Tpo -c ../src/language/commands/matrix.c -o src/language/commands/matrix.o >/dev/null 2>&1
6029  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6030  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6031  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6032  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=2.0.0-pre1gfa6bce --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
6033  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6034  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6035  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6036  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6037  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6038  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6039  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6040  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6041  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6042  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6043  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6044  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6045  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/aggregate.lo -MD -MP -MF src/language/commands/.deps/aggregate.Tpo -c ../src/language/commands/aggregate.c -o src/language/commands/aggregate.o >/dev/null 2>&1
6046  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6047  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
6048  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6049  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6050  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6051  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/data-list.lo -MD -MP -MF src/language/commands/.deps/data-list.Tpo -c ../src/language/commands/data-list.c -o src/language/commands/data-list.o >/dev/null 2>&1
6052  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6053  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6054  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6055  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6056  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6057  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6058  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6059  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6060  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
6061  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6062  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6063  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6064  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6065  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
6066  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6067  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6068  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
6069  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6070  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6071  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6072  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6073  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6075  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6076  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6077  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6078  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6079  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6080  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6081  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6082  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6083  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6084  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6085  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6086  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6087  xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=2.0.0-pre1gfa6bce --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
6088  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6089  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6090  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6091  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6092  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6093  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6095  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6096  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6097  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6098  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6099  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6100  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6101  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6102  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6103  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6104  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6105  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6106  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6107  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6108  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6109  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6110  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6111  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6112  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6113  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6114  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6115  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
6116  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6117  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6118  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6119  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6120  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6121  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6122  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6123  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6124  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6125  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6127  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6128  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6129  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6130  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6131  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6132  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6133  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6134  mv po/pspp.pot,tmp po/pspp.pot
6135  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6136  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6137  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6138  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6139  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6140  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6141  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6142  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6143  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6144  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6145  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6146  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6147  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6148  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6149  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6150  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6151  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6152  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6153  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6154  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6155  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6156  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6157  mv -f src/ui/terminal/.deps/libui_la-terminal-opts.Tpo src/ui/terminal/.deps/libui_la-terminal-opts.Plo
6158  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6159  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6160  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6161  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6162  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6163  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6164  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6165  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6166  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
6167  mv -f src/output/charts/.deps/liboutput_la-boxplot.Tpo src/output/charts/.deps/liboutput_la-boxplot.Plo
6168  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6169  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6170  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6171  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6172  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6173  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6174  mv -f src/output/.deps/liboutput_la-chart.Tpo src/output/.deps/liboutput_la-chart.Plo
6175  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6176  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6177  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6178  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6179  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6180  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6181  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6182  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6183  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6184  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6185  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6186  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6187  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6188  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6189  mv -f src/output/charts/.deps/liboutput_la-barchart.Tpo src/output/charts/.deps/liboutput_la-barchart.Plo
6190  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6191  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6192  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6193  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6194  mv -f src/output/charts/.deps/liboutput_la-np-plot-cairo.Tpo src/output/charts/.deps/liboutput_la-np-plot-cairo.Plo
6195  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6196  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6197  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6198  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6199  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6200  mv -f src/output/charts/.deps/liboutput_la-roc-chart-cairo.Tpo src/output/charts/.deps/liboutput_la-roc-chart-cairo.Plo
6201  mv -f src/output/charts/.deps/liboutput_la-piechart.Tpo src/output/charts/.deps/liboutput_la-piechart.Plo
6202  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6203  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6204  mv -f src/output/.deps/liboutput_la-tex-glyphs.Tpo src/output/.deps/liboutput_la-tex-glyphs.Plo
6205  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6206  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6207  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6208  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6209  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6210  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6211  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6212  mv -f src/output/charts/.deps/liboutput_la-roc-chart.Tpo src/output/charts/.deps/liboutput_la-roc-chart.Plo
6213  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6214  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6215  mv -f src/output/charts/.deps/liboutput_la-np-plot.Tpo src/output/charts/.deps/liboutput_la-np-plot.Plo
6216  mv -f src/output/charts/.deps/liboutput_la-scatterplot-cairo.Tpo src/output/charts/.deps/liboutput_la-scatterplot-cairo.Plo
6217  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6218  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6219  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6220  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6221  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6222  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6223  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6224  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6225  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6226  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6227  mv -f src/output/.deps/liboutput_la-measure.Tpo src/output/.deps/liboutput_la-measure.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6229  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6230  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6231  mv -f src/output/.deps/liboutput_la-journal.Tpo src/output/.deps/liboutput_la-journal.Plo
6232  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6233  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6234  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6235  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6236  mv -f src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Tpo src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Plo
6237  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6238  mv -f src/output/charts/.deps/liboutput_la-scree.Tpo src/output/charts/.deps/liboutput_la-scree.Plo
6239  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6240  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6241  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6242  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6243  mv -f src/output/charts/.deps/liboutput_la-scatterplot.Tpo src/output/charts/.deps/liboutput_la-scatterplot.Plo
6244  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6245  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6246  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6247  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6248  mv -f src/output/.deps/liboutput_la-page-setup.Tpo src/output/.deps/liboutput_la-page-setup.Plo
6249  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6250  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6251  mv -f src/output/.deps/liboutput_la-driver.Tpo src/output/.deps/liboutput_la-driver.Plo
6252  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6253  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6254  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6255  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/get.lo -MD -MP -MF src/language/commands/.deps/get.Tpo -c ../src/language/commands/get.c -o src/language/commands/get.o >/dev/null 2>&1
6256  mv -f src/output/.deps/liboutput_la-ascii.Tpo src/output/.deps/liboutput_la-ascii.Plo
6257  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6258  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6259  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6260  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6261  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6262  mv -f src/output/charts/.deps/liboutput_la-spreadlevel-plot.Tpo src/output/charts/.deps/liboutput_la-spreadlevel-plot.Plo
6263  mv -f src/output/.deps/liboutput_la-msglog.Tpo src/output/.deps/liboutput_la-msglog.Plo
6264  mv -f src/output/.deps/liboutput_la-output-item.Tpo src/output/.deps/liboutput_la-output-item.Plo
6265  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6266  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6267  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6268  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6269  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6270  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6271  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6272  mv -f src/output/.deps/liboutput_la-csv.Tpo src/output/.deps/liboutput_la-csv.Plo
6273  mv -f src/output/.deps/liboutput_la-options.Tpo src/output/.deps/liboutput_la-options.Plo
6274  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6275  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6276  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6277  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6278  mv -f src/output/.deps/liboutput_la-pivot-output.Tpo src/output/.deps/liboutput_la-pivot-output.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6280  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6281  mv -f src/output/.deps/liboutput_la-html.Tpo src/output/.deps/liboutput_la-html.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6283  mv -f src/output/.deps/liboutput_la-tex-parsing.Tpo src/output/.deps/liboutput_la-tex-parsing.Plo
6284  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6285  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6286  mv -f src/output/.deps/liboutput_la-select.Tpo src/output/.deps/liboutput_la-select.Plo
6287  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6288  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6289  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6290  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6291  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6292  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6293  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6294  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6295  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6296  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6297  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6298  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6299  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6300  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/formats.lo -MD -MP -MF src/language/commands/.deps/formats.Tpo -c ../src/language/commands/formats.c -o src/language/commands/formats.o >/dev/null 2>&1
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6302  mv -f src/output/.deps/liboutput_la-spv-driver.Tpo src/output/.deps/liboutput_la-spv-driver.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6304  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6305  mv -f src/output/.deps/liboutput_la-tex-rendering.Tpo src/output/.deps/liboutput_la-tex-rendering.Plo
6306  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6307  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6309  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6310  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6311  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6312  mv -f src/output/charts/.deps/liboutput_la-plot-hist-cairo.Tpo src/output/charts/.deps/liboutput_la-plot-hist-cairo.Plo
6313  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6314  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6315  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6316  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6317  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6318  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6319  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6320  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6321  mv -f src/output/.deps/liboutput_la-table.Tpo src/output/.deps/liboutput_la-table.Plo
6322  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6323  mv -f src/output/charts/.deps/liboutput_la-scree-cairo.Tpo src/output/charts/.deps/liboutput_la-scree-cairo.Plo
6324  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6325  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6326  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6327  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6328  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6329  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/friedman.lo -MD -MP -MF src/language/commands/.deps/friedman.Tpo -c ../src/language/commands/friedman.c -o src/language/commands/friedman.o >/dev/null 2>&1
6330  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6331  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6332  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6333  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6334  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6336  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6338  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6339  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6340  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6341  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6342  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/ks-one-sample.lo -MD -MP -MF src/language/commands/.deps/ks-one-sample.Tpo -c ../src/language/commands/ks-one-sample.c -o src/language/commands/ks-one-sample.o >/dev/null 2>&1
6343  mv -f src/output/spv/.deps/liboutput_la-old-binary-parser.Tpo src/output/spv/.deps/liboutput_la-old-binary-parser.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6345  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6346  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6347  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6348  mv -f src/output/spv/.deps/liboutput_la-spv-css-parser.Tpo src/output/spv/.deps/liboutput_la-spv-css-parser.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6350  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6351  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6352  mv -f src/data/.deps/libdata_la-attributes.Tpo src/data/.deps/libdata_la-attributes.Plo
6353  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6354  mv -f src/output/.deps/liboutput_la-odt.Tpo src/output/.deps/liboutput_la-odt.Plo
6355  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6356  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6357  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/inpt-pgm.lo -MD -MP -MF src/language/commands/.deps/inpt-pgm.Tpo -c ../src/language/commands/inpt-pgm.c -o src/language/commands/inpt-pgm.o >/dev/null 2>&1
6358  mv -f src/output/spv/.deps/liboutput_la-spvbin-helpers.Tpo src/output/spv/.deps/liboutput_la-spvbin-helpers.Plo
6359  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6360  mv -f src/output/spv/.deps/liboutput_la-light-binary-parser.Tpo src/output/spv/.deps/liboutput_la-light-binary-parser.Plo
6361  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6362  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6363  mv -f src/output/spv/.deps/liboutput_la-tlo-parser.Tpo src/output/spv/.deps/liboutput_la-tlo-parser.Plo
6364  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6366  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6367  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6368  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6369  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6370  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6371  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6372  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/jonckheere-terpstra.lo -MD -MP -MF src/language/commands/.deps/jonckheere-terpstra.Tpo -c ../src/language/commands/jonckheere-terpstra.c -o src/language/commands/jonckheere-terpstra.o >/dev/null 2>&1
6373  mv -f src/data/.deps/libdata_la-casegrouper.Tpo src/data/.deps/libdata_la-casegrouper.Plo
6374  mv -f src/output/.deps/liboutput_la-tex.Tpo src/output/.deps/liboutput_la-tex.Plo
6375  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6377  mv -f src/output/spv/.deps/liboutput_la-spvxml-helpers.Tpo src/output/spv/.deps/liboutput_la-spvxml-helpers.Plo
6378  mv -f src/data/.deps/libdata_la-any-reader.Tpo src/data/.deps/libdata_la-any-reader.Plo
6379  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6380  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6381  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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-varset.lo -MD -MP -MF src/data/.deps/libdata_la-varset.Tpo -c -o src/data/libdata_la-varset.lo `test -f 'src/data/varset.c' || echo '../'`src/data/varset.c
6382  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6383  mv -f src/data/.deps/libdata_la-case-matcher.Tpo src/data/.deps/libdata_la-case-matcher.Plo
6384  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6385  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6386  mv -f src/output/spv/.deps/liboutput_la-spv-light-decoder.Tpo src/output/spv/.deps/liboutput_la-spv-light-decoder.Plo
6387  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6388  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6389  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6390  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6391  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/flip.lo -MD -MP -MF src/language/commands/.deps/flip.Tpo -c ../src/language/commands/flip.c -o src/language/commands/flip.o >/dev/null 2>&1
6392  mv -f src/data/.deps/libdata_la-calendar.Tpo src/data/.deps/libdata_la-calendar.Plo
6393  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6394  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6395  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/frequencies.lo -MD -MP -MF src/language/commands/.deps/frequencies.Tpo -c ../src/language/commands/frequencies.c -o src/language/commands/frequencies.o >/dev/null 2>&1
6396  mv -f src/output/spv/.deps/liboutput_la-spv-table-look.Tpo src/output/spv/.deps/liboutput_la-spv-table-look.Plo
6397  mv -f src/data/.deps/libdata_la-any-writer.Tpo src/data/.deps/libdata_la-any-writer.Plo
6398  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6399  mv -f src/data/.deps/libdata_la-casereader-project.Tpo src/data/.deps/libdata_la-casereader-project.Plo
6400  mv -f src/data/.deps/libdata_la-case-map.Tpo src/data/.deps/libdata_la-case-map.Plo
6401  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6402  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6403  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6404  mv -f src/output/charts/.deps/liboutput_la-plot-hist.Tpo src/output/charts/.deps/liboutput_la-plot-hist.Plo
6405  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/kruskal-wallis.lo -MD -MP -MF src/language/commands/.deps/kruskal-wallis.Tpo -c ../src/language/commands/kruskal-wallis.c -o src/language/commands/kruskal-wallis.o >/dev/null 2>&1
6406  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6407  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6408  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6409  mv -f src/data/.deps/libdata_la-case.Tpo src/data/.deps/libdata_la-case.Plo
6410  mv -f src/output/.deps/liboutput_la-render.Tpo src/output/.deps/liboutput_la-render.Plo
6411  mv -f src/data/.deps/libdata_la-casereader-shim.Tpo src/data/.deps/libdata_la-casereader-shim.Plo
6412  mv -f src/data/.deps/libdata_la-dict-class.Tpo src/data/.deps/libdata_la-dict-class.Plo
6413  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6414  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6415  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6416  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6417  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6418  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6419  mv -f src/data/.deps/libdata_la-caseproto.Tpo src/data/.deps/libdata_la-caseproto.Plo
6420  mv -f src/data/.deps/libdata_la-caseinit.Tpo src/data/.deps/libdata_la-caseinit.Plo
6421  mv -f src/output/spv/.deps/liboutput_la-spv.Tpo src/output/spv/.deps/liboutput_la-spv.Plo
6422  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6423  mv -f src/data/.deps/libdata_la-casereader-select.Tpo src/data/.deps/libdata_la-casereader-select.Plo
6424  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6425  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6426  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/list.lo -MD -MP -MF src/language/commands/.deps/list.Tpo -c ../src/language/commands/list.c -o src/language/commands/list.o >/dev/null 2>&1
6427  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6428  mv -f src/data/.deps/libdata_la-casewindow.Tpo src/data/.deps/libdata_la-casewindow.Plo
6429  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6430  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6431  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/binomial.lo -MD -MP -MF src/language/commands/.deps/binomial.Tpo -c ../src/language/commands/binomial.c -o src/language/commands/binomial.o >/dev/null 2>&1
6433  mv -f src/data/.deps/libdata_la-casewriter-translator.Tpo src/data/.deps/libdata_la-casewriter-translator.Plo
6434  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6435  mv -f src/data/.deps/libdata_la-case-tmpfile.Tpo src/data/.deps/libdata_la-case-tmpfile.Plo
6436  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6437  mv -f src/data/.deps/libdata_la-casereader-filter.Tpo src/data/.deps/libdata_la-casereader-filter.Plo
6438  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6439  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6440  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6441  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6442  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6443  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6444  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6445  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/mann-whitney.lo -MD -MP -MF src/language/commands/.deps/mann-whitney.Tpo -c ../src/language/commands/mann-whitney.c -o src/language/commands/mann-whitney.o >/dev/null 2>&1
6446  mv -f src/data/.deps/libdata_la-casewriter.Tpo src/data/.deps/libdata_la-casewriter.Plo
6447  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6448  mv -f src/output/spv/.deps/liboutput_la-structure-xml-parser.Tpo src/output/spv/.deps/liboutput_la-structure-xml-parser.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6450  mv -f src/data/.deps/libdata_la-casereader-translator.Tpo src/data/.deps/libdata_la-casereader-translator.Plo
6451  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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-varset.lo -MD -MP -MF src/data/.deps/libdata_la-varset.Tpo -c ../src/data/varset.c  -fPIC -DPIC -o src/data/.libs/libdata_la-varset.o
6452  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6453  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6454  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6455  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6456  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6457  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6458  mv -f src/data/.deps/libdata_la-casereader.Tpo src/data/.deps/libdata_la-casereader.Plo
6459  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6460  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6461  mv -f src/output/spv/.deps/liboutput_la-detail-xml-parser.Tpo src/output/spv/.deps/liboutput_la-detail-xml-parser.Plo
6462  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6463  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6464  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6465  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6466  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/loop.lo -MD -MP -MF src/language/commands/.deps/loop.Tpo -c ../src/language/commands/loop.c -o src/language/commands/loop.o >/dev/null 2>&1
6467  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6468  mv -f src/data/.deps/libdata_la-dataset-writer.Tpo src/data/.deps/libdata_la-dataset-writer.Plo
6469  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6471  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means-calc.lo -MD -MP -MF src/language/commands/.deps/means-calc.Tpo -c ../src/language/commands/means-calc.c -o src/language/commands/means-calc.o >/dev/null 2>&1
6473  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6474  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6475  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6476  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6478  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6479  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6481  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6482  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6483  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6484  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/npar.lo -MD -MP -MF src/language/commands/.deps/npar.Tpo -c ../src/language/commands/npar.c -o src/language/commands/npar.o >/dev/null 2>&1
6485  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6486  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/crosstabs.lo -MD -MP -MF src/language/commands/.deps/crosstabs.Tpo -c ../src/language/commands/crosstabs.c -o src/language/commands/crosstabs.o >/dev/null 2>&1
6487  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6488  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6489  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6490  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6491  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6492  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6493  mv -f src/data/.deps/libdata_la-format-guesser.Tpo src/data/.deps/libdata_la-format-guesser.Plo
6494  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6495  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6496  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/median.lo -MD -MP -MF src/language/commands/.deps/median.Tpo -c ../src/language/commands/median.c -o src/language/commands/median.o >/dev/null 2>&1
6497  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6498  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6499  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/npar-summary.lo -MD -MP -MF src/language/commands/.deps/npar-summary.Tpo -c ../src/language/commands/npar-summary.c -o src/language/commands/npar-summary.o >/dev/null 2>&1
6500  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6501  mv -f src/data/.deps/libdata_la-identifier2.Tpo src/data/.deps/libdata_la-identifier2.Plo
6502  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6503  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6504  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/means.lo -MD -MP -MF src/language/commands/.deps/means.Tpo -c ../src/language/commands/means.c -o src/language/commands/means.o >/dev/null 2>&1
6506  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6507  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6508  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6509  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6510  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6511  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6512  mv -f src/data/.deps/libdata_la-lazy-casereader.Tpo src/data/.deps/libdata_la-lazy-casereader.Plo
6513  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-indep.lo -MD -MP -MF src/language/commands/.deps/t-test-indep.Tpo -c ../src/language/commands/t-test-indep.c -o src/language/commands/t-test-indep.o >/dev/null 2>&1
6514  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6515  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/roc.lo -MD -MP -MF src/language/commands/.deps/roc.Tpo -c ../src/language/commands/roc.c -o src/language/commands/roc.o >/dev/null 2>&1
6516  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6517  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6518  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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-varset.lo -MD -MP -MF src/data/.deps/libdata_la-varset.Tpo -c ../src/data/varset.c -o src/data/libdata_la-varset.o >/dev/null 2>&1
6519  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/runs.lo -MD -MP -MF src/language/commands/.deps/runs.Tpo -c ../src/language/commands/runs.c -o src/language/commands/runs.o >/dev/null 2>&1
6520  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6521  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6522  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6523  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6524  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/print.lo -MD -MP -MF src/language/commands/.deps/print.Tpo -c ../src/language/commands/print.c -o src/language/commands/print.o >/dev/null 2>&1
6526  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6527  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6528  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6529  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6530  mv -f src/data/.deps/libdata_la-encrypted-file.Tpo src/data/.deps/libdata_la-encrypted-file.Plo
6531  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/permissions.lo -MD -MP -MF src/language/commands/.deps/permissions.Tpo -c ../src/language/commands/permissions.c -o src/language/commands/permissions.o >/dev/null 2>&1
6533  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/vector.lo -MD -MP -MF src/language/commands/.deps/vector.Tpo -c ../src/language/commands/vector.c -o src/language/commands/vector.o >/dev/null 2>&1
6534  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/repeat.lo -MD -MP -MF src/language/commands/.deps/repeat.Tpo -c ../src/language/commands/repeat.c -o src/language/commands/repeat.o >/dev/null 2>&1
6535  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6536  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/wilcoxon.lo -MD -MP -MF src/language/commands/.deps/wilcoxon.Tpo -c ../src/language/commands/wilcoxon.c -o src/language/commands/wilcoxon.o >/dev/null 2>&1
6537  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6538  mv -f src/data/.deps/libdata_la-file-handle-def.Tpo src/data/.deps/libdata_la-file-handle-def.Plo
6539  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/trim.lo -MD -MP -MF src/language/commands/.deps/trim.Tpo -c ../src/language/commands/trim.c -o src/language/commands/trim.o >/dev/null 2>&1
6540  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6541  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/sys-file-info.lo -MD -MP -MF src/language/commands/.deps/sys-file-info.Tpo -c ../src/language/commands/sys-file-info.c -o src/language/commands/sys-file-info.o >/dev/null 2>&1
6543  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6544  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6545  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6546  mv -f src/data/.deps/libdata_la-identifier.Tpo src/data/.deps/libdata_la-identifier.Plo
6547  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6548  mv -f src/data/.deps/libdata_la-mrset.Tpo src/data/.deps/libdata_la-mrset.Plo
6549  mv -f src/data/.deps/libdata_la-sys-file-encoding.Tpo src/data/.deps/libdata_la-sys-file-encoding.Plo
6550  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6551  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6552  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6553  mv -f src/data/.deps/libdata_la-session.Tpo src/data/.deps/libdata_la-session.Plo
6554  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6555  mv -f src/data/.deps/libdata_la-spreadsheet-reader.Tpo src/data/.deps/libdata_la-spreadsheet-reader.Plo
6556  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/t-test-one-sample.lo -MD -MP -MF src/language/commands/.deps/t-test-one-sample.Tpo -c ../src/language/commands/t-test-one-sample.c -o src/language/commands/t-test-one-sample.o >/dev/null 2>&1
6557  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6558  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6559  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6560  mv -f src/data/.deps/libdata_la-file-name.Tpo src/data/.deps/libdata_la-file-name.Plo
6561  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6562  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6563  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6564  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6565  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6566  mv -f src/libpspp/.deps/liblibpspp_la-bt.Tpo src/libpspp/.deps/liblibpspp_la-bt.Plo
6567  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6568  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6569  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6570  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6571  mv -f src/data/.deps/libdata_la-settings.Tpo src/data/.deps/libdata_la-settings.Plo
6572  mv -f src/data/.deps/libdata_la-short-names.Tpo src/data/.deps/libdata_la-short-names.Plo
6573  mv -f src/data/.deps/libdata_la-subcase.Tpo src/data/.deps/libdata_la-subcase.Plo
6574  mv -f src/libpspp/.deps/liblibpspp_la-copyleft.Tpo src/libpspp/.deps/liblibpspp_la-copyleft.Plo
6575  mv -f src/libpspp/.deps/liblibpspp_la-abt.Tpo src/libpspp/.deps/liblibpspp_la-abt.Plo
6576  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6577  mv -f src/data/.deps/libdata_la-missing-values.Tpo src/data/.deps/libdata_la-missing-values.Plo
6578  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6579  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6580  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6581  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6582  mv -f src/data/.deps/libdata_la-csv-file-writer.Tpo src/data/.deps/libdata_la-csv-file-writer.Plo
6583  mv -f src/data/.deps/libdata_la-make-file.Tpo src/data/.deps/libdata_la-make-file.Plo
6584  mv -f src/libpspp/.deps/liblibpspp_la-cmac-aes256.Tpo src/libpspp/.deps/liblibpspp_la-cmac-aes256.Plo
6585  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6586  mv -f src/libpspp/.deps/liblibpspp_la-freaderror.Tpo src/libpspp/.deps/liblibpspp_la-freaderror.Plo
6587  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6588  mv -f src/data/.deps/libdata_la-varset.Tpo src/data/.deps/libdata_la-varset.Plo
6589  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6590  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6591  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6592  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6593  /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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6595  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6596  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6597  mv -f src/libpspp/.deps/liblibpspp_la-hmapx.Tpo src/libpspp/.deps/liblibpspp_la-hmapx.Plo
6598  mv -f src/libpspp/.deps/liblibpspp_la-hmap.Tpo src/libpspp/.deps/liblibpspp_la-hmap.Plo
6599  mv -f src/libpspp/.deps/liblibpspp_la-ext-array.Tpo src/libpspp/.deps/liblibpspp_la-ext-array.Plo
6600  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6601  mv -f src/data/.deps/libdata_la-transformations.Tpo src/data/.deps/libdata_la-transformations.Plo
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6605  mv -f src/libpspp/.deps/liblibpspp_la-encoding-guesser.Tpo src/libpspp/.deps/liblibpspp_la-encoding-guesser.Plo
6606  mv -f src/libpspp/.deps/liblibpspp_la-heap.Tpo src/libpspp/.deps/liblibpspp_la-heap.Plo
6607  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6608  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6609  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6610  mv -f src/libpspp/.deps/liblibpspp_la-ll.Tpo src/libpspp/.deps/liblibpspp_la-ll.Plo
6611  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6612  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6613  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6614  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6615  mv -f src/data/.deps/libdata_la-vector.Tpo src/data/.deps/libdata_la-vector.Plo
6616  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6617  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6618  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6619  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6620  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6621  mv -f src/libpspp/.deps/liblibpspp_la-deque.Tpo src/libpspp/.deps/liblibpspp_la-deque.Plo
6622  mv -f src/libpspp/.deps/liblibpspp_la-array.Tpo src/libpspp/.deps/liblibpspp_la-array.Plo
6623  mv -f src/libpspp/.deps/liblibpspp_la-intern.Tpo src/libpspp/.deps/liblibpspp_la-intern.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6625  mv -f src/libpspp/.deps/liblibpspp_la-argv-parser.Tpo src/libpspp/.deps/liblibpspp_la-argv-parser.Plo
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6627  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6628  mv -f src/libpspp/.deps/liblibpspp_la-llx.Tpo src/libpspp/.deps/liblibpspp_la-llx.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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6630  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6631  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6632  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6633  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6634  mv -f src/libpspp/.deps/liblibpspp_la-integer-format.Tpo src/libpspp/.deps/liblibpspp_la-integer-format.Plo
6635  mv -f src/libpspp/.deps/liblibpspp_la-float-format.Tpo src/libpspp/.deps/liblibpspp_la-float-format.Plo
6636  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6637  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6638  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6639  mv -f src/libpspp/.deps/liblibpspp_la-prompt.Tpo src/libpspp/.deps/liblibpspp_la-prompt.Plo
6640  mv -f src/data/.deps/libdata_la-value-labels.Tpo src/data/.deps/libdata_la-value-labels.Plo
6641  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6644  mv -f src/data/.deps/libdata_la-por-file-reader.Tpo src/data/.deps/libdata_la-por-file-reader.Plo
6645  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6646  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6647  mv -f src/libpspp/.deps/liblibpspp_la-misc.Tpo src/libpspp/.deps/liblibpspp_la-misc.Plo
6648  mv -f src/data/.deps/libdata_la-value.Tpo src/data/.deps/libdata_la-value.Plo
6649  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6651  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6652  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6653  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6654  mv -f src/data/.deps/libdata_la-por-file-writer.Tpo src/data/.deps/libdata_la-por-file-writer.Plo
6655  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6657  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6658  mv -f src/libpspp/.deps/liblibpspp_la-bit-vector.Tpo src/libpspp/.deps/liblibpspp_la-bit-vector.Plo
6659  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6660  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6662  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT src/language/commands/quick-cluster.lo -MD -MP -MF src/language/commands/.deps/quick-cluster.Tpo -c ../src/language/commands/quick-cluster.c -o src/language/commands/quick-cluster.o >/dev/null 2>&1
6663  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6664  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6665  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6666  mv -f src/libpspp/.deps/liblibpspp_la-line-reader.Tpo src/libpspp/.deps/liblibpspp_la-line-reader.Plo
6667  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6668  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6669  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6670  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6673  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6674  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6675  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6676  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6678  mv -f src/libpspp/.deps/liblibpspp_la-pool.Tpo src/libpspp/.deps/liblibpspp_la-pool.Plo
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6680  mv -f src/libpspp/.deps/liblibpspp_la-range-map.Tpo src/libpspp/.deps/liblibpspp_la-range-map.Plo
6681  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6682  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
6683  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6684  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6685  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6686  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6687  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6688  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6689  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6690  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6692  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6694  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6695  mv -f src/libpspp/.deps/liblibpspp_la-message.Tpo src/libpspp/.deps/liblibpspp_la-message.Plo
6696  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6697  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6698  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6699  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6700  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6701  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6702  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6703  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6704  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6705  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6706  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6707  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6708  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6709  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6712  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6714  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6715  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6716  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6717  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6718  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6721  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6723  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6724  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6726  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6727  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6728  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6729  mv -f gl/.deps/libgl_la-allocator.Tpo gl/.deps/libgl_la-allocator.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6731  mv -f gl/.deps/libgl_la-basename-lgpl.Tpo gl/.deps/libgl_la-basename-lgpl.Plo
6732  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6734  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6735  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6736  mv -f gl/.deps/libgl_la-c-strncasecmp.Tpo gl/.deps/libgl_la-c-strncasecmp.Plo
6737  mv -f gl/.deps/libgl_la-c-ctype.Tpo gl/.deps/libgl_la-c-ctype.Plo
6738  mv -f src/libpspp/.deps/liblibpspp_la-taint.Tpo src/libpspp/.deps/liblibpspp_la-taint.Plo
6739  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6740  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6741  mv -f src/libpspp/.deps/liblibpspp_la-start-date.Tpo src/libpspp/.deps/liblibpspp_la-start-date.Plo
6742  mv -f src/libpspp/.deps/liblibpspp_la-string-map.Tpo src/libpspp/.deps/liblibpspp_la-string-map.Plo
6743  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6745  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6747  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6749  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6750  mv -f src/libpspp/.deps/liblibpspp_la-tower.Tpo src/libpspp/.deps/liblibpspp_la-tower.Plo
6751  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6754  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6755  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6758  mv -f src/libpspp/.deps/liblibpspp_la-string-set.Tpo src/libpspp/.deps/liblibpspp_la-string-set.Plo
6759  mv -f src/libpspp/.deps/liblibpspp_la-string-array.Tpo src/libpspp/.deps/liblibpspp_la-string-array.Plo
6760  mv -f src/libpspp/.deps/liblibpspp_la-temp-file.Tpo src/libpspp/.deps/liblibpspp_la-temp-file.Plo
6761  mv -f src/libpspp/.deps/liblibpspp_la-version.Tpo src/libpspp/.deps/liblibpspp_la-version.Plo
6762  mv -f gl/.deps/libgl_la-c-strcasecmp.Tpo gl/.deps/libgl_la-c-strcasecmp.Plo
6763  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6764  mv -f gl/.deps/libgl_la-asyncsafe-spin.Tpo gl/.deps/libgl_la-asyncsafe-spin.Plo
6765  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6767  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6769  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6770  mv -f src/libpspp/.deps/liblibpspp_la-range-tower.Tpo src/libpspp/.deps/liblibpspp_la-range-tower.Plo
6771  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6772  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6774  mv -f gl/.deps/libgl_la-binary-io.Tpo gl/.deps/libgl_la-binary-io.Plo
6775  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6777  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6780  mv -f gl/.deps/libgl_la-c-strtod.Tpo gl/.deps/libgl_la-c-strtod.Plo
6781  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6782  mv -f gl/.deps/libgl_la-c-snprintf.Tpo gl/.deps/libgl_la-c-snprintf.Plo
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/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6784  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6785  mv -f gl/.deps/libgl_la-areadlink.Tpo gl/.deps/libgl_la-areadlink.Plo
6786  mv -f gl/.deps/libgl_la-c-asprintf.Tpo gl/.deps/libgl_la-c-asprintf.Plo
6787  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6788  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6789  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6790  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6791  mv -f src/libpspp/.deps/liblibpspp_la-stringi-map.Tpo src/libpspp/.deps/liblibpspp_la-stringi-map.Plo
6792  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6793  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6794  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6795  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6796  mv -f gl/.deps/libgl_la-c-strcasestr.Tpo gl/.deps/libgl_la-c-strcasestr.Plo
6797  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6799  mv -f gl/.deps/libgl_la-count-leading-zeros.Tpo gl/.deps/libgl_la-count-leading-zeros.Plo
6800  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6801  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6803  mv -f gl/.deps/libgl_la-cloexec.Tpo gl/.deps/libgl_la-cloexec.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6805  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6807  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6808  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6809  mv -f gl/.deps/libgl_la-c-vasprintf.Tpo gl/.deps/libgl_la-c-vasprintf.Plo
6810  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6812  mv -f src/libpspp/.deps/liblibpspp_la-zip-writer.Tpo src/libpspp/.deps/liblibpspp_la-zip-writer.Plo
6813  mv -f src/libpspp/.deps/liblibpspp_la-range-set.Tpo src/libpspp/.deps/liblibpspp_la-range-set.Plo
6814  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6816  mv -f gl/.deps/libgl_la-rijndael-alg-fst.Tpo gl/.deps/libgl_la-rijndael-alg-fst.Plo
6817  mv -f src/libpspp/.deps/liblibpspp_la-u8-line.Tpo src/libpspp/.deps/liblibpspp_la-u8-line.Plo
6818  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6821  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6822  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6823  mv -f src/libpspp/.deps/liblibpspp_la-str.Tpo src/libpspp/.deps/liblibpspp_la-str.Plo
6824  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6825  mv -f gl/.deps/libgl_la-careadlinkat.Tpo gl/.deps/libgl_la-careadlinkat.Plo
6826  mv -f gl/.deps/libgl_la-crc.Tpo gl/.deps/libgl_la-crc.Plo
6827  mv -f gl/.deps/libgl_la-c-xasprintf.Tpo gl/.deps/libgl_la-c-xasprintf.Plo
6828  mv -f src/libpspp/.deps/liblibpspp_la-stringi-set.Tpo src/libpspp/.deps/liblibpspp_la-stringi-set.Plo
6829  mv -f gl/.deps/libgl_la-c-xvasprintf.Tpo gl/.deps/libgl_la-c-xvasprintf.Plo
6830  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6831  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6832  mv -f gl/.deps/libgl_la-count-one-bits.Tpo gl/.deps/libgl_la-count-one-bits.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6834  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6835  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6837  mv -f src/libpspp/.deps/liblibpspp_la-u8-istream.Tpo src/libpspp/.deps/liblibpspp_la-u8-istream.Plo
6838  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6840  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6841  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6843  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6844  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6846  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6847  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6848  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6849  mv -f gl/.deps/libgl_la-md4-stream.Tpo gl/.deps/libgl_la-md4-stream.Plo
6850  mv -f gl/.deps/libgl_la-md4.Tpo gl/.deps/libgl_la-md4.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6852  mv -f gl/.deps/libgl_la-basename.Tpo gl/.deps/libgl_la-basename.Plo
6853  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6854  mv -f src/libpspp/.deps/liblibpspp_la-zip-reader.Tpo src/libpspp/.deps/liblibpspp_la-zip-reader.Plo
6855  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6857  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6858  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6859  mv -f gl/.deps/libgl_la-dirname.Tpo gl/.deps/libgl_la-dirname.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6861  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6864  mv -f gl/.deps/libgl_la-rijndael-api-fst.Tpo gl/.deps/libgl_la-rijndael-api-fst.Plo
6865  mv -f gl/.deps/libgl_la-clean-temp-simple.Tpo gl/.deps/libgl_la-clean-temp-simple.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6867  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6868  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6875  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6879  mv -f gl/.deps/libgl_la-stripslash.Tpo gl/.deps/libgl_la-stripslash.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6883  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/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
6885  mv -f gl/.deps/libgl_la-dirname-lgpl.Tpo gl/.deps/libgl_la-dirname-lgpl.Plo
6886  mv -f gl/.deps/libgl_la-dtotimespec.Tpo gl/.deps/libgl_la-dtotimespec.Plo
6887  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6888  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6891  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6893  mv -f gl/.deps/libgl_la-dtoastr.Tpo gl/.deps/libgl_la-dtoastr.Plo
6894  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6895  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6896  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6901  mv -f gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Tpo gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6903  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6905  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6906  mv -f gl/.deps/libgl_la-clean-temp.Tpo gl/.deps/libgl_la-clean-temp.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6908  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6910  mv -f gl/malloc/.deps/libgl_la-dynarray_at_failure.Tpo gl/malloc/.deps/libgl_la-dynarray_at_failure.Plo
6911  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6917  mv -f gl/malloc/.deps/libgl_la-dynarray_finalize.Tpo gl/malloc/.deps/libgl_la-dynarray_finalize.Plo
6918  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6919  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6920  mv -f gl/.deps/libgl_la-c-vasnprintf.Tpo gl/.deps/libgl_la-c-vasnprintf.Plo
6921  mv -f gl/malloc/.deps/libgl_la-dynarray_resize.Tpo gl/malloc/.deps/libgl_la-dynarray_resize.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6928  mv -f gl/malloc/.deps/libgl_la-dynarray_resize_clear.Tpo gl/malloc/.deps/libgl_la-dynarray_resize_clear.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6931  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6932  mv -f gl/.deps/libgl_la-exitfail.Tpo gl/.deps/libgl_la-exitfail.Plo
6933  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6934  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6937  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6938  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6939  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6940  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6942  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6943  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6947  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6950  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6955  mv -f gl/.deps/libgl_la-full-write.Tpo gl/.deps/libgl_la-full-write.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6957  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6960  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6961  mv -f gl/.deps/libgl_la-fcntl.Tpo gl/.deps/libgl_la-fcntl.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6963  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6964  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6965  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6966  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6968  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6969  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6970  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6971  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6973  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6974  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6976  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6977  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6978  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6979  mv -f gl/.deps/libgl_la-full-read.Tpo gl/.deps/libgl_la-full-read.Plo
6980  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6982  mv -f gl/.deps/libgl_la-fd-hook.Tpo gl/.deps/libgl_la-fd-hook.Plo
6983  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6984  mv -f gl/.deps/libgl_la-hard-locale.Tpo gl/.deps/libgl_la-hard-locale.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6987  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
6988  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6990  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6992  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6994  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6996  mv -f gl/.deps/libgl_la-fatal-signal.Tpo gl/.deps/libgl_la-fatal-signal.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6998  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
6999  mv -f gl/unicase/.deps/libgl_la-u8-casefold.Tpo gl/unicase/.deps/libgl_la-u8-casefold.Plo
7000  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7001  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7003  mv -f gl/.deps/libgl_la-fseterr.Tpo gl/.deps/libgl_la-fseterr.Plo
7004  mv -f gl/unicase/.deps/libgl_la-toupper.Tpo gl/unicase/.deps/libgl_la-toupper.Plo
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7006  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7007  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7008  mv -f gl/unicase/.deps/libgl_la-empty-prefix-context.Tpo gl/unicase/.deps/libgl_la-empty-prefix-context.Plo
7009  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7010  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7011  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7012  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7013  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7014  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7015  mv -f gl/.deps/libgl_la-umaxtostr.Tpo gl/.deps/libgl_la-umaxtostr.Plo
7016  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7017  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7018  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7019  mv -f gl/.deps/libgl_la-uinttostr.Tpo gl/.deps/libgl_la-uinttostr.Plo
7020  mv -f gl/unicase/.deps/libgl_la-special-casing.Tpo gl/unicase/.deps/libgl_la-special-casing.Plo
7021  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7022  mv -f gl/unicase/.deps/libgl_la-tolower.Tpo gl/unicase/.deps/libgl_la-tolower.Plo
7023  mv -f gl/glthread/.deps/libgl_la-lock.Tpo gl/glthread/.deps/libgl_la-lock.Plo
7024  mv -f gl/.deps/libgl_la-gl_list.Tpo gl/.deps/libgl_la-gl_list.Plo
7025  mv -f gl/.deps/libgl_la-getprogname.Tpo gl/.deps/libgl_la-getprogname.Plo
7026  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7027  mv -f gl/.deps/libgl_la-fwriteerror.Tpo gl/.deps/libgl_la-fwriteerror.Plo
7028  mv -f gl/unicase/.deps/libgl_la-cased.Tpo gl/unicase/.deps/libgl_la-cased.Plo
7029  mv -f gl/.deps/libgl_la-imaxtostr.Tpo gl/.deps/libgl_la-imaxtostr.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7031  mv -f gl/.deps/libgl_la-inttostr.Tpo gl/.deps/libgl_la-inttostr.Plo
7032  mv -f gl/.deps/libgl_la-ialloc.Tpo gl/.deps/libgl_la-ialloc.Plo
7033  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7034  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7035  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7036  mv -f gl/.deps/libgl_la-gettime.Tpo gl/.deps/libgl_la-gettime.Plo
7037  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7038  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7039  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7040  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7042  mv -f gl/.deps/libgl_la-offtostr.Tpo gl/.deps/libgl_la-offtostr.Plo
7043  mv -f gl/.deps/libgl_la-localename-table.Tpo gl/.deps/libgl_la-localename-table.Plo
7044  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7045  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7046  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7047  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7048  mv -f gl/.deps/libgl_la-gl_linkedhash_list.Tpo gl/.deps/libgl_la-gl_linkedhash_list.Plo
7049  mv -f gl/unicase/.deps/libgl_la-totitle.Tpo gl/unicase/.deps/libgl_la-totitle.Plo
7050  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7051  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7052  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7053  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7054  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7055  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7056  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7057  mv -f gl/unicase/.deps/libgl_la-tocasefold.Tpo gl/unicase/.deps/libgl_la-tocasefold.Plo
7058  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7059  mv -f gl/.deps/libgl_la-localename.Tpo gl/.deps/libgl_la-localename.Plo
7060  mv -f gl/unicase/.deps/libgl_la-empty-suffix-context.Tpo gl/unicase/.deps/libgl_la-empty-suffix-context.Plo
7061  mv -f gl/unictype/.deps/libgl_la-pr_extended_pictographic.Tpo gl/unictype/.deps/libgl_la-pr_extended_pictographic.Plo
7062  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7063  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7064  mv -f gl/unicase/.deps/libgl_la-u8-toupper.Tpo gl/unicase/.deps/libgl_la-u8-toupper.Plo
7065  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7066  mv -f gl/unictype/.deps/libgl_la-ctype_print.Tpo gl/unictype/.deps/libgl_la-ctype_print.Plo
7067  mv -f gl/.deps/libgl_la-gl_linked_list.Tpo gl/.deps/libgl_la-gl_linked_list.Plo
7068  mv -f gl/unicase/.deps/libgl_la-ignorable.Tpo gl/unicase/.deps/libgl_la-ignorable.Plo
7069  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7070  /bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I..  -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread  -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7071  mv -f gl/.deps/libgl_la-localcharset.Tpo gl/.deps/libgl_la-localcharset.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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7073  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/commands" -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
7074  msgmerge --previous --quiet ../po/cs.po po/pspp.pot -o po/cs.po,tmp
7075  /bin/sh ../build-aux/missing --run autom4te --language=autotest -I '..' ../tests/testsuite.at | /usr/bin/sed 's/@<00A0>@/ /g' > ../tests/testsuite.tmp
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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7077  msgmerge --previous --quiet ../po/ca.po po/pspp.pot -o po/ca.po,tmp
7078  mv -f gl/unicase/.deps/libgl_la-u8-ct-casefold.Tpo gl/unicase/.deps/libgl_la-u8-ct-casefold.Plo
7079  mv -f gl/unicase/.deps/libgl_la-u8-casemap.Tpo gl/unicase/.deps/libgl_la-u8-casemap.Plo
7080  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7081  msgmerge --previous --quiet ../po/de.po po/pspp.pot -o po/de.po,tmp
7082  msgmerge --previous --quiet ../po/el.po po/pspp.pot -o po/el.po,tmp
7083  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7084  msgmerge --previous --quiet ../po/es.po po/pspp.pot -o po/es.po,tmp
7085  msgmerge --previous --quiet ../po/fr.po po/pspp.pot -o po/fr.po,tmp
7086  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7087  msgmerge --previous --quiet ../po/gl.po po/pspp.pot -o po/gl.po,tmp
7088  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7089  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7090  msgmerge --previous --quiet ../po/hu.po po/pspp.pot -o po/hu.po,tmp
7091  mv -f gl/unicase/.deps/libgl_la-u8-ct-totitle.Tpo gl/unicase/.deps/libgl_la-u8-ct-totitle.Plo
7092  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7093  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7094  mv -f gl/unictype/.deps/libgl_la-combiningclass.Tpo gl/unictype/.deps/libgl_la-combiningclass.Plo
7095  msgmerge --previous --quiet ../po/ja.po po/pspp.pot -o po/ja.po,tmp
7096  mv -f gl/unicase/.deps/libgl_la-u8-tolower.Tpo gl/unicase/.deps/libgl_la-u8-tolower.Plo
7097  mv -f gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Tpo gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Plo
7098  mv -f gl/unictype/.deps/libgl_la-pr_soft_dotted.Tpo gl/unictype/.deps/libgl_la-pr_soft_dotted.Plo
7099  msgmerge --previous --quiet ../po/lt.po po/pspp.pot -o po/lt.po,tmp
7100  mv -f gl/unictype/.deps/libgl_la-categ_none.Tpo gl/unictype/.deps/libgl_la-categ_none.Plo
7101  mv -f gl/unictype/.deps/libgl_la-categ_of.Tpo gl/unictype/.deps/libgl_la-categ_of.Plo
7102  mv -f gl/unicase/.deps/libgl_la-u8-totitle.Tpo gl/unicase/.deps/libgl_la-u8-totitle.Plo
7103  msgmerge --previous --quiet ../po/nl.po po/pspp.pot -o po/nl.po,tmp
7104  msgmerge --previous --quiet ../po/pl.po po/pspp.pot -o po/pl.po,tmp
7105  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7106  mv -f gl/uninorm/.deps/libgl_la-compat-decomposition.Tpo gl/uninorm/.deps/libgl_la-compat-decomposition.Plo
7107  msgmerge --previous --quiet ../po/pt_BR.po po/pspp.pot -o po/pt_BR.po,tmp
7108  msgmerge --previous --quiet ../po/ru.po po/pspp.pot -o po/ru.po,tmp
7109  msgmerge --previous --quiet ../po/sl.po po/pspp.pot -o po/sl.po,tmp
7110  msgmerge --previous --quiet ../po/tr.po po/pspp.pot -o po/tr.po,tmp
7111  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7112  msgmerge --previous --quiet ../po/uk.po po/pspp.pot -o po/uk.po,tmp
7113  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7114  msgmerge --previous --quiet ../po/zh_CN.po po/pspp.pot -o po/zh_CN.po,tmp
7115  /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  
7116  mv -f gl/unicase/.deps/libgl_la-u8-casecmp.Tpo gl/unicase/.deps/libgl_la-u8-casecmp.Plo
7117  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7118  mv -f gl/unilbrk/.deps/libgl_la-lbrktables.Tpo gl/unilbrk/.deps/libgl_la-lbrktables.Plo
7119  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7120  mv -f gl/uninorm/.deps/libgl_la-canonical-decomposition.Tpo gl/uninorm/.deps/libgl_la-canonical-decomposition.Plo
7121  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7122  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7123  /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  
7124  /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  
7125  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7126  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7127  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7128  mv -f gl/uninorm/.deps/libgl_la-decompose-internal.Tpo gl/uninorm/.deps/libgl_la-decompose-internal.Plo
7129  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7130  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7131  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7132  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7133  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7134  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7135  mv -f gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Tpo gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Plo
7136  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7137  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7138  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7139  mv -f gl/uninorm/.deps/libgl_la-decomposing-form.Tpo gl/uninorm/.deps/libgl_la-decomposing-form.Plo
7140  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7141  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7142  mv -f gl/uninorm/.deps/libgl_la-decomposition.Tpo gl/uninorm/.deps/libgl_la-decomposition.Plo
7143  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7144  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7145  mv -f gl/uninorm/.deps/libgl_la-nfkd.Tpo gl/uninorm/.deps/libgl_la-nfkd.Plo
7146  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7147  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7148  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7149  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7150  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7151  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7152  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7153  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7154  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7155  mv -f gl/uninorm/.deps/libgl_la-decomposition-table.Tpo gl/uninorm/.deps/libgl_la-decomposition-table.Plo
7156  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7157  mv -f gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Tpo gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Plo
7158  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7159  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7160  mv -f gl/uninorm/.deps/libgl_la-nfd.Tpo gl/uninorm/.deps/libgl_la-nfd.Plo
7161  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc.Plo
7162  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7163  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7164  mv -f gl/unistr/.deps/libgl_la-u8-uctomb.Tpo gl/unistr/.deps/libgl_la-u8-uctomb.Plo
7165  mv -f gl/unistr/.deps/libgl_la-u8-cpy.Tpo gl/unistr/.deps/libgl_la-u8-cpy.Plo
7166  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7167  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7168  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7169  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7170  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7171  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7172  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7173  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7174  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7175  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7176  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 
7177  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7178  libtool: link: ar cr lib/linreg/.libs/liblinreg.a lib/linreg/.libs/sweep.o 
7179  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7180  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7181  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7182  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7183  libtool: link: ranlib lib/linreg/.libs/liblinreg.a
7184  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7185  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7186  mv -f gl/uninorm/.deps/libgl_la-u8-normalize.Tpo gl/uninorm/.deps/libgl_la-u8-normalize.Plo
7187  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7188  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7189  mv -f gl/unistr/.deps/libgl_la-u8-check.Tpo gl/unistr/.deps/libgl_la-u8-check.Plo
7190  mv -f gl/unistr/.deps/libgl_la-u8-cmp.Tpo gl/unistr/.deps/libgl_la-u8-cmp.Plo
7191  mv -f gl/unistr/.deps/libgl_la-u8-cmp2.Tpo gl/unistr/.deps/libgl_la-u8-cmp2.Plo
7192  libtool: link: ranlib src/ui/terminal/.libs/libui.a
7193  mv -f gl/unistr/.deps/libgl_la-u8-mblen.Tpo gl/unistr/.deps/libgl_la-u8-mblen.Plo
7194  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Plo
7195  mv -f gl/unistr/.deps/libgl_la-u8-mbtoucr.Tpo gl/unistr/.deps/libgl_la-u8-mbtoucr.Plo
7196  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7197  libtool: link: ar cr src/ui/.libs/libuicommon.a src/ui/.libs/source-init-opts.o src/ui/.libs/syntax-gen.o 
7198  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7199  mv -f gl/unistr/.deps/libgl_la-u8-strmbtouc.Tpo gl/unistr/.deps/libgl_la-u8-strmbtouc.Plo
7200  mv -f gl/unistr/.deps/libgl_la-u8-uctomb-aux.Tpo gl/unistr/.deps/libgl_la-u8-uctomb-aux.Plo
7201  mv -f gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Tpo gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Plo
7202  mv -f gl/uniwbrk/.deps/libgl_la-wordbreak-property.Tpo gl/uniwbrk/.deps/libgl_la-wordbreak-property.Plo
7203  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7204  mv -f gl/uniwidth/.deps/libgl_la-u8-width.Tpo gl/uniwidth/.deps/libgl_la-u8-width.Plo
7205  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Plo
7206  mv -f gl/uniwidth/.deps/libgl_la-u8-strwidth.Tpo gl/uniwidth/.deps/libgl_la-u8-strwidth.Plo
7207  mv -f gl/uniwbrk/.deps/libgl_la-wbrktable.Tpo gl/uniwbrk/.deps/libgl_la-wbrktable.Plo
7208  libtool: link: ( cd "src/ui/terminal/.libs" && rm -f "libui.la" && ln -s "../libui.la" "libui.la" )
7209  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7210  mv -f gl/uniwidth/.deps/libgl_la-width.Tpo gl/uniwidth/.deps/libgl_la-width.Plo
7211  mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Plo
7212  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7213  libtool: compile:  gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -pthread -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7214  libtool: link: ( cd "lib/linreg/.libs" && rm -f "liblinreg.la" && ln -s "../liblinreg.la" "liblinreg.la" )
7215  libtool: link: ranlib src/ui/.libs/libuicommon.a
7216  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7217  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7218  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7219  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7220  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7221  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7222  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7223  mv -f gl/unistr/.deps/libgl_la-u8-strncat.Tpo gl/unistr/.deps/libgl_la-u8-strncat.Plo
7224  mv -f gl/unistr/.deps/libgl_la-u8-strlen.Tpo gl/unistr/.deps/libgl_la-u8-strlen.Plo
7225  /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-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  
7226  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7227  libtool: link: ( cd "src/ui/.libs" && rm -f "libuicommon.la" && ln -s "../libuicommon.la" "libuicommon.la" )
7228  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7229  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7230  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7231  if test -e ../po/cs.po,aux ; then \
7232  	touch po/cs.po,tmp ; \
7233  	msgcat --use-first ../po/cs.po,aux po/cs.po,tmp -o po/cs.po,tmp; \
7234  fi ;
7235  mv -f src/output/charts/.deps/liboutput_la-boxplot-cairo.Tpo src/output/charts/.deps/liboutput_la-boxplot-cairo.Plo
7236  mv -f src/output/charts/.deps/liboutput_la-piechart-cairo.Tpo src/output/charts/.deps/liboutput_la-piechart-cairo.Plo
7237  msgfmt -c po/cs.po,tmp -o - > /dev/null
7238  po/cs.po,tmp:4: warning: header field 'Last-Translator' missing in header
7239  po/cs.po,tmp:4: warning: header field 'Language-Team' missing in header
7240  mv po/cs.po,tmp po/cs.po
7241  /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/command-segmenter.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/commands/aggregate.lo src/language/commands/apply-dictionary.lo src/language/commands/attributes.lo src/language/commands/autorecode.lo src/language/commands/binomial.lo src/language/commands/cache.lo src/language/commands/cd.lo src/language/commands/chisquare.lo src/language/commands/cochran.lo src/language/commands/combine-files.lo src/language/commands/compute.lo src/language/commands/correlations.lo src/language/commands/count.lo src/language/commands/crosstabs.lo src/language/commands/ctables.lo src/language/commands/data-list.lo src/language/commands/data-parser.lo src/language/commands/data-reader.lo src/language/commands/data-writer.lo src/language/commands/dataset.lo src/language/commands/date.lo src/language/commands/define.lo src/language/commands/delete-variables.lo src/language/commands/descriptives.lo src/language/commands/do-if.lo src/language/commands/echo.lo src/language/commands/examine.lo src/language/commands/factor.lo src/language/commands/fail.lo src/language/commands/file-handle.lo src/language/commands/flip.lo src/language/commands/formats.lo src/language/commands/freq.lo src/language/commands/frequencies.lo src/language/commands/friedman.lo src/language/commands/get-data.lo src/language/commands/get.lo src/language/commands/glm.lo src/language/commands/graph.lo src/language/commands/host.lo src/language/commands/include.lo src/language/commands/inpt-pgm.lo src/language/commands/jonckheere-terpstra.lo src/language/commands/kruskal-wallis.lo src/language/commands/ks-one-sample.lo src/language/commands/list.lo src/language/commands/logistic.lo src/language/commands/loop.lo src/language/commands/mann-whitney.lo src/language/commands/matrix-data.lo src/language/commands/matrix-reader.lo src/language/commands/matrix.lo src/language/commands/mcnemar.lo src/language/commands/mconvert.lo src/language/commands/means-calc.lo src/language/commands/means-parser.lo src/language/commands/means.lo src/language/commands/median.lo src/language/commands/missing-values.lo src/language/commands/mrsets.lo src/language/commands/npar-summary.lo src/language/commands/npar.lo src/language/commands/numeric.lo src/language/commands/oneway.lo src/language/commands/output.lo src/language/commands/permissions.lo src/language/commands/placement-parser.lo src/language/commands/print-space.lo src/language/commands/print.lo src/language/commands/quick-cluster.lo src/language/commands/rank.lo src/language/commands/recode.lo src/language/commands/regression.lo src/language/commands/reliability.lo src/language/commands/rename-variables.lo src/language/commands/repeat.lo src/language/commands/roc.lo src/language/commands/runs.lo src/language/commands/sample.lo src/language/commands/save-translate.lo src/language/commands/save.lo src/language/commands/select-if.lo src/language/commands/set.lo src/language/commands/sign.lo src/language/commands/sort-cases.lo src/language/commands/sort-criteria.lo src/language/commands/sort-variables.lo src/language/commands/split-file.lo src/language/commands/sys-file-info.lo src/language/commands/t-test-indep.lo src/language/commands/t-test-one-sample.lo src/language/commands/t-test-paired.lo src/language/commands/t-test-parser.lo src/language/commands/temporary.lo src/language/commands/title.lo src/language/commands/trim.lo src/language/commands/value-labels.lo src/language/commands/variable-display.lo src/language/commands/variable-label.lo src/language/commands/vector.lo src/language/commands/weight.lo src/language/commands/wilcoxon.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/expressions/evaluate.lo src/language/expressions/helpers.lo src/language/expressions/optimize.lo src/language/expressions/parse.lo   -lreadline -lgslcblas -lz -lm  
7242  /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  
7243  mv -f utilities/.deps/pspp_output-pspp-output.Tpo utilities/.deps/pspp_output-pspp-output.Po
7244  mv -f src/output/.deps/liboutput_la-cairo.Tpo src/output/.deps/liboutput_la-cairo.Plo
7245  mv -f src/output/.deps/liboutput_la-cairo-pager.Tpo src/output/.deps/liboutput_la-cairo-pager.Plo
7246  mv -f src/output/spv/.deps/liboutput_la-spv-legacy-data.Tpo src/output/spv/.deps/liboutput_la-spv-legacy-data.Plo
7247  mv -f src/output/charts/.deps/liboutput_la-barchart-cairo.Tpo src/output/charts/.deps/liboutput_la-barchart-cairo.Plo
7248  if test -e ../po/zh_CN.po,aux ; then \
7249  	touch po/zh_CN.po,tmp ; \
7250  	msgcat --use-first ../po/zh_CN.po,aux po/zh_CN.po,tmp -o po/zh_CN.po,tmp; \
7251  fi ;
7252  msgfmt -c po/zh_CN.po,tmp -o - > /dev/null
7253  if test -e ../po/ca.po,aux ; then \
7254  	touch po/ca.po,tmp ; \
7255  	msgcat --use-first ../po/ca.po,aux po/ca.po,tmp -o po/ca.po,tmp; \
7256  fi ;
7257  mv -f src/output/.deps/liboutput_la-pivot-table.Tpo src/output/.deps/liboutput_la-pivot-table.Plo
7258  msgfmt -c po/ca.po,tmp -o - > /dev/null
7259  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-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 
7260  if test -e ../po/es.po,aux ; then \
7261  	touch po/es.po,tmp ; \
7262  	msgcat --use-first ../po/es.po,aux po/es.po,tmp -o po/es.po,tmp; \
7263  fi ;
7264  if test -e ../po/fr.po,aux ; then \
7265  	touch po/fr.po,tmp ; \
7266  	msgcat --use-first ../po/fr.po,aux po/fr.po,tmp -o po/fr.po,tmp; \
7267  fi ;
7268  msgfmt -c po/es.po,tmp -o - > /dev/null
7269  mv -f src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Tpo src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Plo
7270  msgfmt -c po/fr.po,tmp -o - > /dev/null
7271  mv -f src/output/.deps/liboutput_la-cairo-fsm.Tpo src/output/.deps/liboutput_la-cairo-fsm.Plo
7272  mv -f src/data/.deps/libdata_la-data-in.Tpo src/data/.deps/libdata_la-data-in.Plo
7273  mv -f src/data/.deps/libdata_la-pc+-file-reader.Tpo src/data/.deps/libdata_la-pc+-file-reader.Plo
7274  mv -f src/data/.deps/libdata_la-dictionary.Tpo src/data/.deps/libdata_la-dictionary.Plo
7275  mv -f src/data/.deps/libdata_la-psql-reader.Tpo src/data/.deps/libdata_la-psql-reader.Plo
7276  mv -f src/data/.deps/libdata_la-dataset.Tpo src/data/.deps/libdata_la-dataset.Plo
7277  mv po/ca.po,tmp po/ca.po
7278  mv -f src/data/.deps/libdata_la-gnumeric-reader.Tpo src/data/.deps/libdata_la-gnumeric-reader.Plo
7279  if test -e ../po/sl.po,aux ; then \
7280  	touch po/sl.po,tmp ; \
7281  	msgcat --use-first ../po/sl.po,aux po/sl.po,tmp -o po/sl.po,tmp; \
7282  fi ;
7283  if test -e ../po/hu.po,aux ; then \
7284  	touch po/hu.po,tmp ; \
7285  	msgcat --use-first ../po/hu.po,aux po/hu.po,tmp -o po/hu.po,tmp; \
7286  fi ;
7287  mv -f src/output/spv/.deps/liboutput_la-spv-writer.Tpo src/output/spv/.deps/liboutput_la-spv-writer.Plo
7288  mv -f src/output/.deps/liboutput_la-cairo-chart.Tpo src/output/.deps/liboutput_la-cairo-chart.Plo
7289  mv -f src/data/.deps/libdata_la-datasheet.Tpo src/data/.deps/libdata_la-datasheet.Plo
7290  mv -f src/data/.deps/libdata_la-sys-file-private.Tpo src/data/.deps/libdata_la-sys-file-private.Plo
7291  msgfmt -c po/sl.po,tmp -o - > /dev/null
7292  msgfmt -c po/hu.po,tmp -o - > /dev/null
7293  mv po/zh_CN.po,tmp po/zh_CN.po
7294  if test -e ../po/pl.po,aux ; then \
7295  	touch po/pl.po,tmp ; \
7296  	msgcat --use-first ../po/pl.po,aux po/pl.po,tmp -o po/pl.po,tmp; \
7297  fi ;
7298  if test -e ../po/gl.po,aux ; then \
7299  	touch po/gl.po,tmp ; \
7300  	msgcat --use-first ../po/gl.po,aux po/gl.po,tmp -o po/gl.po,tmp; \
7301  fi ;
7302  mv po/es.po,tmp po/es.po
7303  mv -f src/data/.deps/libdata_la-sys-file-writer.Tpo src/data/.deps/libdata_la-sys-file-writer.Plo
7304  msgfmt -c po/pl.po,tmp -o - > /dev/null
7305  mv -f src/libpspp/.deps/liblibpspp_la-hash-functions.Tpo src/libpspp/.deps/liblibpspp_la-hash-functions.Plo
7306  mv -f src/libpspp/.deps/liblibpspp_la-i18n.Tpo src/libpspp/.deps/liblibpspp_la-i18n.Plo
7307  if test -e ../po/lt.po,aux ; then \
7308  	touch po/lt.po,tmp ; \
7309  	msgcat --use-first ../po/lt.po,aux po/lt.po,tmp -o po/lt.po,tmp; \
7310  fi ;
7311  /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 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo  -lxml2  -lreadline -lgslcblas -lz -lm  
7312  if test -e ../po/tr.po,aux ; then \
7313  	touch po/tr.po,tmp ; \
7314  	msgcat --use-first ../po/tr.po,aux po/tr.po,tmp -o po/tr.po,tmp; \
7315  fi ;
7316  mv -f src/libpspp/.deps/liblibpspp_la-sparse-xarray.Tpo src/libpspp/.deps/liblibpspp_la-sparse-xarray.Plo
7317  msgfmt -c po/gl.po,tmp -o - > /dev/null
7318  mv -f src/data/.deps/libdata_la-ods-reader.Tpo src/data/.deps/libdata_la-ods-reader.Plo
7319  mv -f src/libpspp/.deps/liblibpspp_la-model-checker.Tpo src/libpspp/.deps/liblibpspp_la-model-checker.Plo
7320  mv -f src/data/.deps/libdata_la-variable.Tpo src/data/.deps/libdata_la-variable.Plo
7321  msgfmt -c po/lt.po,tmp -o - > /dev/null
7322  msgfmt -c po/tr.po,tmp -o - > /dev/null
7323  mv -f src/data/.deps/libdata_la-mdd-writer.Tpo src/data/.deps/libdata_la-mdd-writer.Plo
7324  mv -f src/data/.deps/libdata_la-format.Tpo src/data/.deps/libdata_la-format.Plo
7325  mv -f src/data/.deps/libdata_la-data-out.Tpo src/data/.deps/libdata_la-data-out.Plo
7326  mv -f src/libpspp/.deps/liblibpspp_la-sparse-array.Tpo src/libpspp/.deps/liblibpspp_la-sparse-array.Plo
7327  if test -e ../po/uk.po,aux ; then \
7328  	touch po/uk.po,tmp ; \
7329  	msgcat --use-first ../po/uk.po,aux po/uk.po,tmp -o po/uk.po,tmp; \
7330  fi ;
7331  if test -e ../po/de.po,aux ; then \
7332  	touch po/de.po,tmp ; \
7333  	msgcat --use-first ../po/de.po,aux po/de.po,tmp -o po/de.po,tmp; \
7334  fi ;
7335  /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  
7336  msgfmt -c po/uk.po,tmp -o - > /dev/null
7337  msgfmt -c po/de.po,tmp -o - > /dev/null
7338  if test -e ../po/pt_BR.po,aux ; then \
7339  	touch po/pt_BR.po,tmp ; \
7340  	msgcat --use-first ../po/pt_BR.po,aux po/pt_BR.po,tmp -o po/pt_BR.po,tmp; \
7341  fi ;
7342  libtool: link: ranlib gl/.libs/libgl.a
7343  msgfmt -c po/pt_BR.po,tmp -o - > /dev/null
7344  libtool: link: ar cr lib/tukey/.libs/libtukey.a lib/tukey/.libs/ptukey.o lib/tukey/.libs/qtukey.o 
7345  if test -e ../po/nl.po,aux ; then \
7346  	touch po/nl.po,tmp ; \
7347  	msgcat --use-first ../po/nl.po,aux po/nl.po,tmp -o po/nl.po,tmp; \
7348  fi ;
7349  mv po/fr.po,tmp po/fr.po
7350  msgfmt -c po/nl.po,tmp -o - > /dev/null
7351  mv po/sl.po,tmp po/sl.po
7352  if test -e ../po/ru.po,aux ; then \
7353  	touch po/ru.po,tmp ; \
7354  	msgcat --use-first ../po/ru.po,aux po/ru.po,tmp -o po/ru.po,tmp; \
7355  fi ;
7356  msgfmt -c po/ru.po,tmp -o - > /dev/null
7357  mv po/hu.po,tmp po/hu.po
7358  mv po/pl.po,tmp po/pl.po
7359  if test -e ../po/ja.po,aux ; then \
7360  	touch po/ja.po,tmp ; \
7361  	msgcat --use-first ../po/ja.po,aux po/ja.po,tmp -o po/ja.po,tmp; \
7362  fi ;
7363  mv po/gl.po,tmp po/gl.po
7364  msgfmt -c po/ja.po,tmp -o - > /dev/null
7365  mv po/lt.po,tmp po/lt.po
7366  mv po/pt_BR.po,tmp po/pt_BR.po
7367  libtool: link: ranlib lib/tukey/.libs/libtukey.a
7368  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/command-segmenter.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/commands/.libs/aggregate.o src/language/commands/.libs/apply-dictionary.o src/language/commands/.libs/attributes.o src/language/commands/.libs/autorecode.o src/language/commands/.libs/binomial.o src/language/commands/.libs/cache.o src/language/commands/.libs/cd.o src/language/commands/.libs/chisquare.o src/language/commands/.libs/cochran.o src/language/commands/.libs/combine-files.o src/language/commands/.libs/compute.o src/language/commands/.libs/correlations.o src/language/commands/.libs/count.o src/language/commands/.libs/crosstabs.o src/language/commands/.libs/ctables.o src/language/commands/.libs/data-list.o src/language/commands/.libs/data-parser.o src/language/commands/.libs/data-reader.o src/language/commands/.libs/data-writer.o src/language/commands/.libs/dataset.o src/language/commands/.libs/date.o src/language/commands/.libs/define.o src/language/commands/.libs/delete-variables.o src/language/commands/.libs/descriptives.o src/language/commands/.libs/do-if.o src/language/commands/.libs/echo.o src/language/commands/.libs/examine.o src/language/commands/.libs/factor.o src/language/commands/.libs/fail.o src/language/commands/.libs/file-handle.o src/language/commands/.libs/flip.o src/language/commands/.libs/formats.o src/language/commands/.libs/freq.o src/language/commands/.libs/frequencies.o src/language/commands/.libs/friedman.o src/language/commands/.libs/get-data.o src/language/commands/.libs/get.o src/language/commands/.libs/glm.o src/language/commands/.libs/graph.o src/language/commands/.libs/host.o src/language/commands/.libs/include.o src/language/commands/.libs/inpt-pgm.o src/language/commands/.libs/jonckheere-terpstra.o src/language/commands/.libs/kruskal-wallis.o src/language/commands/.libs/ks-one-sample.o src/language/commands/.libs/list.o src/language/commands/.libs/logistic.o src/language/commands/.libs/loop.o src/language/commands/.libs/mann-whitney.o src/language/commands/.libs/matrix-data.o src/language/commands/.libs/matrix-reader.o src/language/commands/.libs/matrix.o src/language/commands/.libs/mcnemar.o src/language/commands/.libs/mconvert.o src/language/commands/.libs/means-calc.o src/language/commands/.libs/means-parser.o src/language/commands/.libs/means.o src/language/commands/.libs/median.o src/language/commands/.libs/missing-values.o src/language/commands/.libs/mrsets.o src/language/commands/.libs/npar-summary.o src/language/commands/.libs/npar.o src/language/commands/.libs/numeric.o src/language/commands/.libs/oneway.o src/language/commands/.libs/output.o src/language/commands/.libs/permissions.o src/language/commands/.libs/placement-parser.o src/language/commands/.libs/print-space.o src/language/commands/.libs/print.o src/language/commands/.libs/quick-cluster.o src/language/commands/.libs/rank.o src/language/commands/.libs/recode.o src/language/commands/.libs/regression.o src/language/commands/.libs/reliability.o src/language/commands/.libs/rename-variables.o src/language/commands/.libs/repeat.o src/language/commands/.libs/roc.o src/language/commands/.libs/runs.o src/language/commands/.libs/sample.o src/language/commands/.libs/save-translate.o src/language/commands/.libs/save.o src/language/commands/.libs/select-if.o src/language/commands/.libs/set.o src/language/commands/.libs/sign.o src/language/commands/.libs/sort-cases.o src/language/commands/.libs/sort-criteria.o src/language/commands/.libs/sort-variables.o src/language/commands/.libs/split-file.o src/language/commands/.libs/sys-file-info.o src/language/commands/.libs/t-test-indep.o src/language/commands/.libs/t-test-one-sample.o src/language/commands/.libs/t-test-paired.o src/language/commands/.libs/t-test-parser.o src/language/commands/.libs/temporary.o src/language/commands/.libs/title.o src/language/commands/.libs/trim.o src/language/commands/.libs/value-labels.o src/language/commands/.libs/variable-display.o src/language/commands/.libs/variable-label.o src/language/commands/.libs/vector.o src/language/commands/.libs/weight.o src/language/commands/.libs/wilcoxon.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/expressions/.libs/evaluate.o src/language/expressions/.libs/helpers.o src/language/expressions/.libs/optimize.o src/language/expressions/.libs/parse.o 
7369  mv po/de.po,tmp po/de.po
7370  mv po/uk.po,tmp po/uk.po
7371  if test -e ../po/el.po,aux ; then \
7372  	touch po/el.po,tmp ; \
7373  	msgcat --use-first ../po/el.po,aux po/el.po,tmp -o po/el.po,tmp; \
7374  fi ;
7375  mv po/nl.po,tmp po/nl.po
7376  msgfmt -c po/el.po,tmp -o - > /dev/null
7377  mv po/tr.po,tmp po/tr.po
7378  mv po/ru.po,tmp po/ru.po
7379  libtool: link: ( cd "gl/.libs" && rm -f "libgl.la" && ln -s "../libgl.la" "libgl.la" )
7380  mv po/ja.po,tmp po/ja.po
7381  libtool: link: ( cd "lib/tukey/.libs" && rm -f "libtukey.la" && ln -s "../libtukey.la" "libtukey.la" )
7382  /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  
7383  mv po/el.po,tmp po/el.po
7384  msgfmt --xml --template ../doc/org.gnu.pspp.metainfo.xml.in -o doc/org.gnu.pspp.metainfo.xml -d ../po || \
7385    msgfmt -L appdata --xml --template ../doc/org.gnu.pspp.metainfo.xml.in -o doc/org.gnu.pspp.metainfo.xml -d ../po
7386  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 
7387  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 
7388  libtool: link: ranlib src/language/.libs/liblanguage.a
7389  libtool: link: ranlib src/libpspp/.libs/liblibpspp.a
7390  libtool: link: ranlib src/output/.libs/liboutput.a
7391  libtool: link: ( cd "src/libpspp/.libs" && rm -f "liblibpspp.la" && ln -s "../liblibpspp.la" "liblibpspp.la" )
7392  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")
7393  libtool: link: ( cd "src/language/.libs" && rm -f "liblanguage.la" && ln -s "../liblanguage.la" "liblanguage.la" )
7394  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")
7395  libtool: link: ( cd "src/output/.libs" && rm -f "liboutput.la" && ln -s "../liboutput.la" "liboutput.la" )
7396  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 
7397  libtool: link: ranlib src/math/.libs/libpspp-math.a
7398  libtool: link: rm -fr src/math/.libs/libpspp-math.lax
7399  libtool: link: ( cd "src/math/.libs" && rm -f "libpspp-math.la" && ln -s "../libpspp-math.la" "libpspp-math.la" )
7400  /bin/sh ./libtool  --tag=CC   --mode=link gcc  -g -O2 -DGCC_LINT -release 2.0.0-pre1gfa6bce  -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  
7401  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  -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo -lxml2 -lgsl -lreadline -lgslcblas -lz -lm  -g -O2   -Wl,-soname -Wl,libpspp-2.0.0-pre1gfa6bce.so -o src/.libs/libpspp-2.0.0-pre1gfa6bce.so
7402  libtool: link: (cd "src/.libs" && rm -f "libpspp.so" && ln -s "libpspp-2.0.0-pre1gfa6bce.so" "libpspp.so")
7403  libtool: link: (cd src/.libs/libpspp.lax/liblanguage.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/.libs/liblanguage.a")
7404  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")
7405  libtool: link: (cd src/.libs/libpspp.lax/liboutput.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/output/.libs/liboutput.a")
7406  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-segmenter.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/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 
7407  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/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/cairo -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -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
7408  libtool: link: ranlib src/.libs/libpspp.a
7409  libtool: link: rm -fr src/.libs/libpspp.lax
7410  libtool: link: ( cd "src/.libs" && rm -f "libpspp.la" && ln -s "../libpspp.la" "libpspp.la" )
7411  test -s ../tests/testsuite.tmp
7412  mv ../tests/testsuite.tmp ../tests/testsuite
7413  mv -f src/data/.deps/libdata_la-sys-file-reader.Tpo src/data/.deps/libdata_la-sys-file-reader.Plo
7414  /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-varset.lo src/data/libdata_la-vector.lo src/data/libdata_la-sys-file-encoding.lo -lxml2  -lpq -lreadline -lgslcblas -lz -lm  
7415  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-varset.o src/data/.libs/libdata_la-vector.o src/data/.libs/libdata_la-sys-file-encoding.o 
7416  libtool: link: ranlib src/data/.libs/libdata.a
7417  libtool: link: ( cd "src/data/.libs" && rm -f "libdata.la" && ln -s "../libdata.la" "libdata.la" )
7418  /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 2.0.0-pre1gfa6bce  -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  
7419  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-2.0.0-pre1gfa6bce.so -o src/.libs/libpspp-core-2.0.0-pre1gfa6bce.so
7420  libtool: link: (cd "src/.libs" && rm -f "libpspp-core.so" && ln -s "libpspp-core-2.0.0-pre1gfa6bce.so" "libpspp-core.so")
7421  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")
7422  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")
7423  libtool: link: (cd src/.libs/libpspp-core.lax/libgl.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/gl/.libs/libgl.a")
7424  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-varset.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-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 
7425  libtool: link: ranlib src/.libs/libpspp-core.a
7426  libtool: link: rm -fr src/.libs/libpspp-core.lax
7427  libtool: link: ( cd "src/.libs" && rm -f "libpspp-core.la" && ln -s "../libpspp-core.la" "libpspp-core.la" )
7428  /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  
7429  /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  
7430  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
7431  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
7432  of=`pwd`/doc/pspp-figures/aggregate.spv.tmp; (cd "../examples" \
7433           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/aggregate.sps -o $of -O format=spv)
7434  of=`pwd`/doc/pspp-figures/autorecode.spv.tmp; (cd "../examples" \
7435           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/autorecode.sps -o $of -O format=spv)
7436  of=`pwd`/doc/pspp-figures/chisquare.spv.tmp; (cd "../examples" \
7437           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/chisquare.sps -o $of -O format=spv)
7438  of=`pwd`/doc/pspp-figures/compute.spv.tmp; (cd "../examples" \
7439           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/compute.sps -o $of -O format=spv)
7440  of=`pwd`/doc/pspp-figures/count.spv.tmp; (cd "../examples" \
7441           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/count.sps -o $of -O format=spv)
7442  of=`pwd`/doc/pspp-figures/ctables1.spv.tmp; (cd "../examples" \
7443           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables1.sps -o $of -O format=spv)
7444  of=`pwd`/doc/pspp-figures/ctables2.spv.tmp; (cd "../examples" \
7445           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables2.sps -o $of -O format=spv)
7446  of=`pwd`/doc/pspp-figures/ctables3.spv.tmp; (cd "../examples" \
7447           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables3.sps -o $of -O format=spv)
7448  of=`pwd`/doc/pspp-figures/ctables4.spv.tmp; (cd "../examples" \
7449           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables4.sps -o $of -O format=spv)
7450  of=`pwd`/doc/pspp-figures/ctables5.spv.tmp; (cd "../examples" \
7451           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables5.sps -o $of -O format=spv)
7452  of=`pwd`/doc/pspp-figures/ctables6.spv.tmp; (cd "../examples" \
7453           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables6.sps -o $of -O format=spv)
7454  of=`pwd`/doc/pspp-figures/ctables7.spv.tmp; (cd "../examples" \
7455           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables7.sps -o $of -O format=spv)
7456  of=`pwd`/doc/pspp-figures/ctables8.spv.tmp; (cd "../examples" \
7457           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables8.sps -o $of -O format=spv)
7458  of=`pwd`/doc/pspp-figures/ctables9.spv.tmp; (cd "../examples" \
7459           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables9.sps -o $of -O format=spv)
7460  of=`pwd`/doc/pspp-figures/ctables10.spv.tmp; (cd "../examples" \
7461           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables10.sps -o $of -O format=spv)
7462  of=`pwd`/doc/pspp-figures/ctables11.spv.tmp; (cd "../examples" \
7463           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables11.sps -o $of -O format=spv)
7464  of=`pwd`/doc/pspp-figures/ctables12.spv.tmp; (cd "../examples" \
7465           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables12.sps -o $of -O format=spv)
7466  of=`pwd`/doc/pspp-figures/ctables13.spv.tmp; (cd "../examples" \
7467           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables13.sps -o $of -O format=spv)
7468  of=`pwd`/doc/pspp-figures/ctables14.spv.tmp; (cd "../examples" \
7469           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables14.sps -o $of -O format=spv)
7470  of=`pwd`/doc/pspp-figures/ctables15.spv.tmp; (cd "../examples" \
7471           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables15.sps -o $of -O format=spv)
7472  of=`pwd`/doc/pspp-figures/ctables16.spv.tmp; (cd "../examples" \
7473           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables16.sps -o $of -O format=spv)
7474  of=`pwd`/doc/pspp-figures/ctables17.spv.tmp; (cd "../examples" \
7475           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables17.sps -o $of -O format=spv)
7476  of=`pwd`/doc/pspp-figures/ctables18.spv.tmp; (cd "../examples" \
7477           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables18.sps -o $of -O format=spv)
7478  of=`pwd`/doc/pspp-figures/ctables19.spv.tmp; (cd "../examples" \
7479           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables19.sps -o $of -O format=spv)
7480  of=`pwd`/doc/pspp-figures/ctables20.spv.tmp; (cd "../examples" \
7481           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables20.sps -o $of -O format=spv)
7482  of=`pwd`/doc/pspp-figures/ctables21.spv.tmp; (cd "../examples" \
7483           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables21.sps -o $of -O format=spv)
7484  of=`pwd`/doc/pspp-figures/ctables22.spv.tmp; (cd "../examples" \
7485           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables22.sps -o $of -O format=spv)
7486  of=`pwd`/doc/pspp-figures/ctables23.spv.tmp; (cd "../examples" \
7487           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables23.sps -o $of -O format=spv)
7488  of=`pwd`/doc/pspp-figures/ctables24.spv.tmp; (cd "../examples" \
7489           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables24.sps -o $of -O format=spv)
7490  of=`pwd`/doc/pspp-figures/ctables25.spv.tmp; (cd "../examples" \
7491           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables25.sps -o $of -O format=spv)
7492  of=`pwd`/doc/pspp-figures/ctables26.spv.tmp; (cd "../examples" \
7493           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables26.sps -o $of -O format=spv)
7494  of=`pwd`/doc/pspp-figures/ctables27.spv.tmp; (cd "../examples" \
7495           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables27.sps -o $of -O format=spv)
7496  of=`pwd`/doc/pspp-figures/ctables28.spv.tmp; (cd "../examples" \
7497           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables28.sps -o $of -O format=spv)
7498  of=`pwd`/doc/pspp-figures/ctables29.spv.tmp; (cd "../examples" \
7499           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables29.sps -o $of -O format=spv)
7500  of=`pwd`/doc/pspp-figures/ctables30.spv.tmp; (cd "../examples" \
7501           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables30.sps -o $of -O format=spv)
7502  of=`pwd`/doc/pspp-figures/ctables31.spv.tmp; (cd "../examples" \
7503           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables31.sps -o $of -O format=spv)
7504  of=`pwd`/doc/pspp-figures/ctables32.spv.tmp; (cd "../examples" \
7505           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables32.sps -o $of -O format=spv)
7506  of=`pwd`/doc/pspp-figures/ctables33.spv.tmp; (cd "../examples" \
7507           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables33.sps -o $of -O format=spv)
7508  of=`pwd`/doc/pspp-figures/ctables34.spv.tmp; (cd "../examples" \
7509           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables34.sps -o $of -O format=spv)
7510  of=`pwd`/doc/pspp-figures/ctables35.spv.tmp; (cd "../examples" \
7511           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables35.sps -o $of -O format=spv)
7512  of=`pwd`/doc/pspp-figures/ctables36.spv.tmp; (cd "../examples" \
7513           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables36.sps -o $of -O format=spv)
7514  of=`pwd`/doc/pspp-figures/crosstabs.spv.tmp; (cd "../examples" \
7515           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/crosstabs.sps -o $of -O format=spv)
7516  of=`pwd`/doc/pspp-figures/descriptives.spv.tmp; (cd "../examples" \
7517           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/descriptives.sps -o $of -O format=spv)
7518  of=`pwd`/doc/pspp-figures/flip.spv.tmp; (cd "../examples" \
7519           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/flip.sps -o $of -O format=spv)
7520  of=`pwd`/doc/pspp-figures/frequencies.spv.tmp; (cd "../examples" \
7521           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/frequencies.sps -o $of -O format=spv)
7522  of=`pwd`/doc/pspp-figures/matrix-print.spv.tmp; (cd "../examples" \
7523           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/matrix-print.sps -o $of -O format=spv)
7524  of=`pwd`/doc/pspp-figures/means.spv.tmp; (cd "../examples" \
7525           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/means.sps -o $of -O format=spv)
7526  of=`pwd`/doc/pspp-figures/one-sample-t.spv.tmp; (cd "../examples" \
7527           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/one-sample-t.sps -o $of -O format=spv)
7528  of=`pwd`/doc/pspp-figures/independent-samples-t.spv.tmp; (cd "../examples" \
7529           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/independent-samples-t.sps -o $of -O format=spv)
7530  of=`pwd`/doc/pspp-figures/reliability.spv.tmp; (cd "../examples" \
7531           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/reliability.sps -o $of -O format=spv)
7532  of=`pwd`/doc/pspp-figures/select-if.spv.tmp; (cd "../examples" \
7533           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/select-if.sps -o $of -O format=spv)
7534  of=`pwd`/doc/pspp-figures/show-system.spv.tmp; (cd "../examples" \
7535           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/show-system.sps -o $of -O format=spv)
7536  of=`pwd`/doc/pspp-figures/sort-cases.spv.tmp; (cd "../examples" \
7537           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/sort-cases.sps -o $of -O format=spv)
7538  of=`pwd`/doc/pspp-figures/split.spv.tmp; (cd "../examples" \
7539           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/split.sps -o $of -O format=spv)
7540  of=`pwd`/doc/pspp-figures/temporary.spv.tmp; (cd "../examples" \
7541           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/temporary.sps -o $of -O format=spv)
7542  of=`pwd`/doc/pspp-figures/tutorial1.spv.tmp; (cd "../examples" \
7543           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial1.sps -o $of -O format=spv)
7544  of=`pwd`/doc/pspp-figures/tutorial2.spv.tmp; (cd "../examples" \
7545           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial2.sps -o $of -O format=spv)
7546  of=`pwd`/doc/pspp-figures/tutorial3.spv.tmp; (cd "../examples" \
7547           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial3.sps -o $of -O format=spv)
7548  of=`pwd`/doc/pspp-figures/tutorial4.spv.tmp; (cd "../examples" \
7549           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial4.sps -o $of -O format=spv)
7550  of=`pwd`/doc/pspp-figures/tutorial5.spv.tmp; (cd "../examples" \
7551           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial5.sps -o $of -O format=spv)
7552  of=`pwd`/doc/pspp-figures/tutorial6.spv.tmp; (cd "../examples" \
7553           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial6.sps -o $of -O format=spv)
7554  of=`pwd`/doc/pspp-figures/tutorial7.spv.tmp; (cd "../examples" \
7555           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial7.sps -o $of -O format=spv)
7556  of=`pwd`/doc/pspp-figures/weight.spv.tmp; (cd "../examples" \
7557           && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/weight.sps -o $of -O format=spv)
7558  mv doc/pspp-figures/aggregate.spv.tmp doc/pspp-figures/aggregate.spv
7559  mv doc/pspp-figures/autorecode.spv.tmp doc/pspp-figures/autorecode.spv
7560  mv doc/pspp-figures/chisquare.spv.tmp doc/pspp-figures/chisquare.spv
7561  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
7562  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
7563  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
7564  mv doc/pspp-figures/count.spv.tmp doc/pspp-figures/count.spv
7565  mv doc/pspp-figures/compute.spv.tmp doc/pspp-figures/compute.spv
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/count.spv doc/pspp-figures/count.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/compute.spv doc/pspp-figures/compute.txt
7568  mv doc/pspp-figures/ctables19.spv.tmp doc/pspp-figures/ctables19.spv
7569  mv doc/pspp-figures/ctables20.spv.tmp doc/pspp-figures/ctables20.spv
7570  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
7571  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
7572  mv doc/pspp-figures/ctables18.spv.tmp doc/pspp-figures/ctables18.spv
7573  mv doc/pspp-figures/ctables21.spv.tmp doc/pspp-figures/ctables21.spv
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/ctables18.spv doc/pspp-figures/ctables18.txt
7575  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
7576  mv doc/pspp-figures/crosstabs.spv.tmp doc/pspp-figures/crosstabs.spv
7577  mv doc/pspp-figures/matrix-print.spv.tmp doc/pspp-figures/matrix-print.spv
7578  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
7579  mv doc/pspp-figures/ctables34.spv.tmp doc/pspp-figures/ctables34.spv
7580  mv doc/pspp-figures/descriptives.spv.tmp doc/pspp-figures/descriptives.spv
7581  mv doc/pspp-figures/frequencies.spv.tmp doc/pspp-figures/frequencies.spv
7582  mv doc/pspp-figures/ctables33.spv.tmp doc/pspp-figures/ctables33.spv
7583  mv doc/pspp-figures/means.spv.tmp doc/pspp-figures/means.spv
7584  mv doc/pspp-figures/ctables32.spv.tmp doc/pspp-figures/ctables32.spv
7585  mv doc/pspp-figures/reliability.spv.tmp doc/pspp-figures/reliability.spv
7586  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
7587  mv doc/pspp-figures/one-sample-t.spv.tmp doc/pspp-figures/one-sample-t.spv
7588  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
7589  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
7590  mv doc/pspp-figures/show-system.spv.tmp doc/pspp-figures/show-system.spv
7591  mv doc/pspp-figures/independent-samples-t.spv.tmp doc/pspp-figures/independent-samples-t.spv
7592  mv doc/pspp-figures/sort-cases.spv.tmp doc/pspp-figures/sort-cases.spv
7593  mv doc/pspp-figures/tutorial1.spv.tmp doc/pspp-figures/tutorial1.spv
7594  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
7595  mv doc/pspp-figures/temporary.spv.tmp doc/pspp-figures/temporary.spv
7596  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
7597  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
7598  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
7599  mv doc/pspp-figures/ctables2.spv.tmp doc/pspp-figures/ctables2.spv
7600  mv doc/pspp-figures/ctables6.spv.tmp doc/pspp-figures/ctables6.spv
7601  mv doc/pspp-figures/split.spv.tmp doc/pspp-figures/split.spv
7602  mv doc/pspp-figures/ctables8.spv.tmp doc/pspp-figures/ctables8.spv
7603  mv doc/pspp-figures/ctables15.spv.tmp doc/pspp-figures/ctables15.spv
7604  mv doc/pspp-figures/flip.spv.tmp doc/pspp-figures/flip.spv
7605  mv doc/pspp-figures/select-if.spv.tmp doc/pspp-figures/select-if.spv
7606  mv doc/pspp-figures/tutorial2.spv.tmp doc/pspp-figures/tutorial2.spv
7607  mv doc/pspp-figures/tutorial3.spv.tmp doc/pspp-figures/tutorial3.spv
7608  mv doc/pspp-figures/tutorial4.spv.tmp doc/pspp-figures/tutorial4.spv
7609  mv doc/pspp-figures/tutorial6.spv.tmp doc/pspp-figures/tutorial6.spv
7610  mv doc/pspp-figures/tutorial7.spv.tmp doc/pspp-figures/tutorial7.spv
7611  mv doc/pspp-figures/ctables11.spv.tmp doc/pspp-figures/ctables11.spv
7612  mv doc/pspp-figures/ctables5.spv.tmp doc/pspp-figures/ctables5.spv
7613  mv doc/pspp-figures/ctables13.spv.tmp doc/pspp-figures/ctables13.spv
7614  mv doc/pspp-figures/weight.spv.tmp doc/pspp-figures/weight.spv
7615  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
7616  mv doc/pspp-figures/ctables7.spv.tmp doc/pspp-figures/ctables7.spv
7617  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
7618  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
7619  mv doc/pspp-figures/tutorial5.spv.tmp doc/pspp-figures/tutorial5.spv
7620  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
7621  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
7622  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
7623  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
7624  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
7625  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
7626  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
7627  mv doc/pspp-figures/ctables23.spv.tmp doc/pspp-figures/ctables23.spv
7628  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
7629  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
7630  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
7631  mv doc/pspp-figures/ctables4.spv.tmp doc/pspp-figures/ctables4.spv
7632  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
7633  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'
7634  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'
7635  mv doc/pspp-figures/ctables24.spv.tmp doc/pspp-figures/ctables24.spv
7636  mv doc/pspp-figures/ctables26.spv.tmp doc/pspp-figures/ctables26.spv
7637  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
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/tutorial5.spv doc/pspp-figures/tutorial5b.spv --commands=examine --nth-command=2 --labels=descriptives
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/tutorial7.spv doc/pspp-figures/tutorial7a.spv --commands=regression --nth-command=1 --subtypes=coefficients
7640  mv doc/pspp-figures/ctables17.spv.tmp doc/pspp-figures/ctables17.spv
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/tutorial7.spv doc/pspp-figures/tutorial7b.spv --commands=regression --nth-command=2 --subtypes=coefficients
7642  mv doc/pspp-figures/ctables1.spv.tmp doc/pspp-figures/ctables1.spv
7643  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/aggregate.txt > doc/pspp-figures/aggregate.texi
7644  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/autorecode.txt > doc/pspp-figures/autorecode.texi
7645  mv doc/pspp-figures/ctables12.spv.tmp doc/pspp-figures/ctables12.spv
7646  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/chisquare.txt > doc/pspp-figures/chisquare.texi
7647  mv doc/pspp-figures/ctables30.spv.tmp doc/pspp-figures/ctables30.spv
7648  mv doc/pspp-figures/ctables31.spv.tmp doc/pspp-figures/ctables31.spv
7649  mv doc/pspp-figures/ctables10.spv.tmp doc/pspp-figures/ctables10.spv
7650  mv doc/pspp-figures/ctables36.spv.tmp doc/pspp-figures/ctables36.spv
7651  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/compute.txt > doc/pspp-figures/compute.texi
7652  mv doc/pspp-figures/ctables14.spv.tmp doc/pspp-figures/ctables14.spv
7653  mv doc/pspp-figures/ctables25.spv.tmp doc/pspp-figures/ctables25.spv
7654  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/count.txt > doc/pspp-figures/count.texi
7655  mv doc/pspp-figures/ctables9.spv.tmp doc/pspp-figures/ctables9.spv
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/ctables1.spv doc/pspp-figures/ctables1.txt
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/ctables2.spv doc/pspp-figures/ctables2.txt
7658  mv doc/pspp-figures/ctables16.spv.tmp doc/pspp-figures/ctables16.spv
7659  mv doc/pspp-figures/ctables28.spv.tmp doc/pspp-figures/ctables28.spv
7660  mv doc/pspp-figures/ctables3.spv.tmp doc/pspp-figures/ctables3.spv
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/ctables4.spv doc/pspp-figures/ctables4.txt
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/ctables5.spv doc/pspp-figures/ctables5.txt
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/ctables6.spv doc/pspp-figures/ctables6.txt
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/ctables7.spv doc/pspp-figures/ctables7.txt
7665  mv doc/pspp-figures/ctables27.spv.tmp doc/pspp-figures/ctables27.spv
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/ctables8.spv doc/pspp-figures/ctables8.txt
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/ctables9.spv doc/pspp-figures/ctables9.txt
7668  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
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/ctables11.spv doc/pspp-figures/ctables11.txt
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/ctables12.spv doc/pspp-figures/ctables12.txt
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/ctables13.spv doc/pspp-figures/ctables13.txt
7672  mv doc/pspp-figures/ctables35.spv.tmp doc/pspp-figures/ctables35.spv
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/ctables14.spv doc/pspp-figures/ctables14.txt
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/ctables15.spv doc/pspp-figures/ctables15.txt
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/ctables16.spv doc/pspp-figures/ctables16.txt
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/ctables17.spv doc/pspp-figures/ctables17.txt
7677  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables18.txt > doc/pspp-figures/ctables18.texi
7678  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables19.txt > doc/pspp-figures/ctables19.texi
7679  mv doc/pspp-figures/ctables22.spv.tmp doc/pspp-figures/ctables22.spv
7680  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables20.txt > doc/pspp-figures/ctables20.texi
7681  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables21.txt > doc/pspp-figures/ctables21.texi
7682  mv doc/pspp-figures/ctables29.spv.tmp doc/pspp-figures/ctables29.spv
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/ctables23.spv doc/pspp-figures/ctables23.txt
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/ctables24.spv doc/pspp-figures/ctables24.txt
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/ctables25.spv doc/pspp-figures/ctables25.txt
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/ctables26.spv doc/pspp-figures/ctables26.txt
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/ctables27.spv doc/pspp-figures/ctables27.txt
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/ctables28.spv doc/pspp-figures/ctables28.txt
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/ctables29.spv doc/pspp-figures/ctables29.txt
7690  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
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/ctables31.spv doc/pspp-figures/ctables31.txt
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/ctables32.spv doc/pspp-figures/ctables32.txt
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/ctables33.spv doc/pspp-figures/ctables33.txt
7694  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables34.txt > doc/pspp-figures/ctables34.texi
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/ctables35.spv doc/pspp-figures/ctables35.txt
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/ctables36.spv doc/pspp-figures/ctables36.txt
7697  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/crosstabs.txt > doc/pspp-figures/crosstabs.texi
7698  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/descriptives.txt > doc/pspp-figures/descriptives.texi
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/flip.spv doc/pspp-figures/flip.txt
7700  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/frequencies.txt > doc/pspp-figures/frequencies.texi
7701  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/matrix-print.txt > doc/pspp-figures/matrix-print.texi
7702  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/means.txt > doc/pspp-figures/means.texi
7703  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/one-sample-t.txt > doc/pspp-figures/one-sample-t.texi
7704  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/independent-samples-t.txt > doc/pspp-figures/independent-samples-t.texi
7705  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/reliability.txt > doc/pspp-figures/reliability.texi
7706  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/select-if.txt > doc/pspp-figures/select-if.texi
7707  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/show-system.txt > doc/pspp-figures/show-system.texi
7708  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/sort-cases.txt > doc/pspp-figures/sort-cases.texi
7709  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/split.txt > doc/pspp-figures/split.texi
7710  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/temporary.txt > doc/pspp-figures/temporary.texi
7711  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial1.txt > doc/pspp-figures/tutorial1.texi
7712  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2.txt > doc/pspp-figures/tutorial2.texi
7713  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial3.txt > doc/pspp-figures/tutorial3.texi
7714  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial4.txt > doc/pspp-figures/tutorial4.texi
7715  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5.txt > doc/pspp-figures/tutorial5.texi
7716  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial6.txt > doc/pspp-figures/tutorial6.texi
7717  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7.txt > doc/pspp-figures/tutorial7.texi
7718  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/weight.txt > doc/pspp-figures/weight.texi
7719  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
7720  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
7721  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
7722  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
7723  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
7724  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
7725  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables1.txt > doc/pspp-figures/ctables1.texi
7726  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables2.txt > doc/pspp-figures/ctables2.texi
7727  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
7728  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables4.txt > doc/pspp-figures/ctables4.texi
7729  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables5.txt > doc/pspp-figures/ctables5.texi
7730  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables6.txt > doc/pspp-figures/ctables6.texi
7731  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables7.txt > doc/pspp-figures/ctables7.texi
7732  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables8.txt > doc/pspp-figures/ctables8.texi
7733  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables9.txt > doc/pspp-figures/ctables9.texi
7734  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables10.txt > doc/pspp-figures/ctables10.texi
7735  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables11.txt > doc/pspp-figures/ctables11.texi
7736  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables12.txt > doc/pspp-figures/ctables12.texi
7737  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables13.txt > doc/pspp-figures/ctables13.texi
7738  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables14.txt > doc/pspp-figures/ctables14.texi
7739  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables15.txt > doc/pspp-figures/ctables15.texi
7740  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables16.txt > doc/pspp-figures/ctables16.texi
7741  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
7742  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables23.txt > doc/pspp-figures/ctables23.texi
7743  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables24.txt > doc/pspp-figures/ctables24.texi
7744  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables28.txt > doc/pspp-figures/ctables28.texi
7745  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables29.txt > doc/pspp-figures/ctables29.texi
7746  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables17.txt > doc/pspp-figures/ctables17.texi
7747  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables25.txt > doc/pspp-figures/ctables25.texi
7748  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables26.txt > doc/pspp-figures/ctables26.texi
7749  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables27.txt > doc/pspp-figures/ctables27.texi
7750  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables30.txt > doc/pspp-figures/ctables30.texi
7751  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables31.txt > doc/pspp-figures/ctables31.texi
7752  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables32.txt > doc/pspp-figures/ctables32.texi
7753  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables33.txt > doc/pspp-figures/ctables33.texi
7754  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables35.txt > doc/pspp-figures/ctables35.texi
7755  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables36.txt > doc/pspp-figures/ctables36.texi
7756  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/flip.txt > doc/pspp-figures/flip.texi
7757  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2b.txt > doc/pspp-figures/tutorial2b.texi
7758  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2a.txt > doc/pspp-figures/tutorial2a.texi
7759  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7a.txt > doc/pspp-figures/tutorial7a.texi
7760  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5a.txt > doc/pspp-figures/tutorial5a.texi
7761  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5b.txt > doc/pspp-figures/tutorial5b.texi
7762  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7b.txt > doc/pspp-figures/tutorial7b.texi
7763  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables3.txt > doc/pspp-figures/ctables3.texi
7764  /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables22.txt > doc/pspp-figures/ctables22.texi
7765  /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --docbook   \
7766  	-I doc -I ../doc ../doc/pspp.texi -o doc/pspp.xml
7767  if test -d "pspp-2.0.0-pre1gfa6bce"; then find "pspp-2.0.0-pre1gfa6bce" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-2.0.0-pre1gfa6bce" || { sleep 5 && rm -rf "pspp-2.0.0-pre1gfa6bce"; }; else :; fi
7768  test -d "pspp-2.0.0-pre1gfa6bce" || mkdir "pspp-2.0.0-pre1gfa6bce"
7769   (cd po && make  top_distdir=../pspp-2.0.0-pre1gfa6bce distdir=../pspp-2.0.0-pre1gfa6bce/po \
7770       am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
7771  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build/po'
7772  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build/po'
7773  make  \
7774    top_distdir="pspp-2.0.0-pre1gfa6bce" distdir="pspp-2.0.0-pre1gfa6bce" \
7775    dist-info dist-hook
7776  make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7777  if test -d ../.git; then			\
7778    ../build-aux/gitlog-to-changelog --since=2008-07-27  --srcdir=.. \
7779      > pspp-2.0.0-pre1gfa6bce/cl-t || exit 1;					\
7780    rm -f pspp-2.0.0-pre1gfa6bce/ChangeLog;				\
7781    mv pspp-2.0.0-pre1gfa6bce/cl-t pspp-2.0.0-pre1gfa6bce/ChangeLog;		\
7782  fi
7783  restore=: && backupdir=".am$$" && \
7784  rm -rf $backupdir && mkdir $backupdir && \
7785  if (/bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \
7786    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 \
7787      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
7788    done; \
7789  else :; fi && \
7790  if /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo   -I doc -I ../doc \
7791   -o doc/pspp-dev.info `test -f 'doc/pspp-dev.texi' || echo '../'`doc/pspp-dev.texi; \
7792  then \
7793    rc=0; \
7794  else \
7795    rc=$?; \
7796    $restore $backupdir/* `echo "./doc/pspp-dev.info" | sed 's|[^/]*$||'`; \
7797  fi; \
7798  rm -rf $backupdir; exit $rc
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
7808  cp ../perl-module/Changes perl-module
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
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/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
7826  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
7827  cp ../perl-module/COPYING perl-module
7828  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
7829  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
7830  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
7831  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
7832  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
7833  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
7834  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
7835  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
7836  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
7837  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
7838  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
7839  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
7840  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
7841  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
7842  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
7843  cp ../perl-module/Examples.pod perl-module
7844  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
7845  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
7846  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
7847  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
7848  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
7849  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
7850  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
7851  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
7852  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
7853  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
7854  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
7855  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
7856  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
7857  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
7858  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
7859  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
7860  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
7861  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
7862  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
7863  cp ../perl-module/Makefile.PL perl-module
7864  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
7865  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
7866  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
7867  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
7868  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
7869  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
7870  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
7871  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
7872  cp ../perl-module/MANIFEST perl-module
7873  cp ../perl-module/ppport.h perl-module
7874  cp ../perl-module/PSPP.xs perl-module
7875  cp ../perl-module/README perl-module
7876  cp ../perl-module/typemap perl-module
7877  cp ../perl-module/t/Pspp.t perl-module/t
7878  restore=: && backupdir=".am$$" && \
7879  rm -rf $backupdir && mkdir $backupdir && \
7880  if (/bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \
7881    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 \
7882      if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
7883    done; \
7884  else :; fi && \
7885  if /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo   -I doc -I ../doc \
7886   -o doc/pspp.info `test -f 'doc/pspp.texi' || echo '../'`doc/pspp.texi; \
7887  then \
7888    rc=0; \
7889  else \
7890    rc=$?; \
7891    $restore $backupdir/* `echo "./doc/pspp.info" | sed 's|[^/]*$||'`; \
7892  fi; \
7893  rm -rf $backupdir; exit $rc
7894  make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7895  test -n "" \
7896  || find "pspp-2.0.0-pre1gfa6bce" -type d ! -perm -755 \
7897  	-exec chmod u+rwx,go+rx {} \; -o \
7898    ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
7899    ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
7900    ! -type d ! -perm -444 -exec /bin/sh /home/blp/tmp/pspptmp/master/source/pspp/build-aux/install-sh -c -m a+r {} {} \; \
7901  || chmod -R a+r "pspp-2.0.0-pre1gfa6bce"
7902  make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7903  tardir=pspp-2.0.0-pre1gfa6bce && tar --format=ustar -chf - "$tardir" | eval GZIP= gzip --best -c >pspp-2.0.0-pre1gfa6bce.tar.gz
7904  make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
7905  if test -d "pspp-2.0.0-pre1gfa6bce"; then find "pspp-2.0.0-pre1gfa6bce" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-2.0.0-pre1gfa6bce" || { sleep 5 && rm -rf "pspp-2.0.0-pre1gfa6bce"; }; else :; fi

7907  Saving source distribution: pspp-2.0.0-pre1gfa6bce.tar.gz
7908  cp -R pspp/_build/pspp-2.0.0-pre1gfa6bce.tar.gz /home/blp/tmp/pspptmp/master/source/results/pspp-2.0.0-pre1gfa6bce.tar.gz
7909  rm pspp/_build/pspp-2.0.0-pre1gfa6bce.tar.gz

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

7914  Build examples for user manual
7915  cd pspp/_build && make -j$(nproc) figure-spvs figure-txts figure-texis figure-htmls
7916  make: Nothing to be done for 'figure-txts'.
7917  make: Nothing to be done for 'figure-texis'.
7918  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
7919  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
7920  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
7921  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
7922  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
7923  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
7924  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
7925  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
7926  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
7927  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
7928  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
7929  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
7930  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
7931  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
7932  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
7933  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
7934  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
7935  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
7936  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
7937  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
7938  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
7939  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
7940  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
7941  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
7942  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
7943  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
7944  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
7945  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
7946  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
7947  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
7948  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
7949  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
7950  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
7951  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
7952  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
7953  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
7954  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
7955  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
7956  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
7957  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
7958  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
7959  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
7960  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
7961  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
7962  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
7963  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
7964  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
7965  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
7966  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
7967  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
7968  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
7969  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
7970  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
7971  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
7972  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
7973  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
7974  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
7975  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
7976  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
7977  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
7978  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
7979  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
7980  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
7981  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
7982  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
7983  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
7984  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
7985  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
7986  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

7988  Build user manual
7989  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"
7990  Generating output formats for doc/pspp.texi
7991  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")
7992  Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout  -I 'doc' -I '_build/doc' "doc/pspp.texi")
7993  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=etex)
7994   restricted \write18 enabled.
7995  entering extended mode
7996  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
7997  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
7998  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
7999  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
8000  cross references, insertions,
8001  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
8002  This is `epsf.tex' v2.7.4 <14 February 2011>
8003  ) localization, formatting, microtype, and turning on texinfo input format.)
8004  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2] [-1]
8005  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
8006  Writing index file pspp.cp
8007  Cross reference values unknown; you must run TeX again.)
8008  (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
8009  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
8010  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
8011  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
8012  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
8013  Underfull \hbox (badness 7832) in paragraph at lines 2--7
8014   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
8015  rec-tory 
8016  [12]
8017  Writing index file pspp.vr
8018  [13]
8019  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
8020  i) [14]
8021  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
8022  xi) [15]
8023  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
8024  xi) [16]
8025  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
8026  i [17])
8027  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
8028  i [18])
8029  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
8030  xi [19])
8031  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
8032  xi) [20] [21]
8033  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
8034  i [22])
8035  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
8036  xi [23])
8037  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
8038  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
8039  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
8040  [39] [40] [41] [42])
8041  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
8042  [43] [44] [45]
8043  Writing index file pspp.fn
8044  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
8045  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
8046  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
8047  [77] [78]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
8048  [79] [80] [81] [82] [83]
8049  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
8050   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
8051  asswd=xxxx'[] 
8052  [84] [85]
8053  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
8054   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
8055  Type"[] 
8056  [86]
8057  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
8058   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
8059  "' /ESCAPE[] 
8060  [87] [88] [89] [90] [91] [92])
8061  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
8062  [93] [94] [95] [96] [97])
8063  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
8064  [98] [99] [100] [101] [102] [103] [104] [105] [106] [107])
8065  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
8066  [108] [109] [110] [111]
8067  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
8068  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
8069  i) [112]
8070  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
8071  (screenshots/autorecode-hc.eps
8072  )
8073  
8074  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8075  [] 
8076  [113]
8077  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
8078  xi) [114] [115]
8079  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
8080  (screenshots/compute-hc.eps
8081  )
8082  
8083  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8084  [] 
8085  [116]
8086  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
8087  [117] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
8088  (screenshots/count-hc.eps
8089  )
8090  
8091  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8092  [] 
8093  [118]
8094  (screenshots/count-define-hc.eps
8095  )
8096  
8097  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8098  [] 
8099  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
8100  [119] [120] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
8101  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
8102  [121] [122] [123] [124] [125]
8103  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
8104  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
8105  xi) [126]
8106  (screenshots/sort-simple-hc.eps
8107  )
8108  
8109  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8110  [] 
8111  [127]
8112  (screenshots/sort-hc.eps
8113  )
8114  
8115  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8116  [] 
8117  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
8118  [128] [129] [130]
8119  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
8120  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
8121  i) [131] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
8122  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
8123  [132]
8124  (screenshots/split-status-bar-hc.eps
8125  )
8126  
8127  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8128  [] 
8129  [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
8130  
8131  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
8132  i) [134] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
8133   [135]
8134  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
8135  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
8136  [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147]
8137  [148] [149]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
8138  Chapter 15 [150]
8139  Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
8140   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
8141  RTOSIS,SKEWNESS,[] 
8142  
8143  Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
8144   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
8145  @textsy g$[] 
8146  [151]
8147  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
8148  (screenshots/descriptives-hc.eps
8149  )
8150  
8151  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8152  [] 
8153  [152]
8154  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
8155  texi) [153]
8156  Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
8157   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
8158  DE,STDDEV,VARIANCE,[] 
8159  [154] [155]
8160  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
8161  (screenshots/frequencies-hc.eps
8162  )
8163  
8164  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8165  [] 
8166  [156]
8167  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
8168  exi)
8169  Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
8170   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
8171  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
8172  [157] [158] [159] [160] [161]
8173  Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
8174   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
8175  SIDUAL,SRESIDUAL,[] 
8176  [162] [163] [164]
8177  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
8178  (screenshots/crosstabs-hc.eps
8179  )
8180  
8181  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8182  [] 
8183  [165]
8184  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
8185  i) [166]
8186  Overfull \vbox (155.12915pt too high) has occurred while \output is active
8187  [167] [168]
8188  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
8189  )
8190  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
8191  [169])
8192  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
8193  )
8194  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
8195  [170])
8196  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
8197  )
8198  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
8199  [171])
8200  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
8201  )
8202  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
8203  ) [172]
8204  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
8205  [173])
8206  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
8207  i)
8208  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
8209  i [174])
8210  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
8211   @textrm Encloses neg-a-tive num-bers in
8212  
8213  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
8214   []@texttt (42.96%)[]| 
8215  
8216  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
8217  i [175]) [176]
8218  Overfull \hbox (58.18988pt too wide) in paragraph at lines 1334--29
8219  []@textrm The fol-low-ing shows how the out-put for the ta-ble ex-pres-sion @te
8220  xttt hasBeenPassengerOfDesignatedDriver
8221  
8222  Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
8223  @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
8224  hAlcohol
8225  
8226  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
8227  i [177]) [178]
8228  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
8229  i)
8230  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
8231  i [179])
8232  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
8233  i)
8234  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
8235  i) [180]
8236  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
8237  i) [181]
8238  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
8239  i)
8240  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
8241  i [182])
8242  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
8243  i [183]) [184]
8244  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
8245   []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
8246   2, 3].[] 
8247  
8248  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
8249  i) [185]
8250  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
8251  i)
8252  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
8253   []    @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
8254  tal',[] 
8255  
8256  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
8257   []                                         @texttt MISSING, SUBTOTAL='Missing 
8258  Total'][] 
8259  
8260  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
8261  i [186])
8262  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
8263  i)
8264  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
8265  i) [187]
8266  Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
8267   []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
8268  TY=EXCLUDE.[] 
8269  
8270  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
8271  i) [188] [189]
8272  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
8273  i)
8274  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
8275  i)
8276  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
8277   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
8278  LUDE.[] 
8279  
8280  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
8281  i [190]) [191]
8282  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
8283  i)
8284  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
8285  i)
8286  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
8287  i) [192]
8288  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
8289  i) [193]
8290  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
8291   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
8292  * 100)[] 
8293  
8294  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
8295   []                              @texttt MISSING, SUBTOTAL='Not Drivers or Miss
8296  ing'].[] 
8297  
8298  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
8299  i [194]) [195]
8300  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
8301  i)
8302  Overfull \hbox (46.11884pt too wide) in paragraph at lines 2258--2258
8303   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
8304  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
8305  [196] [197] [198] [199] [200]
8306  Overfull \hbox (14.6579pt too wide) in paragraph at lines 2547--2547
8307   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
8308   [RANGE][] 
8309  [201] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
8310  [202]
8311  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
8312  [203] [204]
8313  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
8314  (screenshots/chisquare-hc.eps
8315  )
8316  
8317  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8318  [] 
8319  
8320  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
8321  i) [205]
8322  Overfull \hbox (24.44705pt too wide) in paragraph at lines 2923--2923
8323   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
8324  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
8325  []@textrm ], POIS-
8326  [206] [207] [208] [209]
8327  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
8328  (screenshots/one-sample-t-hc.eps
8329  )
8330  
8331  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8332  [] 
8333  [210]
8334  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
8335  texi) [211]
8336  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
8337  t.sps)
8338  (screenshots/independent-samples-t-hc.eps
8339  )
8340  
8341  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8342  [] 
8343  [212]
8344  (screenshots/define-groups-t-hc.eps
8345  )
8346  
8347  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8348  [] 
8349  [213]
8350  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
8351  amples-t.texi) [214] [215] [216]
8352  Overfull \hbox (40.33183pt too wide) in paragraph at lines 3449--3449
8353   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
8354  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
8355  [217] [218] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
8356  [219] [220])
8357  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
8358  [221]
8359  (screenshots/reliability-hc.eps
8360  )
8361  
8362  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8363  [] 
8364  
8365  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
8366  exi) [222] [223]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
8367  Chapter 16 [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]
8368  [235]
8369  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
8370   []| 
8371  
8372  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
8373   []| 
8374  
8375  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
8376   []| 
8377  
8378  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
8379   []| 
8380  
8381  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
8382   []| 
8383  
8384  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
8385   []| 
8386  [236]
8387  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
8388   []| 
8389  
8390  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
8391   []| 
8392  
8393  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
8394   []| 
8395  
8396  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
8397   []| 
8398  
8399  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
8400   []| 
8401  
8402  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
8403   []| 
8404  
8405  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
8406   []| 
8407  
8408  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
8409   []| 
8410  
8411  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
8412   []| 
8413  
8414  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
8415   []| 
8416  
8417  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
8418   []| 
8419  
8420  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
8421   []| 
8422  
8423  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
8424   []| 
8425  
8426  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
8427   []| 
8428  
8429  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
8430   []| 
8431  
8432  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
8433   []| 
8434  
8435  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
8436   []| 
8437  
8438  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
8439   []| 
8440  
8441  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
8442   []| 
8443  
8444  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
8445   []| 
8446  [237]
8447  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
8448   []| 
8449  
8450  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
8451   []| 
8452  
8453  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
8454   []| 
8455  
8456  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
8457   []| 
8458  
8459  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
8460   []| 
8461  [238]
8462  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
8463   []| 
8464  
8465  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
8466   []| 
8467  
8468  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
8469   []| 
8470  
8471  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
8472   []| 
8473  
8474  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
8475   []| 
8476  
8477  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
8478   []| 
8479  
8480  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
8481   []| 
8482  
8483  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
8484   []| 
8485  
8486  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
8487   []| 
8488  
8489  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
8490   []| 
8491  
8492  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
8493   []| 
8494  
8495  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
8496   []| 
8497  [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250]
8498  [251]
8499  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
8500  texi) [252] [253] [254] [255] [256]
8501  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
8502   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
8503  GULAR.[] 
8504  [257] [258] [259] [260])
8505  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
8506  [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272]
8507  [273] [274] [275])
8508  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
8509  [276] [277] [278])
8510  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
8511  [279] [280] [281]
8512  Underfull \hbox (badness 10000) in paragraph at lines 183--184
8513   []@texttt charts headings logs models tables texts trees warnings 
8514  [282]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
8515  Chapter 20 [283])
8516  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
8517  [284] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [285] [286]
8518  [287])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
8519  [288]
8520  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
8521  exi) [289]
8522  Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
8523   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
8524  of numbers,[] 
8525  [290]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
8526  Chapter 23 [291]
8527  No file pspp.fns.
8528  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi Chapter 24
8529  [292]
8530  No file pspp.vrs.
8531  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
8532  [293]
8533  No file pspp.cps.
8534  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [294]
8535  [295] [296] [297] [298] [299] [300] [301]) [302] )
8536  (see the transcript file for additional information)
8537  Output written on pspp.dvi (305 pages, 936448 bytes).
8538  Transcript written on pspp.log.
8539  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=etex)
8540   restricted \write18 enabled.
8541  entering extended mode
8542  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
8543  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
8544  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
8545  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
8546  cross references, insertions,
8547  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
8548  This is `epsf.tex' v2.7.4 <14 February 2011>
8549  ) localization, formatting, microtype, and turning on texinfo input format.)
8550  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2]
8551  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3] [-4] [-5]
8552  [-6] [-7] [-8]) [-9]
8553  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
8554  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
8555  Writing index file pspp.cp
8556  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
8557  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
8558  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
8559  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
8560  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
8561  Underfull \hbox (badness 7832) in paragraph at lines 2--7
8562   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
8563  rec-tory 
8564  [12]
8565  Writing index file pspp.vr
8566  [13]
8567  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
8568  i) [14]
8569  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
8570  xi) [15]
8571  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
8572  xi) [16]
8573  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
8574  i [17])
8575  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
8576  i [18])
8577  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
8578  xi [19])
8579  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
8580  xi) [20] [21]
8581  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
8582  i [22])
8583  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
8584  xi [23])
8585  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
8586  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
8587  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
8588  [39] [40] [41] [42])
8589  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
8590  [43] [44] [45]
8591  Writing index file pspp.fn
8592  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
8593  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
8594  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
8595  [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
8596  [78] [79] [80] [81] [82]
8597  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
8598   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
8599  asswd=xxxx'[] 
8600  [83] [84]
8601  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
8602   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
8603  Type"[] 
8604  [85]
8605  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
8606   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
8607  "' /ESCAPE[] 
8608  [86] [87] [88] [89] [90] [91])
8609  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
8610  [92] [93] [94] [95] [96])
8611  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
8612  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
8613  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
8614  [107] [108] [109] [110]
8615  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
8616  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
8617  i) [111]
8618  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
8619  (screenshots/autorecode-hc.eps
8620  )
8621  
8622  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8623  [] 
8624  [112]
8625  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
8626  xi) [113] [114]
8627  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
8628  (screenshots/compute-hc.eps
8629  )
8630  
8631  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8632  [] 
8633  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
8634  [115] [116]
8635  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
8636  (screenshots/count-hc.eps
8637  )
8638  
8639  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8640  [] 
8641  (screenshots/count-define-hc.eps
8642  )
8643  
8644  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8645  [] 
8646  [117]
8647  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
8648  [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
8649  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
8650  [120] [121] [122] [123] [124]
8651  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
8652  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
8653  xi) [125]
8654  (screenshots/sort-simple-hc.eps
8655  )
8656  
8657  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8658  [] 
8659  [126]
8660  (screenshots/sort-hc.eps
8661  )
8662  
8663  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8664  [] 
8665  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
8666  [127] [128]
8667  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
8668  [129]
8669  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
8670  i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
8671  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
8672  [131]
8673  (screenshots/split-status-bar-hc.eps
8674  )
8675  
8676  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8677  [] 
8678  [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
8679  
8680  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
8681  i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
8682   [134]
8683  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
8684  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
8685  [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
8686  [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
8687  Chapter 15 [149]
8688  Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
8689   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
8690  RTOSIS,SKEWNESS,[] 
8691  
8692  Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
8693   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
8694  @textsy g$[] 
8695  [150]
8696  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
8697  (screenshots/descriptives-hc.eps
8698  )
8699  
8700  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8701  [] 
8702  [151]
8703  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
8704  texi) [152]
8705  Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
8706   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
8707  DE,STDDEV,VARIANCE,[] 
8708  [153] [154]
8709  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
8710  (screenshots/frequencies-hc.eps
8711  )
8712  
8713  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8714  [] 
8715  [155]
8716  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
8717  exi)
8718  Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
8719   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
8720  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
8721  [156] [157] [158] [159] [160]
8722  Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
8723   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
8724  SIDUAL,SRESIDUAL,[] 
8725  [161] [162] [163]
8726  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
8727  (screenshots/crosstabs-hc.eps
8728  )
8729  
8730  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8731  [] 
8732  [164]
8733  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
8734  i) [165]
8735  Overfull \vbox (155.12915pt too high) has occurred while \output is active
8736  [166] [167]
8737  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
8738  )
8739  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
8740  [168])
8741  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
8742  )
8743  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
8744  [169])
8745  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
8746  )
8747  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
8748  [170])
8749  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
8750  )
8751  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
8752  ) [171]
8753  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
8754  [172])
8755  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
8756  i) [173]
8757  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
8758  i)
8759  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
8760   @textrm Encloses neg-a-tive num-bers in
8761  
8762  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
8763   []@texttt (42.96%)[]| 
8764  
8765  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
8766  i [174]) [175]
8767  Overfull \hbox (58.18988pt too wide) in paragraph at lines 1334--29
8768  []@textrm The fol-low-ing shows how the out-put for the ta-ble ex-pres-sion @te
8769  xttt hasBeenPassengerOfDesignatedDriver
8770  
8771  Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
8772  @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
8773  hAlcohol
8774  
8775  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
8776  i [176]) [177]
8777  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
8778  i) [178]
8779  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
8780  i)
8781  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
8782  i)
8783  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
8784  i) [179]
8785  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
8786  i [180])
8787  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
8788  i)
8789  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
8790  i [181])
8791  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
8792  i [182]) [183]
8793  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
8794   []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
8795   2, 3].[] 
8796  
8797  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
8798  i) [184]
8799  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
8800  i) [185]
8801  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
8802   []    @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
8803  tal',[] 
8804  
8805  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
8806   []                                         @texttt MISSING, SUBTOTAL='Missing 
8807  Total'][] 
8808  
8809  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
8810  i)
8811  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
8812  i)
8813  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
8814  i [186])
8815  Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
8816   []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
8817  TY=EXCLUDE.[] 
8818  
8819  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
8820  i) [187] [188]
8821  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
8822  i)
8823  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
8824  i) [189]
8825  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
8826   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
8827  LUDE.[] 
8828  
8829  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
8830  i) [190]
8831  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
8832  i)
8833  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
8834  i) [191]
8835  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
8836  i)
8837  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
8838  i) [192]
8839  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
8840   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
8841  * 100)[] 
8842  [193]
8843  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
8844   []                              @texttt MISSING, SUBTOTAL='Not Drivers or Miss
8845  ing'].[] 
8846  
8847  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
8848  i) [194]
8849  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
8850  i) [195]
8851  Overfull \hbox (46.11884pt too wide) in paragraph at lines 2258--2258
8852   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
8853  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
8854  [196] [197] [198] [199]
8855  Overfull \hbox (14.6579pt too wide) in paragraph at lines 2547--2547
8856   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
8857   [RANGE][] 
8858  [200] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
8859  [201]
8860  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
8861  [202] [203]
8862  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
8863  (screenshots/chisquare-hc.eps
8864  )
8865  
8866  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8867  [] 
8868  [204]
8869  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
8870  i) [205]
8871  Overfull \hbox (24.44705pt too wide) in paragraph at lines 2923--2923
8872   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
8873  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
8874  []@textrm ], POIS-
8875  [206] [207] [208]
8876  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
8877  [209]
8878  (screenshots/one-sample-t-hc.eps
8879  )
8880  
8881  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8882  [] 
8883  
8884  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
8885  texi) [210]
8886  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
8887  t.sps) [211]
8888  (screenshots/independent-samples-t-hc.eps
8889  )
8890  
8891  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8892  [] 
8893  (screenshots/define-groups-t-hc.eps
8894  )
8895  
8896  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8897  [] 
8898  [212]
8899  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
8900  amples-t.texi) [213] [214] [215]
8901  Overfull \hbox (40.33183pt too wide) in paragraph at lines 3449--3449
8902   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
8903  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
8904  [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
8905  [218] [219])
8906  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
8907  [220]
8908  (screenshots/reliability-hc.eps
8909  )
8910  
8911  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8912  [] 
8913  
8914  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
8915  exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
8916  Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
8917  [234]
8918  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
8919   []| 
8920  
8921  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
8922   []| 
8923  
8924  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
8925   []| 
8926  
8927  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
8928   []| 
8929  
8930  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
8931   []| 
8932  
8933  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
8934   []| 
8935  [235]
8936  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
8937   []| 
8938  
8939  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
8940   []| 
8941  
8942  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
8943   []| 
8944  
8945  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
8946   []| 
8947  
8948  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
8949   []| 
8950  
8951  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
8952   []| 
8953  
8954  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
8955   []| 
8956  
8957  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
8958   []| 
8959  
8960  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
8961   []| 
8962  
8963  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
8964   []| 
8965  
8966  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
8967   []| 
8968  
8969  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
8970   []| 
8971  
8972  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
8973   []| 
8974  
8975  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
8976   []| 
8977  
8978  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
8979   []| 
8980  
8981  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
8982   []| 
8983  
8984  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
8985   []| 
8986  
8987  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
8988   []| 
8989  
8990  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
8991   []| 
8992  
8993  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
8994   []| 
8995  [236]
8996  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
8997   []| 
8998  
8999  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
9000   []| 
9001  
9002  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
9003   []| 
9004  
9005  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
9006   []| 
9007  
9008  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
9009   []| 
9010  [237]
9011  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
9012   []| 
9013  
9014  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
9015   []| 
9016  
9017  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
9018   []| 
9019  
9020  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
9021   []| 
9022  
9023  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
9024   []| 
9025  
9026  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
9027   []| 
9028  
9029  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
9030   []| 
9031  
9032  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
9033   []| 
9034  
9035  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
9036   []| 
9037  
9038  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
9039   []| 
9040  
9041  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
9042   []| 
9043  
9044  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
9045   []| 
9046  [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
9047  [250]
9048  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
9049  texi) [251] [252] [253] [254] [255]
9050  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
9051   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
9052  GULAR.[] 
9053  [256] [257] [258] [259])
9054  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
9055  [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
9056  [272] [273] [274])
9057  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
9058  [275] [276] [277])
9059  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
9060  [278] [279] [280]
9061  Underfull \hbox (badness 10000) in paragraph at lines 183--184
9062   []@texttt charts headings logs models tables texts trees warnings 
9063  [281]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
9064  Chapter 20 [282])
9065  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
9066  [283] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [284] [285]
9067  [286])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
9068  [287]
9069  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
9070  exi) [288]
9071  Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
9072   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
9073  of numbers,[] 
9074  [289]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
9075  Chapter 23 [290] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [291]
9076  [292])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
9077  Chapter 24 [293] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [294]))
9078  (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
9079  [295] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [296] [297] [298]
9080  [299] [300])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
9081  Appendix A [301] [302] [303] [304] [305] [306] [307] [308]) [309] )
9082  (see the transcript file for additional information)
9083  Output written on pspp.dvi (320 pages, 1322244 bytes).
9084  Transcript written on pspp.log.
9085  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=etex)
9086   restricted \write18 enabled.
9087  entering extended mode
9088  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
9089  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
9090  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
9091  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
9092  cross references, insertions,
9093  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
9094  This is `epsf.tex' v2.7.4 <14 February 2011>
9095  ) localization, formatting, microtype, and turning on texinfo input format.)
9096  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2]
9097  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3] [-4] [-5]
9098  [-6] [-7] [-8]) [-9]
9099  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
9100  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
9101  Writing index file pspp.cp
9102  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
9103  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
9104  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
9105  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
9106  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
9107  Underfull \hbox (badness 7832) in paragraph at lines 2--7
9108   []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
9109  rec-tory 
9110  [12]
9111  Writing index file pspp.vr
9112  [13]
9113  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
9114  i) [14]
9115  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
9116  xi) [15]
9117  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
9118  xi) [16]
9119  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
9120  i [17])
9121  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
9122  i [18])
9123  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
9124  xi [19])
9125  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
9126  xi) [20] [21]
9127  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
9128  i [22])
9129  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
9130  xi [23])
9131  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
9132  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
9133  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
9134  [39] [40] [41] [42])
9135  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
9136  [43] [44] [45]
9137  Writing index file pspp.fn
9138  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
9139  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
9140  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
9141  [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
9142  [78] [79] [80] [81] [82]
9143  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
9144   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
9145  asswd=xxxx'[] 
9146  [83] [84]
9147  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
9148   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
9149  Type"[] 
9150  [85]
9151  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
9152   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
9153  "' /ESCAPE[] 
9154  [86] [87] [88] [89] [90] [91])
9155  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
9156  [92] [93] [94] [95] [96])
9157  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
9158  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
9159  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
9160  [107] [108] [109] [110]
9161  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
9162  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
9163  i) [111]
9164  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
9165  (screenshots/autorecode-hc.eps
9166  )
9167  
9168  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9169  [] 
9170  [112]
9171  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
9172  xi) [113] [114]
9173  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
9174  (screenshots/compute-hc.eps
9175  )
9176  
9177  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9178  [] 
9179  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
9180  [115] [116]
9181  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
9182  (screenshots/count-hc.eps
9183  )
9184  
9185  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9186  [] 
9187  (screenshots/count-define-hc.eps
9188  )
9189  
9190  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9191  [] 
9192  [117]
9193  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
9194  [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
9195  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
9196  [120] [121] [122] [123] [124]
9197  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
9198  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
9199  xi) [125]
9200  (screenshots/sort-simple-hc.eps
9201  )
9202  
9203  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9204  [] 
9205  [126]
9206  (screenshots/sort-hc.eps
9207  )
9208  
9209  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9210  [] 
9211  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
9212  [127] [128]
9213  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
9214  [129]
9215  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
9216  i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
9217  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
9218  [131]
9219  (screenshots/split-status-bar-hc.eps
9220  )
9221  
9222  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9223  [] 
9224  [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
9225  
9226  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
9227  i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
9228   [134]
9229  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
9230  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
9231  [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
9232  [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
9233  Chapter 15 [149]
9234  Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
9235   []        @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
9236  RTOSIS,SKEWNESS,[] 
9237  
9238  Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
9239   []               @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
9240  @textsy g$[] 
9241  [150]
9242  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
9243  (screenshots/descriptives-hc.eps
9244  )
9245  
9246  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9247  [] 
9248  [151]
9249  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
9250  texi) [152]
9251  Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
9252   []        @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
9253  DE,STDDEV,VARIANCE,[] 
9254  [153] [154]
9255  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
9256  (screenshots/frequencies-hc.eps
9257  )
9258  
9259  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9260  [] 
9261  [155]
9262  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
9263  exi)
9264  Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
9265   []        @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
9266  LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[] 
9267  [156] [157] [158] [159] [160]
9268  Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
9269   []        @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
9270  SIDUAL,SRESIDUAL,[] 
9271  [161] [162] [163]
9272  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
9273  (screenshots/crosstabs-hc.eps
9274  )
9275  
9276  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9277  [] 
9278  [164]
9279  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
9280  i) [165]
9281  Overfull \vbox (155.12915pt too high) has occurred while \output is active
9282  [166] [167]
9283  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
9284  )
9285  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
9286  [168])
9287  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
9288  )
9289  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
9290  [169])
9291  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
9292  )
9293  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
9294  [170])
9295  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
9296  )
9297  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
9298  ) [171]
9299  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
9300  [172])
9301  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
9302  i) [173]
9303  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
9304  i)
9305  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
9306   @textrm Encloses neg-a-tive num-bers in
9307  
9308  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
9309   []@texttt (42.96%)[]| 
9310  
9311  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
9312  i [174]) [175]
9313  Overfull \hbox (58.18988pt too wide) in paragraph at lines 1334--29
9314  []@textrm The fol-low-ing shows how the out-put for the ta-ble ex-pres-sion @te
9315  xttt hasBeenPassengerOfDesignatedDriver
9316  
9317  Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
9318  @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
9319  hAlcohol
9320  
9321  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
9322  i [176]) [177]
9323  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
9324  i) [178]
9325  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
9326  i)
9327  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
9328  i)
9329  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
9330  i) [179]
9331  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
9332  i [180])
9333  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
9334  i)
9335  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
9336  i [181])
9337  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
9338  i [182]) [183]
9339  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
9340   []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
9341   2, 3].[] 
9342  
9343  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
9344  i) [184]
9345  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
9346  i) [185]
9347  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
9348   []    @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
9349  tal',[] 
9350  
9351  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
9352   []                                         @texttt MISSING, SUBTOTAL='Missing 
9353  Total'][] 
9354  
9355  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
9356  i)
9357  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
9358  i)
9359  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
9360  i [186])
9361  Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
9362   []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
9363  TY=EXCLUDE.[] 
9364  
9365  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
9366  i) [187] [188]
9367  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
9368  i)
9369  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
9370  i) [189]
9371  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
9372   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
9373  LUDE.[] 
9374  
9375  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
9376  i) [190]
9377  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
9378  i)
9379  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
9380  i) [191]
9381  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
9382  i)
9383  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
9384  i) [192]
9385  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
9386   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
9387  * 100)[] 
9388  [193]
9389  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
9390   []                              @texttt MISSING, SUBTOTAL='Not Drivers or Miss
9391  ing'].[] 
9392  
9393  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
9394  i) [194]
9395  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
9396  i) [195]
9397  Overfull \hbox (46.11884pt too wide) in paragraph at lines 2258--2258
9398   []        @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
9399  X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][] 
9400  [196] [197] [198] [199]
9401  Overfull \hbox (14.6579pt too wide) in paragraph at lines 2547--2547
9402   []      @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
9403   [RANGE][] 
9404  [200] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
9405  [201]
9406  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
9407  [202] [203]
9408  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
9409  (screenshots/chisquare-hc.eps
9410  )
9411  
9412  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9413  [] 
9414  [204]
9415  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
9416  i) [205]
9417  Overfull \hbox (24.44705pt too wide) in paragraph at lines 2923--2923
9418   []     @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
9419  textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
9420  []@textrm ], POIS-
9421  [206] [207] [208]
9422  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
9423  [209]
9424  (screenshots/one-sample-t-hc.eps
9425  )
9426  
9427  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9428  [] 
9429  
9430  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
9431  texi) [210]
9432  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
9433  t.sps) [211]
9434  (screenshots/independent-samples-t-hc.eps
9435  )
9436  
9437  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9438  [] 
9439  (screenshots/define-groups-t-hc.eps
9440  )
9441  
9442  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9443  [] 
9444  [212]
9445  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
9446  amples-t.texi) [213] [214] [215]
9447  Overfull \hbox (40.33183pt too wide) in paragraph at lines 3449--3449
9448   []      @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
9449  x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][] 
9450  [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
9451  [218] [219])
9452  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
9453  [220]
9454  (screenshots/reliability-hc.eps
9455  )
9456  
9457  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9458  [] 
9459  
9460  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
9461  exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
9462  Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
9463  [234]
9464  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
9465   []| 
9466  
9467  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
9468   []| 
9469  
9470  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
9471   []| 
9472  
9473  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
9474   []| 
9475  
9476  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
9477   []| 
9478  
9479  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
9480   []| 
9481  [235]
9482  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
9483   []| 
9484  
9485  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
9486   []| 
9487  
9488  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
9489   []| 
9490  
9491  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
9492   []| 
9493  
9494  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
9495   []| 
9496  
9497  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
9498   []| 
9499  
9500  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
9501   []| 
9502  
9503  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
9504   []| 
9505  
9506  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
9507   []| 
9508  
9509  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
9510   []| 
9511  
9512  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
9513   []| 
9514  
9515  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
9516   []| 
9517  
9518  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
9519   []| 
9520  
9521  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
9522   []| 
9523  
9524  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
9525   []| 
9526  
9527  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
9528   []| 
9529  
9530  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
9531   []| 
9532  
9533  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
9534   []| 
9535  
9536  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
9537   []| 
9538  
9539  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
9540   []| 
9541  [236]
9542  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
9543   []| 
9544  
9545  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
9546   []| 
9547  
9548  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
9549   []| 
9550  
9551  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
9552   []| 
9553  
9554  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
9555   []| 
9556  [237]
9557  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
9558   []| 
9559  
9560  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
9561   []| 
9562  
9563  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
9564   []| 
9565  
9566  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
9567   []| 
9568  
9569  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
9570   []| 
9571  
9572  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
9573   []| 
9574  
9575  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
9576   []| 
9577  
9578  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
9579   []| 
9580  
9581  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
9582   []| 
9583  
9584  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
9585   []| 
9586  
9587  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
9588   []| 
9589  
9590  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
9591   []| 
9592  [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
9593  [250]
9594  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
9595  texi) [251] [252] [253] [254] [255]
9596  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
9597   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
9598  GULAR.[] 
9599  [256] [257] [258] [259])
9600  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
9601  [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
9602  [272] [273] [274])
9603  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
9604  [275] [276] [277])
9605  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
9606  [278] [279] [280]
9607  Underfull \hbox (badness 10000) in paragraph at lines 183--184
9608   []@texttt charts headings logs models tables texts trees warnings 
9609  [281]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
9610  Chapter 20 [282])
9611  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
9612  [283] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [284] [285]
9613  [286])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
9614  [287]
9615  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
9616  exi) [288]
9617  Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
9618   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
9619  of numbers,[] 
9620  [289]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
9621  Chapter 23 [290] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [291]
9622  [292])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
9623  Chapter 24 [293] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [294]))
9624  (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
9625  [295] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [296] [297] [298]
9626  [299] [300])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
9627  Appendix A [301] [302] [303] [304] [305] [306] [307] [308]) [309] )
9628  (see the transcript file for additional information)
9629  Output written on pspp.dvi (320 pages, 1322296 bytes).
9630  Transcript written on pspp.log.
9631  Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf  -I 'doc' -I '_build/doc' "doc/pspp.texi")
9632  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdfetex)
9633   restricted \write18 enabled.
9634  entering extended mode
9635  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/pdf/xtr/pspp.texi
9636  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
9637  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
9638  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
9639  cross references, insertions,
9640  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
9641  This is `epsf.tex' v2.7.4 <14 February 2011>
9642  ) localization, formatting, microtype, and turning on texinfo input format.)
9643  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1{/usr/share/texli
9644  ve/texmf-var/fonts/map/pdftex/updmap/pdftex.map
9645  
9646  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9647  map/pdftex.map): fontmap entry for `cob' already exists, duplicates ignored
9648  
9649  
9650  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9651  map/pdftex.map): fontmap entry for `cobo' already exists, duplicates ignored
9652  
9653  
9654  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9655  map/pdftex.map): fontmap entry for `com' already exists, duplicates ignored
9656  
9657  
9658  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9659  map/pdftex.map): fontmap entry for `coo' already exists, duplicates ignored
9660  
9661  
9662  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9663  map/pdftex.map): fontmap entry for `hv' already exists, duplicates ignored
9664  
9665  
9666  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9667  map/pdftex.map): fontmap entry for `hvb' already exists, duplicates ignored
9668  
9669  
9670  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9671  map/pdftex.map): fontmap entry for `hvbo' already exists, duplicates ignored
9672  
9673  
9674  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9675  map/pdftex.map): fontmap entry for `hvo' already exists, duplicates ignored
9676  
9677  
9678  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9679  map/pdftex.map): fontmap entry for `pagd8g' already exists, duplicates ignored
9680  
9681  
9682  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9683  map/pdftex.map): fontmap entry for `pagd8r' already exists, duplicates ignored
9684  
9685  
9686  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9687  map/pdftex.map): fontmap entry for `pagd8y' already exists, duplicates ignored
9688  
9689  
9690  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9691  map/pdftex.map): fontmap entry for `pagd8z' already exists, duplicates ignored
9692  
9693  
9694  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9695  map/pdftex.map): fontmap entry for `pagdo8g' already exists, duplicates ignored
9696  
9697  
9698  
9699  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9700  map/pdftex.map): fontmap entry for `pagdo8r' already exists, duplicates ignored
9701  
9702  
9703  
9704  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9705  map/pdftex.map): fontmap entry for `pagdo8y' already exists, duplicates ignored
9706  
9707  
9708  
9709  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9710  map/pdftex.map): fontmap entry for `pagdo8z' already exists, duplicates ignored
9711  
9712  
9713  
9714  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9715  map/pdftex.map): fontmap entry for `pagk8g' already exists, duplicates ignored
9716  
9717  
9718  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9719  map/pdftex.map): fontmap entry for `pagk8r' already exists, duplicates ignored
9720  
9721  
9722  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9723  map/pdftex.map): fontmap entry for `pagk8y' already exists, duplicates ignored
9724  
9725  
9726  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9727  map/pdftex.map): fontmap entry for `pagk8z' already exists, duplicates ignored
9728  
9729  
9730  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9731  map/pdftex.map): fontmap entry for `pagko8g' already exists, duplicates ignored
9732  
9733  
9734  
9735  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9736  map/pdftex.map): fontmap entry for `pagko8r' already exists, duplicates ignored
9737  
9738  
9739  
9740  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9741  map/pdftex.map): fontmap entry for `pagko8y' already exists, duplicates ignored
9742  
9743  
9744  
9745  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9746  map/pdftex.map): fontmap entry for `pagko8z' already exists, duplicates ignored
9747  
9748  
9749  
9750  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9751  map/pdftex.map): fontmap entry for `pbkd8g' already exists, duplicates ignored
9752  
9753  
9754  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9755  map/pdftex.map): fontmap entry for `pbkd8r' already exists, duplicates ignored
9756  
9757  
9758  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9759  map/pdftex.map): fontmap entry for `pbkd8y' already exists, duplicates ignored
9760  
9761  
9762  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9763  map/pdftex.map): fontmap entry for `pbkd8z' already exists, duplicates ignored
9764  
9765  
9766  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9767  map/pdftex.map): fontmap entry for `pbkdi8g' already exists, duplicates ignored
9768  
9769  
9770  
9771  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9772  map/pdftex.map): fontmap entry for `pbkdi8r' already exists, duplicates ignored
9773  
9774  
9775  
9776  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9777  map/pdftex.map): fontmap entry for `pbkdi8y' already exists, duplicates ignored
9778  
9779  
9780  
9781  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9782  map/pdftex.map): fontmap entry for `pbkdi8z' already exists, duplicates ignored
9783  
9784  
9785  
9786  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9787  map/pdftex.map): invalid entry for `pbkdo8r': SlantFont/ExtendFont can be used 
9788  only with embedded Type1 fonts
9789  
9790  
9791  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9792  map/pdftex.map): invalid entry for `pbkdo8y': SlantFont/ExtendFont can be used 
9793  only with embedded Type1 fonts
9794  
9795  
9796  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9797  map/pdftex.map): fontmap entry for `pbkl8g' already exists, duplicates ignored
9798  
9799  
9800  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9801  map/pdftex.map): fontmap entry for `pbkl8r' already exists, duplicates ignored
9802  
9803  
9804  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9805  map/pdftex.map): fontmap entry for `pbkl8y' already exists, duplicates ignored
9806  
9807  
9808  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9809  map/pdftex.map): fontmap entry for `pbkl8z' already exists, duplicates ignored
9810  
9811  
9812  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9813  map/pdftex.map): fontmap entry for `pbkli8g' already exists, duplicates ignored
9814  
9815  
9816  
9817  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9818  map/pdftex.map): fontmap entry for `pbkli8r' already exists, duplicates ignored
9819  
9820  
9821  
9822  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9823  map/pdftex.map): fontmap entry for `pbkli8y' already exists, duplicates ignored
9824  
9825  
9826  
9827  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9828  map/pdftex.map): fontmap entry for `pbkli8z' already exists, duplicates ignored
9829  
9830  
9831  
9832  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9833  map/pdftex.map): invalid entry for `pbklo8r': SlantFont/ExtendFont can be used 
9834  only with embedded Type1 fonts
9835  
9836  
9837  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9838  map/pdftex.map): invalid entry for `pbklo8y': SlantFont/ExtendFont can be used 
9839  only with embedded Type1 fonts
9840  
9841  
9842  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9843  map/pdftex.map): fontmap entry for `pcrb8g' already exists, duplicates ignored
9844  
9845  
9846  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9847  map/pdftex.map): fontmap entry for `pcrb8r' already exists, duplicates ignored
9848  
9849  
9850  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9851  map/pdftex.map): fontmap entry for `pcrb8u' already exists, duplicates ignored
9852  
9853  
9854  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9855  map/pdftex.map): fontmap entry for `pcrb8y' already exists, duplicates ignored
9856  
9857  
9858  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9859  map/pdftex.map): fontmap entry for `pcrbo8g' already exists, duplicates ignored
9860  
9861  
9862  
9863  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9864  map/pdftex.map): fontmap entry for `pcrbo8r' already exists, duplicates ignored
9865  
9866  
9867  
9868  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9869  map/pdftex.map): fontmap entry for `pcrbo8u' already exists, duplicates ignored
9870  
9871  
9872  
9873  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9874  map/pdftex.map): fontmap entry for `pcrbo8y' already exists, duplicates ignored
9875  
9876  
9877  
9878  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9879  map/pdftex.map): fontmap entry for `pcrr8g' already exists, duplicates ignored
9880  
9881  
9882  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9883  map/pdftex.map): fontmap entry for `pcrr8r' already exists, duplicates ignored
9884  
9885  
9886  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9887  map/pdftex.map): invalid entry for `pcrr8rn': SlantFont/ExtendFont can be used 
9888  only with embedded Type1 fonts
9889  
9890  
9891  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9892  map/pdftex.map): fontmap entry for `pcrr8u' already exists, duplicates ignored
9893  
9894  
9895  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9896  map/pdftex.map): fontmap entry for `pcrr8y' already exists, duplicates ignored
9897  
9898  
9899  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9900  map/pdftex.map): fontmap entry for `pcrro8g' already exists, duplicates ignored
9901  
9902  
9903  
9904  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9905  map/pdftex.map): fontmap entry for `pcrro8r' already exists, duplicates ignored
9906  
9907  
9908  
9909  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9910  map/pdftex.map): fontmap entry for `pcrro8u' already exists, duplicates ignored
9911  
9912  
9913  
9914  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9915  map/pdftex.map): fontmap entry for `pcrro8y' already exists, duplicates ignored
9916  
9917  
9918  
9919  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9920  map/pdftex.map): fontmap entry for `phvb8g' already exists, duplicates ignored
9921  
9922  
9923  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9924  map/pdftex.map): fontmap entry for `phvb8r' already exists, duplicates ignored
9925  
9926  
9927  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9928  map/pdftex.map): fontmap entry for `phvb8rn' already exists, duplicates ignored
9929  
9930  
9931  
9932  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9933  map/pdftex.map): fontmap entry for `phvb8y' already exists, duplicates ignored
9934  
9935  
9936  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9937  map/pdftex.map): fontmap entry for `phvb8yn' already exists, duplicates ignored
9938  
9939  
9940  
9941  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9942  map/pdftex.map): fontmap entry for `phvb8z' already exists, duplicates ignored
9943  
9944  
9945  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9946  map/pdftex.map): fontmap entry for `phvbn8g' already exists, duplicates ignored
9947  
9948  
9949  
9950  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9951  map/pdftex.map): fontmap entry for `phvbn8z' already exists, duplicates ignored
9952  
9953  
9954  
9955  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9956  map/pdftex.map): fontmap entry for `phvbo8g' already exists, duplicates ignored
9957  
9958  
9959  
9960  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9961  map/pdftex.map): fontmap entry for `phvbo8r' already exists, duplicates ignored
9962  
9963  
9964  
9965  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9966  map/pdftex.map): fontmap entry for `phvbo8rn' already exists, duplicates ignore
9967  d
9968  
9969  
9970  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9971  map/pdftex.map): fontmap entry for `phvbo8y' already exists, duplicates ignored
9972  
9973  
9974  
9975  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9976  map/pdftex.map): fontmap entry for `phvbo8yn' already exists, duplicates ignore
9977  d
9978  
9979  
9980  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9981  map/pdftex.map): fontmap entry for `phvbo8z' already exists, duplicates ignored
9982  
9983  
9984  
9985  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9986  map/pdftex.map): fontmap entry for `phvbon8g' already exists, duplicates ignore
9987  d
9988  
9989  
9990  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9991  map/pdftex.map): fontmap entry for `phvbon8z' already exists, duplicates ignore
9992  d
9993  
9994  
9995  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
9996  map/pdftex.map): fontmap entry for `phvr8g' already exists, duplicates ignored
9997  
9998  
9999  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10000  map/pdftex.map): fontmap entry for `phvr8r' already exists, duplicates ignored
10001  
10002  
10003  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10004  map/pdftex.map): fontmap entry for `phvr8rn' already exists, duplicates ignored
10005  
10006  
10007  
10008  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10009  map/pdftex.map): fontmap entry for `phvr8y' already exists, duplicates ignored
10010  
10011  
10012  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10013  map/pdftex.map): fontmap entry for `phvr8yn' already exists, duplicates ignored
10014  
10015  
10016  
10017  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10018  map/pdftex.map): fontmap entry for `phvr8z' already exists, duplicates ignored
10019  
10020  
10021  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10022  map/pdftex.map): fontmap entry for `phvrn8g' already exists, duplicates ignored
10023  
10024  
10025  
10026  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10027  map/pdftex.map): fontmap entry for `phvrn8z' already exists, duplicates ignored
10028  
10029  
10030  
10031  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10032  map/pdftex.map): fontmap entry for `phvro8g' already exists, duplicates ignored
10033  
10034  
10035  
10036  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10037  map/pdftex.map): fontmap entry for `phvro8r' already exists, duplicates ignored
10038  
10039  
10040  
10041  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10042  map/pdftex.map): fontmap entry for `phvro8rn' already exists, duplicates ignore
10043  d
10044  
10045  
10046  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10047  map/pdftex.map): fontmap entry for `phvro8y' already exists, duplicates ignored
10048  
10049  
10050  
10051  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10052  map/pdftex.map): fontmap entry for `phvro8yn' already exists, duplicates ignore
10053  d
10054  
10055  
10056  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10057  map/pdftex.map): fontmap entry for `phvro8z' already exists, duplicates ignored
10058  
10059  
10060  
10061  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10062  map/pdftex.map): fontmap entry for `phvron8g' already exists, duplicates ignore
10063  d
10064  
10065  
10066  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10067  map/pdftex.map): fontmap entry for `phvron8z' already exists, duplicates ignore
10068  d
10069  
10070  
10071  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10072  map/pdftex.map): fontmap entry for `pncb8g' already exists, duplicates ignored
10073  
10074  
10075  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10076  map/pdftex.map): fontmap entry for `pncb8r' already exists, duplicates ignored
10077  
10078  
10079  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10080  map/pdftex.map): fontmap entry for `pncb8y' already exists, duplicates ignored
10081  
10082  
10083  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10084  map/pdftex.map): fontmap entry for `pncb8z' already exists, duplicates ignored
10085  
10086  
10087  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10088  map/pdftex.map): fontmap entry for `pncbi8g' already exists, duplicates ignored
10089  
10090  
10091  
10092  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10093  map/pdftex.map): fontmap entry for `pncbi8r' already exists, duplicates ignored
10094  
10095  
10096  
10097  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10098  map/pdftex.map): fontmap entry for `pncbi8y' already exists, duplicates ignored
10099  
10100  
10101  
10102  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10103  map/pdftex.map): fontmap entry for `pncbi8z' already exists, duplicates ignored
10104  
10105  
10106  
10107  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10108  map/pdftex.map): invalid entry for `pncbo8r': SlantFont/ExtendFont can be used 
10109  only with embedded Type1 fonts
10110  
10111  
10112  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10113  map/pdftex.map): invalid entry for `pncbo8y': SlantFont/ExtendFont can be used 
10114  only with embedded Type1 fonts
10115  
10116  
10117  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10118  map/pdftex.map): fontmap entry for `pncr8g' already exists, duplicates ignored
10119  
10120  
10121  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10122  map/pdftex.map): fontmap entry for `pncr8r' already exists, duplicates ignored
10123  
10124  
10125  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10126  map/pdftex.map): fontmap entry for `pncr8y' already exists, duplicates ignored
10127  
10128  
10129  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10130  map/pdftex.map): fontmap entry for `pncr8z' already exists, duplicates ignored
10131  
10132  
10133  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10134  map/pdftex.map): fontmap entry for `pncri8g' already exists, duplicates ignored
10135  
10136  
10137  
10138  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10139  map/pdftex.map): fontmap entry for `pncri8r' already exists, duplicates ignored
10140  
10141  
10142  
10143  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10144  map/pdftex.map): fontmap entry for `pncri8y' already exists, duplicates ignored
10145  
10146  
10147  
10148  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10149  map/pdftex.map): fontmap entry for `pncri8z' already exists, duplicates ignored
10150  
10151  
10152  
10153  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10154  map/pdftex.map): invalid entry for `pncro8r': SlantFont/ExtendFont can be used 
10155  only with embedded Type1 fonts
10156  
10157  
10158  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10159  map/pdftex.map): invalid entry for `pncro8y': SlantFont/ExtendFont can be used 
10160  only with embedded Type1 fonts
10161  
10162  
10163  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10164  map/pdftex.map): fontmap entry for `pplb8g' already exists, duplicates ignored
10165  
10166  
10167  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10168  map/pdftex.map): fontmap entry for `pplb8r' already exists, duplicates ignored
10169  
10170  
10171  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10172  map/pdftex.map): fontmap entry for `pplb8y' already exists, duplicates ignored
10173  
10174  
10175  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10176  map/pdftex.map): fontmap entry for `pplb8z' already exists, duplicates ignored
10177  
10178  
10179  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10180  map/pdftex.map): fontmap entry for `pplbi8g' already exists, duplicates ignored
10181  
10182  
10183  
10184  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10185  map/pdftex.map): fontmap entry for `pplbi8r' already exists, duplicates ignored
10186  
10187  
10188  
10189  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10190  map/pdftex.map): fontmap entry for `pplbi8y' already exists, duplicates ignored
10191  
10192  
10193  
10194  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10195  map/pdftex.map): fontmap entry for `pplbi8z' already exists, duplicates ignored
10196  
10197  
10198  
10199  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10200  map/pdftex.map): invalid entry for `pplbo8r': SlantFont/ExtendFont can be used 
10201  only with embedded Type1 fonts
10202  
10203  
10204  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10205  map/pdftex.map): invalid entry for `pplbo8y': SlantFont/ExtendFont can be used 
10206  only with embedded Type1 fonts
10207  
10208  
10209  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10210  map/pdftex.map): invalid entry for `pplbu8r': SlantFont/ExtendFont can be used 
10211  only with embedded Type1 fonts
10212  
10213  
10214  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10215  map/pdftex.map): invalid entry for `pplbu8y': SlantFont/ExtendFont can be used 
10216  only with embedded Type1 fonts
10217  
10218  
10219  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10220  map/pdftex.map): fontmap entry for `pplr8g' already exists, duplicates ignored
10221  
10222  
10223  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10224  map/pdftex.map): fontmap entry for `pplr8r' already exists, duplicates ignored
10225  
10226  
10227  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10228  map/pdftex.map): invalid entry for `pplr8rn': SlantFont/ExtendFont can be used 
10229  only with embedded Type1 fonts
10230  
10231  
10232  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10233  map/pdftex.map): fontmap entry for `pplr8y' already exists, duplicates ignored
10234  
10235  
10236  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10237  map/pdftex.map): invalid entry for `pplr8yn': SlantFont/ExtendFont can be used 
10238  only with embedded Type1 fonts
10239  
10240  
10241  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10242  map/pdftex.map): fontmap entry for `pplr8z' already exists, duplicates ignored
10243  
10244  
10245  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10246  map/pdftex.map): fontmap entry for `pplri8g' already exists, duplicates ignored
10247  
10248  
10249  
10250  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10251  map/pdftex.map): fontmap entry for `pplri8r' already exists, duplicates ignored
10252  
10253  
10254  
10255  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10256  map/pdftex.map): fontmap entry for `pplri8y' already exists, duplicates ignored
10257  
10258  
10259  
10260  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10261  map/pdftex.map): fontmap entry for `pplri8z' already exists, duplicates ignored
10262  
10263  
10264  
10265  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10266  map/pdftex.map): invalid entry for `pplro8r': SlantFont/ExtendFont can be used 
10267  only with embedded Type1 fonts
10268  
10269  
10270  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10271  map/pdftex.map): invalid entry for `pplro8y': SlantFont/ExtendFont can be used 
10272  only with embedded Type1 fonts
10273  
10274  
10275  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10276  map/pdftex.map): invalid entry for `pplrr8re': SlantFont/ExtendFont can be used
10277   only with embedded Type1 fonts
10278  
10279  
10280  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10281  map/pdftex.map): invalid entry for `pplrr8ye': SlantFont/ExtendFont can be used
10282   only with embedded Type1 fonts
10283  
10284  
10285  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10286  map/pdftex.map): invalid entry for `pplru8r': SlantFont/ExtendFont can be used 
10287  only with embedded Type1 fonts
10288  
10289  
10290  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10291  map/pdftex.map): invalid entry for `pplru8y': SlantFont/ExtendFont can be used 
10292  only with embedded Type1 fonts
10293  
10294  
10295  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10296  map/pdftex.map): fontmap entry for `psyr' already exists, duplicates ignored
10297  
10298  
10299  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10300  map/pdftex.map): fontmap entry for `psyrgo' already exists, duplicates ignored
10301  
10302  
10303  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10304  map/pdftex.map): invalid entry for `psyro': SlantFont/ExtendFont can be used on
10305  ly with embedded Type1 fonts
10306  
10307  
10308  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10309  map/pdftex.map): fontmap entry for `ptmb8g' already exists, duplicates ignored
10310  
10311  
10312  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10313  map/pdftex.map): fontmap entry for `ptmb8r' already exists, duplicates ignored
10314  
10315  
10316  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10317  map/pdftex.map): fontmap entry for `ptmb8y' already exists, duplicates ignored
10318  
10319  
10320  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10321  map/pdftex.map): fontmap entry for `ptmb8z' already exists, duplicates ignored
10322  
10323  
10324  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10325  map/pdftex.map): fontmap entry for `ptmbi8g' already exists, duplicates ignored
10326  
10327  
10328  
10329  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10330  map/pdftex.map): fontmap entry for `ptmbi8r' already exists, duplicates ignored
10331  
10332  
10333  
10334  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10335  map/pdftex.map): fontmap entry for `ptmbi8y' already exists, duplicates ignored
10336  
10337  
10338  
10339  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10340  map/pdftex.map): fontmap entry for `ptmbi8z' already exists, duplicates ignored
10341  
10342  
10343  
10344  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10345  map/pdftex.map): invalid entry for `ptmbo8r': SlantFont/ExtendFont can be used 
10346  only with embedded Type1 fonts
10347  
10348  
10349  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10350  map/pdftex.map): invalid entry for `ptmbo8y': SlantFont/ExtendFont can be used 
10351  only with embedded Type1 fonts
10352  
10353  
10354  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10355  map/pdftex.map): fontmap entry for `ptmr8g' already exists, duplicates ignored
10356  
10357  
10358  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10359  map/pdftex.map): fontmap entry for `ptmr8r' already exists, duplicates ignored
10360  
10361  
10362  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10363  map/pdftex.map): invalid entry for `ptmr8rn': SlantFont/ExtendFont can be used 
10364  only with embedded Type1 fonts
10365  
10366  
10367  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10368  map/pdftex.map): fontmap entry for `ptmr8y' already exists, duplicates ignored
10369  
10370  
10371  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10372  map/pdftex.map): invalid entry for `ptmr8yn': SlantFont/ExtendFont can be used 
10373  only with embedded Type1 fonts
10374  
10375  
10376  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10377  map/pdftex.map): fontmap entry for `ptmr8z' already exists, duplicates ignored
10378  
10379  
10380  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10381  map/pdftex.map): fontmap entry for `ptmri8g' already exists, duplicates ignored
10382  
10383  
10384  
10385  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10386  map/pdftex.map): fontmap entry for `ptmri8r' already exists, duplicates ignored
10387  
10388  
10389  
10390  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10391  map/pdftex.map): fontmap entry for `ptmri8y' already exists, duplicates ignored
10392  
10393  
10394  
10395  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10396  map/pdftex.map): fontmap entry for `ptmri8z' already exists, duplicates ignored
10397  
10398  
10399  
10400  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10401  map/pdftex.map): invalid entry for `ptmro8r': SlantFont/ExtendFont can be used 
10402  only with embedded Type1 fonts
10403  
10404  
10405  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10406  map/pdftex.map): invalid entry for `ptmro8y': SlantFont/ExtendFont can be used 
10407  only with embedded Type1 fonts
10408  
10409  
10410  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10411  map/pdftex.map): invalid entry for `ptmrr8re': SlantFont/ExtendFont can be used
10412   only with embedded Type1 fonts
10413  
10414  
10415  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10416  map/pdftex.map): invalid entry for `ptmrr8ye': SlantFont/ExtendFont can be used
10417   only with embedded Type1 fonts
10418  
10419  
10420  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10421  map/pdftex.map): fontmap entry for `pzcmi8r' already exists, duplicates ignored
10422  
10423  
10424  
10425  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10426  map/pdftex.map): fontmap entry for `pzcmi8y' already exists, duplicates ignored
10427  
10428  
10429  
10430  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10431  map/pdftex.map): fontmap entry for `pzcmi8z' already exists, duplicates ignored
10432  
10433  
10434  
10435  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10436  map/pdftex.map): fontmap entry for `pzdr' already exists, duplicates ignored
10437  
10438  
10439  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10440  map/pdftex.map): fontmap entry for `rpagd' already exists, duplicates ignored
10441  
10442  
10443  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10444  map/pdftex.map): fontmap entry for `rpagdo' already exists, duplicates ignored
10445  
10446  
10447  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10448  map/pdftex.map): fontmap entry for `rpagk' already exists, duplicates ignored
10449  
10450  
10451  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10452  map/pdftex.map): fontmap entry for `rpagko' already exists, duplicates ignored
10453  
10454  
10455  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10456  map/pdftex.map): fontmap entry for `rpbkd' already exists, duplicates ignored
10457  
10458  
10459  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10460  map/pdftex.map): fontmap entry for `rpbkdi' already exists, duplicates ignored
10461  
10462  
10463  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10464  map/pdftex.map): fontmap entry for `rpbkl' already exists, duplicates ignored
10465  
10466  
10467  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10468  map/pdftex.map): fontmap entry for `rpbkli' already exists, duplicates ignored
10469  
10470  
10471  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10472  map/pdftex.map): fontmap entry for `rpcrb' already exists, duplicates ignored
10473  
10474  
10475  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10476  map/pdftex.map): fontmap entry for `rpcrbo' already exists, duplicates ignored
10477  
10478  
10479  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10480  map/pdftex.map): fontmap entry for `rpcrr' already exists, duplicates ignored
10481  
10482  
10483  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10484  map/pdftex.map): fontmap entry for `rpcrro' already exists, duplicates ignored
10485  
10486  
10487  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10488  map/pdftex.map): fontmap entry for `rphvb' already exists, duplicates ignored
10489  
10490  
10491  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10492  map/pdftex.map): fontmap entry for `rphvbo' already exists, duplicates ignored
10493  
10494  
10495  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10496  map/pdftex.map): invalid entry for `rphvbon': SlantFont/ExtendFont can be used 
10497  only with embedded Type1 fonts
10498  
10499  
10500  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10501  map/pdftex.map): invalid entry for `rphvbrn': SlantFont/ExtendFont can be used 
10502  only with embedded Type1 fonts
10503  
10504  
10505  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10506  map/pdftex.map): fontmap entry for `rphvr' already exists, duplicates ignored
10507  
10508  
10509  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10510  map/pdftex.map): fontmap entry for `rphvro' already exists, duplicates ignored
10511  
10512  
10513  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10514  map/pdftex.map): invalid entry for `rphvron': SlantFont/ExtendFont can be used 
10515  only with embedded Type1 fonts
10516  
10517  
10518  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10519  map/pdftex.map): invalid entry for `rphvrrn': SlantFont/ExtendFont can be used 
10520  only with embedded Type1 fonts
10521  
10522  
10523  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10524  map/pdftex.map): fontmap entry for `rpncb' already exists, duplicates ignored
10525  
10526  
10527  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10528  map/pdftex.map): fontmap entry for `rpncbi' already exists, duplicates ignored
10529  
10530  
10531  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10532  map/pdftex.map): fontmap entry for `rpncr' already exists, duplicates ignored
10533  
10534  
10535  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10536  map/pdftex.map): fontmap entry for `rpncri' already exists, duplicates ignored
10537  
10538  
10539  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10540  map/pdftex.map): fontmap entry for `rpplb' already exists, duplicates ignored
10541  
10542  
10543  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10544  map/pdftex.map): fontmap entry for `rpplbi' already exists, duplicates ignored
10545  
10546  
10547  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10548  map/pdftex.map): invalid entry for `rpplbu': SlantFont/ExtendFont can be used o
10549  nly with embedded Type1 fonts
10550  
10551  
10552  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10553  map/pdftex.map): fontmap entry for `rpplr' already exists, duplicates ignored
10554  
10555  
10556  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10557  map/pdftex.map): fontmap entry for `rpplri' already exists, duplicates ignored
10558  
10559  
10560  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10561  map/pdftex.map): invalid entry for `rpplro': SlantFont/ExtendFont can be used o
10562  nly with embedded Type1 fonts
10563  
10564  
10565  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10566  map/pdftex.map): invalid entry for `rpplrre': SlantFont/ExtendFont can be used 
10567  only with embedded Type1 fonts
10568  
10569  
10570  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10571  map/pdftex.map): invalid entry for `rpplrrn': SlantFont/ExtendFont can be used 
10572  only with embedded Type1 fonts
10573  
10574  
10575  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10576  map/pdftex.map): invalid entry for `rpplru': SlantFont/ExtendFont can be used o
10577  nly with embedded Type1 fonts
10578  
10579  
10580  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10581  map/pdftex.map): fontmap entry for `rpsyr' already exists, duplicates ignored
10582  
10583  
10584  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10585  map/pdftex.map): invalid entry for `rpsyro': SlantFont/ExtendFont can be used o
10586  nly with embedded Type1 fonts
10587  
10588  
10589  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10590  map/pdftex.map): fontmap entry for `rptmb' already exists, duplicates ignored
10591  
10592  
10593  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10594  map/pdftex.map): fontmap entry for `rptmbi' already exists, duplicates ignored
10595  
10596  
10597  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10598  map/pdftex.map): invalid entry for `rptmbo': SlantFont/ExtendFont can be used o
10599  nly with embedded Type1 fonts
10600  
10601  
10602  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10603  map/pdftex.map): fontmap entry for `rptmr' already exists, duplicates ignored
10604  
10605  
10606  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10607  map/pdftex.map): fontmap entry for `rptmri' already exists, duplicates ignored
10608  
10609  
10610  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10611  map/pdftex.map): invalid entry for `rptmro': SlantFont/ExtendFont can be used o
10612  nly with embedded Type1 fonts
10613  
10614  
10615  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10616  map/pdftex.map): invalid entry for `rptmrre': SlantFont/ExtendFont can be used 
10617  only with embedded Type1 fonts
10618  
10619  
10620  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10621  map/pdftex.map): invalid entry for `rptmrrn': SlantFont/ExtendFont can be used 
10622  only with embedded Type1 fonts
10623  
10624  
10625  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10626  map/pdftex.map): fontmap entry for `rpzcmi' already exists, duplicates ignored
10627  
10628  
10629  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10630  map/pdftex.map): fontmap entry for `rpzdr' already exists, duplicates ignored
10631  
10632  
10633  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10634  map/pdftex.map): fontmap entry for `rtxphvb' already exists, duplicates ignored
10635  
10636  
10637  
10638  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10639  map/pdftex.map): invalid entry for `rtxphvbo': SlantFont/ExtendFont can be used
10640   only with embedded Type1 fonts
10641  
10642  
10643  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10644  map/pdftex.map): fontmap entry for `rtxphvr' already exists, duplicates ignored
10645  
10646  
10647  
10648  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10649  map/pdftex.map): invalid entry for `rtxphvro': SlantFont/ExtendFont can be used
10650   only with embedded Type1 fonts
10651  
10652  
10653  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10654  map/pdftex.map): fontmap entry for `rtxptmb' already exists, duplicates ignored
10655  
10656  
10657  
10658  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10659  map/pdftex.map): fontmap entry for `rtxptmbi' already exists, duplicates ignore
10660  d
10661  
10662  
10663  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10664  map/pdftex.map): invalid entry for `rtxptmbo': SlantFont/ExtendFont can be used
10665   only with embedded Type1 fonts
10666  
10667  
10668  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10669  map/pdftex.map): fontmap entry for `rtxptmr' already exists, duplicates ignored
10670  
10671  
10672  
10673  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10674  map/pdftex.map): fontmap entry for `rtxptmri' already exists, duplicates ignore
10675  d
10676  
10677  
10678  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10679  map/pdftex.map): invalid entry for `rtxptmro': SlantFont/ExtendFont can be used
10680   only with embedded Type1 fonts
10681  
10682  
10683  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10684  map/pdftex.map): fontmap entry for `sy' already exists, duplicates ignored
10685  
10686  
10687  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10688  map/pdftex.map): fontmap entry for `tib' already exists, duplicates ignored
10689  
10690  
10691  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10692  map/pdftex.map): fontmap entry for `tibi' already exists, duplicates ignored
10693  
10694  
10695  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10696  map/pdftex.map): invalid entry for `tibo': SlantFont/ExtendFont can be used onl
10697  y with embedded Type1 fonts
10698  
10699  
10700  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10701  map/pdftex.map): fontmap entry for `tii' already exists, duplicates ignored
10702  
10703  
10704  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10705  map/pdftex.map): invalid entry for `tio': SlantFont/ExtendFont can be used only
10706   with embedded Type1 fonts
10707  
10708  
10709  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10710  map/pdftex.map): fontmap entry for `tir' already exists, duplicates ignored
10711  
10712  
10713  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10714  map/pdftex.map): fontmap entry for `tmbi108r' already exists, duplicates ignore
10715  d
10716  
10717  
10718  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10719  map/pdftex.map): invalid entry for `tmbo108r': SlantFont/ExtendFont can be used
10720   only with embedded Type1 fonts
10721  
10722  
10723  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10724  map/pdftex.map): invalid entry for `tmbu108r': SlantFont/ExtendFont can be used
10725   only with embedded Type1 fonts
10726  
10727  
10728  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10729  map/pdftex.map): fontmap entry for `tmrb108r' already exists, duplicates ignore
10730  d
10731  
10732  
10733  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10734  map/pdftex.map): fontmap entry for `tmri108r' already exists, duplicates ignore
10735  d
10736  
10737  
10738  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10739  map/pdftex.map): fontmap entry for `tmrm108r' already exists, duplicates ignore
10740  d
10741  
10742  
10743  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10744  map/pdftex.map): invalid entry for `tmro108r': SlantFont/ExtendFont can be used
10745   only with embedded Type1 fonts
10746  
10747  
10748  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10749  map/pdftex.map): invalid entry for `tmui108r': SlantFont/ExtendFont can be used
10750   only with embedded Type1 fonts
10751  
10752  
10753  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10754  map/pdftex.map): fontmap entry for `zd' already exists, duplicates ignored
10755  
10756  
10757  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10758  map/pdftex.map): ambiguous entry for `rpcxbsl': font file present but not inclu
10759  ded, will be treated as font file not present
10760  
10761  
10762  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10763  map/pdftex.map): ambiguous entry for `rpcxsl': font file present but not includ
10764  ed, will be treated as font file not present
10765  
10766  
10767  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10768  map/pdftex.map): ambiguous entry for `rpxbsl': font file present but not includ
10769  ed, will be treated as font file not present
10770  
10771  
10772  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10773  map/pdftex.map): ambiguous entry for `rpxpplb': font file present but not inclu
10774  ded, will be treated as font file not present
10775  
10776  
10777  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10778  map/pdftex.map): fontmap entry for `rpxpplb' already exists, duplicates ignored
10779  
10780  
10781  
10782  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10783  map/pdftex.map): ambiguous entry for `rpxpplbi': font file present but not incl
10784  uded, will be treated as font file not present
10785  
10786  
10787  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10788  map/pdftex.map): fontmap entry for `rpxpplbi' already exists, duplicates ignore
10789  d
10790  
10791  
10792  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10793  map/pdftex.map): ambiguous entry for `rpxpplbo': font file present but not incl
10794  uded, will be treated as font file not present
10795  
10796  
10797  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10798  map/pdftex.map): fontmap entry for `rpxpplbo' already exists, duplicates ignore
10799  d
10800  
10801  
10802  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10803  map/pdftex.map): ambiguous entry for `rpxpplr': font file present but not inclu
10804  ded, will be treated as font file not present
10805  
10806  
10807  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10808  map/pdftex.map): fontmap entry for `rpxpplr' already exists, duplicates ignored
10809  
10810  
10811  
10812  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10813  map/pdftex.map): ambiguous entry for `rpxpplri': font file present but not incl
10814  uded, will be treated as font file not present
10815  
10816  
10817  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10818  map/pdftex.map): fontmap entry for `rpxpplri' already exists, duplicates ignore
10819  d
10820  
10821  
10822  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10823  map/pdftex.map): ambiguous entry for `rpxpplro': font file present but not incl
10824  uded, will be treated as font file not present
10825  
10826  
10827  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10828  map/pdftex.map): fontmap entry for `rpxpplro' already exists, duplicates ignore
10829  d
10830  
10831  
10832  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
10833  map/pdftex.map): ambiguous entry for `rpxsl': font file present but not include
10834  d, will be treated as font file not present
10835  }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3]
10836  [-4] [-5] [-6] [-7] [-8]) [-9]
10837  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
10838  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
10839  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
10840  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
10841  Writing index file pspp.cp
10842  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
10843  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
10844  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
10845  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
10846  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11] [12]
10847  Writing index file pspp.vr
10848  [13]
10849  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
10850  i) [14]
10851  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
10852  xi) [15]
10853  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
10854  xi) [16]
10855  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
10856  i [17])
10857  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
10858  i [18])
10859  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
10860  xi [19])
10861  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
10862  xi) [20] [21]
10863  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
10864  i [22])
10865  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
10866  xi [23])
10867  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
10868  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
10869  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
10870  [39] [40] [41] [42])
10871  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
10872  [43] [44] [45]
10873  Writing index file pspp.fn
10874  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
10875  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
10876  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
10877  [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
10878  [78] [79] [80] [81] [82]
10879  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
10880   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
10881  asswd=xxxx'[] 
10882  [83] [84]
10883  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
10884   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
10885  Type"[] 
10886  [85]
10887  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
10888   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
10889  "' /ESCAPE[] 
10890  [86] [87] [88] [89] [90] [91])
10891  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
10892  [92] [93] [94] [95] [96])
10893  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
10894  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
10895  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
10896  [107] [108] [109]
10897  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
10898  [110]
10899  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
10900  i) [111]
10901  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps) </ho
10902  me/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/autorecode-hc.png (PNG co
10903  py)>
10904  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10905  [] 
10906  [112]
10907  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
10908  xi) [113] [114]
10909  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps) </home/
10910  blp/tmp/pspptmp/master/source/pspp/doc/screenshots/compute-hc.png (PNG copy)>
10911  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10912  [] 
10913  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
10914  [115] [116]
10915  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps) </home/bl
10916  p/tmp/pspptmp/master/source/pspp/doc/screenshots/count-hc.png (PNG copy)>
10917  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10918  [] 
10919   </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/count-define-hc.png 
10920  (PNG copy)>
10921  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10922  [] 
10923  [117]
10924  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
10925  [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
10926  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
10927  [120] [121] [122] [123] [124]
10928  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
10929  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
10930  xi) [125] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-simple
10931  -hc.png (PNG copy)>
10932  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10933  [] 
10934  [126] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-hc.png (PN
10935  G copy)>
10936  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10937  [] 
10938  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
10939  [127] [128]
10940  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
10941  [129]
10942  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
10943  i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
10944  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
10945  [131] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/split-status-ba
10946  r-hc.png (PNG copy)>
10947  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10948  [] 
10949  [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
10950  
10951  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
10952  i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
10953   [134]
10954  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
10955  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
10956  [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
10957  [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
10958  Chapter 15 [149] [150]
10959  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps) </
10960  home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/descriptives-hc.png (PN
10961  G copy)>
10962  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10963  [] 
10964  [151]
10965  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
10966  texi) [152]
10967  Overfull \hbox (28.15842pt too wide) in paragraph at lines 177--177
10968   []        @textrm (-20) /STATISTICS=$@textsy f$@textrm (-20) DEFAULT,MEAN,SEME
10969  AN,MEDIAN,MODE,STDDEV,VARIANCE,[] 
10970  [153] [154]
10971  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps) </h
10972  ome/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/frequencies-hc.png (PNG 
10973  copy)>
10974  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10975  [] 
10976  [155]
10977  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
10978  exi)
10979  Overfull \hbox (16.74403pt too wide) in paragraph at lines 334--334
10980   []        @textrm (-20) /PLOT=$@textsy f$@textrm (-20) BOXPLOT, NPPLOT, HIS-TO
10981  GRAM, SPREADLEVEL[(@textsl (-20) t[]@textrm (-20) )], ALL, NONE$@textsy g$[] 
10982  [156] [157] [158] [159] [160]
10983  Overfull \hbox (19.14606pt too wide) in paragraph at lines 684--684
10984   []        @textrm (-20) /CELLS=$@textsy f$@textrm (-20) COUNT,ROW,COLUMN,TOTAL
10985  ,EXPECTED,RESIDUAL,SRESIDUAL,[] 
10986  [161] [162] [163]
10987  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps) </hom
10988  e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/crosstabs-hc.png (PNG copy
10989  )>
10990  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10991  [] 
10992  [164]
10993  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
10994  i) [165]
10995  Overfull \vbox (155.12915pt too high) has occurred while \output is active
10996  [166] [167]
10997  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
10998  )
10999  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
11000  [168])
11001  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
11002  )
11003  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
11004  [169])
11005  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
11006  )
11007  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
11008  [170])
11009  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
11010  )
11011  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
11012  ) [171]
11013  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
11014  [172])
11015  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
11016  i)
11017  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
11018  i [173])
11019  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
11020   @textrm (+20) Encloses neg-a-tive num-bers in
11021  
11022  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
11023   []@texttt (42.96%)[]| 
11024  
11025  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
11026  i [174]) [175]
11027  Overfull \hbox (53.03117pt too wide) in paragraph at lines 1334--29
11028  []@textrm (-20) The fol-low-ing shows how the out-put for the ta-ble ex-pres-si
11029  on @texttt hasBeenPassengerOfDesignatedDriver
11030  
11031  Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
11032  @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
11033  hAlcohol
11034  
11035  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
11036  i [176]) [177]
11037  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
11038  i) [178]
11039  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
11040  i)
11041  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
11042  i)
11043  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
11044  i) [179]
11045  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
11046  i [180])
11047  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
11048  i)
11049  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
11050  i [181])
11051  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
11052  i [182]) [183]
11053  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
11054   []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
11055   2, 3].[] 
11056  
11057  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
11058  i) [184]
11059  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
11060  i) [185]
11061  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
11062   []    @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
11063  tal',[] 
11064  
11065  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
11066   []                                         @texttt MISSING, SUBTOTAL='Missing 
11067  Total'][] 
11068  
11069  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
11070  i)
11071  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
11072  i)
11073  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
11074  i [186])
11075  Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
11076   []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
11077  TY=EXCLUDE.[] 
11078  
11079  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
11080  i) [187] [188]
11081  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
11082  i)
11083  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
11084  i) [189]
11085  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
11086   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
11087  LUDE.[] 
11088  
11089  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
11090  i) [190]
11091  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
11092  i)
11093  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
11094  i) [191]
11095  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
11096  i)
11097  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
11098  i) [192]
11099  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
11100   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
11101  * 100)[] 
11102  [193]
11103  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
11104   []                              @texttt MISSING, SUBTOTAL='Not Drivers or Miss
11105  ing'].[] 
11106  
11107  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
11108  i) [194]
11109  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
11110  i) [195]
11111  Overfull \hbox (37.83336pt too wide) in paragraph at lines 2258--2258
11112   []        @textrm (-20) [ /ROTATION=$@textsy f$@textrm (-20) VARIMAX, EQUA-MAX
11113  , QUAR-TI-MAX, PRO-MAX[(@textsl (-20) k[]@textrm (-20) )], NOROTATE$@textsy g$@
11114  textrm (-20) ][] 
11115  [196] [197] [198] [199] [200]
11116  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps) [201]
11117  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
11118  [202] [203]
11119  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps) </hom
11120  e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/chisquare-hc.png (PNG copy
11121  )>
11122  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11123  [] 
11124  [204]
11125  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
11126  i) [205]
11127  Overfull \hbox (14.0333pt too wide) in paragraph at lines 2923--2923
11128   []     @textrm (-20) [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm (-20) NORMAL [@
11129  textsl (-20) mu[]@textrm (-20) , @textsl (-20) sigma[]@textrm (-20) ], UNI-FORM
11130   [@textsl (-20) min[]@textrm (-20) , @textsl (-20) max[]@textrm (-20) ], POIS-
11131  [206] [207] [208]
11132  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
11133  [209] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/one-sample-t-hc
11134  .png (PNG copy)>
11135  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11136  [] 
11137  
11138  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
11139  texi) [210]
11140  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
11141  t.sps) [211] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/independ
11142  ent-samples-t-hc.png (PNG copy)>
11143  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11144  [] 
11145   </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/define-groups-t-hc.p
11146  ng (PNG copy)>
11147  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11148  [] 
11149  [212]
11150  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
11151  amples-t.texi) [213] [214] [215]
11152  Overfull \hbox (31.98819pt too wide) in paragraph at lines 3449--3449
11153   []      @textrm (-20) [/CRI-TE-RIA=CLUSTERS(@textsl (-20) k[]@textrm (-20) ) [
11154  MX-ITER(@textsl (-20) max[]iter[]@textrm (-20) )] CON-VERGE(@textsl (-20) epsil
11155  on[]@textrm (-20) ) [NOINITIAL]][] 
11156  [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
11157  [218] [219])
11158  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
11159  [220] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/reliability-hc.
11160  png (PNG copy)>
11161  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11162  [] 
11163  
11164  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
11165  exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
11166  Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
11167  [234]
11168  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
11169   []| 
11170  
11171  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
11172   []| 
11173  
11174  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
11175   []| 
11176  
11177  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
11178   []| 
11179  
11180  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
11181   []| 
11182  
11183  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
11184   []| 
11185  [235]
11186  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
11187   []| 
11188  
11189  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
11190   []| 
11191  
11192  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
11193   []| 
11194  
11195  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
11196   []| 
11197  
11198  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
11199   []| 
11200  
11201  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
11202   []| 
11203  
11204  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
11205   []| 
11206  
11207  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
11208   []| 
11209  
11210  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
11211   []| 
11212  
11213  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
11214   []| 
11215  
11216  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
11217   []| 
11218  
11219  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
11220   []| 
11221  
11222  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
11223   []| 
11224  
11225  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
11226   []| 
11227  
11228  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
11229   []| 
11230  
11231  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
11232   []| 
11233  
11234  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
11235   []| 
11236  
11237  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
11238   []| 
11239  
11240  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
11241   []| 
11242  
11243  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
11244   []| 
11245  [236]
11246  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
11247   []| 
11248  
11249  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
11250   []| 
11251  
11252  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
11253   []| 
11254  
11255  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
11256   []| 
11257  
11258  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
11259   []| 
11260  [237]
11261  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
11262   []| 
11263  
11264  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
11265   []| 
11266  
11267  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
11268   []| 
11269  
11270  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
11271   []| 
11272  
11273  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
11274   []| 
11275  
11276  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
11277   []| 
11278  
11279  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
11280   []| 
11281  
11282  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
11283   []| 
11284  
11285  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
11286   []| 
11287  
11288  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
11289   []| 
11290  
11291  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
11292   []| 
11293  
11294  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
11295   []| 
11296  [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
11297  [250]
11298  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
11299  texi) [251] [252] [253] [254] [255]
11300  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
11301   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
11302  GULAR.[] 
11303  [256] [257] [258] [259])
11304  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
11305  [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
11306  [272] [273] [274])
11307  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
11308  [275] [276] [277])
11309  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
11310  [278] [279] [280]
11311  Underfull \hbox (badness 10000) in paragraph at lines 183--184
11312   []@texttt charts headings logs models tables texts trees warnings 
11313  [281]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
11314  Chapter 20 [282])
11315  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
11316  [283] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [284] [285]
11317  [286])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
11318  [287]
11319  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
11320  exi) [288]
11321  Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
11322   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
11323  of numbers,[] 
11324  [289]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
11325  Chapter 23 [290] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [291]
11326  [292])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
11327  Chapter 24 [293] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [294]))
11328  (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
11329  [295] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [296] [297] [298]
11330  [299] [300])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
11331  Appendix A [301] [302] [303] [304] [305] [306] [307] [308]) [309] )
11332  (see the transcript file for additional information){/usr/share/texlive/texmf-d
11333  ist/fonts/enc/dvips/lm/lm-rep-cmrm.enc}{/usr/share/texlive/texmf-dist/fonts/enc
11334  /dvips/lm/lm-rep-cmtt.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-
11335  rep-cmit.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmsc.enc}
11336  </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/
11337  share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/
11338  texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texliv
11339  e/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf
11340  -dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/f
11341  onts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/t
11342  ype1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
11343  blic/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/am
11344  sfonts/latxfont/lcircle1.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
11345  lm/lmb10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmbx12.pfb></
11346  usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb></usr/share/texl
11347  ive/texmf-dist/fonts/type1/public/lm/lmr10.pfb></usr/share/texlive/texmf-dist/f
11348  onts/type1/public/lm/lmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/publi
11349  c/lm/lmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr9.pfb></u
11350  sr/share/texlive/texmf-dist/fonts/type1/public/lm/lmri10.pfb></usr/share/texliv
11351  e/texmf-dist/fonts/type1/public/lm/lmro10.pfb></usr/share/texlive/texmf-dist/fo
11352  nts/type1/public/lm/lmro9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public
11353  /lm/lmss10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmtt10.pfb>
11354  </usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmtt12.pfb></usr/share/tex
11355  live/texmf-dist/fonts/type1/public/lm/lmtt9.pfb></usr/share/texlive/texmf-dist/
11356  fonts/type1/public/lm/lmtto10.pfb>
11357  Output written on pspp.pdf (320 pages, 1617047 bytes).
11358  Transcript written on pspp.log.
11359  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdfetex)
11360   restricted \write18 enabled.
11361  entering extended mode
11362  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/pdf/xtr/pspp.texi
11363  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
11364  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
11365  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
11366  cross references, insertions,
11367  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
11368  This is `epsf.tex' v2.7.4 <14 February 2011>
11369  ) localization, formatting, microtype, and turning on texinfo input format.)
11370  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1{/usr/share/texli
11371  ve/texmf-var/fonts/map/pdftex/updmap/pdftex.map
11372  
11373  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11374  map/pdftex.map): fontmap entry for `cob' already exists, duplicates ignored
11375  
11376  
11377  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11378  map/pdftex.map): fontmap entry for `cobo' already exists, duplicates ignored
11379  
11380  
11381  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11382  map/pdftex.map): fontmap entry for `com' already exists, duplicates ignored
11383  
11384  
11385  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11386  map/pdftex.map): fontmap entry for `coo' already exists, duplicates ignored
11387  
11388  
11389  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11390  map/pdftex.map): fontmap entry for `hv' already exists, duplicates ignored
11391  
11392  
11393  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11394  map/pdftex.map): fontmap entry for `hvb' already exists, duplicates ignored
11395  
11396  
11397  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11398  map/pdftex.map): fontmap entry for `hvbo' already exists, duplicates ignored
11399  
11400  
11401  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11402  map/pdftex.map): fontmap entry for `hvo' already exists, duplicates ignored
11403  
11404  
11405  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11406  map/pdftex.map): fontmap entry for `pagd8g' already exists, duplicates ignored
11407  
11408  
11409  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11410  map/pdftex.map): fontmap entry for `pagd8r' already exists, duplicates ignored
11411  
11412  
11413  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11414  map/pdftex.map): fontmap entry for `pagd8y' already exists, duplicates ignored
11415  
11416  
11417  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11418  map/pdftex.map): fontmap entry for `pagd8z' already exists, duplicates ignored
11419  
11420  
11421  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11422  map/pdftex.map): fontmap entry for `pagdo8g' already exists, duplicates ignored
11423  
11424  
11425  
11426  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11427  map/pdftex.map): fontmap entry for `pagdo8r' already exists, duplicates ignored
11428  
11429  
11430  
11431  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11432  map/pdftex.map): fontmap entry for `pagdo8y' already exists, duplicates ignored
11433  
11434  
11435  
11436  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11437  map/pdftex.map): fontmap entry for `pagdo8z' already exists, duplicates ignored
11438  
11439  
11440  
11441  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11442  map/pdftex.map): fontmap entry for `pagk8g' already exists, duplicates ignored
11443  
11444  
11445  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11446  map/pdftex.map): fontmap entry for `pagk8r' already exists, duplicates ignored
11447  
11448  
11449  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11450  map/pdftex.map): fontmap entry for `pagk8y' already exists, duplicates ignored
11451  
11452  
11453  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11454  map/pdftex.map): fontmap entry for `pagk8z' already exists, duplicates ignored
11455  
11456  
11457  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11458  map/pdftex.map): fontmap entry for `pagko8g' already exists, duplicates ignored
11459  
11460  
11461  
11462  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11463  map/pdftex.map): fontmap entry for `pagko8r' already exists, duplicates ignored
11464  
11465  
11466  
11467  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11468  map/pdftex.map): fontmap entry for `pagko8y' already exists, duplicates ignored
11469  
11470  
11471  
11472  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11473  map/pdftex.map): fontmap entry for `pagko8z' already exists, duplicates ignored
11474  
11475  
11476  
11477  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11478  map/pdftex.map): fontmap entry for `pbkd8g' already exists, duplicates ignored
11479  
11480  
11481  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11482  map/pdftex.map): fontmap entry for `pbkd8r' already exists, duplicates ignored
11483  
11484  
11485  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11486  map/pdftex.map): fontmap entry for `pbkd8y' already exists, duplicates ignored
11487  
11488  
11489  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11490  map/pdftex.map): fontmap entry for `pbkd8z' already exists, duplicates ignored
11491  
11492  
11493  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11494  map/pdftex.map): fontmap entry for `pbkdi8g' already exists, duplicates ignored
11495  
11496  
11497  
11498  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11499  map/pdftex.map): fontmap entry for `pbkdi8r' already exists, duplicates ignored
11500  
11501  
11502  
11503  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11504  map/pdftex.map): fontmap entry for `pbkdi8y' already exists, duplicates ignored
11505  
11506  
11507  
11508  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11509  map/pdftex.map): fontmap entry for `pbkdi8z' already exists, duplicates ignored
11510  
11511  
11512  
11513  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11514  map/pdftex.map): invalid entry for `pbkdo8r': SlantFont/ExtendFont can be used 
11515  only with embedded Type1 fonts
11516  
11517  
11518  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11519  map/pdftex.map): invalid entry for `pbkdo8y': SlantFont/ExtendFont can be used 
11520  only with embedded Type1 fonts
11521  
11522  
11523  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11524  map/pdftex.map): fontmap entry for `pbkl8g' already exists, duplicates ignored
11525  
11526  
11527  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11528  map/pdftex.map): fontmap entry for `pbkl8r' already exists, duplicates ignored
11529  
11530  
11531  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11532  map/pdftex.map): fontmap entry for `pbkl8y' already exists, duplicates ignored
11533  
11534  
11535  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11536  map/pdftex.map): fontmap entry for `pbkl8z' already exists, duplicates ignored
11537  
11538  
11539  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11540  map/pdftex.map): fontmap entry for `pbkli8g' already exists, duplicates ignored
11541  
11542  
11543  
11544  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11545  map/pdftex.map): fontmap entry for `pbkli8r' already exists, duplicates ignored
11546  
11547  
11548  
11549  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11550  map/pdftex.map): fontmap entry for `pbkli8y' already exists, duplicates ignored
11551  
11552  
11553  
11554  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11555  map/pdftex.map): fontmap entry for `pbkli8z' already exists, duplicates ignored
11556  
11557  
11558  
11559  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11560  map/pdftex.map): invalid entry for `pbklo8r': SlantFont/ExtendFont can be used 
11561  only with embedded Type1 fonts
11562  
11563  
11564  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11565  map/pdftex.map): invalid entry for `pbklo8y': SlantFont/ExtendFont can be used 
11566  only with embedded Type1 fonts
11567  
11568  
11569  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11570  map/pdftex.map): fontmap entry for `pcrb8g' already exists, duplicates ignored
11571  
11572  
11573  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11574  map/pdftex.map): fontmap entry for `pcrb8r' already exists, duplicates ignored
11575  
11576  
11577  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11578  map/pdftex.map): fontmap entry for `pcrb8u' already exists, duplicates ignored
11579  
11580  
11581  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11582  map/pdftex.map): fontmap entry for `pcrb8y' already exists, duplicates ignored
11583  
11584  
11585  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11586  map/pdftex.map): fontmap entry for `pcrbo8g' already exists, duplicates ignored
11587  
11588  
11589  
11590  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11591  map/pdftex.map): fontmap entry for `pcrbo8r' already exists, duplicates ignored
11592  
11593  
11594  
11595  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11596  map/pdftex.map): fontmap entry for `pcrbo8u' already exists, duplicates ignored
11597  
11598  
11599  
11600  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11601  map/pdftex.map): fontmap entry for `pcrbo8y' already exists, duplicates ignored
11602  
11603  
11604  
11605  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11606  map/pdftex.map): fontmap entry for `pcrr8g' already exists, duplicates ignored
11607  
11608  
11609  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11610  map/pdftex.map): fontmap entry for `pcrr8r' already exists, duplicates ignored
11611  
11612  
11613  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11614  map/pdftex.map): invalid entry for `pcrr8rn': SlantFont/ExtendFont can be used 
11615  only with embedded Type1 fonts
11616  
11617  
11618  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11619  map/pdftex.map): fontmap entry for `pcrr8u' already exists, duplicates ignored
11620  
11621  
11622  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11623  map/pdftex.map): fontmap entry for `pcrr8y' already exists, duplicates ignored
11624  
11625  
11626  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11627  map/pdftex.map): fontmap entry for `pcrro8g' already exists, duplicates ignored
11628  
11629  
11630  
11631  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11632  map/pdftex.map): fontmap entry for `pcrro8r' already exists, duplicates ignored
11633  
11634  
11635  
11636  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11637  map/pdftex.map): fontmap entry for `pcrro8u' already exists, duplicates ignored
11638  
11639  
11640  
11641  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11642  map/pdftex.map): fontmap entry for `pcrro8y' already exists, duplicates ignored
11643  
11644  
11645  
11646  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11647  map/pdftex.map): fontmap entry for `phvb8g' already exists, duplicates ignored
11648  
11649  
11650  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11651  map/pdftex.map): fontmap entry for `phvb8r' already exists, duplicates ignored
11652  
11653  
11654  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11655  map/pdftex.map): fontmap entry for `phvb8rn' already exists, duplicates ignored
11656  
11657  
11658  
11659  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11660  map/pdftex.map): fontmap entry for `phvb8y' already exists, duplicates ignored
11661  
11662  
11663  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11664  map/pdftex.map): fontmap entry for `phvb8yn' already exists, duplicates ignored
11665  
11666  
11667  
11668  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11669  map/pdftex.map): fontmap entry for `phvb8z' already exists, duplicates ignored
11670  
11671  
11672  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11673  map/pdftex.map): fontmap entry for `phvbn8g' already exists, duplicates ignored
11674  
11675  
11676  
11677  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11678  map/pdftex.map): fontmap entry for `phvbn8z' already exists, duplicates ignored
11679  
11680  
11681  
11682  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11683  map/pdftex.map): fontmap entry for `phvbo8g' already exists, duplicates ignored
11684  
11685  
11686  
11687  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11688  map/pdftex.map): fontmap entry for `phvbo8r' already exists, duplicates ignored
11689  
11690  
11691  
11692  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11693  map/pdftex.map): fontmap entry for `phvbo8rn' already exists, duplicates ignore
11694  d
11695  
11696  
11697  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11698  map/pdftex.map): fontmap entry for `phvbo8y' already exists, duplicates ignored
11699  
11700  
11701  
11702  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11703  map/pdftex.map): fontmap entry for `phvbo8yn' already exists, duplicates ignore
11704  d
11705  
11706  
11707  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11708  map/pdftex.map): fontmap entry for `phvbo8z' already exists, duplicates ignored
11709  
11710  
11711  
11712  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11713  map/pdftex.map): fontmap entry for `phvbon8g' already exists, duplicates ignore
11714  d
11715  
11716  
11717  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11718  map/pdftex.map): fontmap entry for `phvbon8z' already exists, duplicates ignore
11719  d
11720  
11721  
11722  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11723  map/pdftex.map): fontmap entry for `phvr8g' already exists, duplicates ignored
11724  
11725  
11726  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11727  map/pdftex.map): fontmap entry for `phvr8r' already exists, duplicates ignored
11728  
11729  
11730  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11731  map/pdftex.map): fontmap entry for `phvr8rn' already exists, duplicates ignored
11732  
11733  
11734  
11735  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11736  map/pdftex.map): fontmap entry for `phvr8y' already exists, duplicates ignored
11737  
11738  
11739  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11740  map/pdftex.map): fontmap entry for `phvr8yn' already exists, duplicates ignored
11741  
11742  
11743  
11744  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11745  map/pdftex.map): fontmap entry for `phvr8z' already exists, duplicates ignored
11746  
11747  
11748  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11749  map/pdftex.map): fontmap entry for `phvrn8g' already exists, duplicates ignored
11750  
11751  
11752  
11753  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11754  map/pdftex.map): fontmap entry for `phvrn8z' already exists, duplicates ignored
11755  
11756  
11757  
11758  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11759  map/pdftex.map): fontmap entry for `phvro8g' already exists, duplicates ignored
11760  
11761  
11762  
11763  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11764  map/pdftex.map): fontmap entry for `phvro8r' already exists, duplicates ignored
11765  
11766  
11767  
11768  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11769  map/pdftex.map): fontmap entry for `phvro8rn' already exists, duplicates ignore
11770  d
11771  
11772  
11773  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11774  map/pdftex.map): fontmap entry for `phvro8y' already exists, duplicates ignored
11775  
11776  
11777  
11778  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11779  map/pdftex.map): fontmap entry for `phvro8yn' already exists, duplicates ignore
11780  d
11781  
11782  
11783  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11784  map/pdftex.map): fontmap entry for `phvro8z' already exists, duplicates ignored
11785  
11786  
11787  
11788  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11789  map/pdftex.map): fontmap entry for `phvron8g' already exists, duplicates ignore
11790  d
11791  
11792  
11793  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11794  map/pdftex.map): fontmap entry for `phvron8z' already exists, duplicates ignore
11795  d
11796  
11797  
11798  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11799  map/pdftex.map): fontmap entry for `pncb8g' already exists, duplicates ignored
11800  
11801  
11802  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11803  map/pdftex.map): fontmap entry for `pncb8r' already exists, duplicates ignored
11804  
11805  
11806  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11807  map/pdftex.map): fontmap entry for `pncb8y' already exists, duplicates ignored
11808  
11809  
11810  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11811  map/pdftex.map): fontmap entry for `pncb8z' already exists, duplicates ignored
11812  
11813  
11814  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11815  map/pdftex.map): fontmap entry for `pncbi8g' already exists, duplicates ignored
11816  
11817  
11818  
11819  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11820  map/pdftex.map): fontmap entry for `pncbi8r' already exists, duplicates ignored
11821  
11822  
11823  
11824  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11825  map/pdftex.map): fontmap entry for `pncbi8y' already exists, duplicates ignored
11826  
11827  
11828  
11829  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11830  map/pdftex.map): fontmap entry for `pncbi8z' already exists, duplicates ignored
11831  
11832  
11833  
11834  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11835  map/pdftex.map): invalid entry for `pncbo8r': SlantFont/ExtendFont can be used 
11836  only with embedded Type1 fonts
11837  
11838  
11839  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11840  map/pdftex.map): invalid entry for `pncbo8y': SlantFont/ExtendFont can be used 
11841  only with embedded Type1 fonts
11842  
11843  
11844  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11845  map/pdftex.map): fontmap entry for `pncr8g' already exists, duplicates ignored
11846  
11847  
11848  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11849  map/pdftex.map): fontmap entry for `pncr8r' already exists, duplicates ignored
11850  
11851  
11852  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11853  map/pdftex.map): fontmap entry for `pncr8y' already exists, duplicates ignored
11854  
11855  
11856  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11857  map/pdftex.map): fontmap entry for `pncr8z' already exists, duplicates ignored
11858  
11859  
11860  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11861  map/pdftex.map): fontmap entry for `pncri8g' already exists, duplicates ignored
11862  
11863  
11864  
11865  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11866  map/pdftex.map): fontmap entry for `pncri8r' already exists, duplicates ignored
11867  
11868  
11869  
11870  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11871  map/pdftex.map): fontmap entry for `pncri8y' already exists, duplicates ignored
11872  
11873  
11874  
11875  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11876  map/pdftex.map): fontmap entry for `pncri8z' already exists, duplicates ignored
11877  
11878  
11879  
11880  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11881  map/pdftex.map): invalid entry for `pncro8r': SlantFont/ExtendFont can be used 
11882  only with embedded Type1 fonts
11883  
11884  
11885  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11886  map/pdftex.map): invalid entry for `pncro8y': SlantFont/ExtendFont can be used 
11887  only with embedded Type1 fonts
11888  
11889  
11890  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11891  map/pdftex.map): fontmap entry for `pplb8g' already exists, duplicates ignored
11892  
11893  
11894  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11895  map/pdftex.map): fontmap entry for `pplb8r' already exists, duplicates ignored
11896  
11897  
11898  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11899  map/pdftex.map): fontmap entry for `pplb8y' already exists, duplicates ignored
11900  
11901  
11902  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11903  map/pdftex.map): fontmap entry for `pplb8z' already exists, duplicates ignored
11904  
11905  
11906  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11907  map/pdftex.map): fontmap entry for `pplbi8g' already exists, duplicates ignored
11908  
11909  
11910  
11911  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11912  map/pdftex.map): fontmap entry for `pplbi8r' already exists, duplicates ignored
11913  
11914  
11915  
11916  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11917  map/pdftex.map): fontmap entry for `pplbi8y' already exists, duplicates ignored
11918  
11919  
11920  
11921  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11922  map/pdftex.map): fontmap entry for `pplbi8z' already exists, duplicates ignored
11923  
11924  
11925  
11926  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11927  map/pdftex.map): invalid entry for `pplbo8r': SlantFont/ExtendFont can be used 
11928  only with embedded Type1 fonts
11929  
11930  
11931  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11932  map/pdftex.map): invalid entry for `pplbo8y': SlantFont/ExtendFont can be used 
11933  only with embedded Type1 fonts
11934  
11935  
11936  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11937  map/pdftex.map): invalid entry for `pplbu8r': SlantFont/ExtendFont can be used 
11938  only with embedded Type1 fonts
11939  
11940  
11941  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11942  map/pdftex.map): invalid entry for `pplbu8y': SlantFont/ExtendFont can be used 
11943  only with embedded Type1 fonts
11944  
11945  
11946  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11947  map/pdftex.map): fontmap entry for `pplr8g' already exists, duplicates ignored
11948  
11949  
11950  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11951  map/pdftex.map): fontmap entry for `pplr8r' already exists, duplicates ignored
11952  
11953  
11954  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11955  map/pdftex.map): invalid entry for `pplr8rn': SlantFont/ExtendFont can be used 
11956  only with embedded Type1 fonts
11957  
11958  
11959  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11960  map/pdftex.map): fontmap entry for `pplr8y' already exists, duplicates ignored
11961  
11962  
11963  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11964  map/pdftex.map): invalid entry for `pplr8yn': SlantFont/ExtendFont can be used 
11965  only with embedded Type1 fonts
11966  
11967  
11968  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11969  map/pdftex.map): fontmap entry for `pplr8z' already exists, duplicates ignored
11970  
11971  
11972  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11973  map/pdftex.map): fontmap entry for `pplri8g' already exists, duplicates ignored
11974  
11975  
11976  
11977  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11978  map/pdftex.map): fontmap entry for `pplri8r' already exists, duplicates ignored
11979  
11980  
11981  
11982  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11983  map/pdftex.map): fontmap entry for `pplri8y' already exists, duplicates ignored
11984  
11985  
11986  
11987  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11988  map/pdftex.map): fontmap entry for `pplri8z' already exists, duplicates ignored
11989  
11990  
11991  
11992  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11993  map/pdftex.map): invalid entry for `pplro8r': SlantFont/ExtendFont can be used 
11994  only with embedded Type1 fonts
11995  
11996  
11997  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
11998  map/pdftex.map): invalid entry for `pplro8y': SlantFont/ExtendFont can be used 
11999  only with embedded Type1 fonts
12000  
12001  
12002  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12003  map/pdftex.map): invalid entry for `pplrr8re': SlantFont/ExtendFont can be used
12004   only with embedded Type1 fonts
12005  
12006  
12007  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12008  map/pdftex.map): invalid entry for `pplrr8ye': SlantFont/ExtendFont can be used
12009   only with embedded Type1 fonts
12010  
12011  
12012  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12013  map/pdftex.map): invalid entry for `pplru8r': SlantFont/ExtendFont can be used 
12014  only with embedded Type1 fonts
12015  
12016  
12017  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12018  map/pdftex.map): invalid entry for `pplru8y': SlantFont/ExtendFont can be used 
12019  only with embedded Type1 fonts
12020  
12021  
12022  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12023  map/pdftex.map): fontmap entry for `psyr' already exists, duplicates ignored
12024  
12025  
12026  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12027  map/pdftex.map): fontmap entry for `psyrgo' already exists, duplicates ignored
12028  
12029  
12030  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12031  map/pdftex.map): invalid entry for `psyro': SlantFont/ExtendFont can be used on
12032  ly with embedded Type1 fonts
12033  
12034  
12035  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12036  map/pdftex.map): fontmap entry for `ptmb8g' already exists, duplicates ignored
12037  
12038  
12039  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12040  map/pdftex.map): fontmap entry for `ptmb8r' already exists, duplicates ignored
12041  
12042  
12043  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12044  map/pdftex.map): fontmap entry for `ptmb8y' already exists, duplicates ignored
12045  
12046  
12047  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12048  map/pdftex.map): fontmap entry for `ptmb8z' already exists, duplicates ignored
12049  
12050  
12051  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12052  map/pdftex.map): fontmap entry for `ptmbi8g' already exists, duplicates ignored
12053  
12054  
12055  
12056  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12057  map/pdftex.map): fontmap entry for `ptmbi8r' already exists, duplicates ignored
12058  
12059  
12060  
12061  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12062  map/pdftex.map): fontmap entry for `ptmbi8y' already exists, duplicates ignored
12063  
12064  
12065  
12066  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12067  map/pdftex.map): fontmap entry for `ptmbi8z' already exists, duplicates ignored
12068  
12069  
12070  
12071  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12072  map/pdftex.map): invalid entry for `ptmbo8r': SlantFont/ExtendFont can be used 
12073  only with embedded Type1 fonts
12074  
12075  
12076  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12077  map/pdftex.map): invalid entry for `ptmbo8y': SlantFont/ExtendFont can be used 
12078  only with embedded Type1 fonts
12079  
12080  
12081  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12082  map/pdftex.map): fontmap entry for `ptmr8g' already exists, duplicates ignored
12083  
12084  
12085  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12086  map/pdftex.map): fontmap entry for `ptmr8r' already exists, duplicates ignored
12087  
12088  
12089  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12090  map/pdftex.map): invalid entry for `ptmr8rn': SlantFont/ExtendFont can be used 
12091  only with embedded Type1 fonts
12092  
12093  
12094  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12095  map/pdftex.map): fontmap entry for `ptmr8y' already exists, duplicates ignored
12096  
12097  
12098  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12099  map/pdftex.map): invalid entry for `ptmr8yn': SlantFont/ExtendFont can be used 
12100  only with embedded Type1 fonts
12101  
12102  
12103  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12104  map/pdftex.map): fontmap entry for `ptmr8z' already exists, duplicates ignored
12105  
12106  
12107  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12108  map/pdftex.map): fontmap entry for `ptmri8g' already exists, duplicates ignored
12109  
12110  
12111  
12112  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12113  map/pdftex.map): fontmap entry for `ptmri8r' already exists, duplicates ignored
12114  
12115  
12116  
12117  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12118  map/pdftex.map): fontmap entry for `ptmri8y' already exists, duplicates ignored
12119  
12120  
12121  
12122  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12123  map/pdftex.map): fontmap entry for `ptmri8z' already exists, duplicates ignored
12124  
12125  
12126  
12127  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12128  map/pdftex.map): invalid entry for `ptmro8r': SlantFont/ExtendFont can be used 
12129  only with embedded Type1 fonts
12130  
12131  
12132  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12133  map/pdftex.map): invalid entry for `ptmro8y': SlantFont/ExtendFont can be used 
12134  only with embedded Type1 fonts
12135  
12136  
12137  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12138  map/pdftex.map): invalid entry for `ptmrr8re': SlantFont/ExtendFont can be used
12139   only with embedded Type1 fonts
12140  
12141  
12142  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12143  map/pdftex.map): invalid entry for `ptmrr8ye': SlantFont/ExtendFont can be used
12144   only with embedded Type1 fonts
12145  
12146  
12147  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12148  map/pdftex.map): fontmap entry for `pzcmi8r' already exists, duplicates ignored
12149  
12150  
12151  
12152  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12153  map/pdftex.map): fontmap entry for `pzcmi8y' already exists, duplicates ignored
12154  
12155  
12156  
12157  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12158  map/pdftex.map): fontmap entry for `pzcmi8z' already exists, duplicates ignored
12159  
12160  
12161  
12162  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12163  map/pdftex.map): fontmap entry for `pzdr' already exists, duplicates ignored
12164  
12165  
12166  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12167  map/pdftex.map): fontmap entry for `rpagd' already exists, duplicates ignored
12168  
12169  
12170  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12171  map/pdftex.map): fontmap entry for `rpagdo' already exists, duplicates ignored
12172  
12173  
12174  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12175  map/pdftex.map): fontmap entry for `rpagk' already exists, duplicates ignored
12176  
12177  
12178  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12179  map/pdftex.map): fontmap entry for `rpagko' already exists, duplicates ignored
12180  
12181  
12182  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12183  map/pdftex.map): fontmap entry for `rpbkd' already exists, duplicates ignored
12184  
12185  
12186  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12187  map/pdftex.map): fontmap entry for `rpbkdi' already exists, duplicates ignored
12188  
12189  
12190  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12191  map/pdftex.map): fontmap entry for `rpbkl' already exists, duplicates ignored
12192  
12193  
12194  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12195  map/pdftex.map): fontmap entry for `rpbkli' already exists, duplicates ignored
12196  
12197  
12198  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12199  map/pdftex.map): fontmap entry for `rpcrb' already exists, duplicates ignored
12200  
12201  
12202  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12203  map/pdftex.map): fontmap entry for `rpcrbo' already exists, duplicates ignored
12204  
12205  
12206  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12207  map/pdftex.map): fontmap entry for `rpcrr' already exists, duplicates ignored
12208  
12209  
12210  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12211  map/pdftex.map): fontmap entry for `rpcrro' already exists, duplicates ignored
12212  
12213  
12214  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12215  map/pdftex.map): fontmap entry for `rphvb' already exists, duplicates ignored
12216  
12217  
12218  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12219  map/pdftex.map): fontmap entry for `rphvbo' already exists, duplicates ignored
12220  
12221  
12222  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12223  map/pdftex.map): invalid entry for `rphvbon': SlantFont/ExtendFont can be used 
12224  only with embedded Type1 fonts
12225  
12226  
12227  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12228  map/pdftex.map): invalid entry for `rphvbrn': SlantFont/ExtendFont can be used 
12229  only with embedded Type1 fonts
12230  
12231  
12232  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12233  map/pdftex.map): fontmap entry for `rphvr' already exists, duplicates ignored
12234  
12235  
12236  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12237  map/pdftex.map): fontmap entry for `rphvro' already exists, duplicates ignored
12238  
12239  
12240  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12241  map/pdftex.map): invalid entry for `rphvron': SlantFont/ExtendFont can be used 
12242  only with embedded Type1 fonts
12243  
12244  
12245  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12246  map/pdftex.map): invalid entry for `rphvrrn': SlantFont/ExtendFont can be used 
12247  only with embedded Type1 fonts
12248  
12249  
12250  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12251  map/pdftex.map): fontmap entry for `rpncb' already exists, duplicates ignored
12252  
12253  
12254  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12255  map/pdftex.map): fontmap entry for `rpncbi' already exists, duplicates ignored
12256  
12257  
12258  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12259  map/pdftex.map): fontmap entry for `rpncr' already exists, duplicates ignored
12260  
12261  
12262  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12263  map/pdftex.map): fontmap entry for `rpncri' already exists, duplicates ignored
12264  
12265  
12266  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12267  map/pdftex.map): fontmap entry for `rpplb' already exists, duplicates ignored
12268  
12269  
12270  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12271  map/pdftex.map): fontmap entry for `rpplbi' already exists, duplicates ignored
12272  
12273  
12274  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12275  map/pdftex.map): invalid entry for `rpplbu': SlantFont/ExtendFont can be used o
12276  nly with embedded Type1 fonts
12277  
12278  
12279  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12280  map/pdftex.map): fontmap entry for `rpplr' already exists, duplicates ignored
12281  
12282  
12283  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12284  map/pdftex.map): fontmap entry for `rpplri' already exists, duplicates ignored
12285  
12286  
12287  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12288  map/pdftex.map): invalid entry for `rpplro': SlantFont/ExtendFont can be used o
12289  nly with embedded Type1 fonts
12290  
12291  
12292  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12293  map/pdftex.map): invalid entry for `rpplrre': SlantFont/ExtendFont can be used 
12294  only with embedded Type1 fonts
12295  
12296  
12297  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12298  map/pdftex.map): invalid entry for `rpplrrn': SlantFont/ExtendFont can be used 
12299  only with embedded Type1 fonts
12300  
12301  
12302  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12303  map/pdftex.map): invalid entry for `rpplru': SlantFont/ExtendFont can be used o
12304  nly with embedded Type1 fonts
12305  
12306  
12307  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12308  map/pdftex.map): fontmap entry for `rpsyr' already exists, duplicates ignored
12309  
12310  
12311  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12312  map/pdftex.map): invalid entry for `rpsyro': SlantFont/ExtendFont can be used o
12313  nly with embedded Type1 fonts
12314  
12315  
12316  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12317  map/pdftex.map): fontmap entry for `rptmb' already exists, duplicates ignored
12318  
12319  
12320  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12321  map/pdftex.map): fontmap entry for `rptmbi' already exists, duplicates ignored
12322  
12323  
12324  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12325  map/pdftex.map): invalid entry for `rptmbo': SlantFont/ExtendFont can be used o
12326  nly with embedded Type1 fonts
12327  
12328  
12329  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12330  map/pdftex.map): fontmap entry for `rptmr' already exists, duplicates ignored
12331  
12332  
12333  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12334  map/pdftex.map): fontmap entry for `rptmri' already exists, duplicates ignored
12335  
12336  
12337  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12338  map/pdftex.map): invalid entry for `rptmro': SlantFont/ExtendFont can be used o
12339  nly with embedded Type1 fonts
12340  
12341  
12342  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12343  map/pdftex.map): invalid entry for `rptmrre': SlantFont/ExtendFont can be used 
12344  only with embedded Type1 fonts
12345  
12346  
12347  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12348  map/pdftex.map): invalid entry for `rptmrrn': SlantFont/ExtendFont can be used 
12349  only with embedded Type1 fonts
12350  
12351  
12352  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12353  map/pdftex.map): fontmap entry for `rpzcmi' already exists, duplicates ignored
12354  
12355  
12356  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12357  map/pdftex.map): fontmap entry for `rpzdr' already exists, duplicates ignored
12358  
12359  
12360  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12361  map/pdftex.map): fontmap entry for `rtxphvb' already exists, duplicates ignored
12362  
12363  
12364  
12365  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12366  map/pdftex.map): invalid entry for `rtxphvbo': SlantFont/ExtendFont can be used
12367   only with embedded Type1 fonts
12368  
12369  
12370  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12371  map/pdftex.map): fontmap entry for `rtxphvr' already exists, duplicates ignored
12372  
12373  
12374  
12375  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12376  map/pdftex.map): invalid entry for `rtxphvro': SlantFont/ExtendFont can be used
12377   only with embedded Type1 fonts
12378  
12379  
12380  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12381  map/pdftex.map): fontmap entry for `rtxptmb' already exists, duplicates ignored
12382  
12383  
12384  
12385  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12386  map/pdftex.map): fontmap entry for `rtxptmbi' already exists, duplicates ignore
12387  d
12388  
12389  
12390  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12391  map/pdftex.map): invalid entry for `rtxptmbo': SlantFont/ExtendFont can be used
12392   only with embedded Type1 fonts
12393  
12394  
12395  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12396  map/pdftex.map): fontmap entry for `rtxptmr' already exists, duplicates ignored
12397  
12398  
12399  
12400  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12401  map/pdftex.map): fontmap entry for `rtxptmri' already exists, duplicates ignore
12402  d
12403  
12404  
12405  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12406  map/pdftex.map): invalid entry for `rtxptmro': SlantFont/ExtendFont can be used
12407   only with embedded Type1 fonts
12408  
12409  
12410  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12411  map/pdftex.map): fontmap entry for `sy' already exists, duplicates ignored
12412  
12413  
12414  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12415  map/pdftex.map): fontmap entry for `tib' already exists, duplicates ignored
12416  
12417  
12418  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12419  map/pdftex.map): fontmap entry for `tibi' already exists, duplicates ignored
12420  
12421  
12422  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12423  map/pdftex.map): invalid entry for `tibo': SlantFont/ExtendFont can be used onl
12424  y with embedded Type1 fonts
12425  
12426  
12427  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12428  map/pdftex.map): fontmap entry for `tii' already exists, duplicates ignored
12429  
12430  
12431  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12432  map/pdftex.map): invalid entry for `tio': SlantFont/ExtendFont can be used only
12433   with embedded Type1 fonts
12434  
12435  
12436  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12437  map/pdftex.map): fontmap entry for `tir' already exists, duplicates ignored
12438  
12439  
12440  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12441  map/pdftex.map): fontmap entry for `tmbi108r' already exists, duplicates ignore
12442  d
12443  
12444  
12445  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12446  map/pdftex.map): invalid entry for `tmbo108r': SlantFont/ExtendFont can be used
12447   only with embedded Type1 fonts
12448  
12449  
12450  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12451  map/pdftex.map): invalid entry for `tmbu108r': SlantFont/ExtendFont can be used
12452   only with embedded Type1 fonts
12453  
12454  
12455  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12456  map/pdftex.map): fontmap entry for `tmrb108r' already exists, duplicates ignore
12457  d
12458  
12459  
12460  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12461  map/pdftex.map): fontmap entry for `tmri108r' already exists, duplicates ignore
12462  d
12463  
12464  
12465  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12466  map/pdftex.map): fontmap entry for `tmrm108r' already exists, duplicates ignore
12467  d
12468  
12469  
12470  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12471  map/pdftex.map): invalid entry for `tmro108r': SlantFont/ExtendFont can be used
12472   only with embedded Type1 fonts
12473  
12474  
12475  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12476  map/pdftex.map): invalid entry for `tmui108r': SlantFont/ExtendFont can be used
12477   only with embedded Type1 fonts
12478  
12479  
12480  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12481  map/pdftex.map): fontmap entry for `zd' already exists, duplicates ignored
12482  
12483  
12484  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12485  map/pdftex.map): ambiguous entry for `rpcxbsl': font file present but not inclu
12486  ded, will be treated as font file not present
12487  
12488  
12489  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12490  map/pdftex.map): ambiguous entry for `rpcxsl': font file present but not includ
12491  ed, will be treated as font file not present
12492  
12493  
12494  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12495  map/pdftex.map): ambiguous entry for `rpxbsl': font file present but not includ
12496  ed, will be treated as font file not present
12497  
12498  
12499  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12500  map/pdftex.map): ambiguous entry for `rpxpplb': font file present but not inclu
12501  ded, will be treated as font file not present
12502  
12503  
12504  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12505  map/pdftex.map): fontmap entry for `rpxpplb' already exists, duplicates ignored
12506  
12507  
12508  
12509  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12510  map/pdftex.map): ambiguous entry for `rpxpplbi': font file present but not incl
12511  uded, will be treated as font file not present
12512  
12513  
12514  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12515  map/pdftex.map): fontmap entry for `rpxpplbi' already exists, duplicates ignore
12516  d
12517  
12518  
12519  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12520  map/pdftex.map): ambiguous entry for `rpxpplbo': font file present but not incl
12521  uded, will be treated as font file not present
12522  
12523  
12524  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12525  map/pdftex.map): fontmap entry for `rpxpplbo' already exists, duplicates ignore
12526  d
12527  
12528  
12529  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12530  map/pdftex.map): ambiguous entry for `rpxpplr': font file present but not inclu
12531  ded, will be treated as font file not present
12532  
12533  
12534  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12535  map/pdftex.map): fontmap entry for `rpxpplr' already exists, duplicates ignored
12536  
12537  
12538  
12539  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12540  map/pdftex.map): ambiguous entry for `rpxpplri': font file present but not incl
12541  uded, will be treated as font file not present
12542  
12543  
12544  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12545  map/pdftex.map): fontmap entry for `rpxpplri' already exists, duplicates ignore
12546  d
12547  
12548  
12549  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12550  map/pdftex.map): ambiguous entry for `rpxpplro': font file present but not incl
12551  uded, will be treated as font file not present
12552  
12553  
12554  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12555  map/pdftex.map): fontmap entry for `rpxpplro' already exists, duplicates ignore
12556  d
12557  
12558  
12559  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
12560  map/pdftex.map): ambiguous entry for `rpxsl': font file present but not include
12561  d, will be treated as font file not present
12562  }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3]
12563  [-4] [-5] [-6] [-7] [-8]) [-9]
12564  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
12565  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
12566  (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
12567  (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
12568  Writing index file pspp.cp
12569  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
12570  (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
12571  [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
12572  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
12573  (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11] [12]
12574  Writing index file pspp.vr
12575  [13]
12576  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
12577  i) [14]
12578  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
12579  xi) [15]
12580  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
12581  xi) [16]
12582  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
12583  i [17])
12584  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
12585  i [18])
12586  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
12587  xi [19])
12588  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
12589  xi) [20] [21]
12590  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
12591  i [22])
12592  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
12593  xi [23])
12594  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
12595  xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
12596  [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
12597  [39] [40] [41] [42])
12598  (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
12599  [43] [44] [45]
12600  Writing index file pspp.fn
12601  [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
12602  (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
12603  [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
12604  [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
12605  [78] [79] [80] [81] [82]
12606  Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
12607   []     @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
12608  asswd=xxxx'[] 
12609  [83] [84]
12610  Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
12611   []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
12612  Type"[] 
12613  [85]
12614  Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
12615   []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
12616  "' /ESCAPE[] 
12617  [86] [87] [88] [89] [90] [91])
12618  (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
12619  [92] [93] [94] [95] [96])
12620  (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
12621  [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
12622  (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
12623  [107] [108] [109]
12624  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
12625  [110]
12626  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
12627  i) [111]
12628  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps) </ho
12629  me/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/autorecode-hc.png (PNG co
12630  py)>
12631  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12632  [] 
12633  [112]
12634  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
12635  xi) [113] [114]
12636  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps) </home/
12637  blp/tmp/pspptmp/master/source/pspp/doc/screenshots/compute-hc.png (PNG copy)>
12638  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12639  [] 
12640  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
12641  [115] [116]
12642  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps) </home/bl
12643  p/tmp/pspptmp/master/source/pspp/doc/screenshots/count-hc.png (PNG copy)>
12644  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12645  [] 
12646   </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/count-define-hc.png 
12647  (PNG copy)>
12648  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12649  [] 
12650  [117]
12651  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
12652  [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
12653  ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
12654  [120] [121] [122] [123] [124]
12655  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
12656  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
12657  xi) [125] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-simple
12658  -hc.png (PNG copy)>
12659  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12660  [] 
12661  [126] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-hc.png (PN
12662  G copy)>
12663  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12664  [] 
12665  ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
12666  [127] [128]
12667  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
12668  [129]
12669  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
12670  i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
12671  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
12672  [131] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/split-status-ba
12673  r-hc.png (PNG copy)>
12674  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12675  [] 
12676  [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
12677  
12678  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
12679  i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
12680   [134]
12681  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
12682  (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
12683  [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
12684  [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
12685  Chapter 15 [149] [150]
12686  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps) </
12687  home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/descriptives-hc.png (PN
12688  G copy)>
12689  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12690  [] 
12691  [151]
12692  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
12693  texi) [152]
12694  Overfull \hbox (28.15842pt too wide) in paragraph at lines 177--177
12695   []        @textrm (-20) /STATISTICS=$@textsy f$@textrm (-20) DEFAULT,MEAN,SEME
12696  AN,MEDIAN,MODE,STDDEV,VARIANCE,[] 
12697  [153] [154]
12698  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps) </h
12699  ome/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/frequencies-hc.png (PNG 
12700  copy)>
12701  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12702  [] 
12703  [155]
12704  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
12705  exi)
12706  Overfull \hbox (16.74403pt too wide) in paragraph at lines 334--334
12707   []        @textrm (-20) /PLOT=$@textsy f$@textrm (-20) BOXPLOT, NPPLOT, HIS-TO
12708  GRAM, SPREADLEVEL[(@textsl (-20) t[]@textrm (-20) )], ALL, NONE$@textsy g$[] 
12709  [156] [157] [158] [159] [160]
12710  Overfull \hbox (19.14606pt too wide) in paragraph at lines 684--684
12711   []        @textrm (-20) /CELLS=$@textsy f$@textrm (-20) COUNT,ROW,COLUMN,TOTAL
12712  ,EXPECTED,RESIDUAL,SRESIDUAL,[] 
12713  [161] [162] [163]
12714  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps) </hom
12715  e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/crosstabs-hc.png (PNG copy
12716  )>
12717  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12718  [] 
12719  [164]
12720  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
12721  i) [165]
12722  Overfull \vbox (155.12915pt too high) has occurred while \output is active
12723  [166] [167]
12724  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
12725  )
12726  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
12727  [168])
12728  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
12729  )
12730  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
12731  [169])
12732  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
12733  )
12734  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
12735  [170])
12736  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
12737  )
12738  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
12739  ) [171]
12740  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
12741  [172])
12742  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
12743  i)
12744  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
12745  i [173])
12746  Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
12747   @textrm (+20) Encloses neg-a-tive num-bers in
12748  
12749  Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
12750   []@texttt (42.96%)[]| 
12751  
12752  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
12753  i [174]) [175]
12754  Overfull \hbox (53.03117pt too wide) in paragraph at lines 1334--29
12755  []@textrm (-20) The fol-low-ing shows how the out-put for the ta-ble ex-pres-si
12756  on @texttt hasBeenPassengerOfDesignatedDriver
12757  
12758  Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
12759  @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
12760  hAlcohol
12761  
12762  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
12763  i [176]) [177]
12764  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
12765  i) [178]
12766  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
12767  i)
12768  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
12769  i)
12770  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
12771  i) [179]
12772  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
12773  i [180])
12774  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
12775  i)
12776  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
12777  i [181])
12778  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
12779  i [182]) [183]
12780  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
12781   []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
12782   2, 3].[] 
12783  
12784  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
12785  i) [184]
12786  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
12787  i) [185]
12788  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
12789   []    @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
12790  tal',[] 
12791  
12792  Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
12793   []                                         @texttt MISSING, SUBTOTAL='Missing 
12794  Total'][] 
12795  
12796  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
12797  i)
12798  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
12799  i)
12800  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
12801  i [186])
12802  Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
12803   []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
12804  TY=EXCLUDE.[] 
12805  
12806  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
12807  i) [187] [188]
12808  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
12809  i)
12810  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
12811  i) [189]
12812  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
12813   []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
12814  LUDE.[] 
12815  
12816  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
12817  i) [190]
12818  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
12819  i)
12820  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
12821  i) [191]
12822  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
12823  i)
12824  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
12825  i) [192]
12826  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
12827   []    @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5]) 
12828  * 100)[] 
12829  [193]
12830  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
12831   []                              @texttt MISSING, SUBTOTAL='Not Drivers or Miss
12832  ing'].[] 
12833  
12834  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
12835  i) [194]
12836  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
12837  i) [195]
12838  Overfull \hbox (37.83336pt too wide) in paragraph at lines 2258--2258
12839   []        @textrm (-20) [ /ROTATION=$@textsy f$@textrm (-20) VARIMAX, EQUA-MAX
12840  , QUAR-TI-MAX, PRO-MAX[(@textsl (-20) k[]@textrm (-20) )], NOROTATE$@textsy g$@
12841  textrm (-20) ][] 
12842  [196] [197] [198] [199] [200]
12843  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps) [201]
12844  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
12845  [202] [203]
12846  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps) </hom
12847  e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/chisquare-hc.png (PNG copy
12848  )>
12849  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12850  [] 
12851  [204]
12852  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
12853  i) [205]
12854  Overfull \hbox (14.0333pt too wide) in paragraph at lines 2923--2923
12855   []     @textrm (-20) [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm (-20) NORMAL [@
12856  textsl (-20) mu[]@textrm (-20) , @textsl (-20) sigma[]@textrm (-20) ], UNI-FORM
12857   [@textsl (-20) min[]@textrm (-20) , @textsl (-20) max[]@textrm (-20) ], POIS-
12858  [206] [207] [208]
12859  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
12860  [209] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/one-sample-t-hc
12861  .png (PNG copy)>
12862  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12863  [] 
12864  
12865  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
12866  texi) [210]
12867  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
12868  t.sps) [211] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/independ
12869  ent-samples-t-hc.png (PNG copy)>
12870  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12871  [] 
12872   </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/define-groups-t-hc.p
12873  ng (PNG copy)>
12874  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12875  [] 
12876  [212]
12877  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
12878  amples-t.texi) [213] [214] [215]
12879  Overfull \hbox (31.98819pt too wide) in paragraph at lines 3449--3449
12880   []      @textrm (-20) [/CRI-TE-RIA=CLUSTERS(@textsl (-20) k[]@textrm (-20) ) [
12881  MX-ITER(@textsl (-20) max[]iter[]@textrm (-20) )] CON-VERGE(@textsl (-20) epsil
12882  on[]@textrm (-20) ) [NOINITIAL]][] 
12883  [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
12884  [218] [219])
12885  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
12886  [220] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/reliability-hc.
12887  png (PNG copy)>
12888  Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
12889  [] 
12890  
12891  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
12892  exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
12893  Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
12894  [234]
12895  Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
12896   []| 
12897  
12898  Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
12899   []| 
12900  
12901  Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
12902   []| 
12903  
12904  Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
12905   []| 
12906  
12907  Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
12908   []| 
12909  
12910  Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
12911   []| 
12912  [235]
12913  Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
12914   []| 
12915  
12916  Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
12917   []| 
12918  
12919  Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
12920   []| 
12921  
12922  Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
12923   []| 
12924  
12925  Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
12926   []| 
12927  
12928  Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
12929   []| 
12930  
12931  Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
12932   []| 
12933  
12934  Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
12935   []| 
12936  
12937  Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
12938   []| 
12939  
12940  Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
12941   []| 
12942  
12943  Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
12944   []| 
12945  
12946  Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
12947   []| 
12948  
12949  Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
12950   []| 
12951  
12952  Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
12953   []| 
12954  
12955  Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
12956   []| 
12957  
12958  Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
12959   []| 
12960  
12961  Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
12962   []| 
12963  
12964  Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
12965   []| 
12966  
12967  Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
12968   []| 
12969  
12970  Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
12971   []| 
12972  [236]
12973  Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
12974   []| 
12975  
12976  Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
12977   []| 
12978  
12979  Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
12980   []| 
12981  
12982  Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
12983   []| 
12984  
12985  Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
12986   []| 
12987  [237]
12988  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
12989   []| 
12990  
12991  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
12992   []| 
12993  
12994  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
12995   []| 
12996  
12997  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
12998   []| 
12999  
13000  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
13001   []| 
13002  
13003  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
13004   []| 
13005  
13006  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
13007   []| 
13008  
13009  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
13010   []| 
13011  
13012  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
13013   []| 
13014  
13015  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
13016   []| 
13017  
13018  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
13019   []| 
13020  
13021  Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
13022   []| 
13023  [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
13024  [250]
13025  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
13026  texi) [251] [252] [253] [254] [255]
13027  Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
13028   []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
13029  GULAR.[] 
13030  [256] [257] [258] [259])
13031  (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
13032  [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
13033  [272] [273] [274])
13034  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
13035  [275] [276] [277])
13036  (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
13037  [278] [279] [280]
13038  Underfull \hbox (badness 10000) in paragraph at lines 183--184
13039   []@texttt charts headings logs models tables texts trees warnings 
13040  [281]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
13041  Chapter 20 [282])
13042  (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
13043  [283] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [284] [285]
13044  [286])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
13045  [287]
13046  (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
13047  exi) [288]
13048  Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
13049   []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence 
13050  of numbers,[] 
13051  [289]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
13052  Chapter 23 [290] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [291]
13053  [292])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
13054  Chapter 24 [293] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [294]))
13055  (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
13056  [295] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [296] [297] [298]
13057  [299] [300])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
13058  Appendix A [301] [302] [303] [304] [305] [306] [307] [308]) [309] )
13059  (see the transcript file for additional information){/usr/share/texlive/texmf-d
13060  ist/fonts/enc/dvips/lm/lm-rep-cmrm.enc}{/usr/share/texlive/texmf-dist/fonts/enc
13061  /dvips/lm/lm-rep-cmtt.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-
13062  rep-cmit.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmsc.enc}
13063  </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmex10.pfb></usr/
13064  share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/
13065  texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/texliv
13066  e/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive/texmf
13067  -dist/fonts/type1/public/amsfonts/cm/cmmi9.pfb></usr/share/texlive/texmf-dist/f
13068  onts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/t
13069  ype1/public/amsfonts/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
13070  blic/amsfonts/cm/cmsy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/am
13071  sfonts/latxfont/lcircle1.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/
13072  lm/lmb10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmbx12.pfb></
13073  usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmcsc10.pfb></usr/share/texl
13074  ive/texmf-dist/fonts/type1/public/lm/lmr10.pfb></usr/share/texlive/texmf-dist/f
13075  onts/type1/public/lm/lmr12.pfb></usr/share/texlive/texmf-dist/fonts/type1/publi
13076  c/lm/lmr7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr9.pfb></u
13077  sr/share/texlive/texmf-dist/fonts/type1/public/lm/lmri10.pfb></usr/share/texliv
13078  e/texmf-dist/fonts/type1/public/lm/lmro10.pfb></usr/share/texlive/texmf-dist/fo
13079  nts/type1/public/lm/lmro9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public
13080  /lm/lmss10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmtt10.pfb>
13081  </usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmtt12.pfb></usr/share/tex
13082  live/texmf-dist/fonts/type1/public/lm/lmtt9.pfb></usr/share/texlive/texmf-dist/
13083  fonts/type1/public/lm/lmtto10.pfb>
13084  Output written on pspp.pdf (320 pages, 1616909 bytes).
13085  Transcript written on pspp.log.
13086  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")
13087  transformation.texi:342: warning: could not find @image file `screenshots/autorecode-ad.txt' nor alternate text (possibly involving @psppimage)
13088  transformation.texi:423: warning: could not find @image file `screenshots/compute-ad.txt' nor alternate text (possibly involving @psppimage)
13089  transformation.texi:523: warning: could not find @image file `screenshots/count-ad.txt' nor alternate text (possibly involving @psppimage)
13090  transformation.texi:534: warning: could not find @image file `screenshots/count-define-ad.txt' nor alternate text (possibly involving @psppimage)
13091  transformation.texi:919: warning: could not find @image file `screenshots/sort-simple-ad.txt' nor alternate text (possibly involving @psppimage)
13092  transformation.texi:932: warning: could not find @image file `screenshots/sort-ad.txt' nor alternate text (possibly involving @psppimage)
13093  data-selection.texi:267: warning: could not find @image file `screenshots/split-status-bar-ad.txt' nor alternate text (possibly involving @psppimage)
13094  statistics.texi:147: warning: could not find @image file `screenshots/descriptives-ad.txt' nor alternate text (possibly involving @psppimage)
13095  statistics.texi:300: warning: could not find @image file `screenshots/frequencies-ad.txt' nor alternate text (possibly involving @psppimage)
13096  statistics.texi:872: warning: could not find @image file `screenshots/crosstabs-ad.txt' nor alternate text (possibly involving @psppimage)
13097  statistics.texi:2850: warning: could not find @image file `screenshots/chisquare-ad.txt' nor alternate text (possibly involving @psppimage)
13098  statistics.texi:3235: warning: could not find @image file `screenshots/one-sample-t-ad.txt' nor alternate text (possibly involving @psppimage)
13099  statistics.texi:3300: warning: could not find @image file `screenshots/independent-samples-t-ad.txt' nor alternate text (possibly involving @psppimage)
13100  statistics.texi:3318: warning: could not find @image file `screenshots/define-groups-t-ad.txt' nor alternate text (possibly involving @psppimage)
13101  statistics.texi:3643: warning: could not find @image file `screenshots/reliability-ad.txt' nor alternate text (possibly involving @psppimage)
13102  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")
13103  Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp.html  -I 'doc' -I '_build/doc'  "doc/pspp.texi")
13104  Making .tar.gz for sources...
13105  bugs.texi
13106  combining.texi
13107  command-index.texi
13108  concept-index.texi
13109  data-io.texi
13110  data-selection.texi
13111  expressions.texi
13112  fdl.texi
13113  files.texi
13114  flow-control.texi
13115  function-index.texi
13116  installing.texi
13117  introduction.texi
13118  invoking.texi
13119  language.texi
13120  license.texi
13121  matrices.texi
13122  ni.texi
13123  not-implemented.texi
13124  pspp-convert.texi
13125  pspp-dev.texi
13126  pspp-dump-sav.texi
13127  pspp-output.texi
13128  pspp.texi
13129  regression.texi
13130  statistics.texi
13131  transformation.texi
13132  tutorial.texi
13133  tut.texi
13134  utilities.texi
13135  variables.texi
13136  version-dev.texi
13137  version.texi
13138  Writing index file...
13139  Done, see /home/blp/tmp/pspptmp/master/source/results/user-manual/ subdirectory for new files.

13141  Saving User Manual: user-manual

13143  Build developers guide
13144  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"
13145  Generating output formats for doc/pspp-dev.texi
13146  Generating info file(s)... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.info  -I 'doc' --no-split "doc/pspp-dev.texi")
13147  Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout  -I 'doc' "doc/pspp-dev.texi")
13148  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=etex)
13149   restricted \write18 enabled.
13150  entering extended mode
13151  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
13152  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
13153  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
13154  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
13155  cross references, insertions,
13156  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
13157  This is `epsf.tex' v2.7.4 <14 February 2011>
13158  ) localization, formatting, microtype, and turning on texinfo input format.)
13159  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
13160  [-1] (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
13161  Chapter 1 [1] Cross reference values unknown; you must run TeX again. [2]
13162  [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
13163  Overfull \hbox (23.3639pt too wide) in paragraph at lines 853--860
13164   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
13165  ES,
13166  [13]
13167  Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
13168   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
13169  VALUES[] 
13170  
13171  Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
13172   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
13173  LABEL[] 
13174  [14] [15] [16] [17] [18] [19] [20] [21] [22]
13175  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
13176   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
13177  34').[] 
13178  
13179  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
13180   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
13181  ."...|[] 
13182  
13183  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
13184   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
13185  '23'.|[] 
13186  
13187  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
13188   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
13189  '123'|[] 
13190  
13191  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
13192   []@texttt 0030  0a 29                                             |.)         
13193       |[] 
13194  [23] [24] [25] [26])
13195  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
13196  Chapter 2 [27] [28]
13197  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
13198   []@texttt => label (table | container_text | graph | model | object | image | 
13199  tree)[] 
13200  [29] l.178: Unicode char @u8:인 not defined for Texinfo
13201  l.178: Unicode char @u8:치 not defined for Texinfo
13202  l.181: Unicode char @u8:п not defined for Texinfo
13203  l.181: Unicode char @u8:т not defined for Texinfo
13204  l.184: Unicode char @u8:с not defined for Texinfo
13205  l.184: Unicode char @u8:м not defined for Texinfo [30]
13206  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
13207   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
13208  ives]]>[] 
13209  [31]
13210  Writing index file pspp-dev.vr
13211  [32] [33]
13212  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
13213   []@texttt => label (table | container_text | graph | model | object | image | 
13214  tree)[] 
13215  [34] [35] [36] [37]
13216  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
13217   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
13218   OTHER)?[] 
13219  [38] [39] [40]
13220  Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
13221  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
13222  src/output/spv/light-binary.grammar[]
13223  [41] [42] [43]
13224  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
13225   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
13226  2[bottom-margin])[] 
13227  [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
13228  Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
13229   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
13230   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
13231  [55] [56] [57]
13232  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
13233   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
13234  ariables][] 
13235  [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
13236  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
13237   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
13238  imeFormat[] 
13239  [71]
13240  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
13241   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
13242  imeFormat[] 
13243  [72] [73] [74] [75] [76] [77] [78]
13244  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
13245   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
13246  tMapping*[] 
13247  [79] [80]
13248  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
13249   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
13250  roperties printingProperties[] 
13251  [81] [82])
13252  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
13253  Chapter 3 [83] [84] [85]
13254  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
13255   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
13256  ttom-margin][] 
13257  [86] [87])
13258  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
13259  Chapter 4 [88]
13260  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
13261   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
13262  RYPTE|[] 
13263  
13264  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
13265   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
13266  0 00  |D@textttsl xxx@texttt ............|[] 
13267  
13268  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
13269   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
13270  .....|[] 
13271  
13272  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
13273   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
13274  .....|[] 
13275  [89] [90])
13276  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
13277  Chapter 5 [91] [92] [93] [94] [95] [96])
13278  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
13279  Chapter 6 [97] [98] [99] [100] [101] [102] [103])
13280  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
13281  [105] [106] [107] [108] [109] [110] [111]) [112] )
13282  (see the transcript file for additional information)
13283  Output written on pspp-dev.dvi (115 pages, 316012 bytes).
13284  Transcript written on pspp-dev.log.
13285  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=etex)
13286   restricted \write18 enabled.
13287  entering extended mode
13288  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
13289  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
13290  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
13291  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
13292  cross references, insertions,
13293  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
13294  This is `epsf.tex' v2.7.4 <14 February 2011>
13295  ) localization, formatting, microtype, and turning on texinfo input format.)
13296  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
13297  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2]) [-3]
13298  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
13299  Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
13300  [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
13301  Overfull \hbox (23.3639pt too wide) in paragraph at lines 853--860
13302   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
13303  ES,
13304  [13]
13305  Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
13306   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
13307  VALUES[] 
13308  
13309  Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
13310   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
13311  LABEL[] 
13312  [14] [15] [16] [17] [18] [19] [20] [21] [22]
13313  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
13314   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
13315  34').[] 
13316  
13317  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
13318   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
13319  ."...|[] 
13320  
13321  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
13322   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
13323  '23'.|[] 
13324  
13325  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
13326   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
13327  '123'|[] 
13328  
13329  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
13330   []@texttt 0030  0a 29                                             |.)         
13331       |[] 
13332  [23] [24] [25] [26])
13333  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
13334  Chapter 2 [27] [28]
13335  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
13336   []@texttt => label (table | container_text | graph | model | object | image | 
13337  tree)[] 
13338  [29] l.178: Unicode char @u8:인 not defined for Texinfo
13339  l.178: Unicode char @u8:치 not defined for Texinfo
13340  l.181: Unicode char @u8:п not defined for Texinfo
13341  l.181: Unicode char @u8:т not defined for Texinfo
13342  l.184: Unicode char @u8:с not defined for Texinfo
13343  l.184: Unicode char @u8:м not defined for Texinfo [30]
13344  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
13345   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
13346  ives]]>[] 
13347  [31]
13348  Writing index file pspp-dev.vr
13349  [32] [33]
13350  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
13351   []@texttt => label (table | container_text | graph | model | object | image | 
13352  tree)[] 
13353  [34] [35] [36] [37]
13354  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
13355   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
13356   OTHER)?[] 
13357  [38] [39] [40]
13358  Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
13359  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
13360  src/output/spv/light-binary.grammar[]
13361  [41] [42] [43]
13362  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
13363   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
13364  2[bottom-margin])[] 
13365  [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
13366  Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
13367   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
13368   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
13369  [55] [56] [57]
13370  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
13371   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
13372  ariables][] 
13373  [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
13374  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
13375   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
13376  imeFormat[] 
13377  [71]
13378  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
13379   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
13380  imeFormat[] 
13381  [72] [73] [74] [75] [76] [77] [78]
13382  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
13383   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
13384  tMapping*[] 
13385  [79] [80]
13386  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
13387   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
13388  roperties printingProperties[] 
13389  [81] [82])
13390  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
13391  Chapter 3 [83] [84] [85]
13392  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
13393   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
13394  ttom-margin][] 
13395  [86] [87])
13396  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
13397  Chapter 4 [88]
13398  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
13399   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
13400  RYPTE|[] 
13401  
13402  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
13403   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
13404  0 00  |D@textttsl xxx@texttt ............|[] 
13405  
13406  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
13407   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
13408  .....|[] 
13409  
13410  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
13411   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
13412  .....|[] 
13413  [89] [90])
13414  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
13415  Chapter 5 [91] [92] [93] [94] [95] [96])
13416  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
13417  Chapter 6 [97] [98] [99] [100] [101] [102] [103])
13418  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
13419  [105] [106] [107] [108] [109] [110] [111]) [112] )
13420  (see the transcript file for additional information)
13421  Output written on pspp-dev.dvi (117 pages, 353760 bytes).
13422  Transcript written on pspp-dev.log.
13423  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=etex)
13424   restricted \write18 enabled.
13425  entering extended mode
13426  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
13427  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
13428  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
13429  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
13430  cross references, insertions,
13431  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
13432  This is `epsf.tex' v2.7.4 <14 February 2011>
13433  ) localization, formatting, microtype, and turning on texinfo input format.)
13434  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
13435  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2]) [-3]
13436  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
13437  Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
13438  [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
13439  Overfull \hbox (23.3639pt too wide) in paragraph at lines 853--860
13440   []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
13441  ES,
13442  [13]
13443  Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
13444   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
13445  VALUES[] 
13446  
13447  Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
13448   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
13449  LABEL[] 
13450  [14] [15] [16] [17] [18] [19] [20] [21] [22]
13451  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
13452   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
13453  34').[] 
13454  
13455  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
13456   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
13457  ."...|[] 
13458  
13459  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
13460   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
13461  '23'.|[] 
13462  
13463  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
13464   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
13465  '123'|[] 
13466  
13467  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
13468   []@texttt 0030  0a 29                                             |.)         
13469       |[] 
13470  [23] [24] [25] [26])
13471  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
13472  Chapter 2 [27] [28]
13473  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
13474   []@texttt => label (table | container_text | graph | model | object | image | 
13475  tree)[] 
13476  [29] l.178: Unicode char @u8:인 not defined for Texinfo
13477  l.178: Unicode char @u8:치 not defined for Texinfo
13478  l.181: Unicode char @u8:п not defined for Texinfo
13479  l.181: Unicode char @u8:т not defined for Texinfo
13480  l.184: Unicode char @u8:с not defined for Texinfo
13481  l.184: Unicode char @u8:м not defined for Texinfo [30]
13482  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
13483   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
13484  ives]]>[] 
13485  [31]
13486  Writing index file pspp-dev.vr
13487  [32] [33]
13488  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
13489   []@texttt => label (table | container_text | graph | model | object | image | 
13490  tree)[] 
13491  [34] [35] [36] [37]
13492  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
13493   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
13494   OTHER)?[] 
13495  [38] [39] [40]
13496  Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
13497  []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt 
13498  src/output/spv/light-binary.grammar[]
13499  [41] [42] [43]
13500  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
13501   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
13502  2[bottom-margin])[] 
13503  [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
13504  Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
13505   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
13506   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
13507  [55] [56] [57]
13508  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
13509   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
13510  ariables][] 
13511  [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
13512  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
13513   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
13514  imeFormat[] 
13515  [71]
13516  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
13517   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
13518  imeFormat[] 
13519  [72] [73] [74] [75] [76] [77] [78]
13520  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
13521   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
13522  tMapping*[] 
13523  [79] [80]
13524  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
13525   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
13526  roperties printingProperties[] 
13527  [81] [82])
13528  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
13529  Chapter 3 [83] [84] [85]
13530  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
13531   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
13532  ttom-margin][] 
13533  [86] [87])
13534  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
13535  Chapter 4 [88]
13536  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
13537   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
13538  RYPTE|[] 
13539  
13540  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
13541   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
13542  0 00  |D@textttsl xxx@texttt ............|[] 
13543  
13544  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
13545   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
13546  .....|[] 
13547  
13548  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
13549   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
13550  .....|[] 
13551  [89] [90])
13552  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
13553  Chapter 5 [91] [92] [93] [94] [95] [96])
13554  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
13555  Chapter 6 [97] [98] [99] [100] [101] [102] [103])
13556  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
13557  [105] [106] [107] [108] [109] [110] [111]) [112] )
13558  (see the transcript file for additional information)
13559  Output written on pspp-dev.dvi (117 pages, 353760 bytes).
13560  Transcript written on pspp-dev.log.
13561  Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf  -I 'doc' "doc/pspp-dev.texi")
13562  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdfetex)
13563   restricted \write18 enabled.
13564  entering extended mode
13565  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/pdf/xtr/pspp-dev.texi
13566  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
13567  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
13568  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
13569  cross references, insertions,
13570  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
13571  This is `epsf.tex' v2.7.4 <14 February 2011>
13572  ) localization, formatting, microtype, and turning on texinfo input format.)
13573  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1{/usr/share/t
13574  exlive/texmf-var/fonts/map/pdftex/updmap/pdftex.map
13575  
13576  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13577  map/pdftex.map): fontmap entry for `cob' already exists, duplicates ignored
13578  
13579  
13580  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13581  map/pdftex.map): fontmap entry for `cobo' already exists, duplicates ignored
13582  
13583  
13584  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13585  map/pdftex.map): fontmap entry for `com' already exists, duplicates ignored
13586  
13587  
13588  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13589  map/pdftex.map): fontmap entry for `coo' already exists, duplicates ignored
13590  
13591  
13592  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13593  map/pdftex.map): fontmap entry for `hv' already exists, duplicates ignored
13594  
13595  
13596  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13597  map/pdftex.map): fontmap entry for `hvb' already exists, duplicates ignored
13598  
13599  
13600  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13601  map/pdftex.map): fontmap entry for `hvbo' already exists, duplicates ignored
13602  
13603  
13604  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13605  map/pdftex.map): fontmap entry for `hvo' already exists, duplicates ignored
13606  
13607  
13608  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13609  map/pdftex.map): fontmap entry for `pagd8g' already exists, duplicates ignored
13610  
13611  
13612  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13613  map/pdftex.map): fontmap entry for `pagd8r' already exists, duplicates ignored
13614  
13615  
13616  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13617  map/pdftex.map): fontmap entry for `pagd8y' already exists, duplicates ignored
13618  
13619  
13620  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13621  map/pdftex.map): fontmap entry for `pagd8z' already exists, duplicates ignored
13622  
13623  
13624  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13625  map/pdftex.map): fontmap entry for `pagdo8g' already exists, duplicates ignored
13626  
13627  
13628  
13629  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13630  map/pdftex.map): fontmap entry for `pagdo8r' already exists, duplicates ignored
13631  
13632  
13633  
13634  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13635  map/pdftex.map): fontmap entry for `pagdo8y' already exists, duplicates ignored
13636  
13637  
13638  
13639  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13640  map/pdftex.map): fontmap entry for `pagdo8z' already exists, duplicates ignored
13641  
13642  
13643  
13644  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13645  map/pdftex.map): fontmap entry for `pagk8g' already exists, duplicates ignored
13646  
13647  
13648  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13649  map/pdftex.map): fontmap entry for `pagk8r' already exists, duplicates ignored
13650  
13651  
13652  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13653  map/pdftex.map): fontmap entry for `pagk8y' already exists, duplicates ignored
13654  
13655  
13656  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13657  map/pdftex.map): fontmap entry for `pagk8z' already exists, duplicates ignored
13658  
13659  
13660  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13661  map/pdftex.map): fontmap entry for `pagko8g' already exists, duplicates ignored
13662  
13663  
13664  
13665  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13666  map/pdftex.map): fontmap entry for `pagko8r' already exists, duplicates ignored
13667  
13668  
13669  
13670  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13671  map/pdftex.map): fontmap entry for `pagko8y' already exists, duplicates ignored
13672  
13673  
13674  
13675  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13676  map/pdftex.map): fontmap entry for `pagko8z' already exists, duplicates ignored
13677  
13678  
13679  
13680  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13681  map/pdftex.map): fontmap entry for `pbkd8g' already exists, duplicates ignored
13682  
13683  
13684  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13685  map/pdftex.map): fontmap entry for `pbkd8r' already exists, duplicates ignored
13686  
13687  
13688  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13689  map/pdftex.map): fontmap entry for `pbkd8y' already exists, duplicates ignored
13690  
13691  
13692  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13693  map/pdftex.map): fontmap entry for `pbkd8z' already exists, duplicates ignored
13694  
13695  
13696  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13697  map/pdftex.map): fontmap entry for `pbkdi8g' already exists, duplicates ignored
13698  
13699  
13700  
13701  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13702  map/pdftex.map): fontmap entry for `pbkdi8r' already exists, duplicates ignored
13703  
13704  
13705  
13706  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13707  map/pdftex.map): fontmap entry for `pbkdi8y' already exists, duplicates ignored
13708  
13709  
13710  
13711  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13712  map/pdftex.map): fontmap entry for `pbkdi8z' already exists, duplicates ignored
13713  
13714  
13715  
13716  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13717  map/pdftex.map): invalid entry for `pbkdo8r': SlantFont/ExtendFont can be used 
13718  only with embedded Type1 fonts
13719  
13720  
13721  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13722  map/pdftex.map): invalid entry for `pbkdo8y': SlantFont/ExtendFont can be used 
13723  only with embedded Type1 fonts
13724  
13725  
13726  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13727  map/pdftex.map): fontmap entry for `pbkl8g' already exists, duplicates ignored
13728  
13729  
13730  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13731  map/pdftex.map): fontmap entry for `pbkl8r' already exists, duplicates ignored
13732  
13733  
13734  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13735  map/pdftex.map): fontmap entry for `pbkl8y' already exists, duplicates ignored
13736  
13737  
13738  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13739  map/pdftex.map): fontmap entry for `pbkl8z' already exists, duplicates ignored
13740  
13741  
13742  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13743  map/pdftex.map): fontmap entry for `pbkli8g' already exists, duplicates ignored
13744  
13745  
13746  
13747  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13748  map/pdftex.map): fontmap entry for `pbkli8r' already exists, duplicates ignored
13749  
13750  
13751  
13752  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13753  map/pdftex.map): fontmap entry for `pbkli8y' already exists, duplicates ignored
13754  
13755  
13756  
13757  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13758  map/pdftex.map): fontmap entry for `pbkli8z' already exists, duplicates ignored
13759  
13760  
13761  
13762  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13763  map/pdftex.map): invalid entry for `pbklo8r': SlantFont/ExtendFont can be used 
13764  only with embedded Type1 fonts
13765  
13766  
13767  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13768  map/pdftex.map): invalid entry for `pbklo8y': SlantFont/ExtendFont can be used 
13769  only with embedded Type1 fonts
13770  
13771  
13772  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13773  map/pdftex.map): fontmap entry for `pcrb8g' already exists, duplicates ignored
13774  
13775  
13776  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13777  map/pdftex.map): fontmap entry for `pcrb8r' already exists, duplicates ignored
13778  
13779  
13780  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13781  map/pdftex.map): fontmap entry for `pcrb8u' already exists, duplicates ignored
13782  
13783  
13784  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13785  map/pdftex.map): fontmap entry for `pcrb8y' already exists, duplicates ignored
13786  
13787  
13788  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13789  map/pdftex.map): fontmap entry for `pcrbo8g' already exists, duplicates ignored
13790  
13791  
13792  
13793  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13794  map/pdftex.map): fontmap entry for `pcrbo8r' already exists, duplicates ignored
13795  
13796  
13797  
13798  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13799  map/pdftex.map): fontmap entry for `pcrbo8u' already exists, duplicates ignored
13800  
13801  
13802  
13803  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13804  map/pdftex.map): fontmap entry for `pcrbo8y' already exists, duplicates ignored
13805  
13806  
13807  
13808  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13809  map/pdftex.map): fontmap entry for `pcrr8g' already exists, duplicates ignored
13810  
13811  
13812  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13813  map/pdftex.map): fontmap entry for `pcrr8r' already exists, duplicates ignored
13814  
13815  
13816  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13817  map/pdftex.map): invalid entry for `pcrr8rn': SlantFont/ExtendFont can be used 
13818  only with embedded Type1 fonts
13819  
13820  
13821  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13822  map/pdftex.map): fontmap entry for `pcrr8u' already exists, duplicates ignored
13823  
13824  
13825  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13826  map/pdftex.map): fontmap entry for `pcrr8y' already exists, duplicates ignored
13827  
13828  
13829  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13830  map/pdftex.map): fontmap entry for `pcrro8g' already exists, duplicates ignored
13831  
13832  
13833  
13834  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13835  map/pdftex.map): fontmap entry for `pcrro8r' already exists, duplicates ignored
13836  
13837  
13838  
13839  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13840  map/pdftex.map): fontmap entry for `pcrro8u' already exists, duplicates ignored
13841  
13842  
13843  
13844  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13845  map/pdftex.map): fontmap entry for `pcrro8y' already exists, duplicates ignored
13846  
13847  
13848  
13849  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13850  map/pdftex.map): fontmap entry for `phvb8g' already exists, duplicates ignored
13851  
13852  
13853  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13854  map/pdftex.map): fontmap entry for `phvb8r' already exists, duplicates ignored
13855  
13856  
13857  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13858  map/pdftex.map): fontmap entry for `phvb8rn' already exists, duplicates ignored
13859  
13860  
13861  
13862  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13863  map/pdftex.map): fontmap entry for `phvb8y' already exists, duplicates ignored
13864  
13865  
13866  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13867  map/pdftex.map): fontmap entry for `phvb8yn' already exists, duplicates ignored
13868  
13869  
13870  
13871  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13872  map/pdftex.map): fontmap entry for `phvb8z' already exists, duplicates ignored
13873  
13874  
13875  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13876  map/pdftex.map): fontmap entry for `phvbn8g' already exists, duplicates ignored
13877  
13878  
13879  
13880  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13881  map/pdftex.map): fontmap entry for `phvbn8z' already exists, duplicates ignored
13882  
13883  
13884  
13885  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13886  map/pdftex.map): fontmap entry for `phvbo8g' already exists, duplicates ignored
13887  
13888  
13889  
13890  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13891  map/pdftex.map): fontmap entry for `phvbo8r' already exists, duplicates ignored
13892  
13893  
13894  
13895  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13896  map/pdftex.map): fontmap entry for `phvbo8rn' already exists, duplicates ignore
13897  d
13898  
13899  
13900  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13901  map/pdftex.map): fontmap entry for `phvbo8y' already exists, duplicates ignored
13902  
13903  
13904  
13905  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13906  map/pdftex.map): fontmap entry for `phvbo8yn' already exists, duplicates ignore
13907  d
13908  
13909  
13910  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13911  map/pdftex.map): fontmap entry for `phvbo8z' already exists, duplicates ignored
13912  
13913  
13914  
13915  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13916  map/pdftex.map): fontmap entry for `phvbon8g' already exists, duplicates ignore
13917  d
13918  
13919  
13920  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13921  map/pdftex.map): fontmap entry for `phvbon8z' already exists, duplicates ignore
13922  d
13923  
13924  
13925  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13926  map/pdftex.map): fontmap entry for `phvr8g' already exists, duplicates ignored
13927  
13928  
13929  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13930  map/pdftex.map): fontmap entry for `phvr8r' already exists, duplicates ignored
13931  
13932  
13933  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13934  map/pdftex.map): fontmap entry for `phvr8rn' already exists, duplicates ignored
13935  
13936  
13937  
13938  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13939  map/pdftex.map): fontmap entry for `phvr8y' already exists, duplicates ignored
13940  
13941  
13942  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13943  map/pdftex.map): fontmap entry for `phvr8yn' already exists, duplicates ignored
13944  
13945  
13946  
13947  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13948  map/pdftex.map): fontmap entry for `phvr8z' already exists, duplicates ignored
13949  
13950  
13951  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13952  map/pdftex.map): fontmap entry for `phvrn8g' already exists, duplicates ignored
13953  
13954  
13955  
13956  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13957  map/pdftex.map): fontmap entry for `phvrn8z' already exists, duplicates ignored
13958  
13959  
13960  
13961  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13962  map/pdftex.map): fontmap entry for `phvro8g' already exists, duplicates ignored
13963  
13964  
13965  
13966  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13967  map/pdftex.map): fontmap entry for `phvro8r' already exists, duplicates ignored
13968  
13969  
13970  
13971  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13972  map/pdftex.map): fontmap entry for `phvro8rn' already exists, duplicates ignore
13973  d
13974  
13975  
13976  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13977  map/pdftex.map): fontmap entry for `phvro8y' already exists, duplicates ignored
13978  
13979  
13980  
13981  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13982  map/pdftex.map): fontmap entry for `phvro8yn' already exists, duplicates ignore
13983  d
13984  
13985  
13986  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13987  map/pdftex.map): fontmap entry for `phvro8z' already exists, duplicates ignored
13988  
13989  
13990  
13991  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13992  map/pdftex.map): fontmap entry for `phvron8g' already exists, duplicates ignore
13993  d
13994  
13995  
13996  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
13997  map/pdftex.map): fontmap entry for `phvron8z' already exists, duplicates ignore
13998  d
13999  
14000  
14001  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14002  map/pdftex.map): fontmap entry for `pncb8g' already exists, duplicates ignored
14003  
14004  
14005  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14006  map/pdftex.map): fontmap entry for `pncb8r' already exists, duplicates ignored
14007  
14008  
14009  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14010  map/pdftex.map): fontmap entry for `pncb8y' already exists, duplicates ignored
14011  
14012  
14013  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14014  map/pdftex.map): fontmap entry for `pncb8z' already exists, duplicates ignored
14015  
14016  
14017  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14018  map/pdftex.map): fontmap entry for `pncbi8g' already exists, duplicates ignored
14019  
14020  
14021  
14022  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14023  map/pdftex.map): fontmap entry for `pncbi8r' already exists, duplicates ignored
14024  
14025  
14026  
14027  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14028  map/pdftex.map): fontmap entry for `pncbi8y' already exists, duplicates ignored
14029  
14030  
14031  
14032  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14033  map/pdftex.map): fontmap entry for `pncbi8z' already exists, duplicates ignored
14034  
14035  
14036  
14037  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14038  map/pdftex.map): invalid entry for `pncbo8r': SlantFont/ExtendFont can be used 
14039  only with embedded Type1 fonts
14040  
14041  
14042  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14043  map/pdftex.map): invalid entry for `pncbo8y': SlantFont/ExtendFont can be used 
14044  only with embedded Type1 fonts
14045  
14046  
14047  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14048  map/pdftex.map): fontmap entry for `pncr8g' already exists, duplicates ignored
14049  
14050  
14051  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14052  map/pdftex.map): fontmap entry for `pncr8r' already exists, duplicates ignored
14053  
14054  
14055  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14056  map/pdftex.map): fontmap entry for `pncr8y' already exists, duplicates ignored
14057  
14058  
14059  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14060  map/pdftex.map): fontmap entry for `pncr8z' already exists, duplicates ignored
14061  
14062  
14063  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14064  map/pdftex.map): fontmap entry for `pncri8g' already exists, duplicates ignored
14065  
14066  
14067  
14068  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14069  map/pdftex.map): fontmap entry for `pncri8r' already exists, duplicates ignored
14070  
14071  
14072  
14073  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14074  map/pdftex.map): fontmap entry for `pncri8y' already exists, duplicates ignored
14075  
14076  
14077  
14078  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14079  map/pdftex.map): fontmap entry for `pncri8z' already exists, duplicates ignored
14080  
14081  
14082  
14083  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14084  map/pdftex.map): invalid entry for `pncro8r': SlantFont/ExtendFont can be used 
14085  only with embedded Type1 fonts
14086  
14087  
14088  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14089  map/pdftex.map): invalid entry for `pncro8y': SlantFont/ExtendFont can be used 
14090  only with embedded Type1 fonts
14091  
14092  
14093  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14094  map/pdftex.map): fontmap entry for `pplb8g' already exists, duplicates ignored
14095  
14096  
14097  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14098  map/pdftex.map): fontmap entry for `pplb8r' already exists, duplicates ignored
14099  
14100  
14101  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14102  map/pdftex.map): fontmap entry for `pplb8y' already exists, duplicates ignored
14103  
14104  
14105  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14106  map/pdftex.map): fontmap entry for `pplb8z' already exists, duplicates ignored
14107  
14108  
14109  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14110  map/pdftex.map): fontmap entry for `pplbi8g' already exists, duplicates ignored
14111  
14112  
14113  
14114  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14115  map/pdftex.map): fontmap entry for `pplbi8r' already exists, duplicates ignored
14116  
14117  
14118  
14119  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14120  map/pdftex.map): fontmap entry for `pplbi8y' already exists, duplicates ignored
14121  
14122  
14123  
14124  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14125  map/pdftex.map): fontmap entry for `pplbi8z' already exists, duplicates ignored
14126  
14127  
14128  
14129  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14130  map/pdftex.map): invalid entry for `pplbo8r': SlantFont/ExtendFont can be used 
14131  only with embedded Type1 fonts
14132  
14133  
14134  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14135  map/pdftex.map): invalid entry for `pplbo8y': SlantFont/ExtendFont can be used 
14136  only with embedded Type1 fonts
14137  
14138  
14139  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14140  map/pdftex.map): invalid entry for `pplbu8r': SlantFont/ExtendFont can be used 
14141  only with embedded Type1 fonts
14142  
14143  
14144  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14145  map/pdftex.map): invalid entry for `pplbu8y': SlantFont/ExtendFont can be used 
14146  only with embedded Type1 fonts
14147  
14148  
14149  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14150  map/pdftex.map): fontmap entry for `pplr8g' already exists, duplicates ignored
14151  
14152  
14153  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14154  map/pdftex.map): fontmap entry for `pplr8r' already exists, duplicates ignored
14155  
14156  
14157  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14158  map/pdftex.map): invalid entry for `pplr8rn': SlantFont/ExtendFont can be used 
14159  only with embedded Type1 fonts
14160  
14161  
14162  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14163  map/pdftex.map): fontmap entry for `pplr8y' already exists, duplicates ignored
14164  
14165  
14166  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14167  map/pdftex.map): invalid entry for `pplr8yn': SlantFont/ExtendFont can be used 
14168  only with embedded Type1 fonts
14169  
14170  
14171  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14172  map/pdftex.map): fontmap entry for `pplr8z' already exists, duplicates ignored
14173  
14174  
14175  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14176  map/pdftex.map): fontmap entry for `pplri8g' already exists, duplicates ignored
14177  
14178  
14179  
14180  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14181  map/pdftex.map): fontmap entry for `pplri8r' already exists, duplicates ignored
14182  
14183  
14184  
14185  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14186  map/pdftex.map): fontmap entry for `pplri8y' already exists, duplicates ignored
14187  
14188  
14189  
14190  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14191  map/pdftex.map): fontmap entry for `pplri8z' already exists, duplicates ignored
14192  
14193  
14194  
14195  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14196  map/pdftex.map): invalid entry for `pplro8r': SlantFont/ExtendFont can be used 
14197  only with embedded Type1 fonts
14198  
14199  
14200  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14201  map/pdftex.map): invalid entry for `pplro8y': SlantFont/ExtendFont can be used 
14202  only with embedded Type1 fonts
14203  
14204  
14205  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14206  map/pdftex.map): invalid entry for `pplrr8re': SlantFont/ExtendFont can be used
14207   only with embedded Type1 fonts
14208  
14209  
14210  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14211  map/pdftex.map): invalid entry for `pplrr8ye': SlantFont/ExtendFont can be used
14212   only with embedded Type1 fonts
14213  
14214  
14215  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14216  map/pdftex.map): invalid entry for `pplru8r': SlantFont/ExtendFont can be used 
14217  only with embedded Type1 fonts
14218  
14219  
14220  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14221  map/pdftex.map): invalid entry for `pplru8y': SlantFont/ExtendFont can be used 
14222  only with embedded Type1 fonts
14223  
14224  
14225  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14226  map/pdftex.map): fontmap entry for `psyr' already exists, duplicates ignored
14227  
14228  
14229  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14230  map/pdftex.map): fontmap entry for `psyrgo' already exists, duplicates ignored
14231  
14232  
14233  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14234  map/pdftex.map): invalid entry for `psyro': SlantFont/ExtendFont can be used on
14235  ly with embedded Type1 fonts
14236  
14237  
14238  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14239  map/pdftex.map): fontmap entry for `ptmb8g' already exists, duplicates ignored
14240  
14241  
14242  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14243  map/pdftex.map): fontmap entry for `ptmb8r' already exists, duplicates ignored
14244  
14245  
14246  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14247  map/pdftex.map): fontmap entry for `ptmb8y' already exists, duplicates ignored
14248  
14249  
14250  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14251  map/pdftex.map): fontmap entry for `ptmb8z' already exists, duplicates ignored
14252  
14253  
14254  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14255  map/pdftex.map): fontmap entry for `ptmbi8g' already exists, duplicates ignored
14256  
14257  
14258  
14259  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14260  map/pdftex.map): fontmap entry for `ptmbi8r' already exists, duplicates ignored
14261  
14262  
14263  
14264  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14265  map/pdftex.map): fontmap entry for `ptmbi8y' already exists, duplicates ignored
14266  
14267  
14268  
14269  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14270  map/pdftex.map): fontmap entry for `ptmbi8z' already exists, duplicates ignored
14271  
14272  
14273  
14274  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14275  map/pdftex.map): invalid entry for `ptmbo8r': SlantFont/ExtendFont can be used 
14276  only with embedded Type1 fonts
14277  
14278  
14279  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14280  map/pdftex.map): invalid entry for `ptmbo8y': SlantFont/ExtendFont can be used 
14281  only with embedded Type1 fonts
14282  
14283  
14284  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14285  map/pdftex.map): fontmap entry for `ptmr8g' already exists, duplicates ignored
14286  
14287  
14288  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14289  map/pdftex.map): fontmap entry for `ptmr8r' already exists, duplicates ignored
14290  
14291  
14292  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14293  map/pdftex.map): invalid entry for `ptmr8rn': SlantFont/ExtendFont can be used 
14294  only with embedded Type1 fonts
14295  
14296  
14297  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14298  map/pdftex.map): fontmap entry for `ptmr8y' already exists, duplicates ignored
14299  
14300  
14301  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14302  map/pdftex.map): invalid entry for `ptmr8yn': SlantFont/ExtendFont can be used 
14303  only with embedded Type1 fonts
14304  
14305  
14306  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14307  map/pdftex.map): fontmap entry for `ptmr8z' already exists, duplicates ignored
14308  
14309  
14310  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14311  map/pdftex.map): fontmap entry for `ptmri8g' already exists, duplicates ignored
14312  
14313  
14314  
14315  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14316  map/pdftex.map): fontmap entry for `ptmri8r' already exists, duplicates ignored
14317  
14318  
14319  
14320  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14321  map/pdftex.map): fontmap entry for `ptmri8y' already exists, duplicates ignored
14322  
14323  
14324  
14325  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14326  map/pdftex.map): fontmap entry for `ptmri8z' already exists, duplicates ignored
14327  
14328  
14329  
14330  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14331  map/pdftex.map): invalid entry for `ptmro8r': SlantFont/ExtendFont can be used 
14332  only with embedded Type1 fonts
14333  
14334  
14335  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14336  map/pdftex.map): invalid entry for `ptmro8y': SlantFont/ExtendFont can be used 
14337  only with embedded Type1 fonts
14338  
14339  
14340  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14341  map/pdftex.map): invalid entry for `ptmrr8re': SlantFont/ExtendFont can be used
14342   only with embedded Type1 fonts
14343  
14344  
14345  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14346  map/pdftex.map): invalid entry for `ptmrr8ye': SlantFont/ExtendFont can be used
14347   only with embedded Type1 fonts
14348  
14349  
14350  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14351  map/pdftex.map): fontmap entry for `pzcmi8r' already exists, duplicates ignored
14352  
14353  
14354  
14355  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14356  map/pdftex.map): fontmap entry for `pzcmi8y' already exists, duplicates ignored
14357  
14358  
14359  
14360  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14361  map/pdftex.map): fontmap entry for `pzcmi8z' already exists, duplicates ignored
14362  
14363  
14364  
14365  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14366  map/pdftex.map): fontmap entry for `pzdr' already exists, duplicates ignored
14367  
14368  
14369  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14370  map/pdftex.map): fontmap entry for `rpagd' already exists, duplicates ignored
14371  
14372  
14373  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14374  map/pdftex.map): fontmap entry for `rpagdo' already exists, duplicates ignored
14375  
14376  
14377  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14378  map/pdftex.map): fontmap entry for `rpagk' already exists, duplicates ignored
14379  
14380  
14381  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14382  map/pdftex.map): fontmap entry for `rpagko' already exists, duplicates ignored
14383  
14384  
14385  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14386  map/pdftex.map): fontmap entry for `rpbkd' already exists, duplicates ignored
14387  
14388  
14389  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14390  map/pdftex.map): fontmap entry for `rpbkdi' already exists, duplicates ignored
14391  
14392  
14393  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14394  map/pdftex.map): fontmap entry for `rpbkl' already exists, duplicates ignored
14395  
14396  
14397  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14398  map/pdftex.map): fontmap entry for `rpbkli' already exists, duplicates ignored
14399  
14400  
14401  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14402  map/pdftex.map): fontmap entry for `rpcrb' already exists, duplicates ignored
14403  
14404  
14405  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14406  map/pdftex.map): fontmap entry for `rpcrbo' already exists, duplicates ignored
14407  
14408  
14409  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14410  map/pdftex.map): fontmap entry for `rpcrr' already exists, duplicates ignored
14411  
14412  
14413  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14414  map/pdftex.map): fontmap entry for `rpcrro' already exists, duplicates ignored
14415  
14416  
14417  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14418  map/pdftex.map): fontmap entry for `rphvb' already exists, duplicates ignored
14419  
14420  
14421  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14422  map/pdftex.map): fontmap entry for `rphvbo' already exists, duplicates ignored
14423  
14424  
14425  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14426  map/pdftex.map): invalid entry for `rphvbon': SlantFont/ExtendFont can be used 
14427  only with embedded Type1 fonts
14428  
14429  
14430  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14431  map/pdftex.map): invalid entry for `rphvbrn': SlantFont/ExtendFont can be used 
14432  only with embedded Type1 fonts
14433  
14434  
14435  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14436  map/pdftex.map): fontmap entry for `rphvr' already exists, duplicates ignored
14437  
14438  
14439  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14440  map/pdftex.map): fontmap entry for `rphvro' already exists, duplicates ignored
14441  
14442  
14443  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14444  map/pdftex.map): invalid entry for `rphvron': SlantFont/ExtendFont can be used 
14445  only with embedded Type1 fonts
14446  
14447  
14448  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14449  map/pdftex.map): invalid entry for `rphvrrn': SlantFont/ExtendFont can be used 
14450  only with embedded Type1 fonts
14451  
14452  
14453  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14454  map/pdftex.map): fontmap entry for `rpncb' already exists, duplicates ignored
14455  
14456  
14457  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14458  map/pdftex.map): fontmap entry for `rpncbi' already exists, duplicates ignored
14459  
14460  
14461  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14462  map/pdftex.map): fontmap entry for `rpncr' already exists, duplicates ignored
14463  
14464  
14465  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14466  map/pdftex.map): fontmap entry for `rpncri' already exists, duplicates ignored
14467  
14468  
14469  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14470  map/pdftex.map): fontmap entry for `rpplb' already exists, duplicates ignored
14471  
14472  
14473  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14474  map/pdftex.map): fontmap entry for `rpplbi' already exists, duplicates ignored
14475  
14476  
14477  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14478  map/pdftex.map): invalid entry for `rpplbu': SlantFont/ExtendFont can be used o
14479  nly with embedded Type1 fonts
14480  
14481  
14482  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14483  map/pdftex.map): fontmap entry for `rpplr' already exists, duplicates ignored
14484  
14485  
14486  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14487  map/pdftex.map): fontmap entry for `rpplri' already exists, duplicates ignored
14488  
14489  
14490  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14491  map/pdftex.map): invalid entry for `rpplro': SlantFont/ExtendFont can be used o
14492  nly with embedded Type1 fonts
14493  
14494  
14495  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14496  map/pdftex.map): invalid entry for `rpplrre': SlantFont/ExtendFont can be used 
14497  only with embedded Type1 fonts
14498  
14499  
14500  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14501  map/pdftex.map): invalid entry for `rpplrrn': SlantFont/ExtendFont can be used 
14502  only with embedded Type1 fonts
14503  
14504  
14505  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14506  map/pdftex.map): invalid entry for `rpplru': SlantFont/ExtendFont can be used o
14507  nly with embedded Type1 fonts
14508  
14509  
14510  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14511  map/pdftex.map): fontmap entry for `rpsyr' already exists, duplicates ignored
14512  
14513  
14514  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14515  map/pdftex.map): invalid entry for `rpsyro': SlantFont/ExtendFont can be used o
14516  nly with embedded Type1 fonts
14517  
14518  
14519  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14520  map/pdftex.map): fontmap entry for `rptmb' already exists, duplicates ignored
14521  
14522  
14523  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14524  map/pdftex.map): fontmap entry for `rptmbi' already exists, duplicates ignored
14525  
14526  
14527  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14528  map/pdftex.map): invalid entry for `rptmbo': SlantFont/ExtendFont can be used o
14529  nly with embedded Type1 fonts
14530  
14531  
14532  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14533  map/pdftex.map): fontmap entry for `rptmr' already exists, duplicates ignored
14534  
14535  
14536  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14537  map/pdftex.map): fontmap entry for `rptmri' already exists, duplicates ignored
14538  
14539  
14540  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14541  map/pdftex.map): invalid entry for `rptmro': SlantFont/ExtendFont can be used o
14542  nly with embedded Type1 fonts
14543  
14544  
14545  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14546  map/pdftex.map): invalid entry for `rptmrre': SlantFont/ExtendFont can be used 
14547  only with embedded Type1 fonts
14548  
14549  
14550  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14551  map/pdftex.map): invalid entry for `rptmrrn': SlantFont/ExtendFont can be used 
14552  only with embedded Type1 fonts
14553  
14554  
14555  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14556  map/pdftex.map): fontmap entry for `rpzcmi' already exists, duplicates ignored
14557  
14558  
14559  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14560  map/pdftex.map): fontmap entry for `rpzdr' already exists, duplicates ignored
14561  
14562  
14563  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14564  map/pdftex.map): fontmap entry for `rtxphvb' already exists, duplicates ignored
14565  
14566  
14567  
14568  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14569  map/pdftex.map): invalid entry for `rtxphvbo': SlantFont/ExtendFont can be used
14570   only with embedded Type1 fonts
14571  
14572  
14573  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14574  map/pdftex.map): fontmap entry for `rtxphvr' already exists, duplicates ignored
14575  
14576  
14577  
14578  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14579  map/pdftex.map): invalid entry for `rtxphvro': SlantFont/ExtendFont can be used
14580   only with embedded Type1 fonts
14581  
14582  
14583  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14584  map/pdftex.map): fontmap entry for `rtxptmb' already exists, duplicates ignored
14585  
14586  
14587  
14588  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14589  map/pdftex.map): fontmap entry for `rtxptmbi' already exists, duplicates ignore
14590  d
14591  
14592  
14593  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14594  map/pdftex.map): invalid entry for `rtxptmbo': SlantFont/ExtendFont can be used
14595   only with embedded Type1 fonts
14596  
14597  
14598  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14599  map/pdftex.map): fontmap entry for `rtxptmr' already exists, duplicates ignored
14600  
14601  
14602  
14603  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14604  map/pdftex.map): fontmap entry for `rtxptmri' already exists, duplicates ignore
14605  d
14606  
14607  
14608  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14609  map/pdftex.map): invalid entry for `rtxptmro': SlantFont/ExtendFont can be used
14610   only with embedded Type1 fonts
14611  
14612  
14613  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14614  map/pdftex.map): fontmap entry for `sy' already exists, duplicates ignored
14615  
14616  
14617  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14618  map/pdftex.map): fontmap entry for `tib' already exists, duplicates ignored
14619  
14620  
14621  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14622  map/pdftex.map): fontmap entry for `tibi' already exists, duplicates ignored
14623  
14624  
14625  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14626  map/pdftex.map): invalid entry for `tibo': SlantFont/ExtendFont can be used onl
14627  y with embedded Type1 fonts
14628  
14629  
14630  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14631  map/pdftex.map): fontmap entry for `tii' already exists, duplicates ignored
14632  
14633  
14634  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14635  map/pdftex.map): invalid entry for `tio': SlantFont/ExtendFont can be used only
14636   with embedded Type1 fonts
14637  
14638  
14639  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14640  map/pdftex.map): fontmap entry for `tir' already exists, duplicates ignored
14641  
14642  
14643  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14644  map/pdftex.map): fontmap entry for `tmbi108r' already exists, duplicates ignore
14645  d
14646  
14647  
14648  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14649  map/pdftex.map): invalid entry for `tmbo108r': SlantFont/ExtendFont can be used
14650   only with embedded Type1 fonts
14651  
14652  
14653  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14654  map/pdftex.map): invalid entry for `tmbu108r': SlantFont/ExtendFont can be used
14655   only with embedded Type1 fonts
14656  
14657  
14658  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14659  map/pdftex.map): fontmap entry for `tmrb108r' already exists, duplicates ignore
14660  d
14661  
14662  
14663  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14664  map/pdftex.map): fontmap entry for `tmri108r' already exists, duplicates ignore
14665  d
14666  
14667  
14668  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14669  map/pdftex.map): fontmap entry for `tmrm108r' already exists, duplicates ignore
14670  d
14671  
14672  
14673  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14674  map/pdftex.map): invalid entry for `tmro108r': SlantFont/ExtendFont can be used
14675   only with embedded Type1 fonts
14676  
14677  
14678  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14679  map/pdftex.map): invalid entry for `tmui108r': SlantFont/ExtendFont can be used
14680   only with embedded Type1 fonts
14681  
14682  
14683  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14684  map/pdftex.map): fontmap entry for `zd' already exists, duplicates ignored
14685  
14686  
14687  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14688  map/pdftex.map): ambiguous entry for `rpcxbsl': font file present but not inclu
14689  ded, will be treated as font file not present
14690  
14691  
14692  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14693  map/pdftex.map): ambiguous entry for `rpcxsl': font file present but not includ
14694  ed, will be treated as font file not present
14695  
14696  
14697  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14698  map/pdftex.map): ambiguous entry for `rpxbsl': font file present but not includ
14699  ed, will be treated as font file not present
14700  
14701  
14702  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14703  map/pdftex.map): ambiguous entry for `rpxpplb': font file present but not inclu
14704  ded, will be treated as font file not present
14705  
14706  
14707  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14708  map/pdftex.map): fontmap entry for `rpxpplb' already exists, duplicates ignored
14709  
14710  
14711  
14712  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14713  map/pdftex.map): ambiguous entry for `rpxpplbi': font file present but not incl
14714  uded, will be treated as font file not present
14715  
14716  
14717  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14718  map/pdftex.map): fontmap entry for `rpxpplbi' already exists, duplicates ignore
14719  d
14720  
14721  
14722  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14723  map/pdftex.map): ambiguous entry for `rpxpplbo': font file present but not incl
14724  uded, will be treated as font file not present
14725  
14726  
14727  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14728  map/pdftex.map): fontmap entry for `rpxpplbo' already exists, duplicates ignore
14729  d
14730  
14731  
14732  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14733  map/pdftex.map): ambiguous entry for `rpxpplr': font file present but not inclu
14734  ded, will be treated as font file not present
14735  
14736  
14737  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14738  map/pdftex.map): fontmap entry for `rpxpplr' already exists, duplicates ignored
14739  
14740  
14741  
14742  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14743  map/pdftex.map): ambiguous entry for `rpxpplri': font file present but not incl
14744  uded, will be treated as font file not present
14745  
14746  
14747  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14748  map/pdftex.map): fontmap entry for `rpxpplri' already exists, duplicates ignore
14749  d
14750  
14751  
14752  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14753  map/pdftex.map): ambiguous entry for `rpxpplro': font file present but not incl
14754  uded, will be treated as font file not present
14755  
14756  
14757  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14758  map/pdftex.map): fontmap entry for `rpxpplro' already exists, duplicates ignore
14759  d
14760  
14761  
14762  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14763  map/pdftex.map): ambiguous entry for `rpxsl': font file present but not include
14764  d, will be treated as font file not present
14765  }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2])
14766  [-3] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
14767  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
14768  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
14769  Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
14770  [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
14771  Overfull \hbox (13.87843pt too wide) in paragraph at lines 853--860
14772   []@textrm (-20) For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNT
14773  EDVALUES,
14774  [13]
14775  Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
14776   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
14777  VALUES[] 
14778  
14779  Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
14780   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
14781  LABEL[] 
14782  [14] [15] [16] [17] [18] [19] [20] [21] [22]
14783  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
14784   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
14785  34').[] 
14786  
14787  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
14788   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
14789  ."...|[] 
14790  
14791  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
14792   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
14793  '23'.|[] 
14794  
14795  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
14796   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
14797  '123'|[] 
14798  
14799  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
14800   []@texttt 0030  0a 29                                             |.)         
14801       |[] 
14802  [23] [24] [25] [26])
14803  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
14804  Chapter 2 [27] [28]
14805  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
14806   []@texttt => label (table | container_text | graph | model | object | image | 
14807  tree)[] 
14808  [29] l.178: Unicode char @u8:인 not defined for Texinfo
14809  l.178: Unicode char @u8:치 not defined for Texinfo
14810  l.181: Unicode char @u8:п not defined for Texinfo
14811  l.181: Unicode char @u8:т not defined for Texinfo
14812  l.184: Unicode char @u8:с not defined for Texinfo
14813  l.184: Unicode char @u8:м not defined for Texinfo [30]
14814  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
14815   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
14816  ives]]>[] 
14817  [31]
14818  Writing index file pspp-dev.vr
14819  [32] [33]
14820  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
14821   []@texttt => label (table | container_text | graph | model | object | image | 
14822  tree)[] 
14823  [34] [35] [36] [37]
14824  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
14825   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
14826   OTHER)?[] 
14827  [38] [39] [40]
14828  Overfull \hbox (57.50989pt too wide) in paragraph at lines 997--1000
14829  []@textrm (-20) PSPP uses this gram-mar to parse light de-tail mem-bers. See @t
14830  exttt src/output/spv/light-binary.grammar[]
14831  [41] [42] [43]
14832  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
14833   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
14834  2[bottom-margin])[] 
14835  [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
14836  Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
14837   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
14838   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
14839  [55] [56] [57]
14840  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
14841   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
14842  ariables][] 
14843  [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
14844  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
14845   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
14846  imeFormat[] 
14847  [71]
14848  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
14849   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
14850  imeFormat[] 
14851  [72] [73] [74] [75] [76] [77] [78]
14852  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
14853   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
14854  tMapping*[] 
14855  [79] [80]
14856  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
14857   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
14858  roperties printingProperties[] 
14859  [81] [82])
14860  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
14861  Chapter 3 [83] [84] [85]
14862  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
14863   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
14864  ttom-margin][] 
14865  [86] [87])
14866  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
14867  Chapter 4 [88]
14868  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
14869   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
14870  RYPTE|[] 
14871  
14872  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
14873   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
14874  0 00  |D@textttsl xxx@texttt ............|[] 
14875  
14876  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
14877   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
14878  .....|[] 
14879  
14880  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
14881   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
14882  .....|[] 
14883  [89] [90])
14884  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
14885  Chapter 5 [91] [92] [93] [94] [95] [96])
14886  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
14887  Chapter 6 [97] [98] [99] [100] [101] [102] [103])
14888  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
14889  [105] [106] [107] [108] [109] [110] [111]) [112] )
14890  (see the transcript file for additional information){/usr/share/texlive/texmf-d
14891  ist/fonts/enc/dvips/lm/lm-rep-cmsc.enc}{/usr/share/texlive/texmf-dist/fonts/enc
14892  /dvips/lm/lm-rep-cmit.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-
14893  rep-cmtt.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmrm.enc}
14894  </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/
14895  share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/
14896  texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive
14897  /texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf
14898  -dist/fonts/type1/public/lm/lmb10.pfb></usr/share/texlive/texmf-dist/fonts/type
14899  1/public/lm/lmbx12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmc
14900  sc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr10.pfb></usr/s
14901  hare/texlive/texmf-dist/fonts/type1/public/lm/lmr7.pfb></usr/share/texlive/texm
14902  f-dist/fonts/type1/public/lm/lmr9.pfb></usr/share/texlive/texmf-dist/fonts/type
14903  1/public/lm/lmri10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr
14904  o10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmtt10.pfb></usr/s
14905  hare/texlive/texmf-dist/fonts/type1/public/lm/lmtt12.pfb></usr/share/texlive/te
14906  xmf-dist/fonts/type1/public/lm/lmtt9.pfb></usr/share/texlive/texmf-dist/fonts/t
14907  ype1/public/lm/lmtto10.pfb>
14908  Output written on pspp-dev.pdf (117 pages, 629351 bytes).
14909  Transcript written on pspp-dev.log.
14910  This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdfetex)
14911   restricted \write18 enabled.
14912  entering extended mode
14913  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/pdf/xtr/pspp-dev.texi
14914  (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
14915  Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
14916  tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
14917  cross references, insertions,
14918  (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
14919  This is `epsf.tex' v2.7.4 <14 February 2011>
14920  ) localization, formatting, microtype, and turning on texinfo input format.)
14921  (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1{/usr/share/t
14922  exlive/texmf-var/fonts/map/pdftex/updmap/pdftex.map
14923  
14924  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14925  map/pdftex.map): fontmap entry for `cob' already exists, duplicates ignored
14926  
14927  
14928  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14929  map/pdftex.map): fontmap entry for `cobo' already exists, duplicates ignored
14930  
14931  
14932  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14933  map/pdftex.map): fontmap entry for `com' already exists, duplicates ignored
14934  
14935  
14936  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14937  map/pdftex.map): fontmap entry for `coo' already exists, duplicates ignored
14938  
14939  
14940  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14941  map/pdftex.map): fontmap entry for `hv' already exists, duplicates ignored
14942  
14943  
14944  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14945  map/pdftex.map): fontmap entry for `hvb' already exists, duplicates ignored
14946  
14947  
14948  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14949  map/pdftex.map): fontmap entry for `hvbo' already exists, duplicates ignored
14950  
14951  
14952  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14953  map/pdftex.map): fontmap entry for `hvo' already exists, duplicates ignored
14954  
14955  
14956  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14957  map/pdftex.map): fontmap entry for `pagd8g' already exists, duplicates ignored
14958  
14959  
14960  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14961  map/pdftex.map): fontmap entry for `pagd8r' already exists, duplicates ignored
14962  
14963  
14964  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14965  map/pdftex.map): fontmap entry for `pagd8y' already exists, duplicates ignored
14966  
14967  
14968  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14969  map/pdftex.map): fontmap entry for `pagd8z' already exists, duplicates ignored
14970  
14971  
14972  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14973  map/pdftex.map): fontmap entry for `pagdo8g' already exists, duplicates ignored
14974  
14975  
14976  
14977  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14978  map/pdftex.map): fontmap entry for `pagdo8r' already exists, duplicates ignored
14979  
14980  
14981  
14982  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14983  map/pdftex.map): fontmap entry for `pagdo8y' already exists, duplicates ignored
14984  
14985  
14986  
14987  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14988  map/pdftex.map): fontmap entry for `pagdo8z' already exists, duplicates ignored
14989  
14990  
14991  
14992  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14993  map/pdftex.map): fontmap entry for `pagk8g' already exists, duplicates ignored
14994  
14995  
14996  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
14997  map/pdftex.map): fontmap entry for `pagk8r' already exists, duplicates ignored
14998  
14999  
15000  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15001  map/pdftex.map): fontmap entry for `pagk8y' already exists, duplicates ignored
15002  
15003  
15004  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15005  map/pdftex.map): fontmap entry for `pagk8z' already exists, duplicates ignored
15006  
15007  
15008  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15009  map/pdftex.map): fontmap entry for `pagko8g' already exists, duplicates ignored
15010  
15011  
15012  
15013  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15014  map/pdftex.map): fontmap entry for `pagko8r' already exists, duplicates ignored
15015  
15016  
15017  
15018  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15019  map/pdftex.map): fontmap entry for `pagko8y' already exists, duplicates ignored
15020  
15021  
15022  
15023  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15024  map/pdftex.map): fontmap entry for `pagko8z' already exists, duplicates ignored
15025  
15026  
15027  
15028  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15029  map/pdftex.map): fontmap entry for `pbkd8g' already exists, duplicates ignored
15030  
15031  
15032  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15033  map/pdftex.map): fontmap entry for `pbkd8r' already exists, duplicates ignored
15034  
15035  
15036  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15037  map/pdftex.map): fontmap entry for `pbkd8y' already exists, duplicates ignored
15038  
15039  
15040  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15041  map/pdftex.map): fontmap entry for `pbkd8z' already exists, duplicates ignored
15042  
15043  
15044  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15045  map/pdftex.map): fontmap entry for `pbkdi8g' already exists, duplicates ignored
15046  
15047  
15048  
15049  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15050  map/pdftex.map): fontmap entry for `pbkdi8r' already exists, duplicates ignored
15051  
15052  
15053  
15054  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15055  map/pdftex.map): fontmap entry for `pbkdi8y' already exists, duplicates ignored
15056  
15057  
15058  
15059  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15060  map/pdftex.map): fontmap entry for `pbkdi8z' already exists, duplicates ignored
15061  
15062  
15063  
15064  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15065  map/pdftex.map): invalid entry for `pbkdo8r': SlantFont/ExtendFont can be used 
15066  only with embedded Type1 fonts
15067  
15068  
15069  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15070  map/pdftex.map): invalid entry for `pbkdo8y': SlantFont/ExtendFont can be used 
15071  only with embedded Type1 fonts
15072  
15073  
15074  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15075  map/pdftex.map): fontmap entry for `pbkl8g' already exists, duplicates ignored
15076  
15077  
15078  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15079  map/pdftex.map): fontmap entry for `pbkl8r' already exists, duplicates ignored
15080  
15081  
15082  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15083  map/pdftex.map): fontmap entry for `pbkl8y' already exists, duplicates ignored
15084  
15085  
15086  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15087  map/pdftex.map): fontmap entry for `pbkl8z' already exists, duplicates ignored
15088  
15089  
15090  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15091  map/pdftex.map): fontmap entry for `pbkli8g' already exists, duplicates ignored
15092  
15093  
15094  
15095  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15096  map/pdftex.map): fontmap entry for `pbkli8r' already exists, duplicates ignored
15097  
15098  
15099  
15100  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15101  map/pdftex.map): fontmap entry for `pbkli8y' already exists, duplicates ignored
15102  
15103  
15104  
15105  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15106  map/pdftex.map): fontmap entry for `pbkli8z' already exists, duplicates ignored
15107  
15108  
15109  
15110  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15111  map/pdftex.map): invalid entry for `pbklo8r': SlantFont/ExtendFont can be used 
15112  only with embedded Type1 fonts
15113  
15114  
15115  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15116  map/pdftex.map): invalid entry for `pbklo8y': SlantFont/ExtendFont can be used 
15117  only with embedded Type1 fonts
15118  
15119  
15120  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15121  map/pdftex.map): fontmap entry for `pcrb8g' already exists, duplicates ignored
15122  
15123  
15124  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15125  map/pdftex.map): fontmap entry for `pcrb8r' already exists, duplicates ignored
15126  
15127  
15128  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15129  map/pdftex.map): fontmap entry for `pcrb8u' already exists, duplicates ignored
15130  
15131  
15132  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15133  map/pdftex.map): fontmap entry for `pcrb8y' already exists, duplicates ignored
15134  
15135  
15136  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15137  map/pdftex.map): fontmap entry for `pcrbo8g' already exists, duplicates ignored
15138  
15139  
15140  
15141  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15142  map/pdftex.map): fontmap entry for `pcrbo8r' already exists, duplicates ignored
15143  
15144  
15145  
15146  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15147  map/pdftex.map): fontmap entry for `pcrbo8u' already exists, duplicates ignored
15148  
15149  
15150  
15151  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15152  map/pdftex.map): fontmap entry for `pcrbo8y' already exists, duplicates ignored
15153  
15154  
15155  
15156  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15157  map/pdftex.map): fontmap entry for `pcrr8g' already exists, duplicates ignored
15158  
15159  
15160  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15161  map/pdftex.map): fontmap entry for `pcrr8r' already exists, duplicates ignored
15162  
15163  
15164  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15165  map/pdftex.map): invalid entry for `pcrr8rn': SlantFont/ExtendFont can be used 
15166  only with embedded Type1 fonts
15167  
15168  
15169  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15170  map/pdftex.map): fontmap entry for `pcrr8u' already exists, duplicates ignored
15171  
15172  
15173  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15174  map/pdftex.map): fontmap entry for `pcrr8y' already exists, duplicates ignored
15175  
15176  
15177  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15178  map/pdftex.map): fontmap entry for `pcrro8g' already exists, duplicates ignored
15179  
15180  
15181  
15182  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15183  map/pdftex.map): fontmap entry for `pcrro8r' already exists, duplicates ignored
15184  
15185  
15186  
15187  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15188  map/pdftex.map): fontmap entry for `pcrro8u' already exists, duplicates ignored
15189  
15190  
15191  
15192  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15193  map/pdftex.map): fontmap entry for `pcrro8y' already exists, duplicates ignored
15194  
15195  
15196  
15197  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15198  map/pdftex.map): fontmap entry for `phvb8g' already exists, duplicates ignored
15199  
15200  
15201  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15202  map/pdftex.map): fontmap entry for `phvb8r' already exists, duplicates ignored
15203  
15204  
15205  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15206  map/pdftex.map): fontmap entry for `phvb8rn' already exists, duplicates ignored
15207  
15208  
15209  
15210  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15211  map/pdftex.map): fontmap entry for `phvb8y' already exists, duplicates ignored
15212  
15213  
15214  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15215  map/pdftex.map): fontmap entry for `phvb8yn' already exists, duplicates ignored
15216  
15217  
15218  
15219  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15220  map/pdftex.map): fontmap entry for `phvb8z' already exists, duplicates ignored
15221  
15222  
15223  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15224  map/pdftex.map): fontmap entry for `phvbn8g' already exists, duplicates ignored
15225  
15226  
15227  
15228  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15229  map/pdftex.map): fontmap entry for `phvbn8z' already exists, duplicates ignored
15230  
15231  
15232  
15233  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15234  map/pdftex.map): fontmap entry for `phvbo8g' already exists, duplicates ignored
15235  
15236  
15237  
15238  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15239  map/pdftex.map): fontmap entry for `phvbo8r' already exists, duplicates ignored
15240  
15241  
15242  
15243  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15244  map/pdftex.map): fontmap entry for `phvbo8rn' already exists, duplicates ignore
15245  d
15246  
15247  
15248  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15249  map/pdftex.map): fontmap entry for `phvbo8y' already exists, duplicates ignored
15250  
15251  
15252  
15253  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15254  map/pdftex.map): fontmap entry for `phvbo8yn' already exists, duplicates ignore
15255  d
15256  
15257  
15258  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15259  map/pdftex.map): fontmap entry for `phvbo8z' already exists, duplicates ignored
15260  
15261  
15262  
15263  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15264  map/pdftex.map): fontmap entry for `phvbon8g' already exists, duplicates ignore
15265  d
15266  
15267  
15268  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15269  map/pdftex.map): fontmap entry for `phvbon8z' already exists, duplicates ignore
15270  d
15271  
15272  
15273  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15274  map/pdftex.map): fontmap entry for `phvr8g' already exists, duplicates ignored
15275  
15276  
15277  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15278  map/pdftex.map): fontmap entry for `phvr8r' already exists, duplicates ignored
15279  
15280  
15281  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15282  map/pdftex.map): fontmap entry for `phvr8rn' already exists, duplicates ignored
15283  
15284  
15285  
15286  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15287  map/pdftex.map): fontmap entry for `phvr8y' already exists, duplicates ignored
15288  
15289  
15290  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15291  map/pdftex.map): fontmap entry for `phvr8yn' already exists, duplicates ignored
15292  
15293  
15294  
15295  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15296  map/pdftex.map): fontmap entry for `phvr8z' already exists, duplicates ignored
15297  
15298  
15299  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15300  map/pdftex.map): fontmap entry for `phvrn8g' already exists, duplicates ignored
15301  
15302  
15303  
15304  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15305  map/pdftex.map): fontmap entry for `phvrn8z' already exists, duplicates ignored
15306  
15307  
15308  
15309  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15310  map/pdftex.map): fontmap entry for `phvro8g' already exists, duplicates ignored
15311  
15312  
15313  
15314  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15315  map/pdftex.map): fontmap entry for `phvro8r' already exists, duplicates ignored
15316  
15317  
15318  
15319  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15320  map/pdftex.map): fontmap entry for `phvro8rn' already exists, duplicates ignore
15321  d
15322  
15323  
15324  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15325  map/pdftex.map): fontmap entry for `phvro8y' already exists, duplicates ignored
15326  
15327  
15328  
15329  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15330  map/pdftex.map): fontmap entry for `phvro8yn' already exists, duplicates ignore
15331  d
15332  
15333  
15334  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15335  map/pdftex.map): fontmap entry for `phvro8z' already exists, duplicates ignored
15336  
15337  
15338  
15339  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15340  map/pdftex.map): fontmap entry for `phvron8g' already exists, duplicates ignore
15341  d
15342  
15343  
15344  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15345  map/pdftex.map): fontmap entry for `phvron8z' already exists, duplicates ignore
15346  d
15347  
15348  
15349  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15350  map/pdftex.map): fontmap entry for `pncb8g' already exists, duplicates ignored
15351  
15352  
15353  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15354  map/pdftex.map): fontmap entry for `pncb8r' already exists, duplicates ignored
15355  
15356  
15357  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15358  map/pdftex.map): fontmap entry for `pncb8y' already exists, duplicates ignored
15359  
15360  
15361  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15362  map/pdftex.map): fontmap entry for `pncb8z' already exists, duplicates ignored
15363  
15364  
15365  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15366  map/pdftex.map): fontmap entry for `pncbi8g' already exists, duplicates ignored
15367  
15368  
15369  
15370  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15371  map/pdftex.map): fontmap entry for `pncbi8r' already exists, duplicates ignored
15372  
15373  
15374  
15375  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15376  map/pdftex.map): fontmap entry for `pncbi8y' already exists, duplicates ignored
15377  
15378  
15379  
15380  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15381  map/pdftex.map): fontmap entry for `pncbi8z' already exists, duplicates ignored
15382  
15383  
15384  
15385  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15386  map/pdftex.map): invalid entry for `pncbo8r': SlantFont/ExtendFont can be used 
15387  only with embedded Type1 fonts
15388  
15389  
15390  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15391  map/pdftex.map): invalid entry for `pncbo8y': SlantFont/ExtendFont can be used 
15392  only with embedded Type1 fonts
15393  
15394  
15395  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15396  map/pdftex.map): fontmap entry for `pncr8g' already exists, duplicates ignored
15397  
15398  
15399  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15400  map/pdftex.map): fontmap entry for `pncr8r' already exists, duplicates ignored
15401  
15402  
15403  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15404  map/pdftex.map): fontmap entry for `pncr8y' already exists, duplicates ignored
15405  
15406  
15407  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15408  map/pdftex.map): fontmap entry for `pncr8z' already exists, duplicates ignored
15409  
15410  
15411  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15412  map/pdftex.map): fontmap entry for `pncri8g' already exists, duplicates ignored
15413  
15414  
15415  
15416  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15417  map/pdftex.map): fontmap entry for `pncri8r' already exists, duplicates ignored
15418  
15419  
15420  
15421  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15422  map/pdftex.map): fontmap entry for `pncri8y' already exists, duplicates ignored
15423  
15424  
15425  
15426  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15427  map/pdftex.map): fontmap entry for `pncri8z' already exists, duplicates ignored
15428  
15429  
15430  
15431  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15432  map/pdftex.map): invalid entry for `pncro8r': SlantFont/ExtendFont can be used 
15433  only with embedded Type1 fonts
15434  
15435  
15436  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15437  map/pdftex.map): invalid entry for `pncro8y': SlantFont/ExtendFont can be used 
15438  only with embedded Type1 fonts
15439  
15440  
15441  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15442  map/pdftex.map): fontmap entry for `pplb8g' already exists, duplicates ignored
15443  
15444  
15445  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15446  map/pdftex.map): fontmap entry for `pplb8r' already exists, duplicates ignored
15447  
15448  
15449  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15450  map/pdftex.map): fontmap entry for `pplb8y' already exists, duplicates ignored
15451  
15452  
15453  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15454  map/pdftex.map): fontmap entry for `pplb8z' already exists, duplicates ignored
15455  
15456  
15457  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15458  map/pdftex.map): fontmap entry for `pplbi8g' already exists, duplicates ignored
15459  
15460  
15461  
15462  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15463  map/pdftex.map): fontmap entry for `pplbi8r' already exists, duplicates ignored
15464  
15465  
15466  
15467  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15468  map/pdftex.map): fontmap entry for `pplbi8y' already exists, duplicates ignored
15469  
15470  
15471  
15472  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15473  map/pdftex.map): fontmap entry for `pplbi8z' already exists, duplicates ignored
15474  
15475  
15476  
15477  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15478  map/pdftex.map): invalid entry for `pplbo8r': SlantFont/ExtendFont can be used 
15479  only with embedded Type1 fonts
15480  
15481  
15482  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15483  map/pdftex.map): invalid entry for `pplbo8y': SlantFont/ExtendFont can be used 
15484  only with embedded Type1 fonts
15485  
15486  
15487  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15488  map/pdftex.map): invalid entry for `pplbu8r': SlantFont/ExtendFont can be used 
15489  only with embedded Type1 fonts
15490  
15491  
15492  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15493  map/pdftex.map): invalid entry for `pplbu8y': SlantFont/ExtendFont can be used 
15494  only with embedded Type1 fonts
15495  
15496  
15497  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15498  map/pdftex.map): fontmap entry for `pplr8g' already exists, duplicates ignored
15499  
15500  
15501  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15502  map/pdftex.map): fontmap entry for `pplr8r' already exists, duplicates ignored
15503  
15504  
15505  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15506  map/pdftex.map): invalid entry for `pplr8rn': SlantFont/ExtendFont can be used 
15507  only with embedded Type1 fonts
15508  
15509  
15510  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15511  map/pdftex.map): fontmap entry for `pplr8y' already exists, duplicates ignored
15512  
15513  
15514  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15515  map/pdftex.map): invalid entry for `pplr8yn': SlantFont/ExtendFont can be used 
15516  only with embedded Type1 fonts
15517  
15518  
15519  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15520  map/pdftex.map): fontmap entry for `pplr8z' already exists, duplicates ignored
15521  
15522  
15523  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15524  map/pdftex.map): fontmap entry for `pplri8g' already exists, duplicates ignored
15525  
15526  
15527  
15528  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15529  map/pdftex.map): fontmap entry for `pplri8r' already exists, duplicates ignored
15530  
15531  
15532  
15533  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15534  map/pdftex.map): fontmap entry for `pplri8y' already exists, duplicates ignored
15535  
15536  
15537  
15538  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15539  map/pdftex.map): fontmap entry for `pplri8z' already exists, duplicates ignored
15540  
15541  
15542  
15543  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15544  map/pdftex.map): invalid entry for `pplro8r': SlantFont/ExtendFont can be used 
15545  only with embedded Type1 fonts
15546  
15547  
15548  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15549  map/pdftex.map): invalid entry for `pplro8y': SlantFont/ExtendFont can be used 
15550  only with embedded Type1 fonts
15551  
15552  
15553  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15554  map/pdftex.map): invalid entry for `pplrr8re': SlantFont/ExtendFont can be used
15555   only with embedded Type1 fonts
15556  
15557  
15558  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15559  map/pdftex.map): invalid entry for `pplrr8ye': SlantFont/ExtendFont can be used
15560   only with embedded Type1 fonts
15561  
15562  
15563  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15564  map/pdftex.map): invalid entry for `pplru8r': SlantFont/ExtendFont can be used 
15565  only with embedded Type1 fonts
15566  
15567  
15568  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15569  map/pdftex.map): invalid entry for `pplru8y': SlantFont/ExtendFont can be used 
15570  only with embedded Type1 fonts
15571  
15572  
15573  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15574  map/pdftex.map): fontmap entry for `psyr' already exists, duplicates ignored
15575  
15576  
15577  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15578  map/pdftex.map): fontmap entry for `psyrgo' already exists, duplicates ignored
15579  
15580  
15581  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15582  map/pdftex.map): invalid entry for `psyro': SlantFont/ExtendFont can be used on
15583  ly with embedded Type1 fonts
15584  
15585  
15586  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15587  map/pdftex.map): fontmap entry for `ptmb8g' already exists, duplicates ignored
15588  
15589  
15590  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15591  map/pdftex.map): fontmap entry for `ptmb8r' already exists, duplicates ignored
15592  
15593  
15594  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15595  map/pdftex.map): fontmap entry for `ptmb8y' already exists, duplicates ignored
15596  
15597  
15598  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15599  map/pdftex.map): fontmap entry for `ptmb8z' already exists, duplicates ignored
15600  
15601  
15602  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15603  map/pdftex.map): fontmap entry for `ptmbi8g' already exists, duplicates ignored
15604  
15605  
15606  
15607  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15608  map/pdftex.map): fontmap entry for `ptmbi8r' already exists, duplicates ignored
15609  
15610  
15611  
15612  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15613  map/pdftex.map): fontmap entry for `ptmbi8y' already exists, duplicates ignored
15614  
15615  
15616  
15617  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15618  map/pdftex.map): fontmap entry for `ptmbi8z' already exists, duplicates ignored
15619  
15620  
15621  
15622  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15623  map/pdftex.map): invalid entry for `ptmbo8r': SlantFont/ExtendFont can be used 
15624  only with embedded Type1 fonts
15625  
15626  
15627  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15628  map/pdftex.map): invalid entry for `ptmbo8y': SlantFont/ExtendFont can be used 
15629  only with embedded Type1 fonts
15630  
15631  
15632  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15633  map/pdftex.map): fontmap entry for `ptmr8g' already exists, duplicates ignored
15634  
15635  
15636  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15637  map/pdftex.map): fontmap entry for `ptmr8r' already exists, duplicates ignored
15638  
15639  
15640  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15641  map/pdftex.map): invalid entry for `ptmr8rn': SlantFont/ExtendFont can be used 
15642  only with embedded Type1 fonts
15643  
15644  
15645  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15646  map/pdftex.map): fontmap entry for `ptmr8y' already exists, duplicates ignored
15647  
15648  
15649  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15650  map/pdftex.map): invalid entry for `ptmr8yn': SlantFont/ExtendFont can be used 
15651  only with embedded Type1 fonts
15652  
15653  
15654  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15655  map/pdftex.map): fontmap entry for `ptmr8z' already exists, duplicates ignored
15656  
15657  
15658  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15659  map/pdftex.map): fontmap entry for `ptmri8g' already exists, duplicates ignored
15660  
15661  
15662  
15663  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15664  map/pdftex.map): fontmap entry for `ptmri8r' already exists, duplicates ignored
15665  
15666  
15667  
15668  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15669  map/pdftex.map): fontmap entry for `ptmri8y' already exists, duplicates ignored
15670  
15671  
15672  
15673  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15674  map/pdftex.map): fontmap entry for `ptmri8z' already exists, duplicates ignored
15675  
15676  
15677  
15678  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15679  map/pdftex.map): invalid entry for `ptmro8r': SlantFont/ExtendFont can be used 
15680  only with embedded Type1 fonts
15681  
15682  
15683  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15684  map/pdftex.map): invalid entry for `ptmro8y': SlantFont/ExtendFont can be used 
15685  only with embedded Type1 fonts
15686  
15687  
15688  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15689  map/pdftex.map): invalid entry for `ptmrr8re': SlantFont/ExtendFont can be used
15690   only with embedded Type1 fonts
15691  
15692  
15693  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15694  map/pdftex.map): invalid entry for `ptmrr8ye': SlantFont/ExtendFont can be used
15695   only with embedded Type1 fonts
15696  
15697  
15698  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15699  map/pdftex.map): fontmap entry for `pzcmi8r' already exists, duplicates ignored
15700  
15701  
15702  
15703  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15704  map/pdftex.map): fontmap entry for `pzcmi8y' already exists, duplicates ignored
15705  
15706  
15707  
15708  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15709  map/pdftex.map): fontmap entry for `pzcmi8z' already exists, duplicates ignored
15710  
15711  
15712  
15713  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15714  map/pdftex.map): fontmap entry for `pzdr' already exists, duplicates ignored
15715  
15716  
15717  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15718  map/pdftex.map): fontmap entry for `rpagd' already exists, duplicates ignored
15719  
15720  
15721  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15722  map/pdftex.map): fontmap entry for `rpagdo' already exists, duplicates ignored
15723  
15724  
15725  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15726  map/pdftex.map): fontmap entry for `rpagk' already exists, duplicates ignored
15727  
15728  
15729  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15730  map/pdftex.map): fontmap entry for `rpagko' already exists, duplicates ignored
15731  
15732  
15733  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15734  map/pdftex.map): fontmap entry for `rpbkd' already exists, duplicates ignored
15735  
15736  
15737  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15738  map/pdftex.map): fontmap entry for `rpbkdi' already exists, duplicates ignored
15739  
15740  
15741  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15742  map/pdftex.map): fontmap entry for `rpbkl' already exists, duplicates ignored
15743  
15744  
15745  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15746  map/pdftex.map): fontmap entry for `rpbkli' already exists, duplicates ignored
15747  
15748  
15749  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15750  map/pdftex.map): fontmap entry for `rpcrb' already exists, duplicates ignored
15751  
15752  
15753  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15754  map/pdftex.map): fontmap entry for `rpcrbo' already exists, duplicates ignored
15755  
15756  
15757  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15758  map/pdftex.map): fontmap entry for `rpcrr' already exists, duplicates ignored
15759  
15760  
15761  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15762  map/pdftex.map): fontmap entry for `rpcrro' already exists, duplicates ignored
15763  
15764  
15765  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15766  map/pdftex.map): fontmap entry for `rphvb' already exists, duplicates ignored
15767  
15768  
15769  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15770  map/pdftex.map): fontmap entry for `rphvbo' already exists, duplicates ignored
15771  
15772  
15773  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15774  map/pdftex.map): invalid entry for `rphvbon': SlantFont/ExtendFont can be used 
15775  only with embedded Type1 fonts
15776  
15777  
15778  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15779  map/pdftex.map): invalid entry for `rphvbrn': SlantFont/ExtendFont can be used 
15780  only with embedded Type1 fonts
15781  
15782  
15783  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15784  map/pdftex.map): fontmap entry for `rphvr' already exists, duplicates ignored
15785  
15786  
15787  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15788  map/pdftex.map): fontmap entry for `rphvro' already exists, duplicates ignored
15789  
15790  
15791  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15792  map/pdftex.map): invalid entry for `rphvron': SlantFont/ExtendFont can be used 
15793  only with embedded Type1 fonts
15794  
15795  
15796  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15797  map/pdftex.map): invalid entry for `rphvrrn': SlantFont/ExtendFont can be used 
15798  only with embedded Type1 fonts
15799  
15800  
15801  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15802  map/pdftex.map): fontmap entry for `rpncb' already exists, duplicates ignored
15803  
15804  
15805  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15806  map/pdftex.map): fontmap entry for `rpncbi' already exists, duplicates ignored
15807  
15808  
15809  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15810  map/pdftex.map): fontmap entry for `rpncr' already exists, duplicates ignored
15811  
15812  
15813  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15814  map/pdftex.map): fontmap entry for `rpncri' already exists, duplicates ignored
15815  
15816  
15817  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15818  map/pdftex.map): fontmap entry for `rpplb' already exists, duplicates ignored
15819  
15820  
15821  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15822  map/pdftex.map): fontmap entry for `rpplbi' already exists, duplicates ignored
15823  
15824  
15825  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15826  map/pdftex.map): invalid entry for `rpplbu': SlantFont/ExtendFont can be used o
15827  nly with embedded Type1 fonts
15828  
15829  
15830  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15831  map/pdftex.map): fontmap entry for `rpplr' already exists, duplicates ignored
15832  
15833  
15834  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15835  map/pdftex.map): fontmap entry for `rpplri' already exists, duplicates ignored
15836  
15837  
15838  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15839  map/pdftex.map): invalid entry for `rpplro': SlantFont/ExtendFont can be used o
15840  nly with embedded Type1 fonts
15841  
15842  
15843  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15844  map/pdftex.map): invalid entry for `rpplrre': SlantFont/ExtendFont can be used 
15845  only with embedded Type1 fonts
15846  
15847  
15848  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15849  map/pdftex.map): invalid entry for `rpplrrn': SlantFont/ExtendFont can be used 
15850  only with embedded Type1 fonts
15851  
15852  
15853  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15854  map/pdftex.map): invalid entry for `rpplru': SlantFont/ExtendFont can be used o
15855  nly with embedded Type1 fonts
15856  
15857  
15858  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15859  map/pdftex.map): fontmap entry for `rpsyr' already exists, duplicates ignored
15860  
15861  
15862  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15863  map/pdftex.map): invalid entry for `rpsyro': SlantFont/ExtendFont can be used o
15864  nly with embedded Type1 fonts
15865  
15866  
15867  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15868  map/pdftex.map): fontmap entry for `rptmb' already exists, duplicates ignored
15869  
15870  
15871  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15872  map/pdftex.map): fontmap entry for `rptmbi' already exists, duplicates ignored
15873  
15874  
15875  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15876  map/pdftex.map): invalid entry for `rptmbo': SlantFont/ExtendFont can be used o
15877  nly with embedded Type1 fonts
15878  
15879  
15880  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15881  map/pdftex.map): fontmap entry for `rptmr' already exists, duplicates ignored
15882  
15883  
15884  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15885  map/pdftex.map): fontmap entry for `rptmri' already exists, duplicates ignored
15886  
15887  
15888  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15889  map/pdftex.map): invalid entry for `rptmro': SlantFont/ExtendFont can be used o
15890  nly with embedded Type1 fonts
15891  
15892  
15893  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15894  map/pdftex.map): invalid entry for `rptmrre': SlantFont/ExtendFont can be used 
15895  only with embedded Type1 fonts
15896  
15897  
15898  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15899  map/pdftex.map): invalid entry for `rptmrrn': SlantFont/ExtendFont can be used 
15900  only with embedded Type1 fonts
15901  
15902  
15903  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15904  map/pdftex.map): fontmap entry for `rpzcmi' already exists, duplicates ignored
15905  
15906  
15907  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15908  map/pdftex.map): fontmap entry for `rpzdr' already exists, duplicates ignored
15909  
15910  
15911  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15912  map/pdftex.map): fontmap entry for `rtxphvb' already exists, duplicates ignored
15913  
15914  
15915  
15916  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15917  map/pdftex.map): invalid entry for `rtxphvbo': SlantFont/ExtendFont can be used
15918   only with embedded Type1 fonts
15919  
15920  
15921  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15922  map/pdftex.map): fontmap entry for `rtxphvr' already exists, duplicates ignored
15923  
15924  
15925  
15926  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15927  map/pdftex.map): invalid entry for `rtxphvro': SlantFont/ExtendFont can be used
15928   only with embedded Type1 fonts
15929  
15930  
15931  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15932  map/pdftex.map): fontmap entry for `rtxptmb' already exists, duplicates ignored
15933  
15934  
15935  
15936  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15937  map/pdftex.map): fontmap entry for `rtxptmbi' already exists, duplicates ignore
15938  d
15939  
15940  
15941  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15942  map/pdftex.map): invalid entry for `rtxptmbo': SlantFont/ExtendFont can be used
15943   only with embedded Type1 fonts
15944  
15945  
15946  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15947  map/pdftex.map): fontmap entry for `rtxptmr' already exists, duplicates ignored
15948  
15949  
15950  
15951  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15952  map/pdftex.map): fontmap entry for `rtxptmri' already exists, duplicates ignore
15953  d
15954  
15955  
15956  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15957  map/pdftex.map): invalid entry for `rtxptmro': SlantFont/ExtendFont can be used
15958   only with embedded Type1 fonts
15959  
15960  
15961  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15962  map/pdftex.map): fontmap entry for `sy' already exists, duplicates ignored
15963  
15964  
15965  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15966  map/pdftex.map): fontmap entry for `tib' already exists, duplicates ignored
15967  
15968  
15969  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15970  map/pdftex.map): fontmap entry for `tibi' already exists, duplicates ignored
15971  
15972  
15973  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15974  map/pdftex.map): invalid entry for `tibo': SlantFont/ExtendFont can be used onl
15975  y with embedded Type1 fonts
15976  
15977  
15978  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15979  map/pdftex.map): fontmap entry for `tii' already exists, duplicates ignored
15980  
15981  
15982  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15983  map/pdftex.map): invalid entry for `tio': SlantFont/ExtendFont can be used only
15984   with embedded Type1 fonts
15985  
15986  
15987  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15988  map/pdftex.map): fontmap entry for `tir' already exists, duplicates ignored
15989  
15990  
15991  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15992  map/pdftex.map): fontmap entry for `tmbi108r' already exists, duplicates ignore
15993  d
15994  
15995  
15996  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
15997  map/pdftex.map): invalid entry for `tmbo108r': SlantFont/ExtendFont can be used
15998   only with embedded Type1 fonts
15999  
16000  
16001  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16002  map/pdftex.map): invalid entry for `tmbu108r': SlantFont/ExtendFont can be used
16003   only with embedded Type1 fonts
16004  
16005  
16006  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16007  map/pdftex.map): fontmap entry for `tmrb108r' already exists, duplicates ignore
16008  d
16009  
16010  
16011  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16012  map/pdftex.map): fontmap entry for `tmri108r' already exists, duplicates ignore
16013  d
16014  
16015  
16016  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16017  map/pdftex.map): fontmap entry for `tmrm108r' already exists, duplicates ignore
16018  d
16019  
16020  
16021  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16022  map/pdftex.map): invalid entry for `tmro108r': SlantFont/ExtendFont can be used
16023   only with embedded Type1 fonts
16024  
16025  
16026  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16027  map/pdftex.map): invalid entry for `tmui108r': SlantFont/ExtendFont can be used
16028   only with embedded Type1 fonts
16029  
16030  
16031  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16032  map/pdftex.map): fontmap entry for `zd' already exists, duplicates ignored
16033  
16034  
16035  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16036  map/pdftex.map): ambiguous entry for `rpcxbsl': font file present but not inclu
16037  ded, will be treated as font file not present
16038  
16039  
16040  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16041  map/pdftex.map): ambiguous entry for `rpcxsl': font file present but not includ
16042  ed, will be treated as font file not present
16043  
16044  
16045  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16046  map/pdftex.map): ambiguous entry for `rpxbsl': font file present but not includ
16047  ed, will be treated as font file not present
16048  
16049  
16050  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16051  map/pdftex.map): ambiguous entry for `rpxpplb': font file present but not inclu
16052  ded, will be treated as font file not present
16053  
16054  
16055  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16056  map/pdftex.map): fontmap entry for `rpxpplb' already exists, duplicates ignored
16057  
16058  
16059  
16060  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16061  map/pdftex.map): ambiguous entry for `rpxpplbi': font file present but not incl
16062  uded, will be treated as font file not present
16063  
16064  
16065  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16066  map/pdftex.map): fontmap entry for `rpxpplbi' already exists, duplicates ignore
16067  d
16068  
16069  
16070  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16071  map/pdftex.map): ambiguous entry for `rpxpplbo': font file present but not incl
16072  uded, will be treated as font file not present
16073  
16074  
16075  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16076  map/pdftex.map): fontmap entry for `rpxpplbo' already exists, duplicates ignore
16077  d
16078  
16079  
16080  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16081  map/pdftex.map): ambiguous entry for `rpxpplr': font file present but not inclu
16082  ded, will be treated as font file not present
16083  
16084  
16085  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16086  map/pdftex.map): fontmap entry for `rpxpplr' already exists, duplicates ignored
16087  
16088  
16089  
16090  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16091  map/pdftex.map): ambiguous entry for `rpxpplri': font file present but not incl
16092  uded, will be treated as font file not present
16093  
16094  
16095  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16096  map/pdftex.map): fontmap entry for `rpxpplri' already exists, duplicates ignore
16097  d
16098  
16099  
16100  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16101  map/pdftex.map): ambiguous entry for `rpxpplro': font file present but not incl
16102  uded, will be treated as font file not present
16103  
16104  
16105  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16106  map/pdftex.map): fontmap entry for `rpxpplro' already exists, duplicates ignore
16107  d
16108  
16109  
16110  pdfTeX warning: pdfetex (file /usr/share/texlive/texmf-var/fonts/map/pdftex/upd
16111  map/pdftex.map): ambiguous entry for `rpxsl': font file present but not include
16112  d, will be treated as font file not present
16113  }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2])
16114  [-3] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
16115  (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
16116  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
16117  Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
16118  [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
16119  Overfull \hbox (13.87843pt too wide) in paragraph at lines 853--860
16120   []@textrm (-20) For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNT
16121  EDVALUES,
16122  [13]
16123  Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
16124   []       @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
16125  VALUES[] 
16126  
16127  Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
16128   []       @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
16129  LABEL[] 
16130  [14] [15] [16] [17] [18] [19] [20] [21] [22]
16131  Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
16132   []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
16133  34').[] 
16134  
16135  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
16136   []@texttt 0000  07 00 00 00 12 00 00 00  01 00 00 00 22 00 00 00  |...........
16137  ."...|[] 
16138  
16139  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
16140   []@texttt 0010  64 75 6d 6d 79 3a 66 72  65 64 28 27 32 33 27 0a  |dummy:fred(
16141  '23'.|[] 
16142  
16143  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
16144   []@texttt 0020  27 33 34 27 0a 29 62 65  72 74 28 27 31 32 33 27  |'34'.)bert(
16145  '123'|[] 
16146  
16147  Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
16148   []@texttt 0030  0a 29                                             |.)         
16149       |[] 
16150  [23] [24] [25] [26])
16151  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
16152  Chapter 2 [27] [28]
16153  Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
16154   []@texttt => label (table | container_text | graph | model | object | image | 
16155  tree)[] 
16156  [29] l.178: Unicode char @u8:인 not defined for Texinfo
16157  l.178: Unicode char @u8:치 not defined for Texinfo
16158  l.181: Unicode char @u8:п not defined for Texinfo
16159  l.181: Unicode char @u8:т not defined for Texinfo
16160  l.184: Unicode char @u8:с not defined for Texinfo
16161  l.184: Unicode char @u8:м not defined for Texinfo [30]
16162  Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
16163   []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
16164  ives]]>[] 
16165  [31]
16166  Writing index file pspp-dev.vr
16167  [32] [33]
16168  Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
16169   []@texttt => label (table | container_text | graph | model | object | image | 
16170  tree)[] 
16171  [34] [35] [36] [37]
16172  Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
16173   []   @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
16174   OTHER)?[] 
16175  [38] [39] [40]
16176  Overfull \hbox (57.50989pt too wide) in paragraph at lines 997--1000
16177  []@textrm (-20) PSPP uses this gram-mar to parse light de-tail mem-bers. See @t
16178  exttt src/output/spv/light-binary.grammar[]
16179  [41] [42] [43]
16180  Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
16181   []    @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
16182  2[bottom-margin])[] 
16183  [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
16184  Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
16185   []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
16186   (58 $@textsy j$ @texttt 31 string[id]))?)[] 
16187  [55] [56] [57]
16188  Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
16189   []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
16190  ariables][] 
16191  [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
16192  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
16193   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
16194  imeFormat[] 
16195  [71]
16196  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
16197   []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
16198  imeFormat[] 
16199  [72] [73] [74] [75] [76] [77] [78]
16200  Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
16201   []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
16202  tMapping*[] 
16203  [79] [80]
16204  Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
16205   []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
16206  roperties printingProperties[] 
16207  [81] [82])
16208  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
16209  Chapter 3 [83] [84] [85]
16210  Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
16211   []   @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
16212  ttom-margin][] 
16213  [86] [87])
16214  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
16215  Chapter 4 [88]
16216  Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
16217   []@texttt 0000  1c 00 00 00 00 00 00 00  45 4e 43 52 59 50 54 45  |........ENC
16218  RYPTE|[] 
16219  
16220  Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
16221   []@texttt 0010  44 @textttsl xx xx xx @texttt 15 00 00 00  00 00 00 00 00 00 0
16222  0 00  |D@textttsl xxx@texttt ............|[] 
16223  
16224  Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
16225   []@texttt 0000  70 73 70 70 00 00 00 00  00 00 00 00 00 00 00 00  |pspp.......
16226  .....|[] 
16227  
16228  Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
16229   []@texttt 0010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |...........
16230  .....|[] 
16231  [89] [90])
16232  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
16233  Chapter 5 [91] [92] [93] [94] [95] [96])
16234  (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
16235  Chapter 6 [97] [98] [99] [100] [101] [102] [103])
16236  (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
16237  [105] [106] [107] [108] [109] [110] [111]) [112] )
16238  (see the transcript file for additional information){/usr/share/texlive/texmf-d
16239  ist/fonts/enc/dvips/lm/lm-rep-cmsc.enc}{/usr/share/texlive/texmf-dist/fonts/enc
16240  /dvips/lm/lm-rep-cmit.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-
16241  rep-cmtt.enc}{/usr/share/texlive/texmf-dist/fonts/enc/dvips/lm/lm-rep-cmrm.enc}
16242  </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/
16243  share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi12.pfb></usr/share/
16244  texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb></usr/share/texlive
16245  /texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texmf
16246  -dist/fonts/type1/public/lm/lmb10.pfb></usr/share/texlive/texmf-dist/fonts/type
16247  1/public/lm/lmbx12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmc
16248  sc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr10.pfb></usr/s
16249  hare/texlive/texmf-dist/fonts/type1/public/lm/lmr7.pfb></usr/share/texlive/texm
16250  f-dist/fonts/type1/public/lm/lmr9.pfb></usr/share/texlive/texmf-dist/fonts/type
16251  1/public/lm/lmri10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmr
16252  o10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/lm/lmtt10.pfb></usr/s
16253  hare/texlive/texmf-dist/fonts/type1/public/lm/lmtt12.pfb></usr/share/texlive/te
16254  xmf-dist/fonts/type1/public/lm/lmtt9.pfb></usr/share/texlive/texmf-dist/fonts/t
16255  ype1/public/lm/lmtto10.pfb>
16256  Output written on pspp-dev.pdf (117 pages, 629351 bytes).
16257  Transcript written on pspp-dev.log.
16258  Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.txt --no-split --no-headers  -I 'doc' "doc/pspp-dev.texi")
16259  Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o pspp-dev.html  -I 'doc'  "doc/pspp-dev.texi")
16260  Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp-dev.html  -I 'doc'  "doc/pspp-dev.texi")
16261  Making .tar.gz for sources...
16262  bugs.texi
16263  combining.texi
16264  command-index.texi
16265  concept-index.texi
16266  data-io.texi
16267  data-selection.texi
16268  expressions.texi
16269  fdl.texi
16270  files.texi
16271  flow-control.texi
16272  function-index.texi
16273  installing.texi
16274  introduction.texi
16275  invoking.texi
16276  language.texi
16277  license.texi
16278  matrices.texi
16279  ni.texi
16280  not-implemented.texi
16281  pspp-convert.texi
16282  pspp-dev.texi
16283  pspp-dump-sav.texi
16284  pspp-output.texi
16285  pspp.texi
16286  regression.texi
16287  statistics.texi
16288  transformation.texi
16289  tutorial.texi
16290  tut.texi
16291  utilities.texi
16292  variables.texi
16293  version-dev.texi
16294  version.texi
16295  Writing index file...
16296  Done, see /home/blp/tmp/pspptmp/master/source/results/dev-guide/ subdirectory for new files.

16298  Saving Developers Guide: dev-guide

16300  Success