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'
42 Configure ssw source
43 cd ssw && mkdir _build && cd _build && ../configure
44 checking for a BSD-compatible install... /usr/bin/install -c
45 checking whether build environment is sane... yes
46 checking for a race-free mkdir -p... /usr/bin/mkdir -p
47 checking for gawk... gawk
48 checking whether make sets $(MAKE)... yes
49 checking whether make supports nested variables... yes
50 checking for gcc... gcc
51 checking whether the C compiler works... yes
52 checking for C compiler default output file name... a.out
53 checking for suffix of executables...
54 checking whether we are cross compiling... no
55 checking for suffix of object files... o
56 checking whether the compiler supports GNU C... yes
57 checking whether gcc accepts -g... yes
58 checking for gcc option to enable C11 features... none needed
59 checking whether gcc understands -c and -o together... yes
60 checking whether make supports the include directive... yes (GNU style)
61 checking dependency style of gcc... gcc3
62 checking build system type... x86_64-pc-linux-gnu
63 checking host system type... x86_64-pc-linux-gnu
64 checking how to print strings... printf
65 checking for a sed that does not truncate output... /usr/bin/sed
66 checking for grep that handles long lines and -e... /usr/bin/grep
67 checking for egrep... /usr/bin/grep -E
68 checking for fgrep... /usr/bin/grep -F
69 checking for ld used by gcc... /usr/bin/ld
70 checking if the linker (/usr/bin/ld) is GNU ld... yes
71 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
72 checking the name lister (/usr/bin/nm -B) interface... BSD nm
73 checking whether ln -s works... yes
74 checking the maximum length of command line arguments... 1572864
75 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
76 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
77 checking for /usr/bin/ld option to reload object files... -r
78 checking for file... file
79 checking for objdump... objdump
80 checking how to recognize dependent libraries... pass_all
81 checking for dlltool... no
82 checking how to associate runtime and link libraries... printf %s\n
83 checking for ar... ar
84 checking for archiver @FILE support... @
85 checking for strip... strip
86 checking for ranlib... ranlib
87 checking command to parse /usr/bin/nm -B output from gcc object... ok
88 checking for sysroot... no
89 checking for a working dd... /usr/bin/dd
90 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
91 checking for mt... no
92 checking if : is a manifest tool... no
93 checking for stdio.h... yes
94 checking for stdlib.h... yes
95 checking for string.h... yes
96 checking for inttypes.h... yes
97 checking for stdint.h... yes
98 checking for strings.h... yes
99 checking for sys/stat.h... yes
100 checking for sys/types.h... yes
101 checking for unistd.h... yes
102 checking for dlfcn.h... yes
103 checking for objdir... .libs
104 checking if gcc supports -fno-rtti -fno-exceptions... no
105 checking for gcc option to produce PIC... -fPIC -DPIC
106 checking if gcc PIC flag -fPIC -DPIC works... yes
107 checking if gcc static flag -static works... yes
108 checking if gcc supports -c -o file.o... yes
109 checking if gcc supports -c -o file.o... (cached) yes
110 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
111 checking whether -lc should be explicitly linked in... no
112 checking dynamic linker characteristics... GNU/Linux ld.so
113 checking how to hardcode library paths into programs... immediate
114 checking whether stripping libraries is possible... yes
115 checking if libtool supports shared libraries... yes
116 checking whether to build shared libraries... yes
117 checking whether to build static libraries... yes
118 checking for pkg-config... /usr/bin/pkg-config
119 checking pkg-config is at least version 0.9.0... yes
120 checking for gtk+-3.0 >= 3.18.0... yes
121 checking for glib-2.0 >= 2.44... yes
122 checking that generated files are newer than configure... done
123 configure: creating ./config.status
124 config.status: creating Makefile
125 config.status: creating spread-sheet-widget.pc
126 config.status: creating config.h
127 config.status: executing depfiles commands
128 config.status: executing libtool commands
130 Make ssw source tarball
131 cd ssw/_build && make -j128 dist
132 make dist-gzip am__post_remove_distdir='@:'
133 make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
134 glib-genmarshal --body --prefix=ssw_cclosure_marshal ../src/marshall-list > src/ssw-marshaller.c,tmp
135 glib-genmarshal --header --prefix=ssw_cclosure_marshal ../src/marshall-list > src/ssw-marshaller.h,tmp
136 INFO: Reading ../src/marshall-list...
137 INFO: Reading ../src/marshall-list...
138 mv src/ssw-marshaller.c,tmp src/ssw-marshaller.c
139 mv src/ssw-marshaller.h,tmp src/ssw-marshaller.h
140 make distdir-am
141 make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
142 cat -n ../doc/prog1.c > doc/prog1.c-enum
143 cat -n ../doc/prog2.c > doc/prog2.c-enum
144 make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
145 make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
146 Updating ../doc/version.texi
147 if test -d "spread-sheet-widget-0.10-ge9e2eb"; then find "spread-sheet-widget-0.10-ge9e2eb" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "spread-sheet-widget-0.10-ge9e2eb" || { sleep 5 && rm -rf "spread-sheet-widget-0.10-ge9e2eb"; }; else :; fi
148 test -d "spread-sheet-widget-0.10-ge9e2eb" || mkdir "spread-sheet-widget-0.10-ge9e2eb"
149 make \
150 top_distdir="spread-sheet-widget-0.10-ge9e2eb" distdir="spread-sheet-widget-0.10-ge9e2eb" \
151 dist-info dist-hook
152 make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
153 restore=: && backupdir=".am$$" && \
154 am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd .. && \
155 rm -rf $backupdir && mkdir $backupdir && \
156 if (/bin/sh '/home/blp/tmp/pspptmp/master/source/ssw/missing' makeinfo --version) >/dev/null 2>&1; then \
157 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 \
158 if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
159 done; \
160 else :; fi && \
161 cd "$am__cwd"; \
162 if /bin/sh '/home/blp/tmp/pspptmp/master/source/ssw/missing' makeinfo -I ./doc -I doc -I ../doc \
163 -o ../doc/spread-sheet-widget.info ../doc/spread-sheet-widget.texi; \
164 then \
165 rc=0; \
166 CDPATH="${ZSH_VERSION+.}:" && cd ..; \
167 else \
168 rc=$?; \
169 CDPATH="${ZSH_VERSION+.}:" && cd .. && \
170 $restore $backupdir/* `echo "./../doc/spread-sheet-widget.info" | sed 's|[^/]*$||'`; \
171 fi; \
172 rm -rf $backupdir; exit $rc
173 if test -d ../.git; then \
174 git -C ../.git log --date=short --pretty='%cd %an <%ae>%n%n %s%n%n' > spread-sheet-widget-0.10-ge9e2eb/cl-t || exit 1; \
175 mv spread-sheet-widget-0.10-ge9e2eb/cl-t spread-sheet-widget-0.10-ge9e2eb/ChangeLog; \
176 cat ../ChangeLog >> spread-sheet-widget-0.10-ge9e2eb/ChangeLog; \
177 fi
178 find spread-sheet-widget-0.10-ge9e2eb -exec touch -c -d @0 {} \;
179 make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
180 test -n "" \
181 || find "spread-sheet-widget-0.10-ge9e2eb" -type d ! -perm -755 \
182 -exec chmod u+rwx,go+rx {} \; -o \
183 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
184 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
185 ! -type d ! -perm -444 -exec /bin/sh /home/blp/tmp/pspptmp/master/source/ssw/install-sh -c -m a+r {} {} \; \
186 || chmod -R a+r "spread-sheet-widget-0.10-ge9e2eb"
187 make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
188 tardir=spread-sheet-widget-0.10-ge9e2eb && ${TAR-tar} chof - "$tardir" | eval GZIP= gzip --best -c >spread-sheet-widget-0.10-ge9e2eb.tar.gz
189 make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/ssw/_build'
190 if test -d "spread-sheet-widget-0.10-ge9e2eb"; then find "spread-sheet-widget-0.10-ge9e2eb" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "spread-sheet-widget-0.10-ge9e2eb" || { sleep 5 && rm -rf "spread-sheet-widget-0.10-ge9e2eb"; }; else :; fi
192 Saving ssw source distribution: spread-sheet-widget-0.10-ge9e2eb.tar.gz
193 cp -R ssw/_build/spread-sheet-widget-0.10-ge9e2eb.tar.gz /home/blp/tmp/pspptmp/master/source/results/spread-sheet-widget-0.10-ge9e2eb.tar.gz
195 Extract ssw/_build/spread-sheet-widget-0.10-ge9e2eb.tar.gz into spread-sheet-widget-0.10-ge9e2eb
196 tar xzf ssw/_build/spread-sheet-widget-0.10-ge9e2eb.tar.gz
198 Configure spread-sheet-widget
199 cd spread-sheet-widget-0.10-ge9e2eb && ./configure --prefix=''
200 checking for a BSD-compatible install... /usr/bin/install -c
201 checking whether build environment is sane... yes
202 checking for a race-free mkdir -p... /usr/bin/mkdir -p
203 checking for gawk... gawk
204 checking whether make sets $(MAKE)... yes
205 checking whether make supports nested variables... yes
206 checking for gcc... gcc
207 checking whether the C compiler works... yes
208 checking for C compiler default output file name... a.out
209 checking for suffix of executables...
210 checking whether we are cross compiling... no
211 checking for suffix of object files... o
212 checking whether the compiler supports GNU C... yes
213 checking whether gcc accepts -g... yes
214 checking for gcc option to enable C11 features... none needed
215 checking whether gcc understands -c and -o together... yes
216 checking whether make supports the include directive... yes (GNU style)
217 checking dependency style of gcc... gcc3
218 checking build system type... x86_64-pc-linux-gnu
219 checking host system type... x86_64-pc-linux-gnu
220 checking how to print strings... printf
221 checking for a sed that does not truncate output... /usr/bin/sed
222 checking for grep that handles long lines and -e... /usr/bin/grep
223 checking for egrep... /usr/bin/grep -E
224 checking for fgrep... /usr/bin/grep -F
225 checking for ld used by gcc... /usr/bin/ld
226 checking if the linker (/usr/bin/ld) is GNU ld... yes
227 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
228 checking the name lister (/usr/bin/nm -B) interface... BSD nm
229 checking whether ln -s works... yes
230 checking the maximum length of command line arguments... 1572864
231 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
232 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
233 checking for /usr/bin/ld option to reload object files... -r
234 checking for file... file
235 checking for objdump... objdump
236 checking how to recognize dependent libraries... pass_all
237 checking for dlltool... no
238 checking how to associate runtime and link libraries... printf %s\n
239 checking for ar... ar
240 checking for archiver @FILE support... @
241 checking for strip... strip
242 checking for ranlib... ranlib
243 checking command to parse /usr/bin/nm -B output from gcc object... ok
244 checking for sysroot... no
245 checking for a working dd... /usr/bin/dd
246 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
247 checking for mt... no
248 checking if : is a manifest tool... no
249 checking for stdio.h... yes
250 checking for stdlib.h... yes
251 checking for string.h... yes
252 checking for inttypes.h... yes
253 checking for stdint.h... yes
254 checking for strings.h... yes
255 checking for sys/stat.h... yes
256 checking for sys/types.h... yes
257 checking for unistd.h... yes
258 checking for dlfcn.h... yes
259 checking for objdir... .libs
260 checking if gcc supports -fno-rtti -fno-exceptions... no
261 checking for gcc option to produce PIC... -fPIC -DPIC
262 checking if gcc PIC flag -fPIC -DPIC works... yes
263 checking if gcc static flag -static works... yes
264 checking if gcc supports -c -o file.o... yes
265 checking if gcc supports -c -o file.o... (cached) yes
266 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
267 checking whether -lc should be explicitly linked in... no
268 checking dynamic linker characteristics... GNU/Linux ld.so
269 checking how to hardcode library paths into programs... immediate
270 checking whether stripping libraries is possible... yes
271 checking if libtool supports shared libraries... yes
272 checking whether to build shared libraries... yes
273 checking whether to build static libraries... yes
274 checking for pkg-config... /usr/bin/pkg-config
275 checking pkg-config is at least version 0.9.0... yes
276 checking for gtk+-3.0 >= 3.18.0... yes
277 checking for glib-2.0 >= 2.44... yes
278 checking that generated files are newer than configure... done
279 configure: creating ./config.status
280 config.status: creating Makefile
281 config.status: creating spread-sheet-widget.pc
282 config.status: creating config.h
283 config.status: executing depfiles commands
284 config.status: executing libtool commands
286 Build spread-sheet-widget
287 cd spread-sheet-widget-0.10-ge9e2eb && make -j$(nproc)
288 glib-genmarshal --body --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.c,tmp
289 glib-genmarshal --header --prefix=ssw_cclosure_marshal src/marshall-list > src/ssw-marshaller.h,tmp
290 INFO: Reading src/marshall-list...
291 INFO: Reading src/marshall-list...
292 mv src/ssw-marshaller.h,tmp src/ssw-marshaller.h
293 mv src/ssw-marshaller.c,tmp src/ssw-marshaller.c
294 make all-am
295 make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb'
296 gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
297 gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
298 /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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
299 /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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
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/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
309 gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
310 gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
311 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
312 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
313 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
314 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
315 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
316 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
317 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
318 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
319 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
320 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
321 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
322 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
323 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
324 mv -f doc/.deps/prog1-prog1.Tpo doc/.deps/prog1-prog1.Po
325 mv -f doc/.deps/prog2-prog2.Tpo doc/.deps/prog2-prog2.Po
326 src/ssw-sheet-single.c: In function '__realize':
327 src/ssw-sheet-single.c:97:3: warning: 'gtk_container_set_focus_chain' is deprecated [-Wdeprecated-declarations]
328 97 | gtk_container_set_focus_chain (GTK_CONTAINER (single), &focus_chain);
329 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
330 In file included from /usr/include/gtk-3.0/gtk/gtkbin.h:33,
331 from /usr/include/gtk-3.0/gtk/gtkwindow.h:35,
332 from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
333 from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
334 from /usr/include/gtk-3.0/gtk/gtk.h:31,
335 from src/ssw-sheet-single.h:47,
336 from src/ssw-sheet-single.c:20:
337 /usr/include/gtk-3.0/gtk/gtkcontainer.h:177:10: note: declared here
338 177 | void gtk_container_set_focus_chain (GtkContainer *container,
339 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
340 In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
341 from /usr/include/glib-2.0/glib.h:56,
342 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
343 from /usr/include/gtk-3.0/gdk/gdk.h:30,
344 from /usr/include/gtk-3.0/gtk/gtk.h:30:
345 src/ssw-sheet-single.c: In function '__ref_at':
346 /usr/include/glib-2.0/glib/gstring.h:74:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result]
347 70 | (__builtin_constant_p (free_segment) ? \
348 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
349 71 | ((free_segment) ? \
350 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
351 72 | (g_string_free) ((str), (free_segment)) : \
352 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
353 73 | g_string_free_and_steal (str)) \
354 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
355 74 | : \
356 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
357 75 | (g_string_free) ((str), (free_segment)))
358 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
359 src/ssw-sheet-single.c:42:3: note: in expansion of macro 'g_string_free'
360 42 | g_string_free (output, FALSE);
361 | ^~~~~~~~~~~~~
362 mv -f demo/.deps/demo-custom-axis.Tpo demo/.deps/demo-custom-axis.Po
363 mv -f src/.deps/libspread_sheet_widget_la-ssw-cell.Tpo src/.deps/libspread_sheet_widget_la-ssw-cell.Plo
364 mv -f src/.deps/libspread_sheet_widget_la-ssw-marshaller.Tpo src/.deps/libspread_sheet_widget_la-ssw-marshaller.Plo
365 mv -f demo/.deps/demo-main.Tpo demo/.deps/demo-main.Po
366 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
367 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
368 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
369 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
370 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
371 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
372 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
373 mv -f src/.deps/libspread_sheet_widget_la-ssw-html-parser.Tpo src/.deps/libspread_sheet_widget_la-ssw-html-parser.Plo
374 mv -f src/.deps/libspread_sheet_widget_la-ssw-constraint.Tpo src/.deps/libspread_sheet_widget_la-ssw-constraint.Plo
375 mv -f src/.deps/libspread_sheet_widget_la-ssw-axis-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-axis-model.Plo
376 mv -f src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Tpo src/.deps/libspread_sheet_widget_la-ssw-virtual-model.Plo
377 mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-single.Plo
378 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
379 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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
380 mv -f src/.deps/libspread_sheet_widget_la-ssw-xpaned.Tpo src/.deps/libspread_sheet_widget_la-ssw-xpaned.Plo
381 mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet.Plo
382 mv -f src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.Tpo src/.deps/libspread_sheet_widget_la-ssw-sheet-axis.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 /bin/sh ./libtool --tag=CC --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lglib-2.0 -lgobject-2.0 -lglib-2.0
385 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 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -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
386 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")
387 libtool: link: (cd ".libs" && rm -f "libspread-sheet-widget.so" && ln -s "libspread-sheet-widget.so.0.0.0" "libspread-sheet-widget.so")
388 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
389 libtool: link: ranlib .libs/libspread-sheet-widget.a
390 libtool: link: ( cd ".libs" && rm -f "libspread-sheet-widget.la" && ln -s "../libspread-sheet-widget.la" "libspread-sheet-widget.la" )
391 /bin/sh ./libtool --tag=CC --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I ./src -g -O2 -o doc/prog1 doc/prog1-prog1.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lz -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lm
392 /bin/sh ./libtool --tag=CC --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -pthread -I ./src -g -O2 -o doc/prog2 doc/prog2-prog2.o libspread-sheet-widget.la -lgtk-3 -lgdk-3 -lz -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lm
393 /bin/sh ./libtool --tag=CC --mode=link gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lm
394 libtool: link: gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -I ./src -g -O2 -o doc/.libs/prog1 doc/prog1-prog1.o ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lz -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lm -pthread
395 libtool: link: gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -I ./src -g -O2 -o doc/.libs/prog2 doc/prog2-prog2.o ./.libs/libspread-sheet-widget.so -lgtk-3 -lgdk-3 -lz -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lm -pthread
396 libtool: link: gcc -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/atk-1.0 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/cloudproviders -I/usr/include/blkid -I/usr/include/at-spi-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/libmount -I/usr/include/pixman-1 -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-6 -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 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lm -pthread
397 make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb'
399 Install spread-sheet-widget
400 cd spread-sheet-widget-0.10-ge9e2eb && make -j$(nproc) install DESTDIR=$PWD/inst
401 make install-am
402 make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb'
403 make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb'
404 /usr/bin/mkdir -p /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib/pkgconfig
405 chmod -R u+w /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib
406 /usr/bin/install -c -m 644 spread-sheet-widget.pc /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib/pkgconfig/spread-sheet-widget.pc
407 /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/include'
408 /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib'
409 /usr/bin/mkdir -p '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/share/info'
410 /bin/sh ./libtool --mode=install /usr/bin/install -c libspread-sheet-widget.la '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib'
411 /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.10-ge9e2eb/inst/include'
412 /usr/bin/install -c -m 644 ./doc/spread-sheet-widget.info '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/share/info'
413 install-info --info-dir='/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/share/info' '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/share/info/spread-sheet-widget.info'
414 libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.so.0.0.0 /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib/libspread-sheet-widget.so.0.0.0
415 libtool: install: (cd /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-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; }; })
416 libtool: install: (cd /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-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; }; })
417 libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.lai /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib/libspread-sheet-widget.la
418 libtool: install: /usr/bin/install -c .libs/libspread-sheet-widget.a /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib/libspread-sheet-widget.a
419 libtool: install: chmod 644 /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib/libspread-sheet-widget.a
420 libtool: install: ranlib /home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb/inst/lib/libspread-sheet-widget.a
421 libtool: warning: remember to run 'libtool --finish /lib'
422 make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb'
423 make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/spread-sheet-widget-0.10-ge9e2eb'
425 Fetch branch from Git
426 git --git-dir=/home/blp/pspp/build/./.git fetch git://git.sv.gnu.org/pspp +master:refs/builds/20240306143447/pspp
427 From git://git.sv.gnu.org/pspp
428 * [new branch] master -> refs/builds/20240306143447/pspp
430 Extract branch into source directory
431 git --git-dir=/home/blp/pspp/build/./.git archive --format=tar --prefix=pspp/ refs/builds/20240306143447/pspp | tar xf -
433 Reading README.Git to find Gnulib commit number
435 Extract pspp repository version number
437 Checking pspp Automake mode
438 pspp Automake mode is gnu
440 Generate pspp build version number
442 Updating pspp version number in configure.ac
444 Updating pspp NEWS
445 git --git-dir=/home/blp/pspp/build/./.git update-ref refs/builds/20240306143447/gnulib 46939413bcaceadc997374673db9577151c48d2c
447 Extract Gnulib source
448 git --git-dir=/home/blp/pspp/build/./.git archive --format=tar --prefix=gnulib/ 46939413bcaceadc997374673db9577151c48d2c | tar xf -
450 Bootstrap (make -f Smake)
451 cd pspp && make -f Smake -j$(nproc)
452 test -e ChangeLog || touch ChangeLog
453 mkdir -p src/ui/gui/icons/48x48/categories/
454 mkdir -p src/ui/gui/icons/48x48/categories/
455 mkdir -p src/ui/gui/icons/48x48/categories/
456 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"
457 test -d m4 || mkdir m4
458 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"
459 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"
460 mkdir -p src/ui/gui/icons/48x48/categories/
461 mkdir -p src/ui/gui/icons/48x48/categories/
462 mkdir -p src/ui/gui/icons/48x48/categories/
463 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"
464 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"
465 touch m4/Makefile.am
466 mkdir -p src/ui/gui/icons/48x48/categories/
467 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"
468 touch build-aux/config.rpath
469 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"
470 mkdir -p src/ui/gui/icons/48x48/categories/
471 ../gnulib/gnulib-tool --add-import --no-changelog --m4-base=gl/m4 \
472 --source-base=gl --lib=libgl --tests-base=tests \
473 --doc-base=gl/doc --aux-dir=build-aux \
474 --makefile-name=automake.mk --automake-subdir \
475 --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
476 mkdir -p src/ui/gui/icons/48x48/categories/
477 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"
478 mkdir -p src/ui/gui/icons/48x48/categories/
479 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"
480 mkdir -p src/ui/gui/icons/48x48/categories/
481 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"
482 mkdir -p src/ui/gui/icons/48x48/categories/
483 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"
484 mkdir -p src/ui/gui/icons/48x48/categories/
485 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"
486 mkdir -p src/ui/gui/icons/48x48/categories/
487 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"
488 mkdir -p src/ui/gui/icons/48x48/categories/
489 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"
490 mkdir -p src/ui/gui/icons/48x48/categories/
491 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"
492 mkdir -p src/ui/gui/icons/48x48/categories/
493 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"
494 mkdir -p src/ui/gui/icons/48x48/categories/
495 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"
496 mkdir -p src/ui/gui/icons/48x48/categories/
497 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"
498 mkdir -p src/ui/gui/icons/48x48/categories/
499 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"
500 mkdir -p src/ui/gui/icons/48x48/categories/
501 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"
502 mkdir -p src/ui/gui/icons/48x48/categories/
503 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"
504 mkdir -p src/ui/gui/icons/48x48/categories/
505 mkdir -p src/ui/gui/icons/scalable/categories/
506 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"
507 mkdir -p src/ui/gui/icons/scalable/categories/
508 mkdir -p src/ui/gui/icons/scalable/categories/
509 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"
510 cp src/ui/gui/artwork/scalable/categories/align-left.svg src/ui/gui/icons/scalable/categories/align-left.svg
511 cp src/ui/gui/artwork/scalable/categories/align-center.svg src/ui/gui/icons/scalable/categories/align-center.svg
512 mkdir -p src/ui/gui/icons/scalable/categories/
513 cp src/ui/gui/artwork/scalable/categories/align-right.svg src/ui/gui/icons/scalable/categories/align-right.svg
514 mkdir -p src/ui/gui/icons/scalable/categories/
515 mkdir -p src/ui/gui/icons/scalable/categories/
516 cp src/ui/gui/artwork/scalable/categories/measure-scale.svg src/ui/gui/icons/scalable/categories/measure-scale.svg
517 mkdir -p src/ui/gui/icons/scalable/categories/
518 mkdir -p src/ui/gui/icons/scalable/categories/
519 cp src/ui/gui/artwork/scalable/categories/measure-ordinal.svg src/ui/gui/icons/scalable/categories/measure-ordinal.svg
520 cp src/ui/gui/artwork/scalable/categories/measure-nominal.svg src/ui/gui/icons/scalable/categories/measure-nominal.svg
521 mkdir -p src/ui/gui/icons/scalable/categories/
522 cp src/ui/gui/artwork/scalable/categories/measure-date-scale.svg src/ui/gui/icons/scalable/categories/measure-date-scale.svg
523 cp src/ui/gui/artwork/scalable/categories/measure-date-nominal.svg src/ui/gui/icons/scalable/categories/measure-date-nominal.svg
524 cp src/ui/gui/artwork/scalable/categories/measure-date-ordinal.svg src/ui/gui/icons/scalable/categories/measure-date-ordinal.svg
525 mkdir -p src/ui/gui/icons/scalable/categories/
526 mkdir -p src/ui/gui/icons/scalable/categories/
527 cp src/ui/gui/artwork/scalable/categories/measure-time-scale.svg src/ui/gui/icons/scalable/categories/measure-time-scale.svg
528 mkdir -p src/ui/gui/icons/scalable/categories/
529 mkdir -p src/ui/gui/icons/scalable/categories/
530 cp src/ui/gui/artwork/scalable/categories/measure-time-nominal.svg src/ui/gui/icons/scalable/categories/measure-time-nominal.svg
531 cp src/ui/gui/artwork/scalable/categories/measure-time-ordinal.svg src/ui/gui/icons/scalable/categories/measure-time-ordinal.svg
532 mkdir -p src/ui/gui/icons/scalable/categories/
533 mkdir -p src/ui/gui/icons/scalable/categories/
534 mkdir -p src/ui/gui/icons/scalable/categories/
535 cp src/ui/gui/artwork/scalable/categories/measure-string-nominal.svg src/ui/gui/icons/scalable/categories/measure-string-nominal.svg
536 cp src/ui/gui/artwork/scalable/categories/measure-string-ordinal.svg src/ui/gui/icons/scalable/categories/measure-string-ordinal.svg
537 cp src/ui/gui/artwork/scalable/categories/measure-currency-scale.svg src/ui/gui/icons/scalable/categories/measure-currency-scale.svg
538 cp src/ui/gui/artwork/scalable/categories/measure-currency-nominal.svg src/ui/gui/icons/scalable/categories/measure-currency-nominal.svg
539 mkdir -p src/ui/gui/icons/scalable/categories/
540 mkdir -p src/ui/gui/icons/scalable/categories/
541 cp src/ui/gui/artwork/scalable/categories/measure-currency-ordinal.svg src/ui/gui/icons/scalable/categories/measure-currency-ordinal.svg
542 mkdir -p src/ui/gui/icons/scalable/categories/
543 mkdir -p src/ui/gui/icons/scalable/categories/
544 mkdir -p src/ui/gui/icons/scalable/categories/
545 cp src/ui/gui/artwork/scalable/categories/role-input.svg src/ui/gui/icons/scalable/categories/role-input.svg
546 cp src/ui/gui/artwork/scalable/categories/role-target.svg src/ui/gui/icons/scalable/categories/role-target.svg
547 mkdir -p src/ui/gui/icons/scalable/categories/
548 cp src/ui/gui/artwork/scalable/categories/role-both.svg src/ui/gui/icons/scalable/categories/role-both.svg
549 cp src/ui/gui/artwork/scalable/categories/role-none.svg src/ui/gui/icons/scalable/categories/role-none.svg
550 cp src/ui/gui/artwork/scalable/categories/role-partition.svg src/ui/gui/icons/scalable/categories/role-partition.svg
551 mkdir -p src/ui/gui/icons/scalable/categories/
552 mkdir -p src/ui/gui/icons/24x24/actions/
553 cp src/ui/gui/artwork/scalable/categories/role-split.svg src/ui/gui/icons/scalable/categories/role-split.svg
554 mkdir -p src/ui/gui/icons/24x24/actions/
555 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"
556 mkdir -p src/ui/gui/icons/24x24/actions/
557 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"
558 mkdir -p src/ui/gui/icons/24x24/actions/
559 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"
560 mkdir -p src/ui/gui/icons/24x24/actions/
561 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"
562 mkdir -p src/ui/gui/icons/24x24/actions/
563 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"
564 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"
565 mkdir -p src/ui/gui/icons/24x24/actions/
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-variable.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/actions/pspp-edit-insert-variable.png"
569 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"
570 mkdir -p src/ui/gui/icons/24x24/actions/
571 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"
572 mkdir -p src/ui/gui/icons/48x48/actions/
573 mkdir -p src/ui/gui/icons/48x48/actions/
574 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"
575 mkdir -p src/ui/gui/icons/48x48/actions/
576 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"
577 mkdir -p src/ui/gui/icons/48x48/actions/
578 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"
579 mkdir -p src/ui/gui/icons/48x48/actions/
580 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"
581 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"
582 mkdir -p src/ui/gui/icons/48x48/actions/
583 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"
584 mkdir -p src/ui/gui/icons/48x48/actions/
585 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"
586 mkdir -p src/ui/gui/icons/48x48/actions/
587 mkdir -p src/ui/gui/icons/48x48/actions/
588 mkdir -p src/ui/gui/icons/48x48/actions/
589 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"
590 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"
591 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"
592 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"
593 mkdir -p src/ui/gui/icons/96x96/actions/
594 mkdir -p src/ui/gui/icons/96x96/actions/
595 mkdir -p src/ui/gui/icons/96x96/actions/
596 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"
597 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"
598 mkdir -p src/ui/gui/icons/96x96/actions/
599 mkdir -p src/ui/gui/icons/96x96/actions/
600 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"
601 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"
602 mkdir -p src/ui/gui/icons/96x96/actions/
603 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"
604 mkdir -p src/ui/gui/icons/96x96/actions/
605 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"
606 mkdir -p src/ui/gui/icons/96x96/actions/
607 mkdir -p src/ui/gui/icons/96x96/actions/
608 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"
609 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"
610 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"
611 mkdir -p src/ui/gui/icons/96x96/actions/
612 mkdir -p src/ui/gui/icons/scalable/actions/
613 mkdir -p src/ui/gui/icons/scalable/actions/
614 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"
615 mkdir -p src/ui/gui/icons/scalable/actions/
616 cp src/ui/gui/artwork/scalable/actions/pspp-file-open-data.svg src/ui/gui/icons/scalable/actions/pspp-file-open-data.svg
617 cp src/ui/gui/artwork/scalable/actions/pspp-file-save-data.svg src/ui/gui/icons/scalable/actions/pspp-file-save-data.svg
618 mkdir -p src/ui/gui/icons/scalable/actions/
619 mkdir -p src/ui/gui/icons/scalable/actions/
620 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
621 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
622 cp src/ui/gui/artwork/scalable/actions/pspp-edit-find.svg src/ui/gui/icons/scalable/actions/pspp-edit-find.svg
623 mkdir -p src/ui/gui/icons/scalable/actions/
624 mkdir -p src/ui/gui/icons/scalable/actions/
625 mkdir -p src/ui/gui/icons/scalable/actions/
626 cp src/ui/gui/artwork/scalable/actions/pspp-edit-insert-case.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-case.svg
627 cp src/ui/gui/artwork/scalable/actions/pspp-edit-insert-variable.svg src/ui/gui/icons/scalable/actions/pspp-edit-insert-variable.svg
628 cp src/ui/gui/artwork/scalable/actions/pspp-data-split-file.svg src/ui/gui/icons/scalable/actions/pspp-data-split-file.svg
629 mkdir -p src/ui/gui/icons/scalable/actions/
630 mkdir -p src/ui/gui/icons/scalable/actions/
631 cp src/ui/gui/artwork/scalable/actions/pspp-data-weight-cases.svg src/ui/gui/icons/scalable/actions/pspp-data-weight-cases.svg
632 cp src/ui/gui/artwork/scalable/actions/pspp-view-value-labels.svg src/ui/gui/icons/scalable/actions/pspp-view-value-labels.svg
633 mkdir -p src/ui/gui/icons/16x16/mimetypes/
634 mkdir -p src/ui/gui/icons/16x16/mimetypes/
635 mkdir -p src/ui/gui/icons/16x16/mimetypes/
636 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"
637 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"
638 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"
639 mkdir -p src/ui/gui/icons/16x16/mimetypes/
640 mkdir -p src/ui/gui/icons/22x22/mimetypes/
641 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"
642 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"
643 mkdir -p src/ui/gui/icons/22x22/mimetypes/
644 mkdir -p src/ui/gui/icons/22x22/mimetypes/
645 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"
646 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"
647 mkdir -p src/ui/gui/icons/22x22/mimetypes/
648 mkdir -p src/ui/gui/icons/24x24/mimetypes/
649 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"
650 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"
651 mkdir -p src/ui/gui/icons/24x24/mimetypes/
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-sav.svg" "src/ui/gui/icons/COPYING_CCBYSA3" "src/ui/gui/icons/24x24/mimetypes/application-x-spss-sav.png"
655 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"
656 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"
657 mkdir -p src/ui/gui/icons/32x32/mimetypes/
658 mkdir -p src/ui/gui/icons/32x32/mimetypes/
659 mkdir -p src/ui/gui/icons/32x32/mimetypes/
660 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"
661 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"
662 mkdir -p src/ui/gui/icons/32x32/mimetypes/
663 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"
664 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"
665 mkdir -p src/ui/gui/icons/48x48/mimetypes/
666 mkdir -p src/ui/gui/icons/48x48/mimetypes/
667 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"
668 mkdir -p src/ui/gui/icons/48x48/mimetypes/
669 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"
670 mkdir -p src/ui/gui/icons/48x48/mimetypes/
671 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"
672 mkdir -p src/ui/gui/icons/256x256/mimetypes/
673 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"
674 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"
675 mkdir -p src/ui/gui/icons/256x256/mimetypes/
676 mkdir -p src/ui/gui/icons/256x256/mimetypes/
677 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"
678 mkdir -p src/ui/gui/icons/256x256/mimetypes/
679 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"
680 mkdir -p src/ui/gui/icons/16x16/apps/
681 mkdir -p src/ui/gui/icons/32x32/apps/
682 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"
683 mkdir -p src/ui/gui/icons/48x48/apps/
684 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"
685 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"
686 mkdir -p src/ui/gui/icons/256x256/apps/
687 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"
688 mkdir -p src/ui/gui/icons/scalable/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/256x256/apps/org.gnu.pspp.png"
690 cp src/ui/gui/artwork/splash.svg src/ui/gui/artwork/splash-t.svg
691 cp src/ui/gui/artwork/scalable/apps/org.gnu.pspp.svg src/ui/gui/icons/scalable/apps/org.gnu.pspp.svg
692 sed -e '/inkscape:label="Overlay"/s/inline/none/' src/ui/gui/artwork/splash.svg > src/ui/gui/artwork/splash-r.svg
693 mkdir -p src/ui/gui/icons/
694 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"
695 mkdir -p src/ui/gui/icons/
696 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"
697 Module list with included dependencies (indented):
698 absolute-header
699 alignasof
700 alloca
701 alloca-opt
702 allocator
703 areadlink
704 array-mergesort
705 assert
706 assert-h
707 asyncsafe-spin
708 attribute
709 basename-lgpl
710 binary-io
711 btowc
712 builtin-expect
713 byteswap
714 c-ctype
715 c-snprintf
716 c-strcase
717 c-strcasestr
718 c-strtod
719 c-vasnprintf
720 c-vasprintf
721 c-xvasprintf
722 c32isalnum
723 c32isalpha
724 c32isblank
725 c32iscntrl
726 c32isdigit
727 c32isgraph
728 c32islower
729 c32isprint
730 c32ispunct
731 c32isspace
732 c32isupper
733 c32isxdigit
734 c32tolower
735 c32width
736 c99
737 calloc-gnu
738 calloc-posix
739 canonicalize-lgpl
740 careadlinkat
741 chdir
742 clean-temp
743 clean-temp-simple
744 clock-time
745 cloexec
746 close
747 configmake
748 count-leading-zeros
749 count-one-bits
750 crc
751 crypto/md4
752 crypto/md4-buffer
753 crypto/rijndael
754 ctype
755 dirname
756 dirname-lgpl
757 double-slash-root
758 dtoastr
759 dtotimespec
760 dup2
761 eloop-threshold
762 environ
763 errno
764 error
765 error-h
766 exitfail
767 extensions
768 extern-inline
769 fatal-signal
770 fcntl
771 fcntl-h
772 fd-hook
773 filename
774 flexmember
775 float
776 floor
777 fnmatch
778 fnmatch-h
779 fopen
780 fopen-gnu
781 fpieee
782 fprintf-posix
783 fpucw
784 free-posix
785 frexp-nolibm
786 frexpl-nolibm
787 fseek
788 fseeko
789 fseterr
790 fstat
791 ftell
792 ftello
793 full-read
794 full-write
795 fwriteerror
796 gen-header
797 getdelim
798 getdtablesize
799 getline
800 getopt-gnu
801 getopt-posix
802 getpass
803 getprogname
804 getrandom
805 gettext-h
806 gettime
807 gettimeofday
808 gitlog-to-changelog
809 glibc-internal/dynarray
810 glibc-internal/scratch_buffer
811 gperf
812 hard-locale
813 ialloc
814 idx
815 include_next
816 inline
817 intprops
818 inttostr
819 inttypes-incomplete
820 isblank
821 isfinite
822 isinf
823 isnan
824 isnand
825 isnand-nolibm
826 isnanf
827 isnanf-nolibm
828 isnanl
829 isnanl-nolibm
830 iswblank
831 iswdigit
832 iswxdigit
833 langinfo
834 largefile
835 libc-config
836 limits-h
837 linked-list
838 linkedhash-list
839 list
840 localcharset
841 locale
842 localeconv
843 localename
844 lock
845 lseek
846 lstat
847 malloc-gnu
848 malloc-posix
849 malloca
850 math
851 mbchar
852 mbiter
853 mbrtoc32
854 mbrtowc
855 mbsinit
856 mbsrtowcs
857 mbtowc
858 memcasecmp
859 memchr
860 memchr2
861 memmem
862 memmem-simple
863 mempcpy
864 memrchr
865 memset_explicit
866 minmax
867 mkdir
868 mkdtemp
869 mkstemp
870 mktime
871 mktime-internal
872 msvc-inval
873 msvc-nothrow
874 multiarch
875 nl_langinfo
876 nocrash
877 nstrftime
878 open
879 pathmax
880 pipe2
881 printf-frexp
882 printf-frexpl
883 printf-posix
884 printf-safe
885 progname
886 raise
887 rawmemchr
888 read
889 read-file
890 readlink
891 realloc-gnu
892 realloc-posix
893 reallocarray
894 regex
895 relocatable-prog
896 relocatable-prog-wrapper
897 rename
898 rmdir
899 round
900 safe-read
901 safe-write
902 same-inode
903 secure_getenv
904 select
905 setenv
906 setlocale-null
907 sigaction
908 signal-h
909 signbit
910 sigprocmask
911 size_max
912 snippet/_Noreturn
913 snippet/arg-nonnull
914 snippet/c++defs
915 snippet/warn-on-use
916 snprintf
917 snprintf-posix
918 socketlib
919 sockets
920 socklen
921 sparcv8+
922 sprintf-posix
923 ssize_t
924 stat
925 stat-time
926 std-gnu11
927 stdarg
928 stdbool
929 stdckdint
930 stddef
931 stdint
932 stdio
933 stdlib
934 stpcpy
935 strcase
936 strcasestr
937 strcasestr-simple
938 strdup-posix
939 streq
940 strerror
941 strerror-override
942 string
943 strings
944 strncat
945 strndup
946 strnlen
947 strnlen1
948 strsep
949 strtod
950 strtok_r
951 sys_random
952 sys_select
953 sys_socket
954 sys_stat
955 sys_time
956 sys_types
957 sys_uio
958 tempname
959 termios
960 thread-optim
961 threadlib
962 time-h
963 time_r
964 time_rz
965 timegm
966 timespec
967 timespec-add
968 timespec-sub
969 tmpdir
970 trunc
971 tzset
972 uchar
973 unicase/base
974 unicase/cased
975 unicase/empty-prefix-context
976 unicase/empty-suffix-context
977 unicase/ignorable
978 unicase/special-casing
979 unicase/tocasefold
980 unicase/tolower
981 unicase/totitle
982 unicase/toupper
983 unicase/u8-casecmp
984 unicase/u8-casefold
985 unicase/u8-casemap
986 unicase/u8-ct-casefold
987 unicase/u8-ct-totitle
988 unicase/u8-tolower
989 unicase/u8-totitle
990 unicase/u8-toupper
991 unictype/base
992 unictype/category-none
993 unictype/category-of
994 unictype/combining-class
995 unictype/ctype-alnum
996 unictype/ctype-alpha
997 unictype/ctype-blank
998 unictype/ctype-cntrl
999 unictype/ctype-digit
1000 unictype/ctype-graph
1001 unictype/ctype-lower
1002 unictype/ctype-print
1003 unictype/ctype-punct
1004 unictype/ctype-space
1005 unictype/ctype-upper
1006 unictype/ctype-xdigit
1007 unictype/property-extended-pictographic
1008 unictype/property-soft-dotted
1009 unigbrk/base
1010 unigbrk/uc-gbrk-prop
1011 unigbrk/uc-is-grapheme-break
1012 unilbrk/base
1013 unilbrk/tables
1014 unilbrk/u8-possible-linebreaks
1015 uninorm/base
1016 uninorm/canonical-decomposition
1017 uninorm/compat-decomposition
1018 uninorm/decompose-internal
1019 uninorm/decomposing-form
1020 uninorm/decomposition
1021 uninorm/decomposition-table
1022 uninorm/nfd
1023 uninorm/nfkd
1024 uninorm/u8-normalize
1025 unistd
1026 unistr/base
1027 unistr/u8-check
1028 unistr/u8-cmp
1029 unistr/u8-cmp2
1030 unistr/u8-cpy
1031 unistr/u8-mblen
1032 unistr/u8-mbtouc
1033 unistr/u8-mbtouc-unsafe
1034 unistr/u8-mbtoucr
1035 unistr/u8-strlen
1036 unistr/u8-strmbtouc
1037 unistr/u8-strncat
1038 unistr/u8-uctomb
1039 unitypes
1040 uniwbrk/base
1041 uniwbrk/table
1042 uniwbrk/u8-wordbreaks
1043 uniwbrk/wordbreak-property
1044 uniwidth/base
1045 uniwidth/u8-strwidth
1046 uniwidth/u8-width
1047 uniwidth/width
1048 unlocked-io
1049 unlocked-io-internal
1050 unsetenv
1051 vararrays
1052 vasnprintf
1053 vasprintf
1054 vasprintf-posix
1055 verify
1056 version-etc
1057 version-etc-fsf
1058 vfprintf-posix
1059 vprintf-posix
1060 vsnprintf
1061 vsnprintf-posix
1062 vsprintf-posix
1063 wchar
1064 wcrtomb
1065 wctype-h
1066 wcwidth
1067 windows-mutex
1068 windows-once
1069 windows-recmutex
1070 windows-rwlock
1071 windows-spin
1072 wmemchr
1073 wmempcpy
1074 write
1075 xalloc
1076 xalloc-die
1077 xalloc-oversized
1078 xbinary-io
1079 xlist
1080 xmalloca
1081 xmemdup0
1082 xreadlink
1083 xsize
1084 xstrndup
1085 xvasprintf
1086 File list:
1087 build-aux/config.libpath
1088 build-aux/gitlog-to-changelog
1089 build-aux/install-reloc
1090 build-aux/libtool-reloc
1091 build-aux/reloc-ldflags
1092 doc/relocatable.texi
1093 lib/_Noreturn.h
1094 lib/alloca.c
1095 lib/alloca.in.h
1096 lib/allocator.c
1097 lib/allocator.h
1098 lib/anytostr.c
1099 lib/areadlink.c
1100 lib/areadlink.h
1101 lib/arg-nonnull.h
1102 lib/array-mergesort.h
1103 lib/asnprintf.c
1104 lib/asprintf.c
1105 lib/assert.in.h
1106 lib/asyncsafe-spin.c
1107 lib/asyncsafe-spin.h
1108 lib/attribute.h
1109 lib/basename-lgpl.c
1110 lib/basename-lgpl.h
1111 lib/basename.c
1112 lib/binary-io.c
1113 lib/binary-io.h
1114 lib/btowc.c
1115 lib/byteswap.in.h
1116 lib/c++defs.h
1117 lib/c-asprintf.c
1118 lib/c-ctype.c
1119 lib/c-ctype.h
1120 lib/c-snprintf.c
1121 lib/c-snprintf.h
1122 lib/c-strcase.h
1123 lib/c-strcasecmp.c
1124 lib/c-strcasestr.c
1125 lib/c-strcasestr.h
1126 lib/c-strncasecmp.c
1127 lib/c-strtod.c
1128 lib/c-strtod.h
1129 lib/c-vasnprintf.c
1130 lib/c-vasnprintf.h
1131 lib/c-vasprintf.c
1132 lib/c-vasprintf.h
1133 lib/c-xasprintf.c
1134 lib/c-xvasprintf.c
1135 lib/c-xvasprintf.h
1136 lib/c32is-impl.h
1137 lib/c32isalnum.c
1138 lib/c32isalpha.c
1139 lib/c32isblank.c
1140 lib/c32iscntrl.c
1141 lib/c32isdigit.c
1142 lib/c32isgraph.c
1143 lib/c32islower.c
1144 lib/c32isprint.c
1145 lib/c32ispunct.c
1146 lib/c32isspace.c
1147 lib/c32isupper.c
1148 lib/c32isxdigit.c
1149 lib/c32to-impl.h
1150 lib/c32tolower.c
1151 lib/c32width.c
1152 lib/calloc.c
1153 lib/canonicalize-lgpl.c
1154 lib/careadlinkat.c
1155 lib/careadlinkat.h
1156 lib/cdefs.h
1157 lib/clean-temp-private.h
1158 lib/clean-temp-simple.c
1159 lib/clean-temp-simple.h
1160 lib/clean-temp.c
1161 lib/clean-temp.h
1162 lib/cloexec.c
1163 lib/cloexec.h
1164 lib/close.c
1165 lib/count-leading-zeros.c
1166 lib/count-leading-zeros.h
1167 lib/count-one-bits.c
1168 lib/count-one-bits.h
1169 lib/crc.c
1170 lib/crc.h
1171 lib/ctype.in.h
1172 lib/dirname-lgpl.c
1173 lib/dirname.c
1174 lib/dirname.h
1175 lib/dtoastr.c
1176 lib/dtotimespec.c
1177 lib/dup2.c
1178 lib/dynarray.h
1179 lib/eloop-threshold.h
1180 lib/errno.in.h
1181 lib/error.c
1182 lib/error.in.h
1183 lib/exitfail.c
1184 lib/exitfail.h
1185 lib/fatal-signal.c
1186 lib/fatal-signal.h
1187 lib/fcntl.c
1188 lib/fcntl.in.h
1189 lib/fd-hook.c
1190 lib/fd-hook.h
1191 lib/filename.h
1192 lib/flexmember.h
1193 lib/float+.h
1194 lib/float.c
1195 lib/float.in.h
1196 lib/floor.c
1197 lib/fnmatch.c
1198 lib/fnmatch.in.h
1199 lib/fnmatch_loop.c
1200 lib/fopen.c
1201 lib/fprintf.c
1202 lib/fpucw.h
1203 lib/free.c
1204 lib/frexp.c
1205 lib/frexpl.c
1206 lib/fseek.c
1207 lib/fseeko.c
1208 lib/fseterr.c
1209 lib/fseterr.h
1210 lib/fstat.c
1211 lib/ftell.c
1212 lib/ftello.c
1213 lib/ftoastr.c
1214 lib/ftoastr.h
1215 lib/full-read.c
1216 lib/full-read.h
1217 lib/full-write.c
1218 lib/full-write.h
1219 lib/fwriteerror.c
1220 lib/fwriteerror.h
1221 lib/getdelim.c
1222 lib/getdtablesize.c
1223 lib/getline.c
1224 lib/getopt-cdefs.in.h
1225 lib/getopt-core.h
1226 lib/getopt-ext.h
1227 lib/getopt-pfx-core.h
1228 lib/getopt-pfx-ext.h
1229 lib/getopt.c
1230 lib/getopt.in.h
1231 lib/getopt1.c
1232 lib/getopt_int.h
1233 lib/getpass.c
1234 lib/getpass.h
1235 lib/getprogname.c
1236 lib/getprogname.h
1237 lib/getrandom.c
1238 lib/gettext.h
1239 lib/gettime.c
1240 lib/gettimeofday.c
1241 lib/gl_anyhash1.h
1242 lib/gl_anyhash2.h
1243 lib/gl_anyhash_primes.h
1244 lib/gl_anylinked_list1.h
1245 lib/gl_anylinked_list2.h
1246 lib/gl_linked_list.c
1247 lib/gl_linked_list.h
1248 lib/gl_linkedhash_list.c
1249 lib/gl_linkedhash_list.h
1250 lib/gl_list.c
1251 lib/gl_list.h
1252 lib/gl_xlist.c
1253 lib/gl_xlist.h
1254 lib/glthread/lock.c
1255 lib/glthread/lock.h
1256 lib/glthread/threadlib.c
1257 lib/hard-locale.c
1258 lib/hard-locale.h
1259 lib/ialloc.c
1260 lib/ialloc.h
1261 lib/idx.h
1262 lib/imaxtostr.c
1263 lib/intprops-internal.h
1264 lib/intprops.h
1265 lib/inttostr.c
1266 lib/inttostr.h
1267 lib/inttypes.in.h
1268 lib/isblank.c
1269 lib/isfinite.c
1270 lib/isinf.c
1271 lib/isnan.c
1272 lib/isnand-nolibm.h
1273 lib/isnand.c
1274 lib/isnanf-nolibm.h
1275 lib/isnanf.c
1276 lib/isnanl-nolibm.h
1277 lib/isnanl.c
1278 lib/iswblank.c
1279 lib/iswdigit.c
1280 lib/iswxdigit.c
1281 lib/itold.c
1282 lib/langinfo.in.h
1283 lib/lc-charset-dispatch.c
1284 lib/lc-charset-dispatch.h
1285 lib/libc-config.h
1286 lib/limits.in.h
1287 lib/localcharset.c
1288 lib/localcharset.h
1289 lib/locale.in.h
1290 lib/localeconv.c
1291 lib/localename-table.c
1292 lib/localename-table.h
1293 lib/localename.c
1294 lib/localename.h
1295 lib/lseek.c
1296 lib/lstat.c
1297 lib/malloc.c
1298 lib/malloc/dynarray-skeleton.c
1299 lib/malloc/dynarray.h
1300 lib/malloc/dynarray_at_failure.c
1301 lib/malloc/dynarray_emplace_enlarge.c
1302 lib/malloc/dynarray_finalize.c
1303 lib/malloc/dynarray_resize.c
1304 lib/malloc/dynarray_resize_clear.c
1305 lib/malloc/scratch_buffer.h
1306 lib/malloc/scratch_buffer_grow.c
1307 lib/malloc/scratch_buffer_grow_preserve.c
1308 lib/malloc/scratch_buffer_set_array_size.c
1309 lib/malloca.c
1310 lib/malloca.h
1311 lib/math.c
1312 lib/math.in.h
1313 lib/mbchar.c
1314 lib/mbchar.h
1315 lib/mbiter.c
1316 lib/mbiter.h
1317 lib/mbrtoc32.c
1318 lib/mbrtowc-impl-utf8.h
1319 lib/mbrtowc-impl.h
1320 lib/mbrtowc.c
1321 lib/mbsinit.c
1322 lib/mbsrtowcs-impl.h
1323 lib/mbsrtowcs-state.c
1324 lib/mbsrtowcs.c
1325 lib/mbtowc-impl.h
1326 lib/mbtowc-lock.c
1327 lib/mbtowc-lock.h
1328 lib/mbtowc.c
1329 lib/md4-stream.c
1330 lib/md4.c
1331 lib/md4.h
1332 lib/memcasecmp.c
1333 lib/memcasecmp.h
1334 lib/memchr.c
1335 lib/memchr.valgrind
1336 lib/memchr2.c
1337 lib/memchr2.h
1338 lib/memchr2.valgrind
1339 lib/memmem.c
1340 lib/mempcpy.c
1341 lib/memrchr.c
1342 lib/memset_explicit.c
1343 lib/minmax.h
1344 lib/mkdir.c
1345 lib/mkdtemp.c
1346 lib/mkstemp.c
1347 lib/mktime-internal.h
1348 lib/mktime.c
1349 lib/msvc-inval.c
1350 lib/msvc-inval.h
1351 lib/msvc-nothrow.c
1352 lib/msvc-nothrow.h
1353 lib/nl_langinfo-lock.c
1354 lib/nl_langinfo.c
1355 lib/nstrftime.c
1356 lib/offtostr.c
1357 lib/open.c
1358 lib/pathmax.h
1359 lib/pipe2.c
1360 lib/printf-args.c
1361 lib/printf-args.h
1362 lib/printf-frexp.c
1363 lib/printf-frexp.h
1364 lib/printf-frexpl.c
1365 lib/printf-frexpl.h
1366 lib/printf-parse.c
1367 lib/printf-parse.h
1368 lib/printf.c
1369 lib/progname.c
1370 lib/progname.h
1371 lib/progreloc.c
1372 lib/raise.c
1373 lib/rawmemchr.c
1374 lib/rawmemchr.valgrind
1375 lib/read-file.c
1376 lib/read-file.h
1377 lib/read.c
1378 lib/readlink.c
1379 lib/realloc.c
1380 lib/reallocarray.c
1381 lib/regcomp.c
1382 lib/regex.c
1383 lib/regex.h
1384 lib/regex_internal.c
1385 lib/regex_internal.h
1386 lib/regexec.c
1387 lib/relocatable.c
1388 lib/relocatable.h
1389 lib/relocwrapper.c
1390 lib/rename.c
1391 lib/rijndael-alg-fst.c
1392 lib/rijndael-alg-fst.h
1393 lib/rijndael-api-fst.c
1394 lib/rijndael-api-fst.h
1395 lib/rmdir.c
1396 lib/round.c
1397 lib/safe-read.c
1398 lib/safe-read.h
1399 lib/safe-write.c
1400 lib/safe-write.h
1401 lib/same-inode.h
1402 lib/scratch_buffer.h
1403 lib/secure_getenv.c
1404 lib/select.c
1405 lib/setenv.c
1406 lib/setlocale-lock.c
1407 lib/setlocale_null.c
1408 lib/setlocale_null.h
1409 lib/sig-handler.c
1410 lib/sig-handler.h
1411 lib/sigaction.c
1412 lib/signal.in.h
1413 lib/signbitd.c
1414 lib/signbitf.c
1415 lib/signbitl.c
1416 lib/sigprocmask.c
1417 lib/size_max.h
1418 lib/snprintf.c
1419 lib/sockets.c
1420 lib/sockets.h
1421 lib/sprintf.c
1422 lib/stat-time.c
1423 lib/stat-time.h
1424 lib/stat-w32.c
1425 lib/stat-w32.h
1426 lib/stat.c
1427 lib/stdarg.in.h
1428 lib/stdckdint.in.h
1429 lib/stddef.in.h
1430 lib/stdint.in.h
1431 lib/stdio-impl.h
1432 lib/stdio-read.c
1433 lib/stdio-write.c
1434 lib/stdio.in.h
1435 lib/stdlib.in.h
1436 lib/stpcpy.c
1437 lib/str-two-way.h
1438 lib/strcasecmp.c
1439 lib/strcasestr.c
1440 lib/strdup.c
1441 lib/streq.h
1442 lib/strerror-override.c
1443 lib/strerror-override.h
1444 lib/strerror.c
1445 lib/strftime.h
1446 lib/string.in.h
1447 lib/strings.in.h
1448 lib/stripslash.c
1449 lib/strncasecmp.c
1450 lib/strncat.c
1451 lib/strndup.c
1452 lib/strnlen.c
1453 lib/strnlen1.c
1454 lib/strnlen1.h
1455 lib/strsep.c
1456 lib/strtod.c
1457 lib/strtok_r.c
1458 lib/sys-limits.h
1459 lib/sys_random.in.h
1460 lib/sys_select.in.h
1461 lib/sys_socket.c
1462 lib/sys_socket.in.h
1463 lib/sys_stat.in.h
1464 lib/sys_time.in.h
1465 lib/sys_types.in.h
1466 lib/sys_uio.in.h
1467 lib/tempname.c
1468 lib/tempname.h
1469 lib/termios.in.h
1470 lib/thread-optim.h
1471 lib/time-internal.h
1472 lib/time.in.h
1473 lib/time_r.c
1474 lib/time_rz.c
1475 lib/timegm.c
1476 lib/timespec-add.c
1477 lib/timespec-sub.c
1478 lib/timespec.c
1479 lib/timespec.h
1480 lib/tmpdir.c
1481 lib/tmpdir.h
1482 lib/trunc.c
1483 lib/tzset.c
1484 lib/uchar.in.h
1485 lib/uinttostr.c
1486 lib/umaxtostr.c
1487 lib/unicase.in.h
1488 lib/unicase/cased.c
1489 lib/unicase/cased.h
1490 lib/unicase/casefold.h
1491 lib/unicase/caseprop.h
1492 lib/unicase/context.h
1493 lib/unicase/empty-prefix-context.c
1494 lib/unicase/empty-suffix-context.c
1495 lib/unicase/ignorable.c
1496 lib/unicase/ignorable.h
1497 lib/unicase/simple-mapping.h
1498 lib/unicase/special-casing-table.gperf
1499 lib/unicase/special-casing.c
1500 lib/unicase/special-casing.in.h
1501 lib/unicase/tocasefold.c
1502 lib/unicase/tocasefold.h
1503 lib/unicase/tolower.c
1504 lib/unicase/tolower.h
1505 lib/unicase/totitle.c
1506 lib/unicase/totitle.h
1507 lib/unicase/toupper.c
1508 lib/unicase/toupper.h
1509 lib/unicase/u-casecmp.h
1510 lib/unicase/u-casefold.h
1511 lib/unicase/u-casemap.h
1512 lib/unicase/u-ct-casefold.h
1513 lib/unicase/u-ct-totitle.h
1514 lib/unicase/u-totitle.h
1515 lib/unicase/u8-casecmp.c
1516 lib/unicase/u8-casefold.c
1517 lib/unicase/u8-casemap.c
1518 lib/unicase/u8-ct-casefold.c
1519 lib/unicase/u8-ct-totitle.c
1520 lib/unicase/u8-tolower.c
1521 lib/unicase/u8-totitle.c
1522 lib/unicase/u8-toupper.c
1523 lib/unicase/unicasemap.h
1524 lib/unictype.in.h
1525 lib/unictype/bitmap.h
1526 lib/unictype/categ_none.c
1527 lib/unictype/categ_of.c
1528 lib/unictype/categ_of.h
1529 lib/unictype/combiningclass.c
1530 lib/unictype/combiningclass.h
1531 lib/unictype/ctype_alnum.c
1532 lib/unictype/ctype_alnum.h
1533 lib/unictype/ctype_alpha.c
1534 lib/unictype/ctype_alpha.h
1535 lib/unictype/ctype_blank.c
1536 lib/unictype/ctype_blank.h
1537 lib/unictype/ctype_cntrl.c
1538 lib/unictype/ctype_cntrl.h
1539 lib/unictype/ctype_digit.c
1540 lib/unictype/ctype_digit.h
1541 lib/unictype/ctype_graph.c
1542 lib/unictype/ctype_graph.h
1543 lib/unictype/ctype_lower.c
1544 lib/unictype/ctype_lower.h
1545 lib/unictype/ctype_print.c
1546 lib/unictype/ctype_print.h
1547 lib/unictype/ctype_punct.c
1548 lib/unictype/ctype_punct.h
1549 lib/unictype/ctype_space.c
1550 lib/unictype/ctype_space.h
1551 lib/unictype/ctype_upper.c
1552 lib/unictype/ctype_upper.h
1553 lib/unictype/ctype_xdigit.c
1554 lib/unictype/ctype_xdigit.h
1555 lib/unictype/pr_extended_pictographic.c
1556 lib/unictype/pr_extended_pictographic.h
1557 lib/unictype/pr_soft_dotted.c
1558 lib/unictype/pr_soft_dotted.h
1559 lib/unigbrk.in.h
1560 lib/unigbrk/gbrkprop.h
1561 lib/unigbrk/uc-gbrk-prop.c
1562 lib/unigbrk/uc-is-grapheme-break.c
1563 lib/unilbrk.in.h
1564 lib/unilbrk/internal.h
1565 lib/unilbrk/lbrkprop1.h
1566 lib/unilbrk/lbrkprop2.h
1567 lib/unilbrk/lbrktables.c
1568 lib/unilbrk/lbrktables.h
1569 lib/unilbrk/u8-possible-linebreaks.c
1570 lib/uninorm.in.h
1571 lib/uninorm/canonical-decomposition.c
1572 lib/uninorm/compat-decomposition.c
1573 lib/uninorm/decompose-internal.c
1574 lib/uninorm/decompose-internal.h
1575 lib/uninorm/decomposing-form.c
1576 lib/uninorm/decomposition-table.c
1577 lib/uninorm/decomposition-table.h
1578 lib/uninorm/decomposition-table1.h
1579 lib/uninorm/decomposition-table2.h
1580 lib/uninorm/decomposition.c
1581 lib/uninorm/nfd.c
1582 lib/uninorm/nfkd.c
1583 lib/uninorm/normalize-internal.h
1584 lib/uninorm/u-normalize-internal.h
1585 lib/uninorm/u8-normalize.c
1586 lib/unistd.c
1587 lib/unistd.in.h
1588 lib/unistr.in.h
1589 lib/unistr/u-cmp2.h
1590 lib/unistr/u-cpy.h
1591 lib/unistr/u8-check.c
1592 lib/unistr/u8-cmp.c
1593 lib/unistr/u8-cmp2.c
1594 lib/unistr/u8-cpy.c
1595 lib/unistr/u8-mblen.c
1596 lib/unistr/u8-mbtouc-aux.c
1597 lib/unistr/u8-mbtouc-unsafe-aux.c
1598 lib/unistr/u8-mbtouc-unsafe.c
1599 lib/unistr/u8-mbtouc.c
1600 lib/unistr/u8-mbtoucr.c
1601 lib/unistr/u8-strlen.c
1602 lib/unistr/u8-strmbtouc.c
1603 lib/unistr/u8-strncat.c
1604 lib/unistr/u8-uctomb-aux.c
1605 lib/unistr/u8-uctomb.c
1606 lib/unitypes.in.h
1607 lib/uniwbrk.in.h
1608 lib/uniwbrk/u-wordbreaks.h
1609 lib/uniwbrk/u8-wordbreaks.c
1610 lib/uniwbrk/wbrkprop.h
1611 lib/uniwbrk/wbrktable.c
1612 lib/uniwbrk/wbrktable.h
1613 lib/uniwbrk/wordbreak-property.c
1614 lib/uniwidth.in.h
1615 lib/uniwidth/cjk.h
1616 lib/uniwidth/u8-strwidth.c
1617 lib/uniwidth/u8-width.c
1618 lib/uniwidth/width.c
1619 lib/uniwidth/width0.h
1620 lib/uniwidth/width2.h
1621 lib/unlocked-io.h
1622 lib/unsetenv.c
1623 lib/vasnprintf.c
1624 lib/vasnprintf.h
1625 lib/vasprintf.c
1626 lib/verify.h
1627 lib/version-etc-fsf.c
1628 lib/version-etc.c
1629 lib/version-etc.h
1630 lib/vfprintf.c
1631 lib/vprintf.c
1632 lib/vsnprintf.c
1633 lib/vsprintf.c
1634 lib/w32sock.h
1635 lib/warn-on-use.h
1636 lib/wchar.in.h
1637 lib/wcrtomb.c
1638 lib/wctype-h.c
1639 lib/wctype.in.h
1640 lib/wcwidth.c
1641 lib/windows-initguard.h
1642 lib/windows-mutex.c
1643 lib/windows-mutex.h
1644 lib/windows-once.c
1645 lib/windows-once.h
1646 lib/windows-recmutex.c
1647 lib/windows-recmutex.h
1648 lib/windows-rwlock.c
1649 lib/windows-rwlock.h
1650 lib/windows-spin.c
1651 lib/windows-spin.h
1652 lib/wmemchr-impl.h
1653 lib/wmemchr.c
1654 lib/wmempcpy.c
1655 lib/write.c
1656 lib/xalloc-die.c
1657 lib/xalloc-oversized.h
1658 lib/xalloc.h
1659 lib/xasprintf.c
1660 lib/xbinary-io.c
1661 lib/xbinary-io.h
1662 lib/xmalloc.c
1663 lib/xmalloca.c
1664 lib/xmalloca.h
1665 lib/xmemdup0.c
1666 lib/xmemdup0.h
1667 lib/xreadlink.c
1668 lib/xreadlink.h
1669 lib/xsize.c
1670 lib/xsize.h
1671 lib/xstrndup.c
1672 lib/xstrndup.h
1673 lib/xvasprintf.c
1674 lib/xvasprintf.h
1675 m4/00gnulib.m4
1676 m4/__inline.m4
1677 m4/absolute-header.m4
1678 m4/alloca.m4
1679 m4/asm-underscore.m4
1680 m4/assert.m4
1681 m4/assert_h.m4
1682 m4/btowc.m4
1683 m4/build-to-host.m4
1684 m4/builtin-expect.m4
1685 m4/byteswap.m4
1686 m4/c-bool.m4
1687 m4/c-strtod.m4
1688 m4/calloc.m4
1689 m4/canonicalize.m4
1690 m4/ceil.m4
1691 m4/check-math-lib.m4
1692 m4/clock_time.m4
1693 m4/close.m4
1694 m4/codeset.m4
1695 m4/configmake.m4
1696 m4/ctype_h.m4
1697 m4/double-slash-root.m4
1698 m4/dup2.m4
1699 m4/eealloc.m4
1700 m4/environ.m4
1701 m4/errno_h.m4
1702 m4/error.m4
1703 m4/error_h.m4
1704 m4/exponentd.m4
1705 m4/exponentf.m4
1706 m4/exponentl.m4
1707 m4/extensions.m4
1708 m4/extern-inline.m4
1709 m4/fatal-signal.m4
1710 m4/fclose.m4
1711 m4/fcntl-o.m4
1712 m4/fcntl.m4
1713 m4/fcntl_h.m4
1714 m4/fflush.m4
1715 m4/flexmember.m4
1716 m4/float_h.m4
1717 m4/floor.m4
1718 m4/fnmatch.m4
1719 m4/fnmatch_h.m4
1720 m4/fopen.m4
1721 m4/fpieee.m4
1722 m4/fprintf-posix.m4
1723 m4/free.m4
1724 m4/frexp.m4
1725 m4/frexpl.m4
1726 m4/fseek.m4
1727 m4/fseeko.m4
1728 m4/fseterr.m4
1729 m4/fstat.m4
1730 m4/ftell.m4
1731 m4/ftello.m4
1732 m4/getdelim.m4
1733 m4/getdtablesize.m4
1734 m4/getline.m4
1735 m4/getopt.m4
1736 m4/getpass.m4
1737 m4/getprogname.m4
1738 m4/getrandom.m4
1739 m4/gettime.m4
1740 m4/gettimeofday.m4
1741 m4/gnulib-common.m4
1742 m4/include_next.m4
1743 m4/inline.m4
1744 m4/intl-thread-locale.m4
1745 m4/intlmacosx.m4
1746 m4/intmax_t.m4
1747 m4/inttostr.m4
1748 m4/inttypes.m4
1749 m4/inttypes_h.m4
1750 m4/isblank.m4
1751 m4/isfinite.m4
1752 m4/isinf.m4
1753 m4/isnan.m4
1754 m4/isnand.m4
1755 m4/isnanf.m4
1756 m4/isnanl.m4
1757 m4/iswblank.m4
1758 m4/iswdigit.m4
1759 m4/iswxdigit.m4
1760 m4/langinfo_h.m4
1761 m4/largefile.m4
1762 m4/lcmessage.m4
1763 m4/ldexp.m4
1764 m4/ldexpl.m4
1765 m4/lib-ld.m4
1766 m4/libunistring-base.m4
1767 m4/limits-h.m4
1768 m4/localcharset.m4
1769 m4/locale-fr.m4
1770 m4/locale-ja.m4
1771 m4/locale-zh.m4
1772 m4/locale_h.m4
1773 m4/localeconv.m4
1774 m4/localename.m4
1775 m4/lock.m4
1776 m4/lseek.m4
1777 m4/lstat.m4
1778 m4/malloc.m4
1779 m4/malloca.m4
1780 m4/math_h.m4
1781 m4/mbchar.m4
1782 m4/mbiter.m4
1783 m4/mbrtoc32.m4
1784 m4/mbrtowc.m4
1785 m4/mbsinit.m4
1786 m4/mbsrtowcs.m4
1787 m4/mbstate_t.m4
1788 m4/mbtowc.m4
1789 m4/md4.m4
1790 m4/memcasecmp.m4
1791 m4/memchr.m4
1792 m4/memmem.m4
1793 m4/mempcpy.m4
1794 m4/memrchr.m4
1795 m4/memset_explicit.m4
1796 m4/minmax.m4
1797 m4/mkdir.m4
1798 m4/mkdtemp.m4
1799 m4/mkstemp.m4
1800 m4/mktime.m4
1801 m4/mmap-anon.m4
1802 m4/mode_t.m4
1803 m4/msvc-inval.m4
1804 m4/msvc-nothrow.m4
1805 m4/multiarch.m4
1806 m4/musl.m4
1807 m4/nl_langinfo.m4
1808 m4/nocrash.m4
1809 m4/nstrftime.m4
1810 m4/off_t.m4
1811 m4/open-cloexec.m4
1812 m4/open-slash.m4
1813 m4/open.m4
1814 m4/pathmax.m4
1815 m4/pid_t.m4
1816 m4/pipe2.m4
1817 m4/printf-frexp.m4
1818 m4/printf-frexpl.m4
1819 m4/printf-posix.m4
1820 m4/printf.m4
1821 m4/pthread_rwlock_rdlock.m4
1822 m4/raise.m4
1823 m4/rawmemchr.m4
1824 m4/read-file.m4
1825 m4/read.m4
1826 m4/readlink.m4
1827 m4/realloc.m4
1828 m4/reallocarray.m4
1829 m4/regex.m4
1830 m4/relocatable-lib.m4
1831 m4/relocatable.m4
1832 m4/rename.m4
1833 m4/rmdir.m4
1834 m4/round.m4
1835 m4/safe-read.m4
1836 m4/safe-write.m4
1837 m4/secure_getenv.m4
1838 m4/select.m4
1839 m4/setenv.m4
1840 m4/setlocale_null.m4
1841 m4/sig_atomic_t.m4
1842 m4/sigaction.m4
1843 m4/signal_h.m4
1844 m4/signalblocking.m4
1845 m4/signbit.m4
1846 m4/size_max.m4
1847 m4/snprintf-posix.m4
1848 m4/snprintf.m4
1849 m4/socketlib.m4
1850 m4/sockets.m4
1851 m4/socklen.m4
1852 m4/sockpfaf.m4
1853 m4/sparcv8+.m4
1854 m4/sprintf-posix.m4
1855 m4/ssize_t.m4
1856 m4/stat-time.m4
1857 m4/stat.m4
1858 m4/std-gnu11.m4
1859 m4/stdalign.m4
1860 m4/stdarg.m4
1861 m4/stddef_h.m4
1862 m4/stdint.m4
1863 m4/stdint_h.m4
1864 m4/stdio_h.m4
1865 m4/stdlib_h.m4
1866 m4/stpcpy.m4
1867 m4/strcase.m4
1868 m4/strcasestr.m4
1869 m4/strdup.m4
1870 m4/strerror.m4
1871 m4/string_h.m4
1872 m4/strings_h.m4
1873 m4/strncat.m4
1874 m4/strndup.m4
1875 m4/strnlen.m4
1876 m4/strsep.m4
1877 m4/strtod.m4
1878 m4/strtok_r.m4
1879 m4/sys_random_h.m4
1880 m4/sys_select_h.m4
1881 m4/sys_socket_h.m4
1882 m4/sys_stat_h.m4
1883 m4/sys_time_h.m4
1884 m4/sys_types_h.m4
1885 m4/sys_uio_h.m4
1886 m4/tcgetattr.m4
1887 m4/tempname.m4
1888 m4/termios_h.m4
1889 m4/threadlib.m4
1890 m4/time_h.m4
1891 m4/time_r.m4
1892 m4/time_rz.m4
1893 m4/timegm.m4
1894 m4/timespec.m4
1895 m4/tm_gmtoff.m4
1896 m4/tmpdir.m4
1897 m4/trunc.m4
1898 m4/tzset.m4
1899 m4/uchar_h.m4
1900 m4/ungetc.m4
1901 m4/unicase_h.m4
1902 m4/unictype_h.m4
1903 m4/uninorm_h.m4
1904 m4/unistd_h.m4
1905 m4/unlocked-io.m4
1906 m4/vararrays.m4
1907 m4/vasnprintf.m4
1908 m4/vasprintf-posix.m4
1909 m4/vasprintf.m4
1910 m4/version-etc.m4
1911 m4/vfprintf-posix.m4
1912 m4/visibility.m4
1913 m4/vprintf-posix.m4
1914 m4/vsnprintf-posix.m4
1915 m4/vsnprintf.m4
1916 m4/vsprintf-posix.m4
1917 m4/warn-on-use.m4
1918 m4/wchar_h.m4
1919 m4/wchar_t.m4
1920 m4/wcrtomb.m4
1921 m4/wctype_h.m4
1922 m4/wcwidth.m4
1923 m4/wint_t.m4
1924 m4/wmemchr.m4
1925 m4/wmempcpy.m4
1926 m4/write.m4
1927 m4/xalloc.m4
1928 m4/xsize.m4
1929 m4/xstrndup.m4
1930 m4/xvasprintf.m4
1931 m4/zzgnulib.m4
1932 Creating directory ./gl
1933 Creating directory ./gl/m4
1934 Creating directory ./gl/doc
1935 Creating directory ./gl/glthread
1936 Creating directory ./gl/malloc
1937 Creating directory ./gl/unicase
1938 Creating directory ./gl/unictype
1939 Creating directory ./gl/unigbrk
1940 Creating directory ./gl/unilbrk
1941 Creating directory ./gl/uninorm
1942 Creating directory ./gl/unistr
1943 Creating directory ./gl/uniwbrk
1944 Creating directory ./gl/uniwidth
1945 Copying file build-aux/config.libpath
1946 Copying file build-aux/gitlog-to-changelog
1947 Copying file build-aux/install-reloc
1948 Copying file build-aux/libtool-reloc
1949 Copying file build-aux/reloc-ldflags
1950 Copying file gl/_Noreturn.h
1951 Copying file gl/alloca.c
1952 Copying file gl/alloca.in.h
1953 Copying file gl/allocator.c
1954 Copying file gl/allocator.h
1955 Copying file gl/anytostr.c
1956 Copying file gl/areadlink.c
1957 Copying file gl/areadlink.h
1958 Copying file gl/arg-nonnull.h
1959 Copying file gl/array-mergesort.h
1960 Copying file gl/asnprintf.c
1961 Copying file gl/asprintf.c
1962 Copying file gl/assert.in.h
1963 Copying file gl/asyncsafe-spin.c
1964 Copying file gl/asyncsafe-spin.h
1965 Copying file gl/attribute.h
1966 Copying file gl/basename-lgpl.c
1967 Copying file gl/basename-lgpl.h
1968 Copying file gl/basename.c
1969 Copying file gl/binary-io.c
1970 Copying file gl/binary-io.h
1971 Copying file gl/btowc.c
1972 Copying file gl/byteswap.in.h
1973 Copying file gl/c++defs.h
1974 Copying file gl/c-asprintf.c
1975 Copying file gl/c-ctype.c
1976 Copying file gl/c-ctype.h
1977 Copying file gl/c-snprintf.c
1978 Copying file gl/c-snprintf.h
1979 Copying file gl/c-strcase.h
1980 Copying file gl/c-strcasecmp.c
1981 Copying file gl/c-strcasestr.c
1982 Copying file gl/c-strcasestr.h
1983 Copying file gl/c-strncasecmp.c
1984 Copying file gl/c-strtod.c
1985 Copying file gl/c-strtod.h
1986 Copying file gl/c-vasnprintf.c
1987 Copying file gl/c-vasnprintf.h
1988 Copying file gl/c-vasprintf.c
1989 Copying file gl/c-vasprintf.h
1990 Copying file gl/c-xasprintf.c
1991 Copying file gl/c-xvasprintf.c
1992 Copying file gl/c-xvasprintf.h
1993 Copying file gl/c32is-impl.h
1994 Copying file gl/c32isalnum.c
1995 Copying file gl/c32isalpha.c
1996 Copying file gl/c32isblank.c
1997 Copying file gl/c32iscntrl.c
1998 Copying file gl/c32isdigit.c
1999 Copying file gl/c32isgraph.c
2000 Copying file gl/c32islower.c
2001 Copying file gl/c32isprint.c
2002 Copying file gl/c32ispunct.c
2003 Copying file gl/c32isspace.c
2004 Copying file gl/c32isupper.c
2005 Copying file gl/c32isxdigit.c
2006 Copying file gl/c32to-impl.h
2007 Copying file gl/c32tolower.c
2008 Copying file gl/c32width.c
2009 Copying file gl/calloc.c
2010 Copying file gl/canonicalize-lgpl.c
2011 Copying file gl/careadlinkat.c
2012 Copying file gl/careadlinkat.h
2013 Copying file gl/cdefs.h
2014 Copying file gl/clean-temp-private.h
2015 Copying file gl/clean-temp-simple.c
2016 Copying file gl/clean-temp-simple.h
2017 Copying file gl/clean-temp.c
2018 Copying file gl/clean-temp.h
2019 Copying file gl/cloexec.c
2020 Copying file gl/cloexec.h
2021 Copying file gl/close.c
2022 Copying file gl/count-leading-zeros.c
2023 Copying file gl/count-leading-zeros.h
2024 Copying file gl/count-one-bits.c
2025 Copying file gl/count-one-bits.h
2026 Copying file gl/crc.c
2027 Copying file gl/crc.h
2028 Copying file gl/ctype.in.h
2029 Copying file gl/dirname-lgpl.c
2030 Copying file gl/dirname.c
2031 Copying file gl/dirname.h
2032 Copying file gl/doc/relocatable.texi
2033 Copying file gl/dtoastr.c
2034 Copying file gl/dtotimespec.c
2035 Copying file gl/dup2.c
2036 Copying file gl/dynarray.h
2037 Copying file gl/eloop-threshold.h
2038 Copying file gl/errno.in.h
2039 Copying file gl/error.c
2040 Copying file gl/error.in.h
2041 Copying file gl/exitfail.c
2042 Copying file gl/exitfail.h
2043 Copying file gl/fatal-signal.c
2044 Copying file gl/fatal-signal.h
2045 Copying file gl/fcntl.c
2046 Copying file gl/fcntl.in.h
2047 Copying file gl/fd-hook.c
2048 Copying file gl/fd-hook.h
2049 Copying file gl/filename.h
2050 Copying file gl/flexmember.h
2051 Copying file gl/float+.h
2052 Copying file gl/float.c
2053 Copying file gl/float.in.h
2054 Copying file gl/floor.c
2055 Copying file gl/fnmatch.c
2056 Copying file gl/fnmatch.in.h
2057 Copying file gl/fnmatch_loop.c
2058 Copying file gl/fopen.c
2059 Copying file gl/fprintf.c
2060 Copying file gl/fpucw.h
2061 Copying file gl/free.c
2062 Copying file gl/frexp.c
2063 Copying file gl/frexpl.c
2064 Copying file gl/fseek.c
2065 Copying file gl/fseeko.c
2066 Copying file gl/fseterr.c
2067 Copying file gl/fseterr.h
2068 Copying file gl/fstat.c
2069 Copying file gl/ftell.c
2070 Copying file gl/ftello.c
2071 Copying file gl/ftoastr.c
2072 Copying file gl/ftoastr.h
2073 Copying file gl/full-read.c
2074 Copying file gl/full-read.h
2075 Copying file gl/full-write.c
2076 Copying file gl/full-write.h
2077 Copying file gl/fwriteerror.c
2078 Copying file gl/fwriteerror.h
2079 Copying file gl/getdelim.c
2080 Copying file gl/getdtablesize.c
2081 Copying file gl/getline.c
2082 Copying file gl/getopt-cdefs.in.h
2083 Copying file gl/getopt-core.h
2084 Copying file gl/getopt-ext.h
2085 Copying file gl/getopt-pfx-core.h
2086 Copying file gl/getopt-pfx-ext.h
2087 Copying file gl/getopt.c
2088 Copying file gl/getopt.in.h
2089 Copying file gl/getopt1.c
2090 Copying file gl/getopt_int.h
2091 Copying file gl/getpass.c
2092 Copying file gl/getpass.h
2093 Copying file gl/getprogname.c
2094 Copying file gl/getprogname.h
2095 Copying file gl/getrandom.c
2096 Copying file gl/gettext.h
2097 Copying file gl/gettime.c
2098 Copying file gl/gettimeofday.c
2099 Copying file gl/gl_anyhash1.h
2100 Copying file gl/gl_anyhash2.h
2101 Copying file gl/gl_anyhash_primes.h
2102 Copying file gl/gl_anylinked_list1.h
2103 Copying file gl/gl_anylinked_list2.h
2104 Copying file gl/gl_linked_list.c
2105 Copying file gl/gl_linked_list.h
2106 Copying file gl/gl_linkedhash_list.c
2107 Copying file gl/gl_linkedhash_list.h
2108 Copying file gl/gl_list.c
2109 Copying file gl/gl_list.h
2110 Copying file gl/gl_xlist.c
2111 Copying file gl/gl_xlist.h
2112 Copying file gl/glthread/lock.c
2113 Copying file gl/glthread/lock.h
2114 Copying file gl/glthread/threadlib.c
2115 Copying file gl/hard-locale.c
2116 Copying file gl/hard-locale.h
2117 Copying file gl/ialloc.c
2118 Copying file gl/ialloc.h
2119 Copying file gl/idx.h
2120 Copying file gl/imaxtostr.c
2121 Copying file gl/intprops-internal.h
2122 Copying file gl/intprops.h
2123 Copying file gl/inttostr.c
2124 Copying file gl/inttostr.h
2125 Copying file gl/inttypes.in.h
2126 Copying file gl/isblank.c
2127 Copying file gl/isfinite.c
2128 Copying file gl/isinf.c
2129 Copying file gl/isnan.c
2130 Copying file gl/isnand-nolibm.h
2131 Copying file gl/isnand.c
2132 Copying file gl/isnanf-nolibm.h
2133 Copying file gl/isnanf.c
2134 Copying file gl/isnanl-nolibm.h
2135 Copying file gl/isnanl.c
2136 Copying file gl/iswblank.c
2137 Copying file gl/iswdigit.c
2138 Copying file gl/iswxdigit.c
2139 Copying file gl/itold.c
2140 Copying file gl/langinfo.in.h
2141 Copying file gl/lc-charset-dispatch.c
2142 Copying file gl/lc-charset-dispatch.h
2143 Copying file gl/libc-config.h
2144 Copying file gl/limits.in.h
2145 Copying file gl/localcharset.c
2146 Copying file gl/localcharset.h
2147 Copying file gl/locale.in.h
2148 Copying file gl/localeconv.c
2149 Copying file gl/localename-table.c
2150 Copying file gl/localename-table.h
2151 Copying file gl/localename.c
2152 Copying file gl/localename.h
2153 Copying file gl/lseek.c
2154 Copying file gl/lstat.c
2155 Copying file gl/m4/00gnulib.m4
2156 Copying file gl/m4/__inline.m4
2157 Copying file gl/m4/absolute-header.m4
2158 Copying file gl/m4/alloca.m4
2159 Copying file gl/m4/asm-underscore.m4
2160 Copying file gl/m4/assert.m4
2161 Copying file gl/m4/assert_h.m4
2162 Copying file gl/m4/btowc.m4
2163 Copying file gl/m4/build-to-host.m4
2164 Copying file gl/m4/builtin-expect.m4
2165 Copying file gl/m4/byteswap.m4
2166 Copying file gl/m4/c-bool.m4
2167 Copying file gl/m4/c-strtod.m4
2168 Copying file gl/m4/calloc.m4
2169 Copying file gl/m4/canonicalize.m4
2170 Copying file gl/m4/ceil.m4
2171 Copying file gl/m4/check-math-lib.m4
2172 Copying file gl/m4/clock_time.m4
2173 Copying file gl/m4/close.m4
2174 Copying file gl/m4/codeset.m4
2175 Copying file gl/m4/configmake.m4
2176 Copying file gl/m4/ctype_h.m4
2177 Copying file gl/m4/double-slash-root.m4
2178 Copying file gl/m4/dup2.m4
2179 Copying file gl/m4/eealloc.m4
2180 Copying file gl/m4/environ.m4
2181 Copying file gl/m4/errno_h.m4
2182 Copying file gl/m4/error.m4
2183 Copying file gl/m4/error_h.m4
2184 Copying file gl/m4/exponentd.m4
2185 Copying file gl/m4/exponentf.m4
2186 Copying file gl/m4/exponentl.m4
2187 Copying file gl/m4/extensions.m4
2188 Copying file gl/m4/extern-inline.m4
2189 Copying file gl/m4/fatal-signal.m4
2190 Copying file gl/m4/fclose.m4
2191 Copying file gl/m4/fcntl-o.m4
2192 Copying file gl/m4/fcntl.m4
2193 Copying file gl/m4/fcntl_h.m4
2194 Copying file gl/m4/fflush.m4
2195 Copying file gl/m4/flexmember.m4
2196 Copying file gl/m4/float_h.m4
2197 Copying file gl/m4/floor.m4
2198 Copying file gl/m4/fnmatch.m4
2199 Copying file gl/m4/fnmatch_h.m4
2200 Copying file gl/m4/fopen.m4
2201 Copying file gl/m4/fpieee.m4
2202 Copying file gl/m4/fprintf-posix.m4
2203 Copying file gl/m4/free.m4
2204 Copying file gl/m4/frexp.m4
2205 Copying file gl/m4/frexpl.m4
2206 Copying file gl/m4/fseek.m4
2207 Copying file gl/m4/fseeko.m4
2208 Copying file gl/m4/fseterr.m4
2209 Copying file gl/m4/fstat.m4
2210 Copying file gl/m4/ftell.m4
2211 Copying file gl/m4/ftello.m4
2212 Copying file gl/m4/getdelim.m4
2213 Copying file gl/m4/getdtablesize.m4
2214 Copying file gl/m4/getline.m4
2215 Copying file gl/m4/getopt.m4
2216 Copying file gl/m4/getpass.m4
2217 Copying file gl/m4/getprogname.m4
2218 Copying file gl/m4/getrandom.m4
2219 Copying file gl/m4/gettime.m4
2220 Copying file gl/m4/gettimeofday.m4
2221 Copying file gl/m4/gnulib-common.m4
2222 Copying file gl/m4/gnulib-tool.m4
2223 Copying file gl/m4/include_next.m4
2224 Copying file gl/m4/inline.m4
2225 Copying file gl/m4/intl-thread-locale.m4
2226 Copying file gl/m4/intlmacosx.m4
2227 Copying file gl/m4/intmax_t.m4
2228 Copying file gl/m4/inttostr.m4
2229 Copying file gl/m4/inttypes.m4
2230 Copying file gl/m4/inttypes_h.m4
2231 Copying file gl/m4/isblank.m4
2232 Copying file gl/m4/isfinite.m4
2233 Copying file gl/m4/isinf.m4
2234 Copying file gl/m4/isnan.m4
2235 Copying file gl/m4/isnand.m4
2236 Copying file gl/m4/isnanf.m4
2237 Copying file gl/m4/isnanl.m4
2238 Copying file gl/m4/iswblank.m4
2239 Copying file gl/m4/iswdigit.m4
2240 Copying file gl/m4/iswxdigit.m4
2241 Copying file gl/m4/langinfo_h.m4
2242 Copying file gl/m4/largefile.m4
2243 Copying file gl/m4/lcmessage.m4
2244 Copying file gl/m4/ldexp.m4
2245 Copying file gl/m4/ldexpl.m4
2246 Copying file gl/m4/lib-ld.m4
2247 Copying file gl/m4/libunistring-base.m4
2248 Copying file gl/m4/limits-h.m4
2249 Copying file gl/m4/localcharset.m4
2250 Copying file gl/m4/locale-fr.m4
2251 Copying file gl/m4/locale-ja.m4
2252 Copying file gl/m4/locale-zh.m4
2253 Copying file gl/m4/locale_h.m4
2254 Copying file gl/m4/localeconv.m4
2255 Copying file gl/m4/localename.m4
2256 Copying file gl/m4/lock.m4
2257 Copying file gl/m4/lseek.m4
2258 Copying file gl/m4/lstat.m4
2259 Copying file gl/m4/malloc.m4
2260 Copying file gl/m4/malloca.m4
2261 Copying file gl/m4/math_h.m4
2262 Copying file gl/m4/mbchar.m4
2263 Copying file gl/m4/mbiter.m4
2264 Copying file gl/m4/mbrtoc32.m4
2265 Copying file gl/m4/mbrtowc.m4
2266 Copying file gl/m4/mbsinit.m4
2267 Copying file gl/m4/mbsrtowcs.m4
2268 Copying file gl/m4/mbstate_t.m4
2269 Copying file gl/m4/mbtowc.m4
2270 Copying file gl/m4/md4.m4
2271 Copying file gl/m4/memcasecmp.m4
2272 Copying file gl/m4/memchr.m4
2273 Copying file gl/m4/memmem.m4
2274 Copying file gl/m4/mempcpy.m4
2275 Copying file gl/m4/memrchr.m4
2276 Copying file gl/m4/memset_explicit.m4
2277 Copying file gl/m4/minmax.m4
2278 Copying file gl/m4/mkdir.m4
2279 Copying file gl/m4/mkdtemp.m4
2280 Copying file gl/m4/mkstemp.m4
2281 Copying file gl/m4/mktime.m4
2282 Copying file gl/m4/mmap-anon.m4
2283 Copying file gl/m4/mode_t.m4
2284 Copying file gl/m4/msvc-inval.m4
2285 Copying file gl/m4/msvc-nothrow.m4
2286 Copying file gl/m4/multiarch.m4
2287 Copying file gl/m4/musl.m4
2288 Copying file gl/m4/nl_langinfo.m4
2289 Copying file gl/m4/nocrash.m4
2290 Copying file gl/m4/nstrftime.m4
2291 Copying file gl/m4/off_t.m4
2292 Copying file gl/m4/open-cloexec.m4
2293 Copying file gl/m4/open-slash.m4
2294 Copying file gl/m4/open.m4
2295 Copying file gl/m4/pathmax.m4
2296 Copying file gl/m4/pid_t.m4
2297 Copying file gl/m4/pipe2.m4
2298 Copying file gl/m4/printf-frexp.m4
2299 Copying file gl/m4/printf-frexpl.m4
2300 Copying file gl/m4/printf-posix.m4
2301 Copying file gl/m4/printf.m4
2302 Copying file gl/m4/pthread_rwlock_rdlock.m4
2303 Copying file gl/m4/raise.m4
2304 Copying file gl/m4/rawmemchr.m4
2305 Copying file gl/m4/read-file.m4
2306 Copying file gl/m4/read.m4
2307 Copying file gl/m4/readlink.m4
2308 Copying file gl/m4/realloc.m4
2309 Copying file gl/m4/reallocarray.m4
2310 Copying file gl/m4/regex.m4
2311 Copying file gl/m4/relocatable-lib.m4
2312 Copying file gl/m4/relocatable.m4
2313 Copying file gl/m4/rename.m4
2314 Copying file gl/m4/rmdir.m4
2315 Copying file gl/m4/round.m4
2316 Copying file gl/m4/safe-read.m4
2317 Copying file gl/m4/safe-write.m4
2318 Copying file gl/m4/secure_getenv.m4
2319 Copying file gl/m4/select.m4
2320 Copying file gl/m4/setenv.m4
2321 Copying file gl/m4/setlocale_null.m4
2322 Copying file gl/m4/sig_atomic_t.m4
2323 Copying file gl/m4/sigaction.m4
2324 Copying file gl/m4/signal_h.m4
2325 Copying file gl/m4/signalblocking.m4
2326 Copying file gl/m4/signbit.m4
2327 Copying file gl/m4/size_max.m4
2328 Copying file gl/m4/snprintf-posix.m4
2329 Copying file gl/m4/snprintf.m4
2330 Copying file gl/m4/socketlib.m4
2331 Copying file gl/m4/sockets.m4
2332 Copying file gl/m4/socklen.m4
2333 Copying file gl/m4/sockpfaf.m4
2334 Copying file gl/m4/sparcv8+.m4
2335 Copying file gl/m4/sprintf-posix.m4
2336 Copying file gl/m4/ssize_t.m4
2337 Copying file gl/m4/stat-time.m4
2338 Copying file gl/m4/stat.m4
2339 Copying file gl/m4/std-gnu11.m4
2340 Copying file gl/m4/stdalign.m4
2341 Copying file gl/m4/stdarg.m4
2342 Copying file gl/m4/stddef_h.m4
2343 Copying file gl/m4/stdint.m4
2344 Copying file gl/m4/stdint_h.m4
2345 Copying file gl/m4/stdio_h.m4
2346 Copying file gl/m4/stdlib_h.m4
2347 Copying file gl/m4/stpcpy.m4
2348 Copying file gl/m4/strcase.m4
2349 Copying file gl/m4/strcasestr.m4
2350 Copying file gl/m4/strdup.m4
2351 Copying file gl/m4/strerror.m4
2352 Copying file gl/m4/string_h.m4
2353 Copying file gl/m4/strings_h.m4
2354 Copying file gl/m4/strncat.m4
2355 Copying file gl/m4/strndup.m4
2356 Copying file gl/m4/strnlen.m4
2357 Copying file gl/m4/strsep.m4
2358 Copying file gl/m4/strtod.m4
2359 Copying file gl/m4/strtok_r.m4
2360 Copying file gl/m4/sys_random_h.m4
2361 Copying file gl/m4/sys_select_h.m4
2362 Copying file gl/m4/sys_socket_h.m4
2363 Copying file gl/m4/sys_stat_h.m4
2364 Copying file gl/m4/sys_time_h.m4
2365 Copying file gl/m4/sys_types_h.m4
2366 Copying file gl/m4/sys_uio_h.m4
2367 Copying file gl/m4/tcgetattr.m4
2368 Copying file gl/m4/tempname.m4
2369 Copying file gl/m4/termios_h.m4
2370 Copying file gl/m4/threadlib.m4
2371 Copying file gl/m4/time_h.m4
2372 Copying file gl/m4/time_r.m4
2373 Copying file gl/m4/time_rz.m4
2374 Copying file gl/m4/timegm.m4
2375 Copying file gl/m4/timespec.m4
2376 Copying file gl/m4/tm_gmtoff.m4
2377 Copying file gl/m4/tmpdir.m4
2378 Copying file gl/m4/trunc.m4
2379 Copying file gl/m4/tzset.m4
2380 Copying file gl/m4/uchar_h.m4
2381 Copying file gl/m4/ungetc.m4
2382 Copying file gl/m4/unicase_h.m4
2383 Copying file gl/m4/unictype_h.m4
2384 Copying file gl/m4/uninorm_h.m4
2385 Copying file gl/m4/unistd_h.m4
2386 Copying file gl/m4/unlocked-io.m4
2387 Copying file gl/m4/vararrays.m4
2388 Copying file gl/m4/vasnprintf.m4
2389 Copying file gl/m4/vasprintf-posix.m4
2390 Copying file gl/m4/vasprintf.m4
2391 Copying file gl/m4/version-etc.m4
2392 Copying file gl/m4/vfprintf-posix.m4
2393 Copying file gl/m4/visibility.m4
2394 Copying file gl/m4/vprintf-posix.m4
2395 Copying file gl/m4/vsnprintf-posix.m4
2396 Copying file gl/m4/vsnprintf.m4
2397 Copying file gl/m4/vsprintf-posix.m4
2398 Copying file gl/m4/warn-on-use.m4
2399 Copying file gl/m4/wchar_h.m4
2400 Copying file gl/m4/wchar_t.m4
2401 Copying file gl/m4/wcrtomb.m4
2402 Copying file gl/m4/wctype_h.m4
2403 Copying file gl/m4/wcwidth.m4
2404 Copying file gl/m4/wint_t.m4
2405 Copying file gl/m4/wmemchr.m4
2406 Copying file gl/m4/wmempcpy.m4
2407 Copying file gl/m4/write.m4
2408 Copying file gl/m4/xalloc.m4
2409 Copying file gl/m4/xsize.m4
2410 Copying file gl/m4/xstrndup.m4
2411 Copying file gl/m4/xvasprintf.m4
2412 Copying file gl/m4/zzgnulib.m4
2413 Copying file gl/malloc.c
2414 Copying file gl/malloc/dynarray-skeleton.c
2415 Copying file gl/malloc/dynarray.h
2416 Copying file gl/malloc/dynarray_at_failure.c
2417 Copying file gl/malloc/dynarray_emplace_enlarge.c
2418 Copying file gl/malloc/dynarray_finalize.c
2419 Copying file gl/malloc/dynarray_resize.c
2420 Copying file gl/malloc/dynarray_resize_clear.c
2421 Copying file gl/malloc/scratch_buffer.h
2422 Copying file gl/malloc/scratch_buffer_grow.c
2423 Copying file gl/malloc/scratch_buffer_grow_preserve.c
2424 Copying file gl/malloc/scratch_buffer_set_array_size.c
2425 Copying file gl/malloca.c
2426 Copying file gl/malloca.h
2427 Copying file gl/math.c
2428 Copying file gl/math.in.h
2429 Copying file gl/mbchar.c
2430 Copying file gl/mbchar.h
2431 Copying file gl/mbiter.c
2432 Copying file gl/mbiter.h
2433 Copying file gl/mbrtoc32.c
2434 Copying file gl/mbrtowc-impl-utf8.h
2435 Copying file gl/mbrtowc-impl.h
2436 Copying file gl/mbrtowc.c
2437 Copying file gl/mbsinit.c
2438 Copying file gl/mbsrtowcs-impl.h
2439 Copying file gl/mbsrtowcs-state.c
2440 Copying file gl/mbsrtowcs.c
2441 Copying file gl/mbtowc-impl.h
2442 Copying file gl/mbtowc-lock.c
2443 Copying file gl/mbtowc-lock.h
2444 Copying file gl/mbtowc.c
2445 Copying file gl/md4-stream.c
2446 Copying file gl/md4.c
2447 Copying file gl/md4.h
2448 Copying file gl/memcasecmp.c
2449 Copying file gl/memcasecmp.h
2450 Copying file gl/memchr.c
2451 Copying file gl/memchr.valgrind
2452 Copying file gl/memchr2.c
2453 Copying file gl/memchr2.h
2454 Copying file gl/memchr2.valgrind
2455 Copying file gl/memmem.c
2456 Copying file gl/mempcpy.c
2457 Copying file gl/memrchr.c
2458 Copying file gl/memset_explicit.c
2459 Copying file gl/minmax.h
2460 Copying file gl/mkdir.c
2461 Copying file gl/mkdtemp.c
2462 Copying file gl/mkstemp.c
2463 Copying file gl/mktime-internal.h
2464 Copying file gl/mktime.c
2465 Copying file gl/msvc-inval.c
2466 Copying file gl/msvc-inval.h
2467 Copying file gl/msvc-nothrow.c
2468 Copying file gl/msvc-nothrow.h
2469 Copying file gl/nl_langinfo-lock.c
2470 Copying file gl/nl_langinfo.c
2471 Copying file gl/nstrftime.c
2472 Copying file gl/offtostr.c
2473 Copying file gl/open.c
2474 Copying file gl/pathmax.h
2475 Copying file gl/pipe2.c
2476 Copying file gl/printf-args.c
2477 Copying file gl/printf-args.h
2478 Copying file gl/printf-frexp.c
2479 Copying file gl/printf-frexp.h
2480 Copying file gl/printf-frexpl.c
2481 Copying file gl/printf-frexpl.h
2482 Copying file gl/printf-parse.c
2483 Copying file gl/printf-parse.h
2484 Copying file gl/printf.c
2485 Copying file gl/progname.c
2486 Copying file gl/progname.h
2487 Copying file gl/progreloc.c
2488 Copying file gl/raise.c
2489 Copying file gl/rawmemchr.c
2490 Copying file gl/rawmemchr.valgrind
2491 Copying file gl/read-file.c
2492 Copying file gl/read-file.h
2493 Copying file gl/read.c
2494 Copying file gl/readlink.c
2495 Copying file gl/realloc.c
2496 Copying file gl/reallocarray.c
2497 Copying file gl/regcomp.c
2498 Copying file gl/regex.c
2499 Copying file gl/regex.h
2500 Copying file gl/regex_internal.c
2501 Copying file gl/regex_internal.h
2502 Copying file gl/regexec.c
2503 Copying file gl/relocatable.c
2504 Copying file gl/relocatable.h
2505 Copying file gl/relocwrapper.c
2506 Copying file gl/rename.c
2507 Copying file gl/rijndael-alg-fst.c
2508 Copying file gl/rijndael-alg-fst.h
2509 Copying file gl/rijndael-api-fst.c
2510 Copying file gl/rijndael-api-fst.h
2511 Copying file gl/rmdir.c
2512 Copying file gl/round.c
2513 Copying file gl/safe-read.c
2514 Copying file gl/safe-read.h
2515 Copying file gl/safe-write.c
2516 Copying file gl/safe-write.h
2517 Copying file gl/same-inode.h
2518 Copying file gl/scratch_buffer.h
2519 Copying file gl/secure_getenv.c
2520 Copying file gl/select.c
2521 Copying file gl/setenv.c
2522 Copying file gl/setlocale-lock.c
2523 Copying file gl/setlocale_null.c
2524 Copying file gl/setlocale_null.h
2525 Copying file gl/sig-handler.c
2526 Copying file gl/sig-handler.h
2527 Copying file gl/sigaction.c
2528 Copying file gl/signal.in.h
2529 Copying file gl/signbitd.c
2530 Copying file gl/signbitf.c
2531 Copying file gl/signbitl.c
2532 Copying file gl/sigprocmask.c
2533 Copying file gl/size_max.h
2534 Copying file gl/snprintf.c
2535 Copying file gl/sockets.c
2536 Copying file gl/sockets.h
2537 Copying file gl/sprintf.c
2538 Copying file gl/stat-time.c
2539 Copying file gl/stat-time.h
2540 Copying file gl/stat-w32.c
2541 Copying file gl/stat-w32.h
2542 Copying file gl/stat.c
2543 Copying file gl/stdarg.in.h
2544 Copying file gl/stdckdint.in.h
2545 Copying file gl/stddef.in.h
2546 Copying file gl/stdint.in.h
2547 Copying file gl/stdio-impl.h
2548 Copying file gl/stdio-read.c
2549 Copying file gl/stdio-write.c
2550 Copying file gl/stdio.in.h
2551 Copying file gl/stdlib.in.h
2552 Copying file gl/stpcpy.c
2553 Copying file gl/str-two-way.h
2554 Copying file gl/strcasecmp.c
2555 Copying file gl/strcasestr.c
2556 Copying file gl/strdup.c
2557 Copying file gl/streq.h
2558 Copying file gl/strerror-override.c
2559 Copying file gl/strerror-override.h
2560 Copying file gl/strerror.c
2561 Copying file gl/strftime.h
2562 Copying file gl/string.in.h
2563 Copying file gl/strings.in.h
2564 Copying file gl/stripslash.c
2565 Copying file gl/strncasecmp.c
2566 Copying file gl/strncat.c
2567 Copying file gl/strndup.c
2568 Copying file gl/strnlen.c
2569 Copying file gl/strnlen1.c
2570 Copying file gl/strnlen1.h
2571 Copying file gl/strsep.c
2572 Copying file gl/strtod.c
2573 Copying file gl/strtok_r.c
2574 Copying file gl/sys-limits.h
2575 Copying file gl/sys_random.in.h
2576 Copying file gl/sys_select.in.h
2577 Copying file gl/sys_socket.c
2578 Copying file gl/sys_socket.in.h
2579 Copying file gl/sys_stat.in.h
2580 Copying file gl/sys_time.in.h
2581 Copying file gl/sys_types.in.h
2582 Copying file gl/sys_uio.in.h
2583 Copying file gl/tempname.c
2584 Copying file gl/tempname.h
2585 Copying file gl/termios.in.h
2586 Copying file gl/thread-optim.h
2587 Copying file gl/time-internal.h
2588 Copying file gl/time.in.h
2589 Copying file gl/time_r.c
2590 Copying file gl/time_rz.c
2591 Copying file gl/timegm.c
2592 Copying file gl/timespec-add.c
2593 Copying file gl/timespec-sub.c
2594 Copying file gl/timespec.c
2595 Copying file gl/timespec.h
2596 Copying file gl/tmpdir.c
2597 Copying file gl/tmpdir.h
2598 Copying file gl/trunc.c
2599 Copying file gl/tzset.c
2600 Copying file gl/uchar.in.h
2601 Copying file gl/uinttostr.c
2602 Copying file gl/umaxtostr.c
2603 Copying file gl/unicase.in.h
2604 Copying file gl/unicase/cased.c
2605 Copying file gl/unicase/cased.h
2606 Copying file gl/unicase/casefold.h
2607 Copying file gl/unicase/caseprop.h
2608 Copying file gl/unicase/context.h
2609 Copying file gl/unicase/empty-prefix-context.c
2610 Copying file gl/unicase/empty-suffix-context.c
2611 Copying file gl/unicase/ignorable.c
2612 Copying file gl/unicase/ignorable.h
2613 Copying file gl/unicase/simple-mapping.h
2614 Copying file gl/unicase/special-casing-table.gperf
2615 Copying file gl/unicase/special-casing.c
2616 Copying file gl/unicase/special-casing.in.h
2617 Copying file gl/unicase/tocasefold.c
2618 Copying file gl/unicase/tocasefold.h
2619 Copying file gl/unicase/tolower.c
2620 Copying file gl/unicase/tolower.h
2621 Copying file gl/unicase/totitle.c
2622 Copying file gl/unicase/totitle.h
2623 Copying file gl/unicase/toupper.c
2624 Copying file gl/unicase/toupper.h
2625 Copying file gl/unicase/u-casecmp.h
2626 Copying file gl/unicase/u-casefold.h
2627 Copying file gl/unicase/u-casemap.h
2628 Copying file gl/unicase/u-ct-casefold.h
2629 Copying file gl/unicase/u-ct-totitle.h
2630 Copying file gl/unicase/u-totitle.h
2631 Copying file gl/unicase/u8-casecmp.c
2632 Copying file gl/unicase/u8-casefold.c
2633 Copying file gl/unicase/u8-casemap.c
2634 Copying file gl/unicase/u8-ct-casefold.c
2635 Copying file gl/unicase/u8-ct-totitle.c
2636 Copying file gl/unicase/u8-tolower.c
2637 Copying file gl/unicase/u8-totitle.c
2638 Copying file gl/unicase/u8-toupper.c
2639 Copying file gl/unicase/unicasemap.h
2640 Copying file gl/unictype.in.h
2641 Copying file gl/unictype/bitmap.h
2642 Copying file gl/unictype/categ_none.c
2643 Copying file gl/unictype/categ_of.c
2644 Copying file gl/unictype/categ_of.h
2645 Copying file gl/unictype/combiningclass.c
2646 Copying file gl/unictype/combiningclass.h
2647 Copying file gl/unictype/ctype_alnum.c
2648 Copying file gl/unictype/ctype_alnum.h
2649 Copying file gl/unictype/ctype_alpha.c
2650 Copying file gl/unictype/ctype_alpha.h
2651 Copying file gl/unictype/ctype_blank.c
2652 Copying file gl/unictype/ctype_blank.h
2653 Copying file gl/unictype/ctype_cntrl.c
2654 Copying file gl/unictype/ctype_cntrl.h
2655 Copying file gl/unictype/ctype_digit.c
2656 Copying file gl/unictype/ctype_digit.h
2657 Copying file gl/unictype/ctype_graph.c
2658 Copying file gl/unictype/ctype_graph.h
2659 Copying file gl/unictype/ctype_lower.c
2660 Copying file gl/unictype/ctype_lower.h
2661 Copying file gl/unictype/ctype_print.c
2662 Copying file gl/unictype/ctype_print.h
2663 Copying file gl/unictype/ctype_punct.c
2664 Copying file gl/unictype/ctype_punct.h
2665 Copying file gl/unictype/ctype_space.c
2666 Copying file gl/unictype/ctype_space.h
2667 Copying file gl/unictype/ctype_upper.c
2668 Copying file gl/unictype/ctype_upper.h
2669 Copying file gl/unictype/ctype_xdigit.c
2670 Copying file gl/unictype/ctype_xdigit.h
2671 Copying file gl/unictype/pr_extended_pictographic.c
2672 Copying file gl/unictype/pr_extended_pictographic.h
2673 Copying file gl/unictype/pr_soft_dotted.c
2674 Copying file gl/unictype/pr_soft_dotted.h
2675 Copying file gl/unigbrk.in.h
2676 Copying file gl/unigbrk/gbrkprop.h
2677 Copying file gl/unigbrk/uc-gbrk-prop.c
2678 Copying file gl/unigbrk/uc-is-grapheme-break.c
2679 Copying file gl/unilbrk.in.h
2680 Copying file gl/unilbrk/internal.h
2681 Copying file gl/unilbrk/lbrkprop1.h
2682 Copying file gl/unilbrk/lbrkprop2.h
2683 Copying file gl/unilbrk/lbrktables.c
2684 Copying file gl/unilbrk/lbrktables.h
2685 Copying file gl/unilbrk/u8-possible-linebreaks.c
2686 Copying file gl/uninorm.in.h
2687 Copying file gl/uninorm/canonical-decomposition.c
2688 Copying file gl/uninorm/compat-decomposition.c
2689 Copying file gl/uninorm/decompose-internal.c
2690 Copying file gl/uninorm/decompose-internal.h
2691 Copying file gl/uninorm/decomposing-form.c
2692 Copying file gl/uninorm/decomposition-table.c
2693 Copying file gl/uninorm/decomposition-table.h
2694 Copying file gl/uninorm/decomposition-table1.h
2695 Copying file gl/uninorm/decomposition-table2.h
2696 Copying file gl/uninorm/decomposition.c
2697 Copying file gl/uninorm/nfd.c
2698 Copying file gl/uninorm/nfkd.c
2699 Copying file gl/uninorm/normalize-internal.h
2700 Copying file gl/uninorm/u-normalize-internal.h
2701 Copying file gl/uninorm/u8-normalize.c
2702 Copying file gl/unistd.c
2703 Copying file gl/unistd.in.h
2704 Copying file gl/unistr.in.h
2705 Copying file gl/unistr/u-cmp2.h
2706 Copying file gl/unistr/u-cpy.h
2707 Copying file gl/unistr/u8-check.c
2708 Copying file gl/unistr/u8-cmp.c
2709 Copying file gl/unistr/u8-cmp2.c
2710 Copying file gl/unistr/u8-cpy.c
2711 Copying file gl/unistr/u8-mblen.c
2712 Copying file gl/unistr/u8-mbtouc-aux.c
2713 Copying file gl/unistr/u8-mbtouc-unsafe-aux.c
2714 Copying file gl/unistr/u8-mbtouc-unsafe.c
2715 Copying file gl/unistr/u8-mbtouc.c
2716 Copying file gl/unistr/u8-mbtoucr.c
2717 Copying file gl/unistr/u8-strlen.c
2718 Copying file gl/unistr/u8-strmbtouc.c
2719 Copying file gl/unistr/u8-strncat.c
2720 Copying file gl/unistr/u8-uctomb-aux.c
2721 Copying file gl/unistr/u8-uctomb.c
2722 Copying file gl/unitypes.in.h
2723 Copying file gl/uniwbrk.in.h
2724 Copying file gl/uniwbrk/u-wordbreaks.h
2725 Copying file gl/uniwbrk/u8-wordbreaks.c
2726 Copying file gl/uniwbrk/wbrkprop.h
2727 Copying file gl/uniwbrk/wbrktable.c
2728 Copying file gl/uniwbrk/wbrktable.h
2729 Copying file gl/uniwbrk/wordbreak-property.c
2730 Copying file gl/uniwidth.in.h
2731 Copying file gl/uniwidth/cjk.h
2732 Copying file gl/uniwidth/u8-strwidth.c
2733 Copying file gl/uniwidth/u8-width.c
2734 Copying file gl/uniwidth/width.c
2735 Copying file gl/uniwidth/width0.h
2736 Copying file gl/uniwidth/width2.h
2737 Copying file gl/unlocked-io.h
2738 Copying file gl/unsetenv.c
2739 Copying file gl/vasnprintf.c
2740 Copying file gl/vasnprintf.h
2741 Copying file gl/vasprintf.c
2742 Copying file gl/verify.h
2743 Copying file gl/version-etc-fsf.c
2744 Copying file gl/version-etc.c
2745 Copying file gl/version-etc.h
2746 Copying file gl/vfprintf.c
2747 Copying file gl/vprintf.c
2748 Copying file gl/vsnprintf.c
2749 Copying file gl/vsprintf.c
2750 Copying file gl/w32sock.h
2751 Copying file gl/warn-on-use.h
2752 Copying file gl/wchar.in.h
2753 Copying file gl/wcrtomb.c
2754 Copying file gl/wctype-h.c
2755 Copying file gl/wctype.in.h
2756 Copying file gl/wcwidth.c
2757 Copying file gl/windows-initguard.h
2758 Copying file gl/windows-mutex.c
2759 Copying file gl/windows-mutex.h
2760 Copying file gl/windows-once.c
2761 Copying file gl/windows-once.h
2762 Copying file gl/windows-recmutex.c
2763 Copying file gl/windows-recmutex.h
2764 Copying file gl/windows-rwlock.c
2765 Copying file gl/windows-rwlock.h
2766 Copying file gl/windows-spin.c
2767 Copying file gl/windows-spin.h
2768 Copying file gl/wmemchr-impl.h
2769 Copying file gl/wmemchr.c
2770 Copying file gl/wmempcpy.c
2771 Copying file gl/write.c
2772 Copying file gl/xalloc-die.c
2773 Copying file gl/xalloc-oversized.h
2774 Copying file gl/xalloc.h
2775 Copying file gl/xasprintf.c
2776 Copying file gl/xbinary-io.c
2777 Copying file gl/xbinary-io.h
2778 Copying file gl/xmalloc.c
2779 Copying file gl/xmalloca.c
2780 Copying file gl/xmalloca.h
2781 Copying file gl/xmemdup0.c
2782 Copying file gl/xmemdup0.h
2783 Copying file gl/xreadlink.c
2784 Copying file gl/xreadlink.h
2785 Copying file gl/xsize.c
2786 Copying file gl/xsize.h
2787 Copying file gl/xstrndup.c
2788 Copying file gl/xstrndup.h
2789 Copying file gl/xvasprintf.c
2790 Copying file gl/xvasprintf.h
2791 Creating gl/m4/gnulib-cache.m4
2792 Creating gl/m4/gnulib-comp.m4
2793 Creating gl/automake.mk
2794 Finished.
2795
2796 You may need to add #include directives for the following .h files.
2797 #include <assert.h>
2798 #include <byteswap.h>
2799 #include <fcntl.h>
2800 #include <fnmatch.h>
2801 #include <getopt.h>
2802 #include <math.h>
2803 #include <regex.h>
2804 #include <stdarg.h>
2805 #include <stdint.h>
2806 #include <stdio.h>
2807 #include <stdlib.h>
2808 #include <string.h>
2809 #include <sys/select.h>
2810 #include <sys/stat.h>
2811 #include <sys/time.h>
2812 #include <termios.h>
2813 #include <unistd.h>
2814 #include "c-ctype.h"
2815 #include "c-snprintf.h"
2816 #include "c-strcase.h"
2817 #include "c-strcasestr.h"
2818 #include "c-strtod.h"
2819 #include "c-xvasprintf.h"
2820 #include "clean-temp.h"
2821 #include "configmake.h"
2822 #include "count-leading-zeros.h"
2823 #include "count-one-bits.h"
2824 #include "crc.h"
2825 #include "dirname.h"
2826 #include "fatal-signal.h"
2827 #include "ftoastr.h"
2828 #include "full-read.h"
2829 #include "full-write.h"
2830 #include "fwriteerror.h"
2831 #include "gettext.h"
2832 #include "intprops.h"
2833 #include "inttostr.h"
2834 #include "localcharset.h"
2835 #include "localename.h"
2836 #include "mbchar.h"
2837 #include "mbiter.h"
2838 #include "md4.h"
2839 #include "memcasecmp.h"
2840 #include "memchr2.h"
2841 #include "minmax.h"
2842 #include "progname.h"
2843 #include "read-file.h"
2844 #include "relocatable.h"
2845 #include "rijndael-alg-fst.h"
2846 #include "rijndael-api-fst.h"
2847 #include "strftime.h"
2848 #include "tempname.h"
2849 #include "timespec.h"
2850 #include "unicase.h"
2851 #include "unictype.h"
2852 #include "unigbrk.h"
2853 #include "unilbrk.h"
2854 #include "uninorm.h"
2855 #include "unistr.h"
2856 #include "unitypes.h"
2857 #include "uniwidth.h"
2858 #include "unlocked-io.h"
2859 #include "vasprintf.h"
2860 #include "verify.h"
2861 #include "version-etc.h"
2862 #include "xalloc.h"
2863 #include "xbinary-io.h"
2864 #include "xmalloca.h"
2865 #include "xmemdup0.h"
2866 #include "xsize.h"
2867 #include "xstrndup.h"
2868 #include "xvasprintf.h"
2869
2870 You may need to use the following Makefile variables when linking.
2871 Use them in <program>_LDADD when linking a program, or
2872 in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
2873 $(CLOCK_TIME_LIB)
2874 $(FLOOR_LIBM)
2875 $(GETRANDOM_LIB)
2876 $(HARD_LOCALE_LIB)
2877 $(ISNAND_LIBM)
2878 $(ISNANF_LIBM)
2879 $(ISNANL_LIBM)
2880 $(LIBSOCKET)
2881 $(LIBTHREAD)
2882 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
2883 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
2884 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
2885 $(MBRTOWC_LIB)
2886 $(ROUND_LIBM)
2887 $(SELECT_LIB)
2888 $(SETLOCALE_NULL_LIB)
2889 $(TRUNC_LIBM)
2890 @INTL_MACOSX_LIBS@
2891
2892 Don't forget to
2893 - "include automake.mk" from within "gl/Makefile.am",
2894 - mention "-I gl/m4" in ACLOCAL_AMFLAGS in Makefile.am
2895 or add an AC_CONFIG_MACRO_DIRS([gl/m4]) invocation in ./configure.ac,
2896 - mention "gl/m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
2897 - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
2898 - invoke gl_INIT in ./configure.ac.
2899 if (glibtoolize --version) >/dev/null 2>&1; then \
2900 LIBTOOLIZE=glibtoolize; \
2901 elif (libtoolize --version) >/dev/null 2>&1; then \
2902 LIBTOOLIZE=libtoolize; \
2903 else \
2904 echo >&2 "libtoolize not found"; \
2905 exit 1; \
2906 fi; \
2907 $LIBTOOLIZE --force --automake --copy
2908 make -f Smake Makefile.in configure
2909 make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp'
2910 autoheader
2911 aclocal -I m4 -I gl/m4
2912 printf '<?xml version="1.0" encoding="UTF-8"?>\n' > src/ui/gui/resources.xml
2913 rm -f src/ui/gui/icons/manifest
2914 printf '<gresources>\n' >> src/ui/gui/resources.xml
2915 printf '# This is a generated file. Do not edit.\n' >> src/ui/gui/icons/manifest
2916 printf ' <gresource prefix="org/gnu/pspp">\n' >> src/ui/gui/resources.xml
2917 printf 'icons =' >> src/ui/gui/icons/manifest
2918 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 \
2919 z=`echo "$x" | sed -e 's%src/ui/gui/%%'` ; \
2920 printf " <file>$z</file>\n" >> src/ui/gui/resources.xml ; \
2921 done
2922 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 \
2923 printf ' \\\n\t '$i >> src/ui/gui/icons/manifest; \
2924 done
2925 echo >> src/ui/gui/icons/manifest
2926 echo >> src/ui/gui/icons/manifest
2927 printf 'icon_srcs = ' >> src/ui/gui/icons/manifest
2928 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 \
2929 printf ' \\\n\t '$i >> src/ui/gui/icons/manifest ;\
2930 done
2931 echo ' ' >> src/ui/gui/icons/manifest
2932 echo >> src/ui/gui/icons/manifest
2933 printf ' </gresource>\n' >> src/ui/gui/resources.xml
2934 printf '</gresources>\n' >> src/ui/gui/resources.xml
2935 automake --add-missing --copy --no-force --include-deps
2936 autoconf || rm configure # autoconf 2.69 has (what I think is) a bug. It will create configure even when failure is detected.
2937 configure.ac:28: installing 'build-aux/compile'
2938 configure.ac:30: installing 'build-aux/config.guess'
2939 configure.ac:30: installing 'build-aux/config.sub'
2940 configure.ac:25: installing 'build-aux/install-sh'
2941 configure.ac:25: installing 'build-aux/missing'
2942 po/automake.mk:99: warning: uninstall-hook was already defined in condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE ...
2943 Makefile.am:82: 'po/automake.mk' included from here
2944 gl/automake.mk:2402: ... 'uninstall-hook' previously defined here
2945 Makefile.am:81: 'gl/automake.mk' included from here
2946 Makefile.am:103: warning: uninstall-hook was already defined in condition RELOCATABLE_VIA_WRAPPER, which is included in condition TRUE ...
2947 gl/automake.mk:2402: ... 'uninstall-hook' previously defined here
2948 Makefile.am:81: 'gl/automake.mk' included from here
2949 Makefile.am: installing 'build-aux/depcomp'
2950 doc/automake.mk:19: installing 'build-aux/mdate-sh'
2951 Makefile.am:88: 'doc/automake.mk' included from here
2952 make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp'
2954 Configure source
2955 cd pspp && mkdir _build && cd _build && ../configure PKG_CONFIG_PATH=$PWD/../../spread-sheet-widget-0.10-ge9e2eb/inst/lib/pkgconfig
2956 checking for a BSD-compatible install... /usr/bin/install -c
2957 checking whether build environment is sane... yes
2958 checking for a race-free mkdir -p... /usr/bin/mkdir -p
2959 checking for gawk... gawk
2960 checking whether make sets $(MAKE)... yes
2961 checking whether make supports nested variables... yes
2962 checking whether UID '1000' is supported by ustar format... yes
2963 checking whether GID '1000' is supported by ustar format... yes
2964 checking how to create a ustar tar archive... gnutar
2965 checking whether make supports the include directive... yes (GNU style)
2966 checking for gcc... gcc
2967 checking whether the C compiler works... yes
2968 checking for C compiler default output file name... a.out
2969 checking for suffix of executables...
2970 checking whether we are cross compiling... no
2971 checking for suffix of object files... o
2972 checking whether the compiler supports GNU C... yes
2973 checking whether gcc accepts -g... yes
2974 checking for gcc option to enable C11 features... none needed
2975 checking whether gcc understands -c and -o together... yes
2976 checking whether the compiler is clang... no
2977 checking for compiler option needed when checking for declarations... none
2978 checking dependency style of gcc... gcc3
2979 checking for stdio.h... yes
2980 checking for stdlib.h... yes
2981 checking for string.h... yes
2982 checking for inttypes.h... yes
2983 checking for stdint.h... yes
2984 checking for strings.h... yes
2985 checking for sys/stat.h... yes
2986 checking for sys/types.h... yes
2987 checking for unistd.h... yes
2988 checking for wchar.h... yes
2989 checking for minix/config.h... no
2990 checking for pthread.h... yes
2991 checking for xlocale.h... no
2992 checking for uchar.h... yes
2993 checking for sys/param.h... yes
2994 checking for sys/socket.h... yes
2995 checking for error.h... yes
2996 checking for fnmatch.h... yes
2997 checking for features.h... yes
2998 checking for getopt.h... yes
2999 checking for sys/cdefs.h... yes
3000 checking for stdio_ext.h... yes
3001 checking for termios.h... yes
3002 checking for sys/time.h... yes
3003 checking for threads.h... yes
3004 checking for limits.h... yes
3005 checking for crtdefs.h... no
3006 checking for wctype.h... yes
3007 checking for langinfo.h... yes
3008 checking for math.h... yes
3009 checking for sys/mman.h... yes
3010 checking for malloc.h... yes
3011 checking for sys/select.h... yes
3012 checking for stdbool.h... yes
3013 checking for stdckdint.h... no
3014 checking for sys/random.h... yes
3015 checking for sys/uio.h... yes
3016 checking whether it is safe to define __EXTENSIONS__... yes
3017 checking whether _XOPEN_SOURCE should be defined... no
3018 checking for gcc... (cached) gcc
3019 checking whether the compiler supports GNU C... (cached) yes
3020 checking whether gcc accepts -g... (cached) yes
3021 checking for gcc option to enable C11 features... (cached) none needed
3022 checking whether gcc understands -c and -o together... (cached) yes
3023 checking whether the compiler is clang... (cached) no
3024 checking for compiler option needed when checking for declarations... (cached) none
3025 checking dependency style of gcc... (cached) gcc3
3026 checking build system type... x86_64-pc-linux-gnu
3027 checking host system type... x86_64-pc-linux-gnu
3028 checking how to run the C preprocessor... gcc -E
3029 checking for grep that handles long lines and -e... /usr/bin/grep
3030 checking for egrep... /usr/bin/grep -E
3031 checking for Minix Amsterdam compiler... no
3032 checking for ar... ar
3033 checking for ranlib... ranlib
3034 checking for _LARGEFILE_SOURCE value needed for large files... no
3035 checking for gcc option to enable large file support... none needed
3036 checking how to print strings... printf
3037 checking for a sed that does not truncate output... /usr/bin/sed
3038 checking for fgrep... /usr/bin/grep -F
3039 checking for ld used by gcc... /usr/bin/ld
3040 checking if the linker (/usr/bin/ld) is GNU ld... yes
3041 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
3042 checking the name lister (/usr/bin/nm -B) interface... BSD nm
3043 checking whether ln -s works... yes
3044 checking the maximum length of command line arguments... 1572864
3045 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
3046 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
3047 checking for /usr/bin/ld option to reload object files... -r
3048 checking for file... file
3049 checking for objdump... objdump
3050 checking how to recognize dependent libraries... pass_all
3051 checking for dlltool... no
3052 checking how to associate runtime and link libraries... printf %s\n
3053 checking for archiver @FILE support... @
3054 checking for strip... strip
3055 checking for ranlib... (cached) ranlib
3056 checking command to parse /usr/bin/nm -B output from gcc object... ok
3057 checking for sysroot... no
3058 checking for a working dd... /usr/bin/dd
3059 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
3060 checking for mt... no
3061 checking if : is a manifest tool... no
3062 checking for dlfcn.h... yes
3063 checking for objdir... .libs
3064 checking if gcc supports -fno-rtti -fno-exceptions... no
3065 checking for gcc option to produce PIC... -fPIC -DPIC
3066 checking if gcc PIC flag -fPIC -DPIC works... yes
3067 checking if gcc static flag -static works... yes
3068 checking if gcc supports -c -o file.o... yes
3069 checking if gcc supports -c -o file.o... (cached) yes
3070 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
3071 checking whether -lc should be explicitly linked in... no
3072 checking dynamic linker characteristics... GNU/Linux ld.so
3073 checking how to hardcode library paths into programs... immediate
3074 checking for shl_load... no
3075 checking for shl_load in -ldld... no
3076 checking for dlopen... yes
3077 checking whether a program can dlopen itself... yes
3078 checking whether a statically linked program can dlopen itself... no
3079 checking whether stripping libraries is possible... yes
3080 checking if libtool supports shared libraries... yes
3081 checking whether to build shared libraries... yes
3082 checking whether to build static libraries... yes
3083 checking whether termios.h defines TIOCGWINSZ... no
3084 checking whether sys/ioctl.h defines TIOCGWINSZ... yes
3085 checking size of ptrdiff_t... 8
3086 checking for pkg-config... /usr/bin/pkg-config
3087 checking pkg-config is at least version 0.9.0... yes
3088 checking whether makeinfo supports @clicksequence... yes
3089 checking whether makeinfo generates broken DocBook XML... no
3090 checking for dot... yes
3091 checking whether gcc accepts -Wall... yes
3092 checking whether gcc accepts -Wextra... yes
3093 checking whether gcc accepts -Wwrite-strings... yes
3094 checking whether gcc accepts -Wstrict-prototypes... yes
3095 checking whether gcc accepts -Wpointer-arith... yes
3096 checking whether gcc accepts -Wno-sign-compare... yes
3097 checking whether gcc accepts -Wmissing-prototypes... yes
3098 checking for perl... /usr/bin/perl
3099 checking for python3... python3
3100 checking for tex... tex
3101 checking for ld... /usr/bin/ld -m elf_x86_64
3102 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
3103 checking for shared library run path origin... done
3104 checking 32-bit host C ABI... no
3105 checking for ELF binary format... yes
3106 checking for the common suffixes of directories in the library search path... lib,lib,lib64
3107 checking whether NLS is requested... yes
3108 checking for CFPreferencesCopyAppValue... no
3109 checking for CFLocaleCopyPreferredLanguages... no
3110 checking for GNU gettext in libc... yes
3111 checking whether to use NLS... yes
3112 checking where the gettext function comes from... libc
3113 checking for msgfmt... msgfmt
3114 checking for xgettext... xgettext
3115 checking whether gettext is sufficiently recent... yes
3116 checking for gcc option to enable large file support... (cached) none needed
3117 checking for library containing sin... -lm
3118 checking for LC_PAPER... yes
3119 checking for cairo >= 1.5 pango >= 1.22 pangocairo... yes
3120 checking for an xmllint program which fits our needs... /usr/bin/xmllint
3121 checking for gthread-2.0... yes
3122 checking for gtk+-3.0 >= 3.22.0... yes
3123 checking for gtksourceview-4 >= 4.0... yes
3124 checking for glib-2.0 >= 2.44... yes
3125 checking for spread-sheet-widget >= 0.7... yes
3126 checking for glib-genmarshal... glib-genmarshal
3127 checking for glib-compile-resources... glib-compile-resources
3128 checking for g_memdup2 in -lglib-2.0... yes
3129 checking whether the preprocessor supports include_next... yes
3130 checking whether source code line length is unlimited... yes
3131 checking for pg_config... /usr/bin/pg_config
3132 checking for PQexec in -lpq... yes
3133 checking whether -lpq links successfully... yes
3134 checking for libxml-2.0... yes
3135 checking for library containing gzopen... -lz
3136 checking for zlib.h... yes
3137 checking for library containing cblas_dsdot... -lgslcblas
3138 checking for gsl >= 1.13... yes
3139 checking for inline... inline
3140 checking whether the compiler generally respects inline... yes
3141 checking whether gcc accepts -fgnu89-inline... yes
3142 checking whether GSL needs -fgnu89-inline to link... no
3143 checking for readline... yes
3144 checking how to link with libreadline... -lreadline
3145 checking for library containing rl_echo_signal_char... -lreadline
3146 checking for library containing rl_outstream... none required
3147 checking for sys/wait.h... yes
3148 checking for fpu_control.h... yes
3149 checking for ieeefp.h... no
3150 checking for fenv.h... yes
3151 checking for pwd.h... yes
3152 checking for gcc options needed to detect all undeclared functions... none needed
3153 checking whether SIGWINCH is declared... yes
3154 checking for size_t... yes
3155 checking for working alloca.h... yes
3156 checking for alloca... yes
3157 checking whether <wchar.h> uses 'inline' correctly... yes
3158 checking for btowc... yes
3159 checking for mbrtowc... yes
3160 checking for snprintf... yes
3161 checking for mbsinit... yes
3162 checking for canonicalize_file_name... yes
3163 checking for realpath... yes
3164 checking for lstat... yes
3165 checking for _set_invalid_parameter_handler... no
3166 checking for fcntl... yes
3167 checking for symlink... yes
3168 checking for fnmatch... yes
3169 checking for mbsrtowcs... yes
3170 checking for vasnprintf... no
3171 checking for getdtablesize... yes
3172 checking for getpass... yes
3173 checking for getexecname... no
3174 checking for gettimeofday... yes
3175 checking for isblank... yes
3176 checking for iswcntrl... yes
3177 checking for mprotect... yes
3178 checking for memset_explicit... no
3179 checking for memset_s... no
3180 checking for mkstemp... yes
3181 checking for readlink... yes
3182 checking for iswctype... yes
3183 checking for setenv... yes
3184 checking for link... yes
3185 checking for secure_getenv... yes
3186 checking for getuid... yes
3187 checking for geteuid... yes
3188 checking for getgid... yes
3189 checking for getegid... yes
3190 checking for sigaction... yes
3191 checking for sigaltstack... yes
3192 checking for siginterrupt... yes
3193 checking for strndup... yes
3194 checking for localtime_r... yes
3195 checking for wcrtomb... yes
3196 checking for wcwidth... yes
3197 checking for nl_langinfo and CODESET... yes
3198 checking for a traditional french locale... fr_FR
3199 checking for C/C++ restrict keyword... __restrict__
3200 checking for uselocale... yes
3201 checking whether uselocale works... yes
3202 checking whether snprintf returns a byte count as in C99... yes
3203 checking whether snprintf truncates the result as in C99... yes
3204 checking for wchar_t... yes
3205 checking for wint_t... yes
3206 checking whether wint_t is large enough... yes
3207 checking where to find the exponent in a 'double'... word 1 bit 20
3208 checking for wcslen... yes
3209 checking for snprintf... (cached) yes
3210 checking for strnlen... yes
3211 checking for wcrtomb... (cached) yes
3212 checking whether _snprintf is declared... no
3213 checking whether printf supports 'long double' arguments... yes
3214 checking whether printf supports infinite 'double' arguments... yes
3215 checking whether byte ordering is bigendian... no
3216 checking whether long double and double are the same... no
3217 checking whether printf supports infinite 'long double' arguments... yes
3218 checking whether printf supports the 'a' and 'A' directives... yes
3219 checking whether printf supports the 'b' directive... yes
3220 checking whether printf supports the 'F' directive... yes
3221 checking whether printf supports the 'ls' directive... yes
3222 checking whether printf supports the 'lc' directive correctly... no
3223 checking whether printf supports the grouping flag... yes
3224 checking whether printf supports the left-adjust flag correctly... yes
3225 checking whether printf supports the zero flag correctly... yes
3226 checking whether printf supports large precisions... yes
3227 checking whether the compiler produces multi-arch binaries... no
3228 checking whether printf survives out-of-memory conditions... yes
3229 checking whether char8_t is correctly defined... yes
3230 checking whether char16_t is correctly defined... yes
3231 checking whether char32_t is correctly defined... yes
3232 checking for bit size of wchar_t... 32
3233 checking for mbstate_t... yes
3234 checking for a traditional japanese locale... ja_JP
3235 checking for a french Unicode locale... fr_FR.UTF-8
3236 checking for a transitional chinese locale... zh_CN.GB18030
3237 checking whether mbrtowc handles incomplete characters... yes
3238 checking whether mbrtowc works as well as mbtowc... yes
3239 checking whether mbrtoc32 is declared... yes
3240 checking for mbrtoc32... yes
3241 checking whether mbrtoc32 works as well as mbrtowc... yes
3242 checking whether malloc is ptrdiff_t safe... yes
3243 checking whether malloc, realloc, calloc set errno on failure... yes
3244 checking whether lstat correctly handles trailing slash... yes
3245 checking whether // is distinct from /... no
3246 checking whether realpath works... yes
3247 checking for faccessat... yes
3248 checking for getcwd... yes
3249 checking if environ is properly declared... yes
3250 checking for complete errno.h... yes
3251 checking for error... yes
3252 checking whether error_at_line is declared... yes
3253 checking for error_at_line... yes
3254 checking for working error function... yes
3255 checking whether strerror_r is declared... yes
3256 checking whether strerror_r returns char *... yes
3257 checking whether ctype.h defines __header_inline... no
3258 checking for sig_atomic_t... yes
3259 checking for working fcntl.h... yes
3260 checking for pid_t... yes
3261 checking for mode_t... yes
3262 checking whether fopen recognizes a trailing slash... yes
3263 checking whether fflush works on input streams... no
3264 checking for stdint.h... yes
3265 checking for inttypes.h... yes
3266 checking whether printf supports size specifiers as in C99... yes
3267 checking whether printf supports size specifiers as in C23... yes
3268 checking whether printf supports the 'n' directive... yes
3269 checking whether printf supports POSIX/XSI format strings with positions... yes
3270 checking for intmax_t... yes
3271 checking whether frexp() can be used without linking with libm... yes
3272 checking whether alarm is declared... yes
3273 checking whether stdin defaults to large file offsets... yes
3274 checking whether fseeko is declared... yes
3275 checking for fseeko... yes
3276 checking whether fflush works on input streams... (cached) no
3277 checking whether stat file-mode macros are broken... no
3278 checking for nlink_t... yes
3279 checking whether ftello is declared... yes
3280 checking whether ungetc works on arbitrary bytes... yes
3281 checking for ftello... yes
3282 checking whether ftello works... yes
3283 checking whether getdelim is declared... yes
3284 checking whether getdtablesize is declared... yes
3285 checking whether getline is declared... yes
3286 checking for getopt.h... (cached) yes
3287 checking for getopt_long_only... yes
3288 checking whether getopt is POSIX compatible... yes
3289 checking for working GNU getopt function... yes
3290 checking for working GNU getopt_long function... yes
3291 checking whether fflush_unlocked is declared... yes
3292 checking whether flockfile is declared... yes
3293 checking whether fputs_unlocked is declared... yes
3294 checking whether funlockfile is declared... yes
3295 checking whether putc_unlocked is declared... yes
3296 checking whether timespec_get is declared... yes
3297 checking for timespec_get... yes
3298 checking for struct timeval... yes
3299 checking for wide-enough struct timeval.tv_sec member... yes
3300 checking for pthread.h... (cached) yes
3301 checking for pthread_kill in -lpthread... yes
3302 checking whether POSIX threads API is available... yes
3303 checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
3304 checking whether setlocale (category, NULL) is multithread-safe... yes
3305 checking for off_t... yes
3306 checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
3307 checking whether limits.h has SSIZE_MAX... yes
3308 checking whether stdint.h conforms to C99... yes
3309 checking whether stdint.h works without ISO C predefines... yes
3310 checking whether stdint.h has UINTMAX_WIDTH etc.... yes
3311 checking where to find the exponent in a 'float'... word 0 bit 23
3312 checking whether isnan(float) can be used without linking with libm... yes
3313 checking whether isnan(float) works... yes
3314 checking whether isnan(double) can be used without linking with libm... yes
3315 checking whether isnan(long double) can be used without linking with libm... yes
3316 checking whether isnanl works... yes
3317 checking where to find the exponent in a 'long double'... word 2 bit 0
3318 checking whether iswcntrl works... yes
3319 checking for towlower... yes
3320 checking for wctype_t... yes
3321 checking for wctrans_t... yes
3322 checking whether langinfo.h defines CODESET... yes
3323 checking whether langinfo.h defines T_FMT_AMPM... yes
3324 checking whether langinfo.h defines ALTMON_1... yes
3325 checking whether langinfo.h defines ERA... yes
3326 checking whether langinfo.h defines YESEXPR... yes
3327 checking for good max_align_t... yes
3328 checking whether NULL can be used in arbitrary expressions... yes
3329 checking for unreachable... no
3330 checking whether locale.h defines locale_t... yes
3331 checking whether locale.h conforms to POSIX:2001... yes
3332 checking whether struct lconv is properly defined... yes
3333 checking for LC_MESSAGES... yes
3334 checking for uselocale... (cached) yes
3335 checking whether uselocale works... (cached) yes
3336 checking for fake locale system (OpenBSD)... no
3337 checking for Solaris 11.4 locale system... no
3338 checking for getlocalename_l... no
3339 checking whether imported symbols can be declared weak... yes
3340 checking for multithread API to use... posix
3341 checking whether malloc (0) returns nonnull... yes
3342 checking whether NAN macro works... yes
3343 checking whether HUGE_VAL works... yes
3344 checking for mmap... yes
3345 checking for MAP_ANONYMOUS... yes
3346 checking whether memchr works... yes
3347 checking whether memmem is declared... yes
3348 checking for memmem... yes
3349 checking whether memmem works... yes
3350 checking whether memrchr is declared... yes
3351 checking whether <limits.h> defines MIN and MAX... no
3352 checking whether <sys/param.h> defines MIN and MAX... yes
3353 checking whether time_t is signed... yes
3354 checking for working mktime... yes
3355 checking whether struct tm is in sys/time.h or time.h... time.h
3356 checking for struct tm.tm_zone... yes
3357 checking for struct tm.tm_gmtoff... yes
3358 checking for O_CLOEXEC... yes
3359 checking for promoted mode_t type... mode_t
3360 checking whether C symbols are prefixed with underscore at the linker level... no
3361 checking for sigset_t... yes
3362 checking for shared library path variable... LD_LIBRARY_PATH
3363 checking whether to activate relocatable installation... no
3364 checking whether setenv is declared... yes
3365 checking for ssize_t... yes
3366 checking whether <sys/select.h> is self-contained... yes
3367 checking for library containing setsockopt... none needed
3368 checking for uid_t in sys/types.h... yes
3369 checking for volatile sig_atomic_t... yes
3370 checking for sighandler_t... yes
3371 checking whether snprintf is declared... yes
3372 checking for snprintf... (cached) yes
3373 checking whether snprintf fully supports the 'n' directive... yes
3374 checking whether snprintf respects a size of 1... yes
3375 checking whether vsnprintf respects a zero size as in C99... yes
3376 checking whether fcloseall is declared... yes
3377 checking whether getw is declared... yes
3378 checking whether putw is declared... yes
3379 checking which flavor of printf attribute matches inttypes macros... system
3380 checking whether ecvt is declared... yes
3381 checking whether fcvt is declared... yes
3382 checking whether gcvt is declared... yes
3383 checking whether MB_CUR_MAX is correct... yes
3384 checking for strcasestr... yes
3385 checking whether strcasestr works... yes
3386 checking whether strdup is declared... yes
3387 checking whether strerror(0) succeeds... yes
3388 checking whether strncat works... yes
3389 checking whether strndup is declared... yes
3390 checking whether strnlen is declared... yes
3391 checking whether ldexp() can be used without linking with libm... yes
3392 checking whether strtok_r is declared... yes
3393 checking whether <sys/socket.h> is self-contained... yes
3394 checking for shutdown... yes
3395 checking whether <sys/socket.h> defines the SHUT_* macros... yes
3396 checking for struct sockaddr_storage... yes
3397 checking for sa_family_t... yes
3398 checking for struct sockaddr_storage.ss_family... yes
3399 checking for struct timespec in <time.h>... yes
3400 checking for TIME_UTC in <time.h>... yes
3401 checking whether execvpe is declared... yes
3402 checking whether clearerr_unlocked is declared... yes
3403 checking whether feof_unlocked is declared... yes
3404 checking whether ferror_unlocked is declared... yes
3405 checking whether fgets_unlocked is declared... yes
3406 checking whether fputc_unlocked is declared... yes
3407 checking whether fread_unlocked is declared... yes
3408 checking whether fwrite_unlocked is declared... yes
3409 checking whether getc_unlocked is declared... yes
3410 checking whether getchar_unlocked is declared... yes
3411 checking whether putchar_unlocked is declared... yes
3412 checking whether unsetenv is declared... yes
3413 checking for vasprintf... yes
3414 checking whether vsnprintf is declared... yes
3415 checking for vsnprintf... yes
3416 checking whether snprintf fully supports the 'n' directive... (cached) yes
3417 checking whether snprintf respects a size of 1... (cached) yes
3418 checking whether vsnprintf respects a zero size as in C99... (cached) yes
3419 checking whether wcsdup is declared... yes
3420 checking for C compiler option to allow warnings... -Wno-error
3421 checking for alignas and alignof... yes, <stdalign.h> macros
3422 checking for alloca as a compiler built-in... yes
3423 checking whether to enable assertions... yes
3424 checking for static_assert... yes, an <assert.h> macro
3425 checking whether btowc(0) is correct... yes
3426 checking whether btowc(EOF) is correct... yes
3427 checking whether btowc is consistent with mbrtowc in the C locale... no
3428 checking for __builtin_expect... yes
3429 checking for byteswap.h... yes
3430 checking for strtod_l... yes
3431 checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
3432 checking for readlinkat... yes
3433 checking for library containing clock_gettime... none required
3434 checking for clock_getres... yes
3435 checking for clock_gettime... yes
3436 checking for clock_settime... yes
3437 checking whether // is distinct from /... (cached) no
3438 checking whether dup2 works... yes
3439 checking whether fcntl handles F_DUPFD correctly... yes
3440 checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
3441 checking for flexible array member... yes
3442 checking whether conversion from 'int' to 'long double' works... yes
3443 checking for working POSIX fnmatch... yes
3444 checking whether fopen supports the mode character 'x'... yes
3445 checking whether fopen supports the mode character 'e'... yes
3446 checking for ptrdiff_t... yes
3447 checking whether free is known to preserve errno... yes
3448 checking whether frexp works... yes
3449 checking whether frexpl is declared... yes
3450 checking whether frexpl() can be used without linking with libm... yes
3451 checking whether frexpl works... yes
3452 checking for fseeko... (cached) yes
3453 checking whether fflush works on input streams... (cached) no
3454 checking for _fseeki64... no
3455 checking for __fseterr... no
3456 checking for ftello... (cached) yes
3457 checking whether ftello works... (cached) yes
3458 checking for getdelim... yes
3459 checking for working getdelim function... yes
3460 checking whether getdtablesize works... yes
3461 checking for getline... yes
3462 checking for working getline function... yes
3463 checking for getprogname... no
3464 checking whether program_invocation_name is declared... yes
3465 checking whether program_invocation_name is declared... (cached) yes
3466 checking whether program_invocation_short_name is declared... yes
3467 checking whether __argv is declared... no
3468 checking for getrandom... yes
3469 checking whether getrandom is compatible with its GNU+BSD signature... yes
3470 checking for gettimeofday with POSIX signature... yes
3471 checking whether the compiler generally respects inline... (cached) yes
3472 checking whether isfinite is declared... yes
3473 checking whether isfinite(long double) works... yes
3474 checking whether isinf is declared... yes
3475 checking whether isinf(long double) works... yes
3476 checking whether isnan macro works... yes
3477 checking whether isnan(double) can be used without linking with libm... (cached) yes
3478 checking whether isnan(double) can be used without linking with libm... (cached) yes
3479 checking whether isnan(float) can be used without linking with libm... (cached) yes
3480 checking whether isnan(float) works... (cached) yes
3481 checking whether isnan(float) can be used without linking with libm... (cached) yes
3482 checking whether isnan(float) works... (cached) yes
3483 checking whether isnan(long double) can be used without linking with libm... (cached) yes
3484 checking whether isnanl works... (cached) yes
3485 checking whether isnan(long double) can be used without linking with libm... (cached) yes
3486 checking whether isnanl works... (cached) yes
3487 checking for iswblank... yes
3488 checking whether iswblank is declared... yes
3489 checking whether iswdigit is ISO C compliant... yes
3490 checking whether iswxdigit is ISO C compliant... yes
3491 checking whether the compiler supports the __inline keyword... yes
3492 checking whether localeconv works... yes
3493 checking for newlocale... yes
3494 checking for duplocale... yes
3495 checking for freelocale... yes
3496 checking for pthread_rwlock_t... yes
3497 checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
3498 checking whether lseek detects pipes... yes
3499 checking whether SEEK_DATA works but is incompatible with GNU... no
3500 checking whether malloc (0) returns nonnull... (cached) yes
3501 checking whether mbrtoc32 works on empty input... yes
3502 checking whether the C locale is free of encoding errors... no
3503 checking whether mbrtowc handles a NULL pwc argument... yes
3504 checking whether mbrtowc handles a NULL string argument... yes
3505 checking whether mbrtowc has a correct return value... yes
3506 checking whether mbrtowc returns 0 when parsing a NUL character... yes
3507 checking whether mbrtowc stores incomplete characters... no
3508 checking whether mbrtowc works on empty input... yes
3509 checking whether the C locale is free of encoding errors... no
3510 checking whether mbsrtowcs works... yes
3511 checking whether the C locale is free of encoding errors... (cached) no
3512 checking for mbtowc... yes
3513 checking whether memmem works in linear time... yes
3514 checking for memmem... (cached) yes
3515 checking whether memmem works... (cached) yes
3516 checking for mempcpy... yes
3517 checking for memrchr... yes
3518 checking for explicit_memset... no
3519 checking whether mkdir handles trailing slash... yes
3520 checking whether mkdir handles trailing dot... yes
3521 checking for mkdtemp... yes
3522 checking for working mkstemp... yes
3523 checking for __mktime_internal... no
3524 checking for nl_langinfo... yes
3525 checking whether YESEXPR works... yes
3526 checking whether open recognizes a trailing slash... yes
3527 checking for pipe2... yes
3528 checking whether frexp works... (cached) yes
3529 checking whether ldexp can be used without linking with libm... (cached) yes
3530 checking whether frexpl() can be used without linking with libm... (cached) yes
3531 checking whether frexpl works... (cached) yes
3532 checking whether frexpl is declared... (cached) yes
3533 checking whether ldexpl() can be used without linking with libm... yes
3534 checking whether ldexpl works... yes
3535 checking whether ldexpl is declared... yes
3536 checking for ptrdiff_t... (cached) yes
3537 checking whether program_invocation_name is declared... (cached) yes
3538 checking whether program_invocation_short_name is declared... (cached) yes
3539 checking for raise... yes
3540 checking for sigprocmask... yes
3541 checking for rawmemchr... yes
3542 checking whether readlink signature is correct... yes
3543 checking whether readlink handles trailing slash correctly... yes
3544 checking whether readlink truncates results correctly... yes
3545 checking whether realloc (0, 0) returns nonnull... yes
3546 checking for reallocarray... yes
3547 checking for working re_compile_pattern... yes
3548 checking for faccessat... (cached) yes
3549 checking for getcwd... (cached) yes
3550 checking whether free is known to preserve errno... (cached) yes
3551 checking for mempcpy... (cached) yes
3552 checking for rawmemchr... (cached) yes
3553 checking for search.h... yes
3554 checking for tsearch... yes
3555 checking whether rename honors trailing slash on destination... yes
3556 checking whether rename honors trailing slash on source... yes
3557 checking whether rename manages hard links correctly... yes
3558 checking whether rename manages existing destinations correctly... yes
3559 checking whether rmdir works... yes
3560 checking whether round is declared... yes
3561 checking whether round works... yes
3562 checking whether select supports a 0 argument... yes
3563 checking whether select detects invalid fds... yes
3564 checking whether setenv validates arguments... yes
3565 checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
3566 checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
3567 checking for struct sigaction.sa_sigaction... yes
3568 checking for signbit macro... yes
3569 checking for signbit compiler built-ins... yes
3570 checking for sigprocmask... (cached) yes
3571 checking for stdint.h... (cached) yes
3572 checking for SIZE_MAX... yes
3573 checking for snprintf... (cached) yes
3574 checking whether snprintf respects a size of 1... (cached) yes
3575 checking for ptrdiff_t... (cached) yes
3576 checking for socklen_t... yes
3577 checking for ptrdiff_t... (cached) yes
3578 checking for ssize_t... (cached) yes
3579 checking whether stat handles trailing slashes on files... yes
3580 checking for struct stat.st_atim.tv_nsec... yes
3581 checking whether struct stat.st_atim is of type struct timespec... yes
3582 checking for struct stat.st_birthtimespec.tv_nsec... no
3583 checking for struct stat.st_birthtimensec... no
3584 checking for struct stat.st_birthtim.tv_nsec... no
3585 checking for va_copy... yes
3586 checking for bool, true, false... no
3587 checking for stpcpy... yes
3588 checking for strcasecmp... yes
3589 checking for strncasecmp... yes
3590 checking whether strncasecmp is declared... yes
3591 checking whether strcasestr works in linear time... yes
3592 checking for strcasestr... (cached) yes
3593 checking whether strcasestr works... (cached) yes
3594 checking for working strerror function... yes
3595 checking for working strndup... yes
3596 checking for working strnlen... yes
3597 checking for strsep... yes
3598 checking whether strtod obeys C99... yes
3599 checking for strtok_r... yes
3600 checking whether strtok_r works... yes
3601 checking for sys/single_threaded.h... yes
3602 checking whether localtime_r is declared... yes
3603 checking whether localtime_r is compatible with its POSIX signature... yes
3604 checking whether localtime works even near extrema... yes
3605 checking for timezone_t... no
3606 checking for timegm... yes
3607 checking whether trunc is declared... yes
3608 checking for unsetenv... yes
3609 checking for unsetenv() return type... int
3610 checking whether unsetenv obeys POSIX... yes
3611 checking for variable-length arrays... yes
3612 checking for ptrdiff_t... (cached) yes
3613 checking for vasprintf... (cached) yes
3614 checking for ptrdiff_t... (cached) yes
3615 checking for ptrdiff_t... (cached) yes
3616 checking for ptrdiff_t... (cached) yes
3617 checking for vsnprintf... (cached) yes
3618 checking whether snprintf respects a size of 1... (cached) yes
3619 checking for ptrdiff_t... (cached) yes
3620 checking for ptrdiff_t... (cached) yes
3621 checking whether wcrtomb works in the C locale... yes
3622 checking whether wcrtomb return value is correct... yes
3623 checking whether wcwidth is declared... yes
3624 checking whether wcwidth works reasonably in UTF-8 locales... yes
3625 checking for wmemchr... yes
3626 checking for wmempcpy... yes
3627 checking for stdint.h... (cached) yes
3628 checking for inline... (cached) inline
3629 checking whether byte ordering is bigendian... (cached) no
3630 checking for __setfpucw... no
3631 checking for fork... yes
3632 checking for execl... yes
3633 checking for isinf... yes
3634 checking for isnan... yes
3635 checking for finite... yes
3636 checking for getpid... yes
3637 checking for feholdexcept... yes
3638 checking for fpsetmask... no
3639 checking for popen... yes
3640 checking for round... yes
3641 checking whether ln -s works... yes
3642 checking for iconv... yes
3643 checking for working iconv... yes
3644 checking whether iconv is compatible with its POSIX signature... yes
3645 checking whether make supports nested variables... (cached) yes
3646 checking that generated files are newer than configure... done
3647 configure: creating ./config.status
3648 config.status: creating Makefile
3649 config.status: creating po/Makefile
3650 config.status: creating tests/atlocal
3651 config.status: creating perl-module/lib/PSPP.pm
3652 config.status: creating config.h
3653 config.status: executing tests/atconfig commands
3654 config.status: executing depfiles commands
3655 config.status: executing libtool commands
3656 config.status: executing doc/pspp-figures/dummy commands
3657 PSPP configured successfully.
3659 Make source tarball
3660 cd pspp/_build && make -j128 dist
3661 /usr/bin/mkdir -p 'gl'
3662 /usr/bin/mkdir -p 'gl'
3663 /usr/bin/mkdir -p 'gl'
3664 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3665 -e 's|@''HAVE_ALLOCA_H''@|1|g' \
3666 ../gl/alloca.in.h > gl/alloca.h-t
3667 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3668 echo '#if HAVE_WINSOCK2_H'; \
3669 echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
3670 echo '#endif'; \
3671 printf '#define PREFIX %s\n' \"/usr/local\"; \
3672 printf '#define EXEC_PREFIX %s\n' \"/usr/local\"; \
3673 printf '#define BINDIR %s\n' \"/usr/local/bin\"; \
3674 printf '#define SBINDIR %s\n' \"/usr/local/sbin\"; \
3675 printf '#define LIBEXECDIR %s\n' \"/usr/local/libexec\"; \
3676 printf '#define DATAROOTDIR %s\n' \"/usr/local/share\"; \
3677 printf '#define DATADIR %s\n' \"/usr/local/share\"; \
3678 printf '#define SYSCONFDIR %s\n' \"/usr/local/etc\"; \
3679 printf '#define SHAREDSTATEDIR %s\n' \"/usr/local/com\"; \
3680 printf '#define LOCALSTATEDIR %s\n' \"/usr/local/var\"; \
3681 printf '#define RUNSTATEDIR %s\n' \"/usr/local/var/run\"; \
3682 printf '#define INCLUDEDIR %s\n' \"/usr/local/include\"; \
3683 printf '#define OLDINCLUDEDIR %s\n' \"/usr/include\"; \
3684 printf '#define DOCDIR %s\n' \"/usr/local/share/doc/pspp\"; \
3685 printf '#define INFODIR %s\n' \"/usr/local/share/info\"; \
3686 printf '#define HTMLDIR %s\n' \"/usr/local/share/doc/pspp\"; \
3687 printf '#define DVIDIR %s\n' \"/usr/local/share/doc/pspp\"; \
3688 printf '#define PDFDIR %s\n' \"/usr/local/share/doc/pspp\"; \
3689 printf '#define PSDIR %s\n' \"/usr/local/share/doc/pspp\"; \
3690 printf '#define LIBDIR %s\n' \"/usr/local/lib\"; \
3691 printf '#define LISPDIR %s\n' \"/usr/local/share/emacs/site-lisp\"; \
3692 printf '#define LOCALEDIR %s\n' \"/usr/local/share/locale\"; \
3693 printf '#define MANDIR %s\n' \"/usr/local/share/man\"; \
3694 printf '#define MANEXT %s\n' \"\"; \
3695 printf '#define PKGDATADIR %s\n' \"/usr/local/share/pspp\"; \
3696 printf '#define PKGINCLUDEDIR %s\n' \"/usr/local/include/pspp\"; \
3697 printf '#define PKGLIBDIR %s\n' \"/usr/local/lib/pspp\"; \
3698 printf '#define PKGLIBEXECDIR %s\n' \"/usr/local/libexec/pspp\"; \
3699 } | sed '/""/d' > gl/configmake.h-t
3700 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3701 -e 's|@''GUARD_PREFIX''@|GL|g' \
3702 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3703 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3704 -e 's|@''PRAGMA_COLUMNS''@||g' \
3705 -e 's|@''NEXT_CTYPE_H''@|<ctype.h>|g' \
3706 -e 's/@''GNULIB_ISBLANK''@/1/g' \
3707 -e 's/@''HAVE_ISBLANK''@/1/g' \
3708 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3709 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3710 ../gl/ctype.in.h > gl/ctype.h-t
3711 /usr/bin/mkdir -p 'gl'
3712 /usr/bin/mkdir -p 'gl'
3713 /usr/bin/mkdir -p 'gl/malloc'
3714 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3715 -e 's|@''GUARD_PREFIX''@|GL|g' \
3716 -e 's|@''HAVE_ERROR_H''@|1|g' \
3717 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3718 -e 's|@''NEXT_ERROR_H''@|<error.h>|g' \
3719 -e 's|@''HAVE_ERROR''@|1|g' \
3720 -e 's|@''HAVE_ERROR_AT_LINE''@|1|g' \
3721 -e 's|@''REPLACE_ERROR''@|0|g' \
3722 -e 's|@''REPLACE_ERROR_AT_LINE''@|0|g' \
3723 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3724 ../gl/error.in.h > gl/error.h-t
3725 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3726 -e 's|@''GUARD_PREFIX''@|GL|g' \
3727 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3728 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3729 -e 's|@''PRAGMA_COLUMNS''@||g' \
3730 -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
3731 -e 's/@''GNULIB_CREAT''@/0/g' \
3732 -e 's/@''GNULIB_FCNTL''@/1/g' \
3733 -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
3734 -e 's/@''GNULIB_OPEN''@/1/g' \
3735 -e 's/@''GNULIB_OPENAT''@/0/g' \
3736 -e 's/@''GNULIB_MDA_CREAT''@/1/g' \
3737 -e 's/@''GNULIB_MDA_OPEN''@/1/g' \
3738 -e 's|@''HAVE_FCNTL''@|1|g' \
3739 -e 's|@''HAVE_OPENAT''@|1|g' \
3740 -e 's|@''REPLACE_CREAT''@|0|g' \
3741 -e 's|@''REPLACE_FCNTL''@|1|g' \
3742 -e 's|@''REPLACE_OPEN''@|0|g' \
3743 -e 's|@''REPLACE_OPENAT''@|0|g' \
3744 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3745 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3746 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3747 ../gl/fcntl.in.h > gl/fcntl.h-t
3748 /usr/bin/mkdir -p 'gl/malloc'
3749 /usr/bin/mkdir -p 'gl/malloc'
3750 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3751 -e '/libc_hidden_proto/d' \
3752 ../gl/malloc/dynarray.h > gl/malloc/dynarray.gl.h-t
3753 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3754 -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
3755 -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \
3756 -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \
3757 -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \
3758 -e 's|__glibc_likely|_GL_LIKELY|g' \
3759 -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
3760 ../gl/malloc/dynarray-skeleton.c > gl/malloc/dynarray-skeleton.gl.h-t
3761 /usr/bin/mkdir -p 'gl'
3762 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3763 -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
3764 -e 's|__glibc_likely|_GL_LIKELY|g' \
3765 -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
3766 -e '/libc_hidden_proto/d' \
3767 ../gl/malloc/scratch_buffer.h > gl/malloc/scratch_buffer.gl.h-t
3768 /usr/bin/mkdir -p 'gl'
3769 mv gl/configmake.h-t gl/configmake.h
3770 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3771 -e 's/@''HAVE_INTTYPES_H''@/1/g' \
3772 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3773 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3774 -e 's|@''PRAGMA_COLUMNS''@||g' \
3775 -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
3776 -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
3777 -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
3778 -e 's/@''GNULIB_IMAXABS''@/0/g' \
3779 -e 's/@''GNULIB_IMAXDIV''@/0/g' \
3780 -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
3781 -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
3782 -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
3783 -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
3784 -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
3785 -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
3786 -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
3787 -e 's/@''REPLACE_IMAXABS''@/0/g' \
3788 -e 's/@''REPLACE_IMAXDIV''@/0/g' \
3789 -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
3790 -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
3791 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
3792 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
3793 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
3794 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
3795 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3796 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3797 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3798 ../gl/inttypes.in.h > gl/inttypes.h-t
3799 /usr/bin/mkdir -p 'gl'
3800 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3801 -e 's|@''GUARD_PREFIX''@|GL|g' \
3802 -e 's|@''HAVE_LANGINFO_H''@|1|g' \
3803 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3804 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3805 -e 's|@''PRAGMA_COLUMNS''@||g' \
3806 -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
3807 -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
3808 -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
3809 -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
3810 -e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \
3811 -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
3812 -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
3813 -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
3814 -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
3815 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3816 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3817 ../gl/langinfo.in.h > gl/langinfo.h-t
3818 /usr/bin/mkdir -p 'gl'
3819 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3820 -e 's|@''GUARD_PREFIX''@|GL|g' \
3821 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3822 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3823 -e 's|@''PRAGMA_COLUMNS''@||g' \
3824 -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
3825 ../gl/limits.in.h > gl/limits.h-t
3826 /usr/bin/mkdir -p 'gl'
3827 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3828 -e 's|@''GUARD_PREFIX''@|GL|g' \
3829 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3830 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3831 -e 's|@''PRAGMA_COLUMNS''@||g' \
3832 -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
3833 -e 's/@''GNULIB_LOCALECONV''@/1/g' \
3834 -e 's/@''GNULIB_SETLOCALE''@/0/g' \
3835 -e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \
3836 -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
3837 -e 's/@''GNULIB_LOCALENAME''@/1/g' \
3838 -e 's|@''HAVE_NEWLOCALE''@|1|g' \
3839 -e 's|@''HAVE_DUPLOCALE''@|1|g' \
3840 -e 's|@''HAVE_FREELOCALE''@|1|g' \
3841 -e 's|@''HAVE_XLOCALE_H''@|0|g' \
3842 -e 's|@''REPLACE_LOCALECONV''@|0|g' \
3843 -e 's|@''REPLACE_SETLOCALE''@|0|g' \
3844 -e 's|@''REPLACE_NEWLOCALE''@|0|g' \
3845 -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
3846 -e 's|@''REPLACE_FREELOCALE''@|0|g' \
3847 -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
3848 -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|0|g' \
3849 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3850 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3851 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3852 ../gl/locale.in.h > gl/locale.h-t
3853 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3854 -e 's|@''GUARD_PREFIX''@|GL|g' \
3855 -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
3856 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3857 -e 's|@''PRAGMA_COLUMNS''@||g' \
3858 -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
3859 -e 's/@''GNULIB_ACOSF''@/0/g' \
3860 -e 's/@''GNULIB_ACOSL''@/0/g' \
3861 -e 's/@''GNULIB_ASINF''@/0/g' \
3862 -e 's/@''GNULIB_ASINL''@/0/g' \
3863 -e 's/@''GNULIB_ATANF''@/0/g' \
3864 -e 's/@''GNULIB_ATANL''@/0/g' \
3865 -e 's/@''GNULIB_ATAN2F''@/0/g' \
3866 -e 's/@''GNULIB_CBRT''@/0/g' \
3867 -e 's/@''GNULIB_CBRTF''@/0/g' \
3868 -e 's/@''GNULIB_CBRTL''@/0/g' \
3869 -e 's/@''GNULIB_CEIL''@/0/g' \
3870 -e 's/@''GNULIB_CEILF''@/0/g' \
3871 -e 's/@''GNULIB_CEILL''@/0/g' \
3872 -e 's/@''GNULIB_COPYSIGN''@/0/g' \
3873 -e 's/@''GNULIB_COPYSIGNF''@/0/g' \
3874 -e 's/@''GNULIB_COPYSIGNL''@/0/g' \
3875 -e 's/@''GNULIB_COSF''@/0/g' \
3876 -e 's/@''GNULIB_COSL''@/0/g' \
3877 -e 's/@''GNULIB_COSHF''@/0/g' \
3878 -e 's/@''GNULIB_EXPF''@/0/g' \
3879 -e 's/@''GNULIB_EXPL''@/0/g' \
3880 -e 's/@''GNULIB_EXP2''@/0/g' \
3881 -e 's/@''GNULIB_EXP2F''@/0/g' \
3882 -e 's/@''GNULIB_EXP2L''@/0/g' \
3883 -e 's/@''GNULIB_EXPM1''@/0/g' \
3884 -e 's/@''GNULIB_EXPM1F''@/0/g' \
3885 -e 's/@''GNULIB_EXPM1L''@/0/g' \
3886 -e 's/@''GNULIB_FABSF''@/0/g' \
3887 -e 's/@''GNULIB_FABSL''@/0/g' \
3888 -e 's/@''GNULIB_FLOOR''@/1/g' \
3889 -e 's/@''GNULIB_FLOORF''@/0/g' \
3890 -e 's/@''GNULIB_FLOORL''@/0/g' \
3891 -e 's/@''GNULIB_FMA''@/0/g' \
3892 -e 's/@''GNULIB_FMAF''@/0/g' \
3893 -e 's/@''GNULIB_FMAL''@/0/g' \
3894 -e 's/@''GNULIB_FMOD''@/0/g' \
3895 -e 's/@''GNULIB_FMODF''@/0/g' \
3896 -e 's/@''GNULIB_FMODL''@/0/g' \
3897 -e 's/@''GNULIB_FREXPF''@/0/g' \
3898 -e 's/@''GNULIB_FREXP''@/1/g' \
3899 -e 's/@''GNULIB_FREXPL''@/1/g' \
3900 -e 's/@''GNULIB_HYPOT''@/0/g' \
3901 -e 's/@''GNULIB_HYPOTF''@/0/g' \
3902 -e 's/@''GNULIB_HYPOTL''@/0/g' \
3903 < ../gl/math.in.h > gl/math.h-t1
3904 mv gl/alloca.h-t gl/alloca.h
3905 mv gl/error.h-t gl/error.h
3906 mv gl/ctype.h-t gl/ctype.h
3907 mv gl/malloc/dynarray.gl.h-t gl/malloc/dynarray.gl.h
3908 mv gl/malloc/scratch_buffer.gl.h-t gl/malloc/scratch_buffer.gl.h
3909 /usr/bin/mkdir -p 'gl'
3910 mv gl/malloc/dynarray-skeleton.gl.h-t gl/malloc/dynarray-skeleton.gl.h
3911 mv gl/limits.h-t gl/limits.h
3912 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3913 -e 's|@''GUARD_PREFIX''@|GL|g' \
3914 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3915 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3916 -e 's|@''PRAGMA_COLUMNS''@||g' \
3917 -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
3918 -e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \
3919 -e 's/@''GNULIB_RAISE''@/1/g' \
3920 -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
3921 -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
3922 -e 's/@''GNULIB_SIGACTION''@/1/g' \
3923 -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
3924 -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
3925 -e 's|@''HAVE_RAISE''@|1|g' \
3926 -e 's|@''HAVE_SIGSET_T''@|1|g' \
3927 -e 's|@''HAVE_SIGINFO_T''@|1|g' \
3928 -e 's|@''HAVE_SIGACTION''@|1|g' \
3929 -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
3930 -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
3931 -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
3932 -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
3933 -e 's|@''REPLACE_RAISE''@|0|g' \
3934 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
3935 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
3936 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
3937 ../gl/signal.in.h > gl/signal.h-t
3938 /usr/bin/mkdir -p 'gl'
3939 mv gl/inttypes.h-t gl/inttypes.h
3940 mv gl/fcntl.h-t gl/fcntl.h
3941 /usr/bin/mkdir -p 'gl'
3942 mv gl/langinfo.h-t gl/langinfo.h
3943 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3944 ../gl/stdckdint.in.h > gl/stdckdint.h-t
3945 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3946 -e 's|@''GUARD_PREFIX''@|GL|g' \
3947 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3948 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3949 -e 's|@''PRAGMA_COLUMNS''@||g' \
3950 -e 's|@''NEXT_STDDEF_H''@|<stddef.h>|g' \
3951 -e 's|@''HAVE_MAX_ALIGN_T''@|1|g' \
3952 -e 's|@''HAVE_WCHAR_T''@|1|g' \
3953 -e 's|@''REPLACE_NULL''@|0|g' \
3954 ../gl/stddef.in.h > gl/stddef.h-t
3955 /usr/bin/mkdir -p 'gl'
3956 /usr/bin/mkdir -p 'gl'
3957 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
3958 -e 's|@''GUARD_PREFIX''@|GL|g' \
3959 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
3960 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
3961 -e 's|@''PRAGMA_COLUMNS''@||g' \
3962 -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
3963 -e 's/@''GNULIB_DPRINTF''@/0/g' \
3964 -e 's/@''GNULIB_FCLOSE''@/0/g' \
3965 -e 's/@''GNULIB_FDOPEN''@/0/g' \
3966 -e 's/@''GNULIB_FFLUSH''@/0/g' \
3967 -e 's/@''GNULIB_FGETC''@/1/g' \
3968 -e 's/@''GNULIB_FGETS''@/1/g' \
3969 -e 's/@''GNULIB_FOPEN''@/1/g' \
3970 -e 's/@''GNULIB_FOPEN_GNU''@/1/g' \
3971 -e 's/@''GNULIB_FPRINTF''@/1/g' \
3972 -e 's/@''GNULIB_FPRINTF_POSIX''@/1/g' \
3973 -e 's/@''GNULIB_FPURGE''@/0/g' \
3974 -e 's/@''GNULIB_FPUTC''@/1/g' \
3975 -e 's/@''GNULIB_FPUTS''@/1/g' \
3976 -e 's/@''GNULIB_FREAD''@/1/g' \
3977 -e 's/@''GNULIB_FREOPEN''@/0/g' \
3978 -e 's/@''GNULIB_FSCANF''@/1/g' \
3979 -e 's/@''GNULIB_FSEEK''@/1/g' \
3980 -e 's/@''GNULIB_FSEEKO''@/1/g' \
3981 -e 's/@''GNULIB_FTELL''@/1/g' \
3982 -e 's/@''GNULIB_FTELLO''@/1/g' \
3983 -e 's/@''GNULIB_FWRITE''@/1/g' \
3984 -e 's/@''GNULIB_GETC''@/1/g' \
3985 -e 's/@''GNULIB_GETCHAR''@/1/g' \
3986 -e 's/@''GNULIB_GETDELIM''@/1/g' \
3987 -e 's/@''GNULIB_GETLINE''@/1/g' \
3988 -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
3989 -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
3990 -e 's/@''GNULIB_PCLOSE''@/0/g' \
3991 -e 's/@''GNULIB_PERROR''@/0/g' \
3992 -e 's/@''GNULIB_POPEN''@/0/g' \
3993 -e 's/@''GNULIB_PRINTF''@/1/g' \
3994 -e 's/@''GNULIB_PRINTF_POSIX''@/1/g' \
3995 -e 's/@''GNULIB_PUTC''@/1/g' \
3996 -e 's/@''GNULIB_PUTCHAR''@/1/g' \
3997 -e 's/@''GNULIB_PUTS''@/1/g' \
3998 -e 's/@''GNULIB_REMOVE''@/0/g' \
3999 -e 's/@''GNULIB_RENAME''@/1/g' \
4000 -e 's/@''GNULIB_RENAMEAT''@/0/g' \
4001 -e 's/@''GNULIB_SCANF''@/1/g' \
4002 -e 's/@''GNULIB_SNPRINTF''@/1/g' \
4003 -e 's/@''GNULIB_SPRINTF_POSIX''@/1/g' \
4004 -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
4005 -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
4006 -e 's/@''GNULIB_TMPFILE''@/0/g' \
4007 -e 's/@''GNULIB_VASPRINTF''@/1/g' \
4008 -e 's/@''GNULIB_VDPRINTF''@/0/g' \
4009 -e 's/@''GNULIB_VFPRINTF''@/1/g' \
4010 -e 's/@''GNULIB_VFPRINTF_POSIX''@/1/g' \
4011 -e 's/@''GNULIB_VFSCANF''@/0/g' \
4012 -e 's/@''GNULIB_VSCANF''@/0/g' \
4013 -e 's/@''GNULIB_VPRINTF''@/1/g' \
4014 -e 's/@''GNULIB_VPRINTF_POSIX''@/1/g' \
4015 -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
4016 -e 's/@''GNULIB_VSPRINTF_POSIX''@/1/g' \
4017 -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
4018 -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \
4019 -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
4020 -e 's/@''GNULIB_MDA_GETW''@/1/g' \
4021 -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
4022 -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
4023 < ../gl/stdio.in.h > gl/stdio.h-t1
4024 /usr/bin/mkdir -p 'gl'
4025 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4026 -e 's|@''GUARD_PREFIX''@|GL|g' \
4027 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4028 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4029 -e 's|@''PRAGMA_COLUMNS''@||g' \
4030 -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
4031 -e 's/@''GNULIB__EXIT''@/0/g' \
4032 -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \
4033 -e 's/@''GNULIB_ATOLL''@/0/g' \
4034 -e 's/@''GNULIB_CALLOC_GNU''@/1/g' \
4035 -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
4036 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
4037 -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4038 -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
4039 -e 's/@''GNULIB_GETPROGNAME''@/1/g' \
4040 -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
4041 -e 's/@''GNULIB_GRANTPT''@/0/g' \
4042 -e 's/@''GNULIB_MALLOC_GNU''@/1/g' \
4043 -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
4044 -e 's/@''GNULIB_MBSTOWCS''@/0/g' \
4045 -e 's/@''GNULIB_MBTOWC''@/1/g' \
4046 -e 's/@''GNULIB_MKDTEMP''@/1/g' \
4047 -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
4048 -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
4049 -e 's/@''GNULIB_MKSTEMP''@/1/g' \
4050 -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
4051 -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \
4052 -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
4053 -e 's/@''GNULIB_PTSNAME''@/0/g' \
4054 -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
4055 -e 's/@''GNULIB_PUTENV''@/0/g' \
4056 -e 's/@''GNULIB_QSORT_R''@/0/g' \
4057 -e 's/@''GNULIB_RANDOM''@/0/g' \
4058 -e 's/@''GNULIB_RANDOM_R''@/0/g' \
4059 -e 's/@''GNULIB_REALLOC_GNU''@/1/g' \
4060 -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
4061 -e 's/@''GNULIB_REALLOCARRAY''@/1/g' \
4062 -e 's/@''GNULIB_REALPATH''@/1/g' \
4063 -e 's/@''GNULIB_RPMATCH''@/0/g' \
4064 -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
4065 -e 's/@''GNULIB_SETENV''@/1/g' \
4066 -e 's/@''GNULIB_STRTOD''@/1/g' \
4067 -e 's/@''GNULIB_STRTOL''@/0/g' \
4068 -e 's/@''GNULIB_STRTOLD''@/0/g' \
4069 -e 's/@''GNULIB_STRTOLL''@/0/g' \
4070 -e 's/@''GNULIB_STRTOUL''@/0/g' \
4071 -e 's/@''GNULIB_STRTOULL''@/0/g' \
4072 -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
4073 -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
4074 -e 's/@''GNULIB_UNSETENV''@/1/g' \
4075 -e 's/@''GNULIB_WCTOMB''@/0/g' \
4076 -e 's/@''GNULIB_MDA_ECVT''@/1/g' \
4077 -e 's/@''GNULIB_MDA_FCVT''@/1/g' \
4078 -e 's/@''GNULIB_MDA_GCVT''@/1/g' \
4079 -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \
4080 -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \
4081 < ../gl/stdlib.in.h > gl/stdlib.h-t1
4082 /usr/bin/mkdir -p 'gl'
4083 mv gl/stdckdint.h-t gl/stdckdint.h
4084 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4085 -e 's|@''GUARD_PREFIX''@|GL|g' \
4086 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4087 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4088 -e 's|@''PRAGMA_COLUMNS''@||g' \
4089 -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
4090 -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
4091 -e 's/@''GNULIB_FFSL''@/0/g' \
4092 -e 's/@''GNULIB_FFSLL''@/0/g' \
4093 -e 's/@''GNULIB_MBSLEN''@/0/g' \
4094 -e 's/@''GNULIB_MBSNLEN''@/0/g' \
4095 -e 's/@''GNULIB_MBSCHR''@/0/g' \
4096 -e 's/@''GNULIB_MBSRCHR''@/0/g' \
4097 -e 's/@''GNULIB_MBSSTR''@/0/g' \
4098 -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
4099 -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
4100 -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
4101 -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
4102 -e 's/@''GNULIB_MBSCSPN''@/0/g' \
4103 -e 's/@''GNULIB_MBSPBRK''@/0/g' \
4104 -e 's/@''GNULIB_MBSSPN''@/0/g' \
4105 -e 's/@''GNULIB_MBSSEP''@/0/g' \
4106 -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
4107 -e 's/@''GNULIB_MEMCHR''@/1/g' \
4108 -e 's/@''GNULIB_MEMMEM''@/1/g' \
4109 -e 's/@''GNULIB_MEMPCPY''@/1/g' \
4110 -e 's/@''GNULIB_MEMRCHR''@/1/g' \
4111 -e 's/@''GNULIB_MEMSET_EXPLICIT''@/1/g' \
4112 -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
4113 -e 's/@''GNULIB_STPCPY''@/1/g' \
4114 -e 's/@''GNULIB_STPNCPY''@/0/g' \
4115 -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
4116 -e 's/@''GNULIB_STRDUP''@/1/g' \
4117 -e 's/@''GNULIB_STRNCAT''@/1/g' \
4118 -e 's/@''GNULIB_STRNDUP''@/1/g' \
4119 -e 's/@''GNULIB_STRNLEN''@/1/g' \
4120 -e 's/@''GNULIB_STRPBRK''@/0/g' \
4121 -e 's/@''GNULIB_STRSEP''@/1/g' \
4122 -e 's/@''GNULIB_STRSTR''@/0/g' \
4123 -e 's/@''GNULIB_STRCASESTR''@/1/g' \
4124 -e 's/@''GNULIB_STRTOK_R''@/1/g' \
4125 -e 's/@''GNULIB_STRERROR''@/1/g' \
4126 -e 's/@''GNULIB_STRERROR_R''@/0/g' \
4127 -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
4128 -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
4129 -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
4130 -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
4131 -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
4132 -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
4133 -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
4134 -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4135 < ../gl/string.in.h > gl/string.h-t1
4136 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4137 -e 's|@''GUARD_PREFIX''@|GL|g' \
4138 -e 's|@''HAVE_STRINGS_H''@|1|g' \
4139 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4140 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4141 -e 's|@''PRAGMA_COLUMNS''@||g' \
4142 -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
4143 -e 's/@''GNULIB_FFS''@/0/g' \
4144 -e 's|@''HAVE_FFS''@|1|g' \
4145 -e 's|@''HAVE_STRCASECMP''@|1|g' \
4146 -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
4147 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4148 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4149 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4150 ../gl/strings.in.h > gl/strings.h-t
4151 /usr/bin/mkdir -p 'gl/sys'
4152 /usr/bin/mkdir -p 'gl/sys'
4153 mv gl/signal.h-t gl/signal.h
4154 mv gl/stddef.h-t gl/stddef.h
4155 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4156 -e 's|@''GUARD_PREFIX''@|GL|g' \
4157 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4158 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4159 -e 's|@''PRAGMA_COLUMNS''@||g' \
4160 -e 's|@''NEXT_SYS_RANDOM_H''@|<sys/random.h>|g' \
4161 -e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \
4162 -e 's/@''GNULIB_GETRANDOM''@/1/g' \
4163 -e 's/@''HAVE_GETRANDOM''@/1/g' \
4164 -e 's/@''REPLACE_GETRANDOM''@/0/g' \
4165 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4166 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4167 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4168 ../gl/sys_random.in.h > gl/sys/random.h-t
4169 mv gl/locale.h-t gl/locale.h
4170 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4171 -e 's|@''GUARD_PREFIX''@|GL|g' \
4172 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4173 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4174 -e 's|@''PRAGMA_COLUMNS''@||g' \
4175 -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
4176 -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
4177 -e 's/@''GNULIB_PSELECT''@/0/g' \
4178 -e 's/@''GNULIB_SELECT''@/1/g' \
4179 -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4180 -e 's|@''HAVE_PSELECT''@|1|g' \
4181 -e 's|@''REPLACE_PSELECT''@|0|g' \
4182 -e 's|@''REPLACE_SELECT''@|0|g' \
4183 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4184 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4185 ../gl/sys_select.in.h > gl/sys/select.h-t
4186 /usr/bin/mkdir -p 'gl/sys'
4187 /usr/bin/mkdir -p 'gl/sys'
4188 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4189 -e 's|@''GUARD_PREFIX''@|GL|g' \
4190 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4191 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4192 -e 's|@''PRAGMA_COLUMNS''@||g' \
4193 -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
4194 -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
4195 -e 's/@''GNULIB_CLOSE''@/1/g' \
4196 -e 's/@''GNULIB_SOCKET''@/0/g' \
4197 -e 's/@''GNULIB_CONNECT''@/0/g' \
4198 -e 's/@''GNULIB_ACCEPT''@/0/g' \
4199 -e 's/@''GNULIB_BIND''@/0/g' \
4200 -e 's/@''GNULIB_GETPEERNAME''@/0/g' \
4201 -e 's/@''GNULIB_GETSOCKNAME''@/0/g' \
4202 -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \
4203 -e 's/@''GNULIB_LISTEN''@/0/g' \
4204 -e 's/@''GNULIB_RECV''@/0/g' \
4205 -e 's/@''GNULIB_SEND''@/0/g' \
4206 -e 's/@''GNULIB_RECVFROM''@/0/g' \
4207 -e 's/@''GNULIB_SENDTO''@/0/g' \
4208 -e 's/@''GNULIB_SETSOCKOPT''@/0/g' \
4209 -e 's/@''GNULIB_SHUTDOWN''@/0/g' \
4210 -e 's/@''GNULIB_ACCEPT4''@/0/g' \
4211 -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4212 -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
4213 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
4214 -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
4215 -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
4216 -e 's|@''HAVE_ACCEPT4''@|1|g' \
4217 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4218 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4219 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4220 ../gl/sys_socket.in.h > gl/sys/socket.h-t
4221 mv gl/strings.h-t gl/strings.h
4222 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4223 -e 's|@''GUARD_PREFIX''@|GL|g' \
4224 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4225 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4226 -e 's|@''PRAGMA_COLUMNS''@||g' \
4227 -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
4228 -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
4229 -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
4230 -e 's/@''GNULIB_CHMOD''@/0/g' \
4231 -e 's/@''GNULIB_FCHMODAT''@/0/g' \
4232 -e 's/@''GNULIB_FSTAT''@/1/g' \
4233 -e 's/@''GNULIB_FSTATAT''@/0/g' \
4234 -e 's/@''GNULIB_FUTIMENS''@/0/g' \
4235 -e 's/@''GNULIB_GETUMASK''@/0/g' \
4236 -e 's/@''GNULIB_LCHMOD''@/0/g' \
4237 -e 's/@''GNULIB_LSTAT''@/1/g' \
4238 -e 's/@''GNULIB_MKDIR''@/1/g' \
4239 -e 's/@''GNULIB_MKDIRAT''@/0/g' \
4240 -e 's/@''GNULIB_MKFIFO''@/0/g' \
4241 -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
4242 -e 's/@''GNULIB_MKNOD''@/0/g' \
4243 -e 's/@''GNULIB_MKNODAT''@/0/g' \
4244 -e 's/@''GNULIB_STAT''@/1/g' \
4245 -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
4246 -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
4247 -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \
4248 -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \
4249 -e 's/@''GNULIB_MDA_UMASK''@/1/g' \
4250 -e 's|@''HAVE_FCHMODAT''@|1|g' \
4251 -e 's|@''HAVE_FSTATAT''@|1|g' \
4252 -e 's|@''HAVE_FUTIMENS''@|1|g' \
4253 -e 's|@''HAVE_GETUMASK''@|1|g' \
4254 -e 's|@''HAVE_LCHMOD''@|1|g' \
4255 -e 's|@''HAVE_LSTAT''@|1|g' \
4256 -e 's|@''HAVE_MKDIRAT''@|1|g' \
4257 -e 's|@''HAVE_MKFIFO''@|1|g' \
4258 -e 's|@''HAVE_MKFIFOAT''@|1|g' \
4259 -e 's|@''HAVE_MKNOD''@|1|g' \
4260 -e 's|@''HAVE_MKNODAT''@|1|g' \
4261 -e 's|@''HAVE_UTIMENSAT''@|1|g' \
4262 -e 's|@''REPLACE_CHMOD''@|0|g' \
4263 -e 's|@''REPLACE_FCHMODAT''@|0|g' \
4264 -e 's|@''REPLACE_FSTAT''@|0|g' \
4265 -e 's|@''REPLACE_FSTATAT''@|0|g' \
4266 -e 's|@''REPLACE_FUTIMENS''@|0|g' \
4267 -e 's|@''REPLACE_LSTAT''@|0|g' \
4268 -e 's|@''REPLACE_MKDIR''@|0|g' \
4269 -e 's|@''REPLACE_MKFIFO''@|0|g' \
4270 -e 's|@''REPLACE_MKFIFOAT''@|0|g' \
4271 -e 's|@''REPLACE_MKNOD''@|0|g' \
4272 -e 's|@''REPLACE_MKNODAT''@|0|g' \
4273 -e 's|@''REPLACE_STAT''@|0|g' \
4274 -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
4275 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4276 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4277 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4278 ../gl/sys_stat.in.h > gl/sys/stat.h-t
4279 /usr/bin/mkdir -p 'gl/sys'
4280 /usr/bin/mkdir -p 'gl/sys'
4281 /usr/bin/mkdir -p 'gl/sys'
4282 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4283 -e 's|@''GUARD_PREFIX''@|GL|g' \
4284 -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
4285 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4286 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4287 -e 's|@''PRAGMA_COLUMNS''@||g' \
4288 -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
4289 -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
4290 -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
4291 -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
4292 -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
4293 -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
4294 -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
4295 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4296 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4297 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4298 ../gl/sys_time.in.h > gl/sys/time.h-t
4299 /usr/bin/mkdir -p 'gl'
4300 mv gl/sys/random.h-t gl/sys/random.h
4301 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4302 -e 's|@''GUARD_PREFIX''@|GL|g' \
4303 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4304 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4305 -e 's|@''PRAGMA_COLUMNS''@||g' \
4306 -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
4307 -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4308 -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
4309 ../gl/sys_types.in.h > gl/sys/types.h-t
4310 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4311 -e 's|@''GUARD_PREFIX''@|GL|g' \
4312 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4313 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4314 -e 's|@''PRAGMA_COLUMNS''@||g' \
4315 -e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
4316 -e 's|@''HAVE_SYS_UIO_H''@|1|g' \
4317 ../gl/sys_uio.in.h > gl/sys/uio.h-t
4318 /usr/bin/mkdir -p 'gl'
4319 sed \
4320 -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
4321 -e 's|@''HAVE_FFSL''@|1|g' \
4322 -e 's|@''HAVE_FFSLL''@|1|g' \
4323 -e 's|@''HAVE_MBSLEN''@|0|g' \
4324 -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
4325 -e 's|@''HAVE_MEMPCPY''@|1|g' \
4326 -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
4327 -e 's|@''HAVE_MEMSET_EXPLICIT''@|0|g' \
4328 -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
4329 -e 's|@''HAVE_STPCPY''@|1|g' \
4330 -e 's|@''HAVE_STPNCPY''@|1|g' \
4331 -e 's|@''HAVE_STRCHRNUL''@|1|g' \
4332 -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
4333 -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
4334 -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
4335 -e 's|@''HAVE_STRPBRK''@|1|g' \
4336 -e 's|@''HAVE_STRSEP''@|1|g' \
4337 -e 's|@''HAVE_STRCASESTR''@|1|g' \
4338 -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
4339 -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
4340 -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
4341 -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
4342 -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
4343 -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
4344 -e 's|@''HAVE_STRVERSCMP''@|1|g' \
4345 -e 's|@''REPLACE_FFSLL''@|0|g' \
4346 -e 's|@''REPLACE_MEMCHR''@|0|g' \
4347 -e 's|@''REPLACE_MEMMEM''@|0|g' \
4348 -e 's|@''REPLACE_MEMPCPY''@|0|g' \
4349 -e 's|@''REPLACE_FREE''@|0|g' \
4350 -e 's|@''REPLACE_STPCPY''@|0|g' \
4351 -e 's|@''REPLACE_STPNCPY''@|0|g' \
4352 -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
4353 -e 's|@''REPLACE_STRDUP''@|0|g' \
4354 -e 's|@''REPLACE_STRNCAT''@|0|g' \
4355 -e 's|@''REPLACE_STRNDUP''@|0|g' \
4356 -e 's|@''REPLACE_STRNLEN''@|0|g' \
4357 -e 's|@''REPLACE_STRSTR''@|0|g' \
4358 -e 's|@''REPLACE_STRCASESTR''@|0|g' \
4359 -e 's|@''REPLACE_STRTOK_R''@|0|g' \
4360 -e 's|@''REPLACE_STRERROR''@|0|g' \
4361 -e 's|@''REPLACE_STRERROR_R''@|0|g' \
4362 -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
4363 -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
4364 -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
4365 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4366 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4367 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4368 < gl/string.h-t1 > gl/string.h-t2
4369 mv gl/sys/select.h-t gl/sys/select.h
4370 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4371 -e 's|@''GUARD_PREFIX''@|GL|g' \
4372 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4373 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4374 -e 's|@''PRAGMA_COLUMNS''@||g' \
4375 -e 's|@''NEXT_TERMIOS_H''@|<termios.h>|g' \
4376 -e 's/@''GNULIB_TCGETSID''@/0/g' \
4377 -e 's|@''HAVE_DECL_TCGETSID''@|1|g' \
4378 -e 's|@''HAVE_TERMIOS_H''@|1|g' \
4379 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4380 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4381 ../gl/termios.in.h > gl/termios.h-t
4382 /usr/bin/mkdir -p 'gl'
4383 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4384 -e 's|@''GUARD_PREFIX''@|GL|g' \
4385 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4386 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4387 -e 's|@''PRAGMA_COLUMNS''@||g' \
4388 -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
4389 -e 's/@''GNULIB_CTIME''@/0/g' \
4390 -e 's/@''GNULIB_LOCALTIME''@/0/g' \
4391 -e 's/@''GNULIB_MKTIME''@/1/g' \
4392 -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
4393 -e 's/@''GNULIB_STRFTIME''@/0/g' \
4394 -e 's/@''GNULIB_STRPTIME''@/0/g' \
4395 -e 's/@''GNULIB_TIME''@/0/g' \
4396 -e 's/@''GNULIB_TIMEGM''@/1/g' \
4397 -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
4398 -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \
4399 -e 's/@''GNULIB_TIME_R''@/1/g' \
4400 -e 's/@''GNULIB_TIME_RZ''@/1/g' \
4401 -e 's/@''GNULIB_TZSET''@/1/g' \
4402 -e 's/@''GNULIB_MDA_TZSET''@/1/g' \
4403 -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
4404 -e 's|@''HAVE_NANOSLEEP''@|1|g' \
4405 -e 's|@''HAVE_STRPTIME''@|1|g' \
4406 -e 's|@''HAVE_TIMEGM''@|1|g' \
4407 -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \
4408 -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \
4409 -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
4410 -e 's|@''REPLACE_CTIME''@|0|g' \
4411 -e 's|@''REPLACE_GMTIME''@|0|g' \
4412 -e 's|@''REPLACE_LOCALTIME''@|0|g' \
4413 -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
4414 -e 's|@''REPLACE_MKTIME''@|0|g' \
4415 -e 's|@''REPLACE_NANOSLEEP''@|0|g' \
4416 -e 's|@''REPLACE_STRFTIME''@|0|g' \
4417 -e 's|@''REPLACE_TIME''@|0|g' \
4418 -e 's|@''REPLACE_TIMEGM''@|0|g' \
4419 -e 's|@''REPLACE_TIMESPEC_GET''@|0|g' \
4420 -e 's|@''REPLACE_TZSET''@|0|g' \
4421 -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4422 -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4423 -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
4424 -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
4425 -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \
4426 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4427 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4428 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4429 ../gl/time.in.h > gl/time.h-t
4430 /usr/bin/mkdir -p 'gl'
4431 sed \
4432 -e 's/@''GNULIB_ILOGB''@/0/g' \
4433 -e 's/@''GNULIB_ILOGBF''@/0/g' \
4434 -e 's/@''GNULIB_ILOGBL''@/0/g' \
4435 -e 's/@''GNULIB_ISFINITE''@/1/g' \
4436 -e 's/@''GNULIB_ISINF''@/1/g' \
4437 -e 's/@''GNULIB_ISNAN''@/1/g' \
4438 -e 's/@''GNULIB_ISNANF''@/1/g' \
4439 -e 's/@''GNULIB_ISNAND''@/1/g' \
4440 -e 's/@''GNULIB_ISNANL''@/1/g' \
4441 -e 's/@''GNULIB_LDEXP''@/0/g' \
4442 -e 's/@''GNULIB_LDEXPF''@/0/g' \
4443 -e 's/@''GNULIB_LDEXPL''@/0/g' \
4444 -e 's/@''GNULIB_LOG''@/0/g' \
4445 -e 's/@''GNULIB_LOGF''@/0/g' \
4446 -e 's/@''GNULIB_LOGL''@/0/g' \
4447 -e 's/@''GNULIB_LOG10''@/0/g' \
4448 -e 's/@''GNULIB_LOG10F''@/0/g' \
4449 -e 's/@''GNULIB_LOG10L''@/0/g' \
4450 -e 's/@''GNULIB_LOG1P''@/0/g' \
4451 -e 's/@''GNULIB_LOG1PF''@/0/g' \
4452 -e 's/@''GNULIB_LOG1PL''@/0/g' \
4453 -e 's/@''GNULIB_LOG2''@/0/g' \
4454 -e 's/@''GNULIB_LOG2F''@/0/g' \
4455 -e 's/@''GNULIB_LOG2L''@/0/g' \
4456 -e 's/@''GNULIB_LOGB''@/0/g' \
4457 -e 's/@''GNULIB_LOGBF''@/0/g' \
4458 -e 's/@''GNULIB_LOGBL''@/0/g' \
4459 -e 's/@''GNULIB_MODF''@/0/g' \
4460 -e 's/@''GNULIB_MODFF''@/0/g' \
4461 -e 's/@''GNULIB_MODFL''@/0/g' \
4462 -e 's/@''GNULIB_POWF''@/0/g' \
4463 -e 's/@''GNULIB_REMAINDER''@/0/g' \
4464 -e 's/@''GNULIB_REMAINDERF''@/0/g' \
4465 -e 's/@''GNULIB_REMAINDERL''@/0/g' \
4466 -e 's/@''GNULIB_RINT''@/0/g' \
4467 -e 's/@''GNULIB_RINTF''@/0/g' \
4468 -e 's/@''GNULIB_RINTL''@/0/g' \
4469 -e 's/@''GNULIB_ROUND''@/1/g' \
4470 -e 's/@''GNULIB_ROUNDF''@/0/g' \
4471 -e 's/@''GNULIB_ROUNDL''@/0/g' \
4472 -e 's/@''GNULIB_SIGNBIT''@/1/g' \
4473 -e 's/@''GNULIB_SINF''@/0/g' \
4474 -e 's/@''GNULIB_SINL''@/0/g' \
4475 -e 's/@''GNULIB_SINHF''@/0/g' \
4476 -e 's/@''GNULIB_SQRTF''@/0/g' \
4477 -e 's/@''GNULIB_SQRTL''@/0/g' \
4478 -e 's/@''GNULIB_TANF''@/0/g' \
4479 -e 's/@''GNULIB_TANL''@/0/g' \
4480 -e 's/@''GNULIB_TANHF''@/0/g' \
4481 -e 's/@''GNULIB_TRUNC''@/1/g' \
4482 -e 's/@''GNULIB_TRUNCF''@/0/g' \
4483 -e 's/@''GNULIB_TRUNCL''@/0/g' \
4484 -e 's/@''GNULIB_MDA_J0''@/1/g' \
4485 -e 's/@''GNULIB_MDA_J1''@/1/g' \
4486 -e 's/@''GNULIB_MDA_JN''@/1/g' \
4487 -e 's/@''GNULIB_MDA_Y0''@/1/g' \
4488 -e 's/@''GNULIB_MDA_Y1''@/1/g' \
4489 -e 's/@''GNULIB_MDA_YN''@/1/g' \
4490 < gl/math.h-t1 > gl/math.h-t2
4491 sed \
4492 -e 's|@''HAVE_DECL_FCLOSEALL''@|1|g' \
4493 -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
4494 -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
4495 -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
4496 -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
4497 -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
4498 -e 's|@''HAVE_DECL_GETW''@|1|g' \
4499 -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
4500 -e 's|@''HAVE_DECL_PUTW''@|1|g' \
4501 -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
4502 -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
4503 -e 's|@''HAVE_DPRINTF''@|1|g' \
4504 -e 's|@''HAVE_FSEEKO''@|1|g' \
4505 -e 's|@''HAVE_FTELLO''@|1|g' \
4506 -e 's|@''HAVE_PCLOSE''@|1|g' \
4507 -e 's|@''HAVE_POPEN''@|1|g' \
4508 -e 's|@''HAVE_RENAMEAT''@|1|g' \
4509 -e 's|@''HAVE_VASPRINTF''@|1|g' \
4510 -e 's|@''HAVE_VDPRINTF''@|1|g' \
4511 < gl/stdio.h-t1 > gl/stdio.h-t2
4512 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4513 -e 's|@''GUARD_PREFIX''@|GL|g' \
4514 -e 's/@''HAVE_UCHAR_H''@/1/g' \
4515 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4516 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4517 -e 's|@''PRAGMA_COLUMNS''@||g' \
4518 -e 's|@''NEXT_UCHAR_H''@|<uchar.h>|g' \
4519 -e 's|@''CXX_HAS_CHAR8_TYPE''@|0|g' \
4520 -e 's|@''CXX_HAS_UCHAR_TYPES''@|0|g' \
4521 -e 's|@''SMALL_WCHAR_T''@|0|g' \
4522 -e 's|@''GNULIBHEADERS_OVERRIDE_CHAR8_T''@|0|g' \
4523 -e 's|@''GNULIBHEADERS_OVERRIDE_CHAR16_T''@|0|g' \
4524 -e 's|@''GNULIBHEADERS_OVERRIDE_CHAR32_T''@|0|g' \
4525 -e 's/@''GNULIB_BTOC32''@/0/g' \
4526 -e 's/@''GNULIB_BTOWC''@/1/g' \
4527 -e 's/@''GNULIB_C32ISALNUM''@/1/g' \
4528 -e 's/@''GNULIB_C32ISALPHA''@/1/g' \
4529 -e 's/@''GNULIB_C32ISBLANK''@/1/g' \
4530 -e 's/@''GNULIB_C32ISCNTRL''@/1/g' \
4531 -e 's/@''GNULIB_C32ISDIGIT''@/1/g' \
4532 -e 's/@''GNULIB_C32ISGRAPH''@/1/g' \
4533 -e 's/@''GNULIB_C32ISLOWER''@/1/g' \
4534 -e 's/@''GNULIB_C32ISPRINT''@/1/g' \
4535 -e 's/@''GNULIB_C32ISPUNCT''@/1/g' \
4536 -e 's/@''GNULIB_C32ISSPACE''@/1/g' \
4537 -e 's/@''GNULIB_C32ISUPPER''@/1/g' \
4538 -e 's/@''GNULIB_C32ISXDIGIT''@/1/g' \
4539 -e 's/@''GNULIB_C32TOLOWER''@/1/g' \
4540 -e 's/@''GNULIB_C32TOUPPER''@/0/g' \
4541 -e 's/@''GNULIB_C32WIDTH''@/1/g' \
4542 -e 's/@''GNULIB_C32RTOMB''@/0/g' \
4543 -e 's/@''GNULIB_C32SNRTOMBS''@/0/g' \
4544 -e 's/@''GNULIB_C32SRTOMBS''@/0/g' \
4545 -e 's/@''GNULIB_C32STOMBS''@/0/g' \
4546 -e 's/@''GNULIB_C32SWIDTH''@/0/g' \
4547 -e 's/@''GNULIB_C32TOB''@/0/g' \
4548 -e 's/@''GNULIB_ISWDIGIT''@/1/g' \
4549 -e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
4550 -e 's/@''GNULIB_MBRTOC16''@/0/g' \
4551 -e 's/@''GNULIB_MBRTOC32''@/1/g' \
4552 -e 's/@''GNULIB_MBSNRTOC32S''@/0/g' \
4553 -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
4554 -e 's/@''GNULIB_MBSRTOC32S''@/0/g' \
4555 -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
4556 -e 's/@''GNULIB_MBSTOC32S''@/0/g' \
4557 -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
4558 -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
4559 -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
4560 -e 's/@''GNULIB_WCTOB''@/0/g' \
4561 -e 's/@''GNULIB_WCWIDTH''@/1/g' \
4562 -e 's|@''HAVE_C32RTOMB''@|1|g' \
4563 -e 's|@''HAVE_MBRTOC16''@|1|g' \
4564 -e 's|@''HAVE_MBRTOC32''@|1|g' \
4565 -e 's|@''REPLACE_C32RTOMB''@|0|g' \
4566 -e 's|@''REPLACE_MBRTOC16''@|0|g' \
4567 -e 's|@''REPLACE_MBRTOC32''@|1|g' \
4568 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4569 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4570 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4571 ../gl/uchar.in.h > gl/uchar.h-t
4572 mv gl/sys/uio.h-t gl/sys/uio.h
4573 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4574 -e 's|@''HAVE_UNISTRING_WOE32DLL_H''@|0|g' \
4575 -e 's/@''GNULIB_UNICASE_EMPTY_PREFIX_CONTEXT_DLL_VARIABLE''@//g' \
4576 -e 's/@''GNULIB_UNICASE_EMPTY_SUFFIX_CONTEXT_DLL_VARIABLE''@//g' \
4577 ../gl/unicase.in.h > gl/unicase.h-t
4578 gperf -m 10 ../gl/unicase/special-casing-table.gperf > ../gl/unicase/special-casing-table.h-t && \
4579 mv ../gl/unicase/special-casing-table.h-t ../gl/unicase/special-casing-table.h
4580 mv gl/sys/time.h-t gl/sys/time.h
4581 mv gl/sys/types.h-t gl/sys/types.h
4582 mv gl/termios.h-t gl/termios.h
4583 /usr/bin/mkdir -p 'gl'
4584 mv gl/sys/socket.h-t gl/sys/socket.h
4585 mv gl/sys/stat.h-t gl/sys/stat.h
4586 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4587 -e 's|@''HAVE_UNISTRING_WOE32DLL_H''@|0|g' \
4588 -e 's/@''GNULIB_UNICTYPE_CATEGORY_L_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4589 -e 's/@''GNULIB_UNICTYPE_CATEGORY_LC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4590 -e 's/@''GNULIB_UNICTYPE_CATEGORY_LU_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4591 -e 's/@''GNULIB_UNICTYPE_CATEGORY_LL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4592 -e 's/@''GNULIB_UNICTYPE_CATEGORY_LT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4593 -e 's/@''GNULIB_UNICTYPE_CATEGORY_LM_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4594 -e 's/@''GNULIB_UNICTYPE_CATEGORY_LO_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4595 -e 's/@''GNULIB_UNICTYPE_CATEGORY_M_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4596 -e 's/@''GNULIB_UNICTYPE_CATEGORY_MN_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4597 -e 's/@''GNULIB_UNICTYPE_CATEGORY_MC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4598 -e 's/@''GNULIB_UNICTYPE_CATEGORY_ME_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4599 -e 's/@''GNULIB_UNICTYPE_CATEGORY_N_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4600 -e 's/@''GNULIB_UNICTYPE_CATEGORY_ND_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4601 -e 's/@''GNULIB_UNICTYPE_CATEGORY_NL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4602 -e 's/@''GNULIB_UNICTYPE_CATEGORY_NO_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4603 -e 's/@''GNULIB_UNICTYPE_CATEGORY_P_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4604 -e 's/@''GNULIB_UNICTYPE_CATEGORY_PC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4605 -e 's/@''GNULIB_UNICTYPE_CATEGORY_PD_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4606 -e 's/@''GNULIB_UNICTYPE_CATEGORY_PS_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4607 -e 's/@''GNULIB_UNICTYPE_CATEGORY_PE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4608 -e 's/@''GNULIB_UNICTYPE_CATEGORY_PI_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4609 -e 's/@''GNULIB_UNICTYPE_CATEGORY_PF_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4610 -e 's/@''GNULIB_UNICTYPE_CATEGORY_PO_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4611 -e 's/@''GNULIB_UNICTYPE_CATEGORY_S_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4612 -e 's/@''GNULIB_UNICTYPE_CATEGORY_SM_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4613 -e 's/@''GNULIB_UNICTYPE_CATEGORY_SC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4614 -e 's/@''GNULIB_UNICTYPE_CATEGORY_SK_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4615 -e 's/@''GNULIB_UNICTYPE_CATEGORY_SO_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4616 -e 's/@''GNULIB_UNICTYPE_CATEGORY_Z_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4617 -e 's/@''GNULIB_UNICTYPE_CATEGORY_ZS_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4618 -e 's/@''GNULIB_UNICTYPE_CATEGORY_ZL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4619 -e 's/@''GNULIB_UNICTYPE_CATEGORY_ZP_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4620 -e 's/@''GNULIB_UNICTYPE_CATEGORY_C_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4621 -e 's/@''GNULIB_UNICTYPE_CATEGORY_CC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4622 -e 's/@''GNULIB_UNICTYPE_CATEGORY_CF_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4623 -e 's/@''GNULIB_UNICTYPE_CATEGORY_CS_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4624 -e 's/@''GNULIB_UNICTYPE_CATEGORY_CO_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4625 -e 's/@''GNULIB_UNICTYPE_CATEGORY_CN_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4626 < ../gl/unictype.in.h > gl/unictype.h-t1
4627 /usr/bin/mkdir -p 'gl'
4628 /usr/bin/mkdir -p 'gl'
4629 sed \
4630 -e 's|@''REPLACE_DPRINTF''@|0|g' \
4631 -e 's|@''REPLACE_FCLOSE''@|1|g' \
4632 -e 's|@''REPLACE_FDOPEN''@|0|g' \
4633 -e 's|@''REPLACE_FFLUSH''@|0|g' \
4634 -e 's|@''REPLACE_FOPEN''@|1|g' \
4635 -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|1|g' \
4636 -e 's|@''REPLACE_FPRINTF''@|1|g' \
4637 -e 's|@''REPLACE_FPURGE''@|0|g' \
4638 -e 's|@''REPLACE_FREOPEN''@|0|g' \
4639 -e 's|@''REPLACE_FSEEK''@|1|g' \
4640 -e 's|@''REPLACE_FSEEKO''@|1|g' \
4641 -e 's|@''REPLACE_FTELL''@|0|g' \
4642 -e 's|@''REPLACE_FTELLO''@|0|g' \
4643 -e 's|@''REPLACE_GETDELIM''@|0|g' \
4644 -e 's|@''REPLACE_GETLINE''@|0|g' \
4645 -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
4646 -e 's|@''REPLACE_PERROR''@|0|g' \
4647 -e 's|@''REPLACE_POPEN''@|0|g' \
4648 -e 's|@''REPLACE_PRINTF''@|1|g' \
4649 -e 's|@''REPLACE_REMOVE''@|0|g' \
4650 -e 's|@''REPLACE_RENAME''@|0|g' \
4651 -e 's|@''REPLACE_RENAMEAT''@|0|g' \
4652 -e 's|@''REPLACE_SNPRINTF''@|1|g' \
4653 -e 's|@''REPLACE_SPRINTF''@|1|g' \
4654 -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
4655 -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
4656 -e 's|@''REPLACE_TMPFILE''@|0|g' \
4657 -e 's|@''REPLACE_VASPRINTF''@|1|g' \
4658 -e 's|@''REPLACE_VDPRINTF''@|0|g' \
4659 -e 's|@''REPLACE_VFPRINTF''@|1|g' \
4660 -e 's|@''REPLACE_VPRINTF''@|1|g' \
4661 -e 's|@''REPLACE_VSNPRINTF''@|1|g' \
4662 -e 's|@''REPLACE_VSPRINTF''@|1|g' \
4663 -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
4664 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4665 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4666 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4667 < gl/stdio.h-t2 > gl/stdio.h-t3
4668 mv gl/unicase.h-t gl/unicase.h
4669 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unigbrk.h-t' ../gl/unigbrk.in.h
4670 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unilbrk.h-t' ../gl/unilbrk.in.h
4671 /usr/bin/mkdir -p 'gl'
4672 sed \
4673 -e 's|@''HAVE__EXIT''@|1|g' \
4674 -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \
4675 -e 's|@''HAVE_ATOLL''@|1|g' \
4676 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
4677 -e 's|@''HAVE_DECL_ECVT''@|1|g' \
4678 -e 's|@''HAVE_DECL_FCVT''@|1|g' \
4679 -e 's|@''HAVE_DECL_GCVT''@|1|g' \
4680 -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
4681 -e 's|@''HAVE_DECL_PROGRAM_INVOCATION_NAME''@|1|g' \
4682 -e 's|@''HAVE_GETPROGNAME''@|0|g' \
4683 -e 's|@''HAVE_GETSUBOPT''@|1|g' \
4684 -e 's|@''HAVE_GRANTPT''@|1|g' \
4685 -e 's|@''HAVE_INITSTATE''@|1|g' \
4686 -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
4687 -e 's|@''HAVE_MBTOWC''@|1|g' \
4688 -e 's|@''HAVE_MKDTEMP''@|1|g' \
4689 -e 's|@''HAVE_MKOSTEMP''@|1|g' \
4690 -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
4691 -e 's|@''HAVE_MKSTEMP''@|1|g' \
4692 -e 's|@''HAVE_MKSTEMPS''@|1|g' \
4693 -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \
4694 -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
4695 -e 's|@''HAVE_PTSNAME''@|1|g' \
4696 -e 's|@''HAVE_PTSNAME_R''@|1|g' \
4697 -e 's|@''HAVE_QSORT_R''@|1|g' \
4698 -e 's|@''HAVE_RANDOM''@|1|g' \
4699 -e 's|@''HAVE_RANDOM_H''@|1|g' \
4700 -e 's|@''HAVE_RANDOM_R''@|1|g' \
4701 -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
4702 -e 's|@''HAVE_REALPATH''@|1|g' \
4703 -e 's|@''HAVE_RPMATCH''@|1|g' \
4704 -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
4705 -e 's|@''HAVE_DECL_SETENV''@|1|g' \
4706 -e 's|@''HAVE_SETSTATE''@|1|g' \
4707 -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
4708 -e 's|@''HAVE_STRTOD''@|1|g' \
4709 -e 's|@''HAVE_STRTOL''@|1|g' \
4710 -e 's|@''HAVE_STRTOLD''@|1|g' \
4711 -e 's|@''HAVE_STRTOLL''@|1|g' \
4712 -e 's|@''HAVE_STRTOUL''@|1|g' \
4713 -e 's|@''HAVE_STRTOULL''@|1|g' \
4714 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
4715 -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
4716 -e 's|@''HAVE_UNLOCKPT''@|1|g' \
4717 -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
4718 < gl/stdlib.h-t1 > gl/stdlib.h-t2
4719 mv gl/unigbrk.h-t gl/unigbrk.h
4720 mv gl/time.h-t gl/time.h
4721 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4722 -e 's|@''HAVE_UNISTRING_WOE32DLL_H''@|0|g' \
4723 -e 's/@''GNULIB_UNINORM_NFD_DLL_VARIABLE''@//g' \
4724 -e 's/@''GNULIB_UNINORM_NFC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4725 -e 's/@''GNULIB_UNINORM_NFKD_DLL_VARIABLE''@//g' \
4726 -e 's/@''GNULIB_UNINORM_NFKC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
4727 ../gl/uninorm.in.h > gl/uninorm.h-t
4728 mv gl/unilbrk.h-t gl/unilbrk.h
4729 /usr/bin/mkdir -p 'gl'
4730 /usr/bin/mkdir -p 'gl'
4731 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4732 -e 's|@''GUARD_PREFIX''@|GL|g' \
4733 -e 's|@''HAVE_UNISTD_H''@|1|g' \
4734 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4735 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4736 -e 's|@''PRAGMA_COLUMNS''@||g' \
4737 -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
4738 -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
4739 -e 's/@''GNULIB_ACCESS''@/0/g' \
4740 -e 's/@''GNULIB_CHDIR''@/1/g' \
4741 -e 's/@''GNULIB_CHOWN''@/0/g' \
4742 -e 's/@''GNULIB_CLOSE''@/1/g' \
4743 -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
4744 -e 's/@''GNULIB_DUP''@/0/g' \
4745 -e 's/@''GNULIB_DUP2''@/1/g' \
4746 -e 's/@''GNULIB_DUP3''@/0/g' \
4747 -e 's/@''GNULIB_ENVIRON''@/1/g' \
4748 -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
4749 -e 's/@''GNULIB_EXECL''@/0/g' \
4750 -e 's/@''GNULIB_EXECLE''@/0/g' \
4751 -e 's/@''GNULIB_EXECLP''@/0/g' \
4752 -e 's/@''GNULIB_EXECV''@/0/g' \
4753 -e 's/@''GNULIB_EXECVE''@/0/g' \
4754 -e 's/@''GNULIB_EXECVP''@/0/g' \
4755 -e 's/@''GNULIB_EXECVPE''@/0/g' \
4756 -e 's/@''GNULIB_FACCESSAT''@/0/g' \
4757 -e 's/@''GNULIB_FCHDIR''@/0/g' \
4758 -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
4759 -e 's/@''GNULIB_FDATASYNC''@/0/g' \
4760 -e 's/@''GNULIB_FSYNC''@/0/g' \
4761 -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
4762 < ../gl/unistd.in.h > gl/unistd.h-t1
4763 /usr/bin/mkdir -p 'gl'
4764 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unistr.h-t' ../gl/unistr.in.h
4765 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/unitypes.h-t' ../gl/unitypes.in.h
4766 rm -f gl/string.h-t1
4767 /usr/bin/mkdir -p 'gl'
4768 mv gl/uninorm.h-t gl/uninorm.h
4769 mv gl/string.h-t2 gl/string.h
4770 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uniwbrk.h-t' ../gl/uniwbrk.in.h
4771 /usr/bin/mkdir -p 'gl'
4772 rm -f gl/stdio.h-t1 gl/stdio.h-t2
4773 mv gl/unistr.h-t gl/unistr.h
4774 mv gl/unitypes.h-t gl/unitypes.h
4775 mv gl/uniwbrk.h-t gl/uniwbrk.h
4776 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w gl/uniwidth.h-t' ../gl/uniwidth.in.h
4777 mv gl/stdio.h-t3 gl/stdio.h
4778 /usr/bin/mkdir -p 'gl'
4779 mv gl/uchar.h-t gl/uchar.h
4780 sed \
4781 -e 's|@''REPLACE__EXIT''@|0|g' \
4782 -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \
4783 -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \
4784 -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \
4785 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
4786 -e 's|@''REPLACE_FREE''@|0|g' \
4787 -e 's|@''REPLACE_GETLOADAVG''@|0|g' \
4788 -e 's|@''REPLACE_GETPROGNAME''@|0|g' \
4789 -e 's|@''REPLACE_GETSUBOPT''@|0|g' \
4790 -e 's|@''REPLACE_INITSTATE''@|0|g' \
4791 -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \
4792 -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|0|g' \
4793 -e 's|@''REPLACE_MB_CUR_MAX''@|0|g' \
4794 -e 's|@''REPLACE_MBSTOWCS''@|0|g' \
4795 -e 's|@''REPLACE_MBTOWC''@|0|g' \
4796 -e 's|@''REPLACE_MKOSTEMP''@|0|g' \
4797 -e 's|@''REPLACE_MKOSTEMPS''@|0|g' \
4798 -e 's|@''REPLACE_MKSTEMP''@|0|g' \
4799 -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \
4800 -e 's|@''REPLACE_POSIX_OPENPT''@|0|g' \
4801 -e 's|@''REPLACE_PTSNAME''@|0|g' \
4802 -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
4803 -e 's|@''REPLACE_PUTENV''@|0|g' \
4804 -e 's|@''REPLACE_QSORT_R''@|0|g' \
4805 -e 's|@''REPLACE_RANDOM''@|0|g' \
4806 -e 's|@''REPLACE_RANDOM_R''@|0|g' \
4807 -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \
4808 -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|0|g' \
4809 -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \
4810 -e 's|@''REPLACE_REALPATH''@|0|g' \
4811 -e 's|@''REPLACE_SETENV''@|0|g' \
4812 -e 's|@''REPLACE_SETSTATE''@|0|g' \
4813 -e 's|@''REPLACE_STRTOD''@|0|g' \
4814 -e 's|@''REPLACE_STRTOL''@|0|g' \
4815 -e 's|@''REPLACE_STRTOLD''@|0|g' \
4816 -e 's|@''REPLACE_STRTOLL''@|0|g' \
4817 -e 's|@''REPLACE_STRTOUL''@|0|g' \
4818 -e 's|@''REPLACE_STRTOULL''@|0|g' \
4819 -e 's|@''REPLACE_UNSETENV''@|0|g' \
4820 -e 's|@''REPLACE_WCTOMB''@|0|g' \
4821 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4822 -e '/definition of _Noreturn/r ../gl/_Noreturn.h' \
4823 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
4824 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4825 < gl/stdlib.h-t2 > gl/stdlib.h-t3
4826 /usr/bin/mkdir -p 'gl'
4827 mv gl/uniwidth.h-t gl/uniwidth.h
4828 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4829 -e 's|@''GUARD_PREFIX''@|GL|g' \
4830 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4831 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4832 -e 's|@''PRAGMA_COLUMNS''@||g' \
4833 -e 's|@''HAVE_FEATURES_H''@|1|g' \
4834 -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
4835 -e 's|@''HAVE_WCHAR_H''@|1|g' \
4836 -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
4837 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
4838 -e 's/@''GNULIB_BTOWC''@/1/g' \
4839 -e 's/@''GNULIB_WCTOB''@/0/g' \
4840 -e 's/@''GNULIB_MBSINIT''@/1/g' \
4841 -e 's/@''GNULIB_MBRTOWC''@/1/g' \
4842 -e 's/@''GNULIB_MBRLEN''@/0/g' \
4843 -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
4844 -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
4845 -e 's/@''GNULIB_WCRTOMB''@/1/g' \
4846 -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
4847 -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
4848 -e 's/@''GNULIB_WCWIDTH''@/1/g' \
4849 -e 's/@''GNULIB_WMEMCHR''@/1/g' \
4850 -e 's/@''GNULIB_WMEMCMP''@/0/g' \
4851 -e 's/@''GNULIB_WMEMCPY''@/0/g' \
4852 -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
4853 -e 's/@''GNULIB_WMEMPCPY''@/1/g' \
4854 -e 's/@''GNULIB_WMEMSET''@/0/g' \
4855 -e 's/@''GNULIB_WCSLEN''@/0/g' \
4856 -e 's/@''GNULIB_WCSNLEN''@/0/g' \
4857 -e 's/@''GNULIB_WCSCPY''@/0/g' \
4858 -e 's/@''GNULIB_WCPCPY''@/0/g' \
4859 -e 's/@''GNULIB_WCSNCPY''@/0/g' \
4860 -e 's/@''GNULIB_WCPNCPY''@/0/g' \
4861 -e 's/@''GNULIB_WCSCAT''@/0/g' \
4862 -e 's/@''GNULIB_WCSNCAT''@/0/g' \
4863 -e 's/@''GNULIB_WCSCMP''@/0/g' \
4864 -e 's/@''GNULIB_WCSNCMP''@/0/g' \
4865 -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
4866 -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
4867 -e 's/@''GNULIB_WCSCOLL''@/0/g' \
4868 -e 's/@''GNULIB_WCSXFRM''@/0/g' \
4869 -e 's/@''GNULIB_WCSDUP''@/0/g' \
4870 -e 's/@''GNULIB_WCSCHR''@/0/g' \
4871 -e 's/@''GNULIB_WCSRCHR''@/0/g' \
4872 -e 's/@''GNULIB_WCSCSPN''@/0/g' \
4873 -e 's/@''GNULIB_WCSSPN''@/0/g' \
4874 -e 's/@''GNULIB_WCSPBRK''@/0/g' \
4875 -e 's/@''GNULIB_WCSSTR''@/0/g' \
4876 -e 's/@''GNULIB_WCSTOK''@/0/g' \
4877 -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
4878 -e 's/@''GNULIB_WCSFTIME''@/0/g' \
4879 -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \
4880 -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
4881 < ../gl/wchar.in.h > gl/wchar.h-t1
4882 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
4883 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
4884 -e 's|@''GUARD_PREFIX''@|GL|g' \
4885 -e 's/@''HAVE_WCTYPE_H''@/1/g' \
4886 -e 's|@''INCLUDE_NEXT''@|include_next|g' \
4887 -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
4888 -e 's|@''PRAGMA_COLUMNS''@||g' \
4889 -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
4890 -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
4891 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
4892 -e 's/@''GNULIB_ISWBLANK''@/1/g' \
4893 -e 's/@''GNULIB_ISWDIGIT''@/1/g' \
4894 -e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
4895 -e 's/@''GNULIB_WCTYPE''@/0/g' \
4896 -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
4897 -e 's/@''GNULIB_WCTRANS''@/0/g' \
4898 -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
4899 -e 's/@''HAVE_ISWBLANK''@/1/g' \
4900 -e 's/@''HAVE_ISWCNTRL''@/1/g' \
4901 -e 's/@''HAVE_WCTYPE_T''@/1/g' \
4902 -e 's/@''HAVE_WCTRANS_T''@/1/g' \
4903 -e 's/@''HAVE_WINT_T''@/1/g' \
4904 -e 's/@''REPLACE_ISWBLANK''@/0/g' \
4905 -e 's/@''REPLACE_ISWDIGIT''@/0/g' \
4906 -e 's/@''REPLACE_ISWXDIGIT''@/0/g' \
4907 -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
4908 -e 's/@''REPLACE_TOWLOWER''@/0/g' \
4909 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
4910 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
4911 ../gl/wctype.in.h > gl/wctype.h-t
4912 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
4913 sed \
4914 -e 's/@''GNULIB_GETCWD''@/0/g' \
4915 -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
4916 -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
4917 -e 's/@''GNULIB_GETENTROPY''@/0/g' \
4918 -e 's/@''GNULIB_GETGROUPS''@/0/g' \
4919 -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
4920 -e 's/@''GNULIB_GETLOGIN''@/0/g' \
4921 -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
4922 -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \
4923 -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
4924 -e 's/@''GNULIB_GETPASS''@/1/g' \
4925 -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \
4926 -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
4927 -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
4928 -e 's/@''GNULIB_ISATTY''@/0/g' \
4929 -e 's/@''GNULIB_LCHOWN''@/0/g' \
4930 -e 's/@''GNULIB_LINK''@/0/g' \
4931 -e 's/@''GNULIB_LINKAT''@/0/g' \
4932 -e 's/@''GNULIB_LSEEK''@/1/g' \
4933 -e 's/@''GNULIB_PIPE''@/0/g' \
4934 -e 's/@''GNULIB_PIPE2''@/1/g' \
4935 -e 's/@''GNULIB_PREAD''@/0/g' \
4936 -e 's/@''GNULIB_PWRITE''@/0/g' \
4937 -e 's/@''GNULIB_READ''@/1/g' \
4938 -e 's/@''GNULIB_READLINK''@/1/g' \
4939 -e 's/@''GNULIB_READLINKAT''@/0/g' \
4940 -e 's/@''GNULIB_RMDIR''@/1/g' \
4941 -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
4942 -e 's/@''GNULIB_SLEEP''@/0/g' \
4943 -e 's/@''GNULIB_SYMLINK''@/0/g' \
4944 -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
4945 -e 's/@''GNULIB_TRUNCATE''@/0/g' \
4946 -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
4947 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/00/g' \
4948 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
4949 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
4950 -e 's/@''GNULIB_UNLINK''@/0/g' \
4951 -e 's/@''GNULIB_UNLINKAT''@/0/g' \
4952 -e 's/@''GNULIB_USLEEP''@/0/g' \
4953 -e 's/@''GNULIB_WRITE''@/1/g' \
4954 -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \
4955 -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \
4956 -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \
4957 -e 's/@''GNULIB_MDA_DUP''@/1/g' \
4958 -e 's/@''GNULIB_MDA_DUP2''@/1/g' \
4959 -e 's/@''GNULIB_MDA_EXECL''@/1/g' \
4960 -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \
4961 -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \
4962 -e 's/@''GNULIB_MDA_EXECV''@/1/g' \
4963 -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \
4964 -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \
4965 -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \
4966 -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \
4967 -e 's/@''GNULIB_MDA_GETPID''@/1/g' \
4968 -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \
4969 -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \
4970 -e 's/@''GNULIB_MDA_READ''@/1/g' \
4971 -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \
4972 -e 's/@''GNULIB_MDA_SWAB''@/1/g' \
4973 -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \
4974 -e 's/@''GNULIB_MDA_WRITE''@/1/g' \
4975 < gl/unistd.h-t1 > gl/unistd.h-t2
4976 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
4977 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
4978 sed \
4979 -e 's|@''HAVE_ACOSF''@|1|g' \
4980 -e 's|@''HAVE_ACOSL''@|1|g' \
4981 -e 's|@''HAVE_ASINF''@|1|g' \
4982 -e 's|@''HAVE_ASINL''@|1|g' \
4983 -e 's|@''HAVE_ATANF''@|1|g' \
4984 -e 's|@''HAVE_ATANL''@|1|g' \
4985 -e 's|@''HAVE_ATAN2F''@|1|g' \
4986 -e 's|@''HAVE_CBRT''@|1|g' \
4987 -e 's|@''HAVE_CBRTF''@|1|g' \
4988 -e 's|@''HAVE_CBRTL''@|1|g' \
4989 -e 's|@''HAVE_COPYSIGN''@|1|g' \
4990 -e 's|@''HAVE_COPYSIGNL''@|1|g' \
4991 -e 's|@''HAVE_COSF''@|1|g' \
4992 -e 's|@''HAVE_COSL''@|1|g' \
4993 -e 's|@''HAVE_COSHF''@|1|g' \
4994 -e 's|@''HAVE_EXPF''@|1|g' \
4995 -e 's|@''HAVE_EXPL''@|1|g' \
4996 -e 's|@''HAVE_EXPM1''@|1|g' \
4997 -e 's|@''HAVE_EXPM1F''@|1|g' \
4998 -e 's|@''HAVE_FABSF''@|1|g' \
4999 -e 's|@''HAVE_FABSL''@|1|g' \
5000 -e 's|@''HAVE_FMA''@|1|g' \
5001 -e 's|@''HAVE_FMAF''@|1|g' \
5002 -e 's|@''HAVE_FMAL''@|1|g' \
5003 -e 's|@''HAVE_FMODF''@|1|g' \
5004 -e 's|@''HAVE_FMODL''@|1|g' \
5005 -e 's|@''HAVE_FREXPF''@|1|g' \
5006 -e 's|@''HAVE_HYPOTF''@|1|g' \
5007 -e 's|@''HAVE_HYPOTL''@|1|g' \
5008 -e 's|@''HAVE_ILOGB''@|1|g' \
5009 -e 's|@''HAVE_ILOGBF''@|1|g' \
5010 -e 's|@''HAVE_ILOGBL''@|1|g' \
5011 -e 's|@''HAVE_ISNANF''@|1|g' \
5012 -e 's|@''HAVE_ISNAND''@|1|g' \
5013 -e 's|@''HAVE_ISNANL''@|1|g' \
5014 -e 's|@''HAVE_LDEXPF''@|1|g' \
5015 -e 's|@''HAVE_LOGF''@|1|g' \
5016 -e 's|@''HAVE_LOGL''@|1|g' \
5017 -e 's|@''HAVE_LOG10F''@|1|g' \
5018 -e 's|@''HAVE_LOG10L''@|1|g' \
5019 -e 's|@''HAVE_LOG1P''@|1|g' \
5020 -e 's|@''HAVE_LOG1PF''@|1|g' \
5021 -e 's|@''HAVE_LOG1PL''@|1|g' \
5022 -e 's|@''HAVE_LOGBF''@|1|g' \
5023 -e 's|@''HAVE_LOGBL''@|1|g' \
5024 -e 's|@''HAVE_MODFF''@|1|g' \
5025 -e 's|@''HAVE_MODFL''@|1|g' \
5026 -e 's|@''HAVE_POWF''@|1|g' \
5027 -e 's|@''HAVE_REMAINDER''@|1|g' \
5028 -e 's|@''HAVE_REMAINDERF''@|1|g' \
5029 -e 's|@''HAVE_RINT''@|1|g' \
5030 -e 's|@''HAVE_RINTL''@|1|g' \
5031 -e 's|@''HAVE_SINF''@|1|g' \
5032 -e 's|@''HAVE_SINL''@|1|g' \
5033 -e 's|@''HAVE_SINHF''@|1|g' \
5034 -e 's|@''HAVE_SQRTF''@|1|g' \
5035 -e 's|@''HAVE_SQRTL''@|1|g' \
5036 -e 's|@''HAVE_TANF''@|1|g' \
5037 -e 's|@''HAVE_TANL''@|1|g' \
5038 -e 's|@''HAVE_TANHF''@|1|g' \
5039 < gl/math.h-t2 > gl/math.h-t3
5040 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
5041 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
5042 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
5043 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
5044 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
5045 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
5046 echo '#include <config.h>' > src/ui/gui/psppire-marshal.c
5047 sed \
5048 -e 's/@''GNULIB_UNICTYPE_PROPERTY_WHITE_SPACE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5049 -e 's/@''GNULIB_UNICTYPE_PROPERTY_ALPHABETIC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5050 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_ALPHABETIC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5051 -e 's/@''GNULIB_UNICTYPE_PROPERTY_NOT_A_CHARACTER_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5052 -e 's/@''GNULIB_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5053 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_DEFAULT_IGNORABLE_CODE_POINT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5054 -e 's/@''GNULIB_UNICTYPE_PROPERTY_DEPRECATED_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5055 -e 's/@''GNULIB_UNICTYPE_PROPERTY_LOGICAL_ORDER_EXCEPTION_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5056 -e 's/@''GNULIB_UNICTYPE_PROPERTY_VARIATION_SELECTOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5057 -e 's/@''GNULIB_UNICTYPE_PROPERTY_PRIVATE_USE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5058 -e 's/@''GNULIB_UNICTYPE_PROPERTY_UNASSIGNED_CODE_VALUE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5059 -e 's/@''GNULIB_UNICTYPE_PROPERTY_UPPERCASE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5060 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_UPPERCASE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5061 -e 's/@''GNULIB_UNICTYPE_PROPERTY_LOWERCASE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5062 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_LOWERCASE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5063 -e 's/@''GNULIB_UNICTYPE_PROPERTY_TITLECASE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5064 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CASED_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5065 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CASE_IGNORABLE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5066 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CHANGES_WHEN_LOWERCASED_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5067 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CHANGES_WHEN_UPPERCASED_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5068 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CHANGES_WHEN_TITLECASED_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5069 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CHANGES_WHEN_CASEFOLDED_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5070 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CHANGES_WHEN_CASEMAPPED_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5071 -e 's/@''GNULIB_UNICTYPE_PROPERTY_SOFT_DOTTED_DLL_VARIABLE''@//g' \
5072 < gl/unictype.h-t1 > gl/unictype.h-t2
5073 glib-genmarshal --header --quiet --prefix=psppire_marshal ../src/ui/gui/marshaller-list > src/ui/gui/psppire-marshal.h
5074 glib-compile-resources --sourcedir=../src/ui/gui --generate-source ../src/ui/gui/resources.xml --target=src/ui/gui/resources.c,out
5075 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
5076 rm -f gl/stdlib.h-t1 gl/stdlib.h-t2
5077 mv gl/wctype.h-t gl/wctype.h
5078 mv gl/stdlib.h-t3 gl/stdlib.h
5079 rm -f src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h && \
5080 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5081 /usr/bin/sed -e 's|%''INCLUDE_NEXT''%|include_next|g' \
5082 -e 's|%''PRAGMA_SYSTEM_HEADER''%||g' \
5083 -e 's|%''PRAGMA_COLUMNS''%||g' \
5084 -e 's|%''NEXT_GTK_GTK_H''%|<gtk/gtk.h>|g' \
5085 < ../src/ui/gui/include/gtk/gtk.in.h; \
5086 } > src/ui/gui/include/gtk/gtk.h-t && \
5087 mv src/ui/gui/include/gtk/gtk.h-t src/ui/gui/include/gtk/gtk.h
5088 (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' autoheader)
5089 rm -f src/ui/gui/include/glib.h-t src/ui/gui/include/glib.h && \
5090 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
5091 /usr/bin/sed -e 's|%''INCLUDE_NEXT''%|include_next|g' \
5092 -e 's|%''PRAGMA_SYSTEM_HEADER''%||g' \
5093 -e 's|%''PRAGMA_COLUMNS''%||g' \
5094 -e 's|%''NEXT_GLIB_H''%|<glib.h>|g' \
5095 < ../src/ui/gui/include/glib.in.h; \
5096 } > src/ui/gui/include/glib.h-t && \
5097 mv src/ui/gui/include/glib.h-t src/ui/gui/include/glib.h
5098 sed \
5099 -e 's|@''HAVE_CHOWN''@|1|g' \
5100 -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
5101 -e 's|@''HAVE_DUP3''@|1|g' \
5102 -e 's|@''HAVE_EUIDACCESS''@|1|g' \
5103 -e 's|@''HAVE_EXECVPE''@|1|g' \
5104 -e 's|@''HAVE_FACCESSAT''@|1|g' \
5105 -e 's|@''HAVE_FCHDIR''@|1|g' \
5106 -e 's|@''HAVE_FCHOWNAT''@|1|g' \
5107 -e 's|@''HAVE_FDATASYNC''@|1|g' \
5108 -e 's|@''HAVE_FSYNC''@|1|g' \
5109 -e 's|@''HAVE_FTRUNCATE''@|1|g' \
5110 -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
5111 -e 's|@''HAVE_GETENTROPY''@|1|g' \
5112 -e 's|@''HAVE_GETGROUPS''@|1|g' \
5113 -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
5114 -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
5115 -e 's|@''HAVE_GETPASS''@|1|g' \
5116 -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
5117 -e 's|@''HAVE_LCHOWN''@|1|g' \
5118 -e 's|@''HAVE_LINK''@|1|g' \
5119 -e 's|@''HAVE_LINKAT''@|1|g' \
5120 -e 's|@''HAVE_PIPE''@|1|g' \
5121 -e 's|@''HAVE_PIPE2''@|1|g' \
5122 -e 's|@''HAVE_PREAD''@|1|g' \
5123 -e 's|@''HAVE_PWRITE''@|1|g' \
5124 -e 's|@''HAVE_READLINK''@|1|g' \
5125 -e 's|@''HAVE_READLINKAT''@|1|g' \
5126 -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
5127 -e 's|@''HAVE_SLEEP''@|1|g' \
5128 -e 's|@''HAVE_SYMLINK''@|1|g' \
5129 -e 's|@''HAVE_SYMLINKAT''@|1|g' \
5130 -e 's|@''HAVE_UNLINKAT''@|1|g' \
5131 -e 's|@''HAVE_USLEEP''@|1|g' \
5132 -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
5133 -e 's|@''HAVE_DECL_EXECVPE''@|1|g' \
5134 -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
5135 -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
5136 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
5137 -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
5138 -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
5139 -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
5140 -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
5141 -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
5142 -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
5143 -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
5144 -e 's|@''HAVE_OS_H''@|0|g' \
5145 -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
5146 < gl/unistd.h-t2 > gl/unistd.h-t3
5147 sed \
5148 -e 's|@''HAVE_WINT_T''@|1|g' \
5149 -e 's|@''HAVE_BTOWC''@|1|g' \
5150 -e 's|@''HAVE_MBSINIT''@|1|g' \
5151 -e 's|@''HAVE_MBRTOWC''@|1|g' \
5152 -e 's|@''HAVE_MBRLEN''@|1|g' \
5153 -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
5154 -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
5155 -e 's|@''HAVE_WCRTOMB''@|1|g' \
5156 -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
5157 -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
5158 -e 's|@''HAVE_WMEMCHR''@|1|g' \
5159 -e 's|@''HAVE_WMEMCMP''@|1|g' \
5160 -e 's|@''HAVE_WMEMCPY''@|1|g' \
5161 -e 's|@''HAVE_WMEMMOVE''@|1|g' \
5162 -e 's|@''HAVE_WMEMPCPY''@|1|g' \
5163 -e 's|@''HAVE_WMEMSET''@|1|g' \
5164 -e 's|@''HAVE_WCSLEN''@|1|g' \
5165 -e 's|@''HAVE_WCSNLEN''@|1|g' \
5166 -e 's|@''HAVE_WCSCPY''@|1|g' \
5167 -e 's|@''HAVE_WCPCPY''@|1|g' \
5168 -e 's|@''HAVE_WCSNCPY''@|1|g' \
5169 -e 's|@''HAVE_WCPNCPY''@|1|g' \
5170 -e 's|@''HAVE_WCSCAT''@|1|g' \
5171 -e 's|@''HAVE_WCSNCAT''@|1|g' \
5172 -e 's|@''HAVE_WCSCMP''@|1|g' \
5173 -e 's|@''HAVE_WCSNCMP''@|1|g' \
5174 -e 's|@''HAVE_WCSCASECMP''@|1|g' \
5175 -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
5176 -e 's|@''HAVE_WCSCOLL''@|1|g' \
5177 -e 's|@''HAVE_WCSXFRM''@|1|g' \
5178 -e 's|@''HAVE_WCSDUP''@|1|g' \
5179 -e 's|@''HAVE_WCSCHR''@|1|g' \
5180 -e 's|@''HAVE_WCSRCHR''@|1|g' \
5181 -e 's|@''HAVE_WCSCSPN''@|1|g' \
5182 -e 's|@''HAVE_WCSSPN''@|1|g' \
5183 -e 's|@''HAVE_WCSPBRK''@|1|g' \
5184 -e 's|@''HAVE_WCSSTR''@|1|g' \
5185 -e 's|@''HAVE_WCSTOK''@|1|g' \
5186 -e 's|@''HAVE_WCSWIDTH''@|1|g' \
5187 -e 's|@''HAVE_WCSFTIME''@|1|g' \
5188 -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
5189 -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \
5190 -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
5191 < gl/wchar.h-t1 > gl/wchar.h-t2
5192 sed \
5193 -e 's|@''HAVE_DECL_ACOSL''@|1|g' \
5194 -e 's|@''HAVE_DECL_ASINL''@|1|g' \
5195 -e 's|@''HAVE_DECL_ATANL''@|1|g' \
5196 -e 's|@''HAVE_DECL_CBRTF''@|1|g' \
5197 -e 's|@''HAVE_DECL_CBRTL''@|1|g' \
5198 -e 's|@''HAVE_DECL_CEILF''@|1|g' \
5199 -e 's|@''HAVE_DECL_CEILL''@|1|g' \
5200 -e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
5201 -e 's|@''HAVE_DECL_COSL''@|1|g' \
5202 -e 's|@''HAVE_DECL_EXPL''@|1|g' \
5203 -e 's|@''HAVE_DECL_EXP2''@|1|g' \
5204 -e 's|@''HAVE_DECL_EXP2F''@|1|g' \
5205 -e 's|@''HAVE_DECL_EXP2L''@|1|g' \
5206 -e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
5207 -e 's|@''HAVE_DECL_FLOORF''@|1|g' \
5208 -e 's|@''HAVE_DECL_FLOORL''@|1|g' \
5209 -e 's|@''HAVE_DECL_FREXPL''@|1|g' \
5210 -e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
5211 -e 's|@''HAVE_DECL_LOGL''@|1|g' \
5212 -e 's|@''HAVE_DECL_LOG10L''@|1|g' \
5213 -e 's|@''HAVE_DECL_LOG2''@|1|g' \
5214 -e 's|@''HAVE_DECL_LOG2F''@|1|g' \
5215 -e 's|@''HAVE_DECL_LOG2L''@|1|g' \
5216 -e 's|@''HAVE_DECL_LOGB''@|1|g' \
5217 -e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
5218 -e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
5219 -e 's|@''HAVE_DECL_RINTF''@|1|g' \
5220 -e 's|@''HAVE_DECL_ROUND''@|1|g' \
5221 -e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
5222 -e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
5223 -e 's|@''HAVE_DECL_SINL''@|1|g' \
5224 -e 's|@''HAVE_DECL_SQRTL''@|1|g' \
5225 -e 's|@''HAVE_DECL_TANL''@|1|g' \
5226 -e 's|@''HAVE_DECL_TRUNC''@|1|g' \
5227 -e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
5228 -e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
5229 < gl/math.h-t3 > gl/math.h-t4
5230 sed \
5231 -e 's/@''GNULIB_UNICTYPE_PROPERTY_ID_START_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5232 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_ID_START_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5233 -e 's/@''GNULIB_UNICTYPE_PROPERTY_ID_CONTINUE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5234 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_ID_CONTINUE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5235 -e 's/@''GNULIB_UNICTYPE_PROPERTY_XID_START_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5236 -e 's/@''GNULIB_UNICTYPE_PROPERTY_XID_CONTINUE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5237 -e 's/@''GNULIB_UNICTYPE_PROPERTY_PATTERN_WHITE_SPACE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5238 -e 's/@''GNULIB_UNICTYPE_PROPERTY_PATTERN_SYNTAX_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5239 -e 's/@''GNULIB_UNICTYPE_PROPERTY_JOIN_CONTROL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5240 -e 's/@''GNULIB_UNICTYPE_PROPERTY_GRAPHEME_BASE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5241 -e 's/@''GNULIB_UNICTYPE_PROPERTY_GRAPHEME_EXTEND_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5242 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_GRAPHEME_EXTEND_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5243 -e 's/@''GNULIB_UNICTYPE_PROPERTY_GRAPHEME_LINK_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5244 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_CONTROL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5245 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_LEFT_TO_RIGHT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5246 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_HEBREW_RIGHT_TO_LEFT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5247 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_ARABIC_RIGHT_TO_LEFT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5248 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_EUROPEAN_DIGIT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5249 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_EUR_NUM_SEPARATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5250 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_EUR_NUM_TERMINATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5251 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_ARABIC_DIGIT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5252 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_COMMON_SEPARATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5253 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_BLOCK_SEPARATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5254 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_SEGMENT_SEPARATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5255 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_WHITESPACE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5256 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_NON_SPACING_MARK_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5257 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_BOUNDARY_NEUTRAL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5258 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_PDF_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5259 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_EMBEDDING_OR_OVERRIDE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5260 -e 's/@''GNULIB_UNICTYPE_PROPERTY_BIDI_OTHER_NEUTRAL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5261 < gl/unictype.h-t2 > gl/unictype.h-t3
5262 sed \
5263 -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
5264 -e 's|@''REPLACE_BTOWC''@|1|g' \
5265 -e 's|@''REPLACE_WCTOB''@|0|g' \
5266 -e 's|@''REPLACE_FREE''@|0|g' \
5267 -e 's|@''REPLACE_MBSINIT''@|0|g' \
5268 -e 's|@''REPLACE_MBRTOWC''@|1|g' \
5269 -e 's|@''REPLACE_MBRLEN''@|0|g' \
5270 -e 's|@''REPLACE_MBSRTOWCS''@|1|g' \
5271 -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
5272 -e 's|@''REPLACE_WCRTOMB''@|0|g' \
5273 -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
5274 -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
5275 -e 's|@''REPLACE_WCWIDTH''@|0|g' \
5276 -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
5277 -e 's|@''REPLACE_WCSFTIME''@|0|g' \
5278 -e 's|@''REPLACE_WCSCMP''@|0|g' \
5279 -e 's|@''REPLACE_WCSNCMP''@|0|g' \
5280 -e 's|@''REPLACE_WCSSTR''@|0|g' \
5281 -e 's|@''REPLACE_WCSTOK''@|0|g' \
5282 -e 's|@''REPLACE_WMEMCMP''@|0|g' \
5283 -e 's|@''REPLACE_WMEMPCPY''@|0|g' \
5284 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
5285 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
5286 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
5287 < gl/wchar.h-t2 > gl/wchar.h-t3
5288 mv src/output/spv/light-binary-parser.c.tmp src/output/spv/light-binary-parser.c
5289 sed \
5290 -e 's|@''REPLACE_ACCESS''@|0|g' \
5291 -e 's|@''REPLACE_CHOWN''@|0|g' \
5292 -e 's|@''REPLACE_CLOSE''@|0|g' \
5293 -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \
5294 -e 's|@''REPLACE_DUP''@|0|g' \
5295 -e 's|@''REPLACE_DUP2''@|0|g' \
5296 -e 's|@''REPLACE_DUP3''@|0|g' \
5297 -e 's|@''REPLACE_EXECL''@|0|g' \
5298 -e 's|@''REPLACE_EXECLE''@|0|g' \
5299 -e 's|@''REPLACE_EXECLP''@|0|g' \
5300 -e 's|@''REPLACE_EXECV''@|0|g' \
5301 -e 's|@''REPLACE_EXECVE''@|0|g' \
5302 -e 's|@''REPLACE_EXECVP''@|0|g' \
5303 -e 's|@''REPLACE_EXECVPE''@|0|g' \
5304 -e 's|@''REPLACE_FACCESSAT''@|0|g' \
5305 -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
5306 -e 's|@''REPLACE_FDATASYNC''@|0|g' \
5307 -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
5308 -e 's|@''REPLACE_GETCWD''@|0|g' \
5309 -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
5310 -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
5311 -e 's|@''REPLACE_GETENTROPY''@|0|g' \
5312 -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
5313 -e 's|@''REPLACE_GETGROUPS''@|0|g' \
5314 -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
5315 -e 's|@''REPLACE_GETPASS''@|0|g' \
5316 -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \
5317 -e 's|@''REPLACE_ISATTY''@|0|g' \
5318 -e 's|@''REPLACE_LCHOWN''@|0|g' \
5319 -e 's|@''REPLACE_LINK''@|0|g' \
5320 -e 's|@''REPLACE_LINKAT''@|0|g' \
5321 -e 's|@''REPLACE_LSEEK''@|0|g' \
5322 -e 's|@''REPLACE_PIPE2''@|1|g' \
5323 -e 's|@''REPLACE_PREAD''@|0|g' \
5324 -e 's|@''REPLACE_PWRITE''@|0|g' \
5325 -e 's|@''REPLACE_READ''@|0|g' \
5326 -e 's|@''REPLACE_READLINK''@|0|g' \
5327 -e 's|@''REPLACE_READLINKAT''@|0|g' \
5328 -e 's|@''REPLACE_RMDIR''@|0|g' \
5329 -e 's|@''REPLACE_SETHOSTNAME''@|0|g' \
5330 -e 's|@''REPLACE_SLEEP''@|0|g' \
5331 -e 's|@''REPLACE_SYMLINK''@|0|g' \
5332 -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
5333 -e 's|@''REPLACE_TRUNCATE''@|0|g' \
5334 -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
5335 -e 's|@''REPLACE_UNLINK''@|0|g' \
5336 -e 's|@''REPLACE_UNLINKAT''@|0|g' \
5337 -e 's|@''REPLACE_USLEEP''@|0|g' \
5338 -e 's|@''REPLACE_WRITE''@|0|g' \
5339 -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|1|g' \
5340 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
5341 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
5342 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
5343 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
5344 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
5345 < gl/unistd.h-t3 > gl/unistd.h-t4
5346 mv src/output/spv/old-binary-parser.c.tmp src/output/spv/old-binary-parser.c
5347 rm -f gl/wchar.h-t1 gl/wchar.h-t2
5348 sed \
5349 -e 's|@''REPLACE_ACOSF''@|0|g' \
5350 -e 's|@''REPLACE_ASINF''@|0|g' \
5351 -e 's|@''REPLACE_ATANF''@|0|g' \
5352 -e 's|@''REPLACE_ATAN2F''@|0|g' \
5353 -e 's|@''REPLACE_CBRTF''@|0|g' \
5354 -e 's|@''REPLACE_CBRTL''@|0|g' \
5355 -e 's|@''REPLACE_CEIL''@|0|g' \
5356 -e 's|@''REPLACE_CEILF''@|0|g' \
5357 -e 's|@''REPLACE_CEILL''@|0|g' \
5358 -e 's|@''REPLACE_COSF''@|0|g' \
5359 -e 's|@''REPLACE_COSHF''@|0|g' \
5360 -e 's|@''REPLACE_EXPF''@|0|g' \
5361 -e 's|@''REPLACE_EXPL''@|0|g' \
5362 -e 's|@''REPLACE_EXPM1''@|0|g' \
5363 -e 's|@''REPLACE_EXPM1F''@|0|g' \
5364 -e 's|@''REPLACE_EXPM1L''@|0|g' \
5365 -e 's|@''REPLACE_EXP2''@|0|g' \
5366 -e 's|@''REPLACE_EXP2L''@|0|g' \
5367 -e 's|@''REPLACE_FABSL''@|0|g' \
5368 -e 's|@''REPLACE_FLOOR''@|0|g' \
5369 -e 's|@''REPLACE_FLOORF''@|0|g' \
5370 -e 's|@''REPLACE_FLOORL''@|0|g' \
5371 -e 's|@''REPLACE_FMA''@|0|g' \
5372 -e 's|@''REPLACE_FMAF''@|0|g' \
5373 -e 's|@''REPLACE_FMAL''@|0|g' \
5374 -e 's|@''REPLACE_FMOD''@|0|g' \
5375 -e 's|@''REPLACE_FMODF''@|0|g' \
5376 -e 's|@''REPLACE_FMODL''@|0|g' \
5377 -e 's|@''REPLACE_FREXPF''@|0|g' \
5378 -e 's|@''REPLACE_FREXP''@|0|g' \
5379 -e 's|@''REPLACE_FREXPL''@|0|g' \
5380 -e 's|@''REPLACE_HUGE_VAL''@|0|g' \
5381 -e 's|@''REPLACE_HYPOT''@|0|g' \
5382 -e 's|@''REPLACE_HYPOTF''@|0|g' \
5383 -e 's|@''REPLACE_HYPOTL''@|0|g' \
5384 -e 's|@''REPLACE_ILOGB''@|0|g' \
5385 -e 's|@''REPLACE_ILOGBF''@|0|g' \
5386 -e 's|@''REPLACE_ILOGBL''@|0|g' \
5387 -e 's|@''REPLACE_ISFINITE''@|0|g' \
5388 -e 's|@''REPLACE_ISINF''@|0|g' \
5389 -e 's|@''REPLACE_ISNAN''@|0|g' \
5390 -e 's|@''REPLACE_ITOLD''@|0|g' \
5391 < gl/math.h-t4 > gl/math.h-t5
5392 mv gl/wchar.h-t3 gl/wchar.h
5393 mv src/output/spv/detail-xml-parser.c.tmp src/output/spv/detail-xml-parser.c
5394 sed \
5395 -e 's/@''GNULIB_UNICTYPE_PROPERTY_HEX_DIGIT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5396 -e 's/@''GNULIB_UNICTYPE_PROPERTY_ASCII_HEX_DIGIT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5397 -e 's/@''GNULIB_UNICTYPE_PROPERTY_IDEOGRAPHIC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5398 -e 's/@''GNULIB_UNICTYPE_PROPERTY_UNIFIED_IDEOGRAPH_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5399 -e 's/@''GNULIB_UNICTYPE_PROPERTY_RADICAL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5400 -e 's/@''GNULIB_UNICTYPE_PROPERTY_IDS_BINARY_OPERATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5401 -e 's/@''GNULIB_UNICTYPE_PROPERTY_IDS_TRINARY_OPERATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5402 -e 's/@''GNULIB_UNICTYPE_PROPERTY_EMOJI_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5403 -e 's/@''GNULIB_UNICTYPE_PROPERTY_EMOJI_PRESENTATION_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5404 -e 's/@''GNULIB_UNICTYPE_PROPERTY_EMOJI_MODIFIER_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5405 -e 's/@''GNULIB_UNICTYPE_PROPERTY_EMOJI_MODIFIER_BASE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5406 -e 's/@''GNULIB_UNICTYPE_PROPERTY_EMOJI_COMPONENT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5407 -e 's/@''GNULIB_UNICTYPE_PROPERTY_EXTENDED_PICTOGRAPHIC_DLL_VARIABLE''@//g' \
5408 -e 's/@''GNULIB_UNICTYPE_PROPERTY_ZERO_WIDTH_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5409 -e 's/@''GNULIB_UNICTYPE_PROPERTY_SPACE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5410 -e 's/@''GNULIB_UNICTYPE_PROPERTY_NON_BREAK_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5411 -e 's/@''GNULIB_UNICTYPE_PROPERTY_ISO_CONTROL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5412 -e 's/@''GNULIB_UNICTYPE_PROPERTY_FORMAT_CONTROL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5413 -e 's/@''GNULIB_UNICTYPE_PROPERTY_DASH_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5414 -e 's/@''GNULIB_UNICTYPE_PROPERTY_HYPHEN_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5415 -e 's/@''GNULIB_UNICTYPE_PROPERTY_PUNCTUATION_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5416 -e 's/@''GNULIB_UNICTYPE_PROPERTY_LINE_SEPARATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5417 -e 's/@''GNULIB_UNICTYPE_PROPERTY_PARAGRAPH_SEPARATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5418 -e 's/@''GNULIB_UNICTYPE_PROPERTY_QUOTATION_MARK_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5419 -e 's/@''GNULIB_UNICTYPE_PROPERTY_SENTENCE_TERMINAL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5420 -e 's/@''GNULIB_UNICTYPE_PROPERTY_TERMINAL_PUNCTUATION_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5421 -e 's/@''GNULIB_UNICTYPE_PROPERTY_CURRENCY_SYMBOL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5422 -e 's/@''GNULIB_UNICTYPE_PROPERTY_MATH_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5423 -e 's/@''GNULIB_UNICTYPE_PROPERTY_OTHER_MATH_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5424 -e 's/@''GNULIB_UNICTYPE_PROPERTY_PAIRED_PUNCTUATION_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5425 -e 's/@''GNULIB_UNICTYPE_PROPERTY_LEFT_OF_PAIR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5426 -e 's/@''GNULIB_UNICTYPE_PROPERTY_COMBINING_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5427 -e 's/@''GNULIB_UNICTYPE_PROPERTY_COMPOSITE_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5428 -e 's/@''GNULIB_UNICTYPE_PROPERTY_DECIMAL_DIGIT_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5429 -e 's/@''GNULIB_UNICTYPE_PROPERTY_NUMERIC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5430 -e 's/@''GNULIB_UNICTYPE_PROPERTY_DIACRITIC_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5431 -e 's/@''GNULIB_UNICTYPE_PROPERTY_EXTENDER_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5432 -e 's/@''GNULIB_UNICTYPE_PROPERTY_IGNORABLE_CONTROL_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5433 -e 's/@''GNULIB_UNICTYPE_PROPERTY_REGIONAL_INDICATOR_DLL_VARIABLE''@/LIBUNISTRING_DLL_VARIABLE/g' \
5434 < gl/unictype.h-t3 > gl/unictype.h-t4
5435 /usr/bin/mkdir -p 'gl/unicase'
5436 declaration=`grep '^gl_unicase_special_lookup' ../gl/unicase/special-casing-table.h | sed -e 's/register //g'` && \
5437 sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
5438 -e "/gl_unicase_special_lookup/s/gl_unicase_special_lookup.*/${declaration};/" \
5439 ../gl/unicase/special-casing.in.h > gl/unicase/special-casing.h-t
5440 sed \
5441 -e 's|@''REPLACE_LDEXP''@|0|g' \
5442 -e 's|@''REPLACE_LDEXPL''@|0|g' \
5443 -e 's|@''REPLACE_LOG''@|0|g' \
5444 -e 's|@''REPLACE_LOGF''@|0|g' \
5445 -e 's|@''REPLACE_LOGL''@|0|g' \
5446 -e 's|@''REPLACE_LOG10''@|0|g' \
5447 -e 's|@''REPLACE_LOG10F''@|0|g' \
5448 -e 's|@''REPLACE_LOG10L''@|0|g' \
5449 -e 's|@''REPLACE_LOG1P''@|0|g' \
5450 -e 's|@''REPLACE_LOG1PF''@|0|g' \
5451 -e 's|@''REPLACE_LOG1PL''@|0|g' \
5452 -e 's|@''REPLACE_LOG2''@|0|g' \
5453 -e 's|@''REPLACE_LOG2F''@|0|g' \
5454 -e 's|@''REPLACE_LOG2L''@|0|g' \
5455 -e 's|@''REPLACE_LOGB''@|0|g' \
5456 -e 's|@''REPLACE_LOGBF''@|0|g' \
5457 -e 's|@''REPLACE_LOGBL''@|0|g' \
5458 -e 's|@''REPLACE_MODF''@|0|g' \
5459 -e 's|@''REPLACE_MODFF''@|0|g' \
5460 -e 's|@''REPLACE_MODFL''@|0|g' \
5461 -e 's|@''REPLACE_NAN''@|0|g' \
5462 -e 's|@''REPLACE_REMAINDER''@|0|g' \
5463 -e 's|@''REPLACE_REMAINDERF''@|0|g' \
5464 -e 's|@''REPLACE_REMAINDERL''@|0|g' \
5465 -e 's|@''REPLACE_RINTL''@|0|g' \
5466 -e 's|@''REPLACE_ROUND''@|0|g' \
5467 -e 's|@''REPLACE_ROUNDF''@|0|g' \
5468 -e 's|@''REPLACE_ROUNDL''@|0|g' \
5469 -e 's|@''REPLACE_SIGNBIT''@|0|g' \
5470 -e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|1|g' \
5471 -e 's|@''REPLACE_SINF''@|0|g' \
5472 -e 's|@''REPLACE_SINHF''@|0|g' \
5473 -e 's|@''REPLACE_SQRTF''@|0|g' \
5474 -e 's|@''REPLACE_SQRTL''@|0|g' \
5475 -e 's|@''REPLACE_TANF''@|0|g' \
5476 -e 's|@''REPLACE_TANHF''@|0|g' \
5477 -e 's|@''REPLACE_TRUNC''@|0|g' \
5478 -e 's|@''REPLACE_TRUNCF''@|0|g' \
5479 -e 's|@''REPLACE_TRUNCL''@|0|g' \
5480 -e '/definitions of _GL_FUNCDECL_RPL/r ../gl/c++defs.h' \
5481 -e '/definition of _GL_ARG_NONNULL/r ../gl/arg-nonnull.h' \
5482 -e '/definition of _GL_WARN_ON_USE/r ../gl/warn-on-use.h' \
5483 < gl/math.h-t5 > gl/math.h-t6
5484 mv gl/unicase/special-casing.h-t gl/unicase/special-casing.h
5485 mv src/output/spv/tlo-parser.c.tmp src/output/spv/tlo-parser.c
5486 rm -f gl/unistd.h-t1 gl/unistd.h-t2 gl/unistd.h-t3
5487 rm -f gl/unictype.h-t1 gl/unictype.h-t2 gl/unictype.h-t3
5488 mv gl/unistd.h-t4 gl/unistd.h
5489 mv gl/unictype.h-t4 gl/unictype.h
5490 rm -f gl/math.h-t1 gl/math.h-t2 gl/math.h-t3 gl/math.h-t4 gl/math.h-t5
5491 mv gl/math.h-t6 gl/math.h
5492 mv src/output/spv/structure-xml-parser.c.tmp src/output/spv/structure-xml-parser.c
5493 echo '#include <config.h>' > src/ui/gui/resources.c,tmp
5494 cat src/ui/gui/resources.c,out >> src/ui/gui/resources.c,tmp
5495 rm -f src/ui/gui/resources.c,out
5496 mv src/ui/gui/resources.c,tmp src/ui/gui/resources.c
5497 rm -f stamp-h1
5498 touch ../config.h.in
5499 cd . && /bin/sh ./config.status config.h
5500 config.status: creating config.h
5501 make dist-gzip am__post_remove_distdir='@:'
5502 make[1]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5503 make distdir-am
5504 make[2]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5505 python3 ../doc/get-commands.py ../src/language/command.def > ../doc/ni.texi
5506 xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=2.0.0-g4c33fd --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/c32isalnum.c gl/c32isalpha.c gl/c32isblank.c gl/c32iscntrl.c gl/c32isdigit.c gl/c32isgraph.c gl/c32islower.c gl/c32isprint.c gl/c32ispunct.c gl/c32isspace.c gl/c32isupper.c gl/c32isxdigit.c gl/c32tolower.c gl/c32width.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/error.c gl/exitfail.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.c gl/getrandom.c gl/gettext.h gl/gettime.c gl/gettimeofday.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/malloc/scratch_buffer_grow.c gl/malloc/scratch_buffer_grow_preserve.c gl/malloc/scratch_buffer_set_array_size.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/mbrtoc32.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/memset_explicit.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/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_alnum.c gl/unictype/ctype_alpha.c gl/unictype/ctype_blank.c gl/unictype/ctype_cntrl.c gl/unictype/ctype_digit.c gl/unictype/ctype_graph.c gl/unictype/ctype_lower.c gl/unictype/ctype_print.c gl/unictype/ctype_punct.c gl/unictype/ctype_space.c gl/unictype/ctype_upper.c gl/unictype/ctype_xdigit.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/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/malloc/dynarray-skeleton.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/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-ctables.c src/ui/gui/psppire-dialog-action-ctables.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-search-dialog.c src/ui/gui/psppire-search-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
5507 echo "@set example-dir /usr/local/share/pspp/examples" > ../doc/tut.texi
5508 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/ctables.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"' | \
5509 /usr/bin/sed -e 's% *<property name="help[-_]page">\([^<]*\)</property>%//*[@id='"'"'\1'"'"']%' \
5510 -e 's%#%'"'"']/*[@id='"'"'%g' > doc/help-pages-list,tmp
5511 test -s doc/help-pages-list,tmp
5512 mv doc/help-pages-list,tmp doc/help-pages-list
5513 /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.h`
5514 /usr/bin/mkdir -p `dirname src/language/expressions/evaluate.inc`
5515 /usr/bin/mkdir -p `dirname src/language/expressions/operations.h`
5516 /usr/bin/mkdir -p `dirname src/language/expressions/optimize.inc`
5517 /usr/bin/mkdir -p `dirname src/language/expressions/parse.inc`
5518 make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5519 python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/evaluate.h` \
5520 -i ../src/language/expressions/operations.def > src/language/expressions/evaluate.h.tmp
5521 python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/evaluate.inc` \
5522 -i ../src/language/expressions/operations.def > src/language/expressions/evaluate.inc.tmp
5523 python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/operations.h` \
5524 -i ../src/language/expressions/operations.def > src/language/expressions/operations.h.tmp
5525 python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/parse.inc` \
5526 -i ../src/language/expressions/operations.def > src/language/expressions/parse.inc.tmp
5527 python3 ../src/language/expressions/generate.py -o `basename src/language/expressions/optimize.inc` \
5528 -i ../src/language/expressions/operations.def > src/language/expressions/optimize.inc.tmp
5529 make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5530 make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5531 make[3]: 'doc/.dirstamp' is up to date.
5532 make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
5533 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
5534 { \
5535 echo "/* -*- mode: c; buffer-read-only: t -*-"; \
5536 echo " Generated by src/libpspp/automake.mk --- Do not edit."; \
5537 echo; \
5538 echo " The following line is for the benefit of the perl module"; \
5539 echo "\$VERSION='2.0.0';"; \
5540 echo "*/"; \
5541 echo "#include \"version.h\""; \
5542 echo "const char bare_version[] = \"2.0.0-g4c33fd\";"; \
5543 echo "const char version[] = \"GNU pspp 2.0.0-g4c33fd\";"; \
5544 printf "const char announced_version[] = \"GNU pspp 2.0.0-g4c33fd\""; \
5545 case `echo 2.0.0-g4c33fd | /usr/bin/sed -e 's/[0-9][0-9]*\.[0-9]*\([0-9]\)\.[0-9][0-9]*/\1/'` in \
5546 [13579]) printf "\"\\\nThis is an unreleased test version. It is not recommended for production use. Use at your own risk\"" ;; \
5547 esac; \
5548 printf ";\n"; \
5549 echo "const char host_system[] = \"x86_64-pc-linux-gnu\";"; \
5550 echo "const char build_system[] = \"x86_64-pc-linux-gnu\";"; \
5551 echo "const char locale_dir[] = \"/usr/local/share/locale\";"; \
5552 echo "const char examples_dir[] = \"/usr/local/share/pspp/examples\";"; \
5553 echo "const char *const authors[] = {"; \
5554 /usr/bin/sed -e 's/^/ \"/' -e 's/$/\",/' ../AUTHORS; \
5555 echo " 0"; \
5556 echo "};"; \
5557 } > src/libpspp/version.c,tmp && mv src/libpspp/version.c,tmp src/libpspp/version.c
5558 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5560 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5561 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbrtoc32.lo -MD -MP -MF gl/.deps/libgl_la-mbrtoc32.Tpo -c -o gl/libgl_la-mbrtoc32.lo `test -f 'gl/mbrtoc32.c' || echo '../'`gl/mbrtoc32.c
5563 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5564 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbsrtowcs.lo -MD -MP -MF gl/.deps/libgl_la-mbsrtowcs.Tpo -c -o gl/libgl_la-mbsrtowcs.lo `test -f 'gl/mbsrtowcs.c' || echo '../'`gl/mbsrtowcs.c
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5566 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5567 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memset_explicit.lo -MD -MP -MF gl/.deps/libgl_la-memset_explicit.Tpo -c -o gl/libgl_la-memset_explicit.lo `test -f 'gl/memset_explicit.c' || echo '../'`gl/memset_explicit.c
5568 Updating ../doc/version.texi
5569 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5570 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5571 Updating ../doc/version-dev.texi
5572 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5573 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5575 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5576 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5578 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5579 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5581 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5582 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5583 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5584 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5585 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5586 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5588 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5589 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5590 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5591 mv src/language/expressions/evaluate.inc.tmp src/language/expressions/evaluate.inc
5592 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5593 mv src/language/expressions/evaluate.h.tmp src/language/expressions/evaluate.h
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5595 mv src/language/expressions/optimize.inc.tmp src/language/expressions/optimize.inc
5596 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5597 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5599 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5600 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5602 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5603 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5605 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5606 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5608 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5609 depbase=`echo gl/asnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5610 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5611 mv -f $depbase.Tpo $depbase.Plo
5612 depbase=`echo gl/asprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5613 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/asprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/asprintf.lo ../gl/asprintf.c &&\
5614 mv -f $depbase.Tpo $depbase.Plo
5615 depbase=`echo gl/fopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5616 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/fopen.lo -MD -MP -MF $depbase.Tpo -c -o gl/fopen.lo ../gl/fopen.c &&\
5617 mv -f $depbase.Tpo $depbase.Plo
5618 depbase=`echo gl/fprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5619 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/fprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/fprintf.lo ../gl/fprintf.c &&\
5620 mv -f $depbase.Tpo $depbase.Plo
5621 depbase=`echo gl/mbsrtowcs-state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5622 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/mbsrtowcs-state.lo -MD -MP -MF $depbase.Tpo -c -o gl/mbsrtowcs-state.lo ../gl/mbsrtowcs-state.c &&\
5623 mv -f $depbase.Tpo $depbase.Plo
5624 mv src/language/expressions/parse.inc.tmp src/language/expressions/parse.inc
5625 depbase=`echo gl/mktime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5626 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5627 mv -f $depbase.Tpo $depbase.Plo
5628 depbase=`echo gl/printf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5629 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf.lo -MD -MP -MF $depbase.Tpo -c -o gl/printf.lo ../gl/printf.c &&\
5630 mv -f $depbase.Tpo $depbase.Plo
5631 depbase=`echo gl/printf-args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5632 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5633 mv -f $depbase.Tpo $depbase.Plo
5634 depbase=`echo gl/printf-parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5635 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5636 mv -f $depbase.Tpo $depbase.Plo
5637 mv src/language/expressions/operations.h.tmp src/language/expressions/operations.h
5638 depbase=`echo gl/snprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5639 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/snprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/snprintf.lo ../gl/snprintf.c &&\
5640 mv -f $depbase.Tpo $depbase.Plo
5641 depbase=`echo gl/sprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5642 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/sprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/sprintf.lo ../gl/sprintf.c &&\
5643 mv -f $depbase.Tpo $depbase.Plo
5644 depbase=`echo gl/vasnprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5645 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5646 mv -f $depbase.Tpo $depbase.Plo
5647 depbase=`echo gl/vasprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vasprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/vasprintf.lo ../gl/vasprintf.c &&\
5649 mv -f $depbase.Tpo $depbase.Plo
5650 depbase=`echo gl/vfprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5651 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vfprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/vfprintf.lo ../gl/vfprintf.c &&\
5652 mv -f $depbase.Tpo $depbase.Plo
5653 depbase=`echo gl/vprintf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5654 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/vprintf.lo ../gl/vprintf.c &&\
5655 mv -f $depbase.Tpo $depbase.Plo
5656 depbase=`echo gl/vsnprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vsnprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/vsnprintf.lo ../gl/vsnprintf.c &&\
5658 mv -f $depbase.Tpo $depbase.Plo
5659 depbase=`echo gl/vsprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vsprintf.lo -MD -MP -MF $depbase.Tpo -c -o gl/vsprintf.lo ../gl/vsprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbsrtowcs.lo -MD -MP -MF gl/.deps/libgl_la-mbsrtowcs.Tpo -c ../gl/mbsrtowcs.c -fPIC -DPIC -o gl/.libs/libgl_la-mbsrtowcs.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5665 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5666 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5667 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5668 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5669 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5670 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5671 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5672 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5673 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5674 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5675 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbrtoc32.lo -MD -MP -MF gl/.deps/libgl_la-mbrtoc32.Tpo -c ../gl/mbrtoc32.c -fPIC -DPIC -o gl/.libs/libgl_la-mbrtoc32.o
5676 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5679 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5680 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memset_explicit.lo -MD -MP -MF gl/.deps/libgl_la-memset_explicit.Tpo -c ../gl/memset_explicit.c -fPIC -DPIC -o gl/.libs/libgl_la-memset_explicit.o
5681 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5684 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5685 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5686 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5691 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5692 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5693 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5696 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5697 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5698 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5699 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5700 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5701 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-memset_explicit.lo -MD -MP -MF gl/.deps/libgl_la-memset_explicit.Tpo -c ../gl/memset_explicit.c -o gl/libgl_la-memset_explicit.o >/dev/null 2>&1
5703 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5704 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5705 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5707 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5708 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5709 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5710 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5711 :;{ \
5712 echo '# Signature of the current package.' && \
5713 echo 'm4_define([AT_PACKAGE_NAME], [GNU PSPP])' && \
5714 echo 'm4_define([AT_PACKAGE_TARNAME], [pspp])' && \
5715 echo 'm4_define([AT_PACKAGE_VERSION], [2.0.0-g4c33fd])' && \
5716 echo 'm4_define([AT_PACKAGE_STRING], [GNU PSPP 2.0.0-g4c33fd])' && \
5717 echo 'm4_define([AT_PACKAGE_BUGREPORT], [bug-gnu-pspp@gnu.org])' && \
5718 echo 'm4_define([AT_PACKAGE_URL], [https://www.gnu.org/software/pspp/])'; \
5719 } >'../package.m4'
5720 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5721 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5722 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
5723 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/fopen.lo -MD -MP -MF gl/.deps/fopen.Tpo -c ../gl/fopen.c -fPIC -DPIC -o gl/.libs/fopen.o
5724 printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' > ../tests/testsuite.at,tmp
5725 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5726 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5727 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/asprintf.lo -MD -MP -MF gl/.deps/asprintf.Tpo -c ../gl/asprintf.c -fPIC -DPIC -o gl/.libs/asprintf.o
5728 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5729 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/fprintf.lo -MD -MP -MF gl/.deps/fprintf.Tpo -c ../gl/fprintf.c -fPIC -DPIC -o gl/.libs/fprintf.o
5730 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf.lo -MD -MP -MF gl/.deps/printf.Tpo -c ../gl/printf.c -fPIC -DPIC -o gl/.libs/printf.o
5731 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5732 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
5733 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/mbsrtowcs-state.lo -MD -MP -MF gl/.deps/mbsrtowcs-state.Tpo -c ../gl/mbsrtowcs-state.c -fPIC -DPIC -o gl/.libs/mbsrtowcs-state.o
5734 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5735 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
5736 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5737 cat ../tests/testsuite.in >> ../tests/testsuite.at,tmp
5738 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5739 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vasprintf.lo -MD -MP -MF gl/.deps/vasprintf.Tpo -c ../gl/vasprintf.c -fPIC -DPIC -o gl/.libs/vasprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/snprintf.lo -MD -MP -MF gl/.deps/snprintf.Tpo -c ../gl/snprintf.c -fPIC -DPIC -o gl/.libs/snprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
5746 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vsprintf.lo -MD -MP -MF gl/.deps/vsprintf.Tpo -c ../gl/vsprintf.c -fPIC -DPIC -o gl/.libs/vsprintf.o
5748 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/sprintf.lo -MD -MP -MF gl/.deps/sprintf.Tpo -c ../gl/sprintf.c -fPIC -DPIC -o gl/.libs/sprintf.o
5750 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
5751 depbase=`echo src/ui/source-init-opts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5752 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5753 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbsrtowcs.lo -MD -MP -MF gl/.deps/libgl_la-mbsrtowcs.Tpo -c ../gl/mbsrtowcs.c -o gl/libgl_la-mbsrtowcs.o >/dev/null 2>&1
5755 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/journal.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 \
5756 echo "m4_include([$t])" >> ../tests/testsuite.at,tmp ;\
5757 done
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vsnprintf.lo -MD -MP -MF gl/.deps/vsnprintf.Tpo -c ../gl/vsnprintf.c -fPIC -DPIC -o gl/.libs/vsnprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5760 depbase=`echo src/ui/syntax-gen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5761 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5762 mv -f $depbase.Tpo $depbase.Plo
5763 depbase=`echo src/language/command.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5764 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5765 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-mbrtoc32.lo -MD -MP -MF gl/.deps/libgl_la-mbrtoc32.Tpo -c ../gl/mbrtoc32.c -o gl/libgl_la-mbrtoc32.o >/dev/null 2>&1
5767 depbase=`echo src/language/lexer/command-name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5768 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5769 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5771 depbase=`echo src/language/lexer/command-segmenter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5772 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5773 mv -f $depbase.Tpo $depbase.Plo
5774 depbase=`echo src/language/lexer/include-path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5775 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5776 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vfprintf.lo -MD -MP -MF gl/.deps/vfprintf.Tpo -c ../gl/vfprintf.c -fPIC -DPIC -o gl/.libs/vfprintf.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vprintf.lo -MD -MP -MF gl/.deps/vprintf.Tpo -c ../gl/vprintf.c -fPIC -DPIC -o gl/.libs/vprintf.o
5779 depbase=`echo src/language/lexer/lexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5780 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5781 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5784 depbase=`echo src/language/lexer/macro.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5785 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5786 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5788 depbase=`echo src/language/lexer/format-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5789 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5790 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5792 mv ../tests/testsuite.at,tmp ../tests/testsuite.at
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5794 depbase=`echo src/language/lexer/scan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5795 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5796 mv -f $depbase.Tpo $depbase.Plo
5797 depbase=`echo src/language/lexer/segment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5798 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5799 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
5801 depbase=`echo src/language/lexer/token.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5802 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5803 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5805 mv -f gl/.deps/libgl_la-sys_socket.Tpo gl/.deps/libgl_la-sys_socket.Plo
5806 depbase=`echo src/language/lexer/value-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5807 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5808 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5811 depbase=`echo src/language/lexer/variable-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5812 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5813 mv -f $depbase.Tpo $depbase.Plo
5814 depbase=`echo src/language/commands/aggregate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5815 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5816 mv -f $depbase.Tpo $depbase.Plo
5817 depbase=`echo src/language/commands/apply-dictionary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5818 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5819 mv -f $depbase.Tpo $depbase.Plo
5820 mv -f gl/.deps/libgl_la-sockets.Tpo gl/.deps/libgl_la-sockets.Plo
5821 depbase=`echo src/language/commands/attributes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5822 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5823 mv -f $depbase.Tpo $depbase.Plo
5824 depbase=`echo src/language/commands/autorecode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5825 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5826 mv -f $depbase.Tpo $depbase.Plo
5827 depbase=`echo src/language/commands/binomial.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5828 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5829 mv -f $depbase.Tpo $depbase.Plo
5830 depbase=`echo src/language/commands/cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5831 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5832 mv -f $depbase.Tpo $depbase.Plo
5833 depbase=`echo src/language/commands/cd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5834 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5835 mv -f $depbase.Tpo $depbase.Plo
5836 depbase=`echo src/language/commands/chisquare.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5837 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5838 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5840 depbase=`echo src/language/commands/cochran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5841 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5842 mv -f $depbase.Tpo $depbase.Plo
5843 depbase=`echo src/language/commands/combine-files.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5844 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5845 mv -f $depbase.Tpo $depbase.Plo
5846 mv -f gl/.deps/libgl_la-memset_explicit.Tpo gl/.deps/libgl_la-memset_explicit.Plo
5847 depbase=`echo src/language/commands/compute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5848 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5849 mv -f $depbase.Tpo $depbase.Plo
5850 depbase=`echo src/language/commands/correlations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5851 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5852 mv -f $depbase.Tpo $depbase.Plo
5853 depbase=`echo src/language/commands/count.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5854 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5855 mv -f $depbase.Tpo $depbase.Plo
5856 depbase=`echo src/language/commands/crosstabs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5857 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5858 mv -f $depbase.Tpo $depbase.Plo
5859 depbase=`echo src/language/commands/ctables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5860 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5861 mv -f $depbase.Tpo $depbase.Plo
5862 mv -f gl/.deps/libgl_la-strnlen1.Tpo gl/.deps/libgl_la-strnlen1.Plo
5863 depbase=`echo src/language/commands/data-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5864 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5865 mv -f $depbase.Tpo $depbase.Plo
5866 depbase=`echo src/language/commands/data-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5867 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5868 mv -f $depbase.Tpo $depbase.Plo
5869 depbase=`echo src/language/commands/data-reader.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5871 mv -f $depbase.Tpo $depbase.Plo
5872 depbase=`echo src/language/commands/data-writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5873 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5874 mv -f $depbase.Tpo $depbase.Plo
5875 depbase=`echo src/language/commands/dataset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5876 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5877 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/mbsrtowcs-state.lo -MD -MP -MF gl/.deps/mbsrtowcs-state.Tpo -c ../gl/mbsrtowcs-state.c -o gl/mbsrtowcs-state.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5880 depbase=`echo src/language/commands/date.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5881 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5882 mv -f $depbase.Tpo $depbase.Plo
5883 depbase=`echo src/language/commands/define.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5885 mv -f $depbase.Tpo $depbase.Plo
5886 depbase=`echo src/language/commands/delete-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5887 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5888 mv -f $depbase.Tpo $depbase.Plo
5889 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5890 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5891 depbase=`echo src/language/commands/descriptives.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5892 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5893 mv -f $depbase.Tpo $depbase.Plo
5894 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5895 depbase=`echo src/language/commands/do-if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5896 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5897 mv -f $depbase.Tpo $depbase.Plo
5898 depbase=`echo src/language/commands/echo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5899 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5900 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5902 depbase=`echo src/language/commands/examine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5903 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5904 mv -f $depbase.Tpo $depbase.Plo
5905 mv -f gl/.deps/libgl_la-mbrtowc.Tpo gl/.deps/libgl_la-mbrtowc.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5907 mv -f gl/.deps/libgl_la-memcasecmp.Tpo gl/.deps/libgl_la-memcasecmp.Plo
5908 depbase=`echo src/language/commands/factor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5909 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5910 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
5912 depbase=`echo src/language/commands/fail.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5913 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5914 mv -f $depbase.Tpo $depbase.Plo
5915 depbase=`echo src/language/commands/file-handle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5916 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5917 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5919 depbase=`echo src/language/commands/flip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5920 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5921 mv -f $depbase.Tpo $depbase.Plo
5922 depbase=`echo src/language/commands/formats.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5924 mv -f $depbase.Tpo $depbase.Plo
5925 depbase=`echo src/language/commands/freq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5926 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5927 mv -f $depbase.Tpo $depbase.Plo
5928 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/asprintf.lo -MD -MP -MF gl/.deps/asprintf.Tpo -c ../gl/asprintf.c -o gl/asprintf.o >/dev/null 2>&1
5929 depbase=`echo src/language/commands/frequencies.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5930 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5931 mv -f $depbase.Tpo $depbase.Plo
5932 depbase=`echo src/language/commands/friedman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5933 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5934 mv -f $depbase.Tpo $depbase.Plo
5935 depbase=`echo src/language/commands/get-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5936 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5937 mv -f $depbase.Tpo $depbase.Plo
5938 depbase=`echo src/language/commands/get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5939 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5940 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5942 depbase=`echo src/language/commands/glm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5943 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5944 mv -f $depbase.Tpo $depbase.Plo
5945 mv -f gl/.deps/libgl_la-sig-handler.Tpo gl/.deps/libgl_la-sig-handler.Plo
5946 depbase=`echo src/language/commands/graph.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5947 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5948 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5950 mv -f gl/.deps/libgl_la-wctype-h.Tpo gl/.deps/libgl_la-wctype-h.Plo
5951 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5952 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5953 depbase=`echo src/language/commands/host.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5954 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5955 mv -f $depbase.Tpo $depbase.Plo
5956 mv -f gl/.deps/libgl_la-timespec-add.Tpo gl/.deps/libgl_la-timespec-add.Plo
5957 depbase=`echo src/language/commands/include.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5959 mv -f $depbase.Tpo $depbase.Plo
5960 mv -f gl/.deps/libgl_la-unistd.Tpo gl/.deps/libgl_la-unistd.Plo
5961 depbase=`echo src/language/commands/inpt-pgm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5962 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5963 mv -f $depbase.Tpo $depbase.Plo
5964 mv -f gl/.deps/libgl_la-safe-read.Tpo gl/.deps/libgl_la-safe-read.Plo
5965 mv -f gl/.deps/libgl_la-timespec-sub.Tpo gl/.deps/libgl_la-timespec-sub.Plo
5966 depbase=`echo src/language/commands/jonckheere-terpstra.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5968 mv -f $depbase.Tpo $depbase.Plo
5969 depbase=`echo src/language/commands/kruskal-wallis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5970 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5971 mv -f $depbase.Tpo $depbase.Plo
5972 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/printf.lo -MD -MP -MF gl/.deps/printf.Tpo -c ../gl/printf.c -o gl/printf.o >/dev/null 2>&1
5973 depbase=`echo src/language/commands/ks-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5974 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5975 mv -f $depbase.Tpo $depbase.Plo
5976 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
5977 depbase=`echo src/language/commands/list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5978 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5979 mv -f $depbase.Tpo $depbase.Plo
5980 depbase=`echo src/language/commands/logistic.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5982 mv -f $depbase.Tpo $depbase.Plo
5983 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vprintf.lo -MD -MP -MF gl/.deps/vprintf.Tpo -c ../gl/vprintf.c -o gl/vprintf.o >/dev/null 2>&1
5984 depbase=`echo src/language/commands/loop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5985 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5986 mv -f $depbase.Tpo $depbase.Plo
5987 mv -f gl/.deps/libgl_la-safe-write.Tpo gl/.deps/libgl_la-safe-write.Plo
5988 depbase=`echo src/language/commands/mann-whitney.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5989 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5990 mv -f $depbase.Tpo $depbase.Plo
5991 mv -f gl/.deps/libgl_la-malloca.Tpo gl/.deps/libgl_la-malloca.Plo
5992 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vasprintf.lo -MD -MP -MF gl/.deps/vasprintf.Tpo -c ../gl/vasprintf.c -o gl/vasprintf.o >/dev/null 2>&1
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/fprintf.lo -MD -MP -MF gl/.deps/fprintf.Tpo -c ../gl/fprintf.c -o gl/fprintf.o >/dev/null 2>&1
5994 mv -f gl/.deps/libgl_la-version-etc-fsf.Tpo gl/.deps/libgl_la-version-etc-fsf.Plo
5995 depbase=`echo src/language/commands/matrix-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
5996 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
5997 mv -f $depbase.Tpo $depbase.Plo
5998 mv -f gl/.deps/libgl_la-stat-time.Tpo gl/.deps/libgl_la-stat-time.Plo
5999 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6000 mv -f gl/.deps/libgl_la-math.Tpo gl/.deps/libgl_la-math.Plo
6001 mv -f gl/glthread/.deps/libgl_la-threadlib.Tpo gl/glthread/.deps/libgl_la-threadlib.Plo
6002 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vsprintf.lo -MD -MP -MF gl/.deps/vsprintf.Tpo -c ../gl/vsprintf.c -o gl/vsprintf.o >/dev/null 2>&1
6004 depbase=`echo src/language/commands/matrix-reader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6005 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6006 mv -f $depbase.Tpo $depbase.Plo
6007 depbase=`echo src/language/commands/matrix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6008 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6009 mv -f $depbase.Tpo $depbase.Plo
6010 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/snprintf.lo -MD -MP -MF gl/.deps/snprintf.Tpo -c ../gl/snprintf.c -o gl/snprintf.o >/dev/null 2>&1
6011 mv -f gl/.deps/libgl_la-timespec.Tpo gl/.deps/libgl_la-timespec.Plo
6012 mv -f gl/.deps/libgl_la-memchr2.Tpo gl/.deps/libgl_la-memchr2.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6014 depbase=`echo src/language/commands/mcnemar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6015 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6016 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vfprintf.lo -MD -MP -MF gl/.deps/vfprintf.Tpo -c ../gl/vfprintf.c -o gl/vfprintf.o >/dev/null 2>&1
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/vsnprintf.lo -MD -MP -MF gl/.deps/vsnprintf.Tpo -c ../gl/vsnprintf.c -o gl/vsnprintf.o >/dev/null 2>&1
6019 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/sprintf.lo -MD -MP -MF gl/.deps/sprintf.Tpo -c ../gl/sprintf.c -o gl/sprintf.o >/dev/null 2>&1
6020 depbase=`echo src/language/commands/mconvert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6021 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6022 mv -f $depbase.Tpo $depbase.Plo
6023 depbase=`echo src/language/commands/means-calc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6024 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6025 mv -f $depbase.Tpo $depbase.Plo
6026 depbase=`echo src/language/commands/means-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6027 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6028 mv -f $depbase.Tpo $depbase.Plo
6029 depbase=`echo src/language/commands/means.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6030 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6031 mv -f $depbase.Tpo $depbase.Plo
6032 depbase=`echo src/language/commands/median.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6033 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6034 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -g -O2 -DGCC_LINT -MT gl/fopen.lo -MD -MP -MF gl/.deps/fopen.Tpo -c ../gl/fopen.c -o gl/fopen.o >/dev/null 2>&1
6036 mv -f gl/.deps/libgl_la-mbsrtowcs.Tpo gl/.deps/libgl_la-mbsrtowcs.Plo
6037 depbase=`echo src/language/commands/missing-values.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6038 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6039 mv -f $depbase.Tpo $depbase.Plo
6040 mv -f gl/.deps/libgl_la-progname.Tpo gl/.deps/libgl_la-progname.Plo
6041 mv -f gl/.deps/libgl_la-mbiter.Tpo gl/.deps/libgl_la-mbiter.Plo
6042 mv -f gl/.deps/libgl_la-setlocale_null.Tpo gl/.deps/libgl_la-setlocale_null.Plo
6043 depbase=`echo src/language/commands/mrsets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6044 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6045 mv -f $depbase.Tpo $depbase.Plo
6046 mv -f gl/.deps/libgl_la-mbrtoc32.Tpo gl/.deps/libgl_la-mbrtoc32.Plo
6047 depbase=`echo src/language/commands/npar-summary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6048 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6049 mv -f $depbase.Tpo $depbase.Plo
6050 mv -f gl/.deps/libgl_la-mbchar.Tpo gl/.deps/libgl_la-mbchar.Plo
6051 mv -f gl/.deps/libgl_la-printf-frexpl.Tpo gl/.deps/libgl_la-printf-frexpl.Plo
6052 depbase=`echo src/language/commands/npar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6053 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6054 mv -f $depbase.Tpo $depbase.Plo
6055 mv -f gl/.deps/libgl_la-pipe2.Tpo gl/.deps/libgl_la-pipe2.Plo
6056 mv -f gl/.deps/libgl_la-printf-frexp.Tpo gl/.deps/libgl_la-printf-frexp.Plo
6057 depbase=`echo src/language/commands/numeric.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6058 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6059 mv -f $depbase.Tpo $depbase.Plo
6060 depbase=`echo src/language/commands/oneway.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6061 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6062 mv -f $depbase.Tpo $depbase.Plo
6063 depbase=`echo src/language/commands/output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6064 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6065 mv -f $depbase.Tpo $depbase.Plo
6066 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6067 depbase=`echo src/language/commands/permissions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6068 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6069 mv -f $depbase.Tpo $depbase.Plo
6070 depbase=`echo src/language/commands/placement-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6071 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6072 mv -f $depbase.Tpo $depbase.Plo
6073 mv -f gl/.deps/libgl_la-xsize.Tpo gl/.deps/libgl_la-xsize.Plo
6074 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6075 depbase=`echo src/language/commands/print-space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6076 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6077 mv -f $depbase.Tpo $depbase.Plo
6078 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6079 depbase=`echo src/language/commands/print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6080 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6081 mv -f $depbase.Tpo $depbase.Plo
6082 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6083 mv -f gl/.deps/libgl_la-xmalloca.Tpo gl/.deps/libgl_la-xmalloca.Plo
6084 depbase=`echo src/language/commands/quick-cluster.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6085 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6086 mv -f $depbase.Tpo $depbase.Plo
6087 mv -f gl/.deps/libgl_la-xstrndup.Tpo gl/.deps/libgl_la-xstrndup.Plo
6088 depbase=`echo src/language/commands/rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6089 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6090 mv -f $depbase.Tpo $depbase.Plo
6091 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6092 depbase=`echo src/language/commands/recode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6093 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6094 mv -f $depbase.Tpo $depbase.Plo
6095 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6096 mv -f gl/.deps/libgl_la-xmemdup0.Tpo gl/.deps/libgl_la-xmemdup0.Plo
6097 depbase=`echo src/language/commands/regression.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6098 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6099 mv -f $depbase.Tpo $depbase.Plo
6100 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6101 depbase=`echo src/language/commands/reliability.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6102 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6103 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6105 depbase=`echo src/language/commands/rename-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6106 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6107 mv -f $depbase.Tpo $depbase.Plo
6108 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6109 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6110 depbase=`echo src/language/commands/repeat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6111 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6112 mv -f $depbase.Tpo $depbase.Plo
6113 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6114 depbase=`echo src/language/commands/roc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6115 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6116 mv -f $depbase.Tpo $depbase.Plo
6117 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6118 depbase=`echo src/language/commands/runs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6119 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6120 mv -f $depbase.Tpo $depbase.Plo
6121 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6122 depbase=`echo src/language/commands/sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6123 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6124 mv -f $depbase.Tpo $depbase.Plo
6125 mv -f gl/.deps/libgl_la-xreadlink.Tpo gl/.deps/libgl_la-xreadlink.Plo
6126 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6127 mv -f gl/.deps/libgl_la-xalloc-die.Tpo gl/.deps/libgl_la-xalloc-die.Plo
6128 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6129 mv -f gl/.deps/libgl_la-xasprintf.Tpo gl/.deps/libgl_la-xasprintf.Plo
6130 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6131 depbase=`echo src/language/commands/save-translate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6132 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6133 mv -f $depbase.Tpo $depbase.Plo
6134 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6135 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6136 depbase=`echo src/language/commands/save.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6137 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6138 mv -f $depbase.Tpo $depbase.Plo
6139 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6140 mv -f gl/.deps/libgl_la-xbinary-io.Tpo gl/.deps/libgl_la-xbinary-io.Plo
6141 depbase=`echo src/language/commands/select-if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6142 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6143 mv -f $depbase.Tpo $depbase.Plo
6144 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6145 depbase=`echo src/language/commands/set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6146 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6147 mv -f $depbase.Tpo $depbase.Plo
6148 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6149 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6150 depbase=`echo src/language/commands/sign.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6151 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6152 mv -f $depbase.Tpo $depbase.Plo
6153 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6154 depbase=`echo src/language/commands/sort-cases.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6155 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6156 mv -f $depbase.Tpo $depbase.Plo
6157 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6158 depbase=`echo src/language/commands/sort-criteria.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6159 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6160 mv -f $depbase.Tpo $depbase.Plo
6161 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6162 mv -f gl/.deps/libgl_la-tmpdir.Tpo gl/.deps/libgl_la-tmpdir.Plo
6163 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6164 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6165 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6167 depbase=`echo src/language/commands/sort-variables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6168 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6169 mv -f $depbase.Tpo $depbase.Plo
6170 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6171 depbase=`echo src/language/commands/split-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6172 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6173 mv -f $depbase.Tpo $depbase.Plo
6174 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6175 depbase=`echo src/language/commands/sys-file-info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6176 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6177 mv -f $depbase.Tpo $depbase.Plo
6178 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6179 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6180 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6181 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6182 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6183 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6184 depbase=`echo src/language/commands/t-test-indep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6185 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6186 mv -f $depbase.Tpo $depbase.Plo
6187 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6188 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6189 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6190 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6191 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6192 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6193 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6194 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6195 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6196 mv -f gl/.deps/libgl_la-read-file.Tpo gl/.deps/libgl_la-read-file.Plo
6197 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/ctables.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-g4c33fd --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/ctables.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
6198 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6199 depbase=`echo src/language/commands/t-test-one-sample.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6200 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6201 mv -f $depbase.Tpo $depbase.Plo
6202 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6203 depbase=`echo src/language/commands/t-test-paired.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6204 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6205 mv -f $depbase.Tpo $depbase.Plo
6206 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6207 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6208 depbase=`echo src/language/commands/t-test-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6209 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6210 mv -f $depbase.Tpo $depbase.Plo
6211 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6212 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6213 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6214 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6215 depbase=`echo src/language/commands/temporary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6216 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6217 mv -f $depbase.Tpo $depbase.Plo
6218 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6219 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6220 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6221 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6222 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6223 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6224 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6225 depbase=`echo src/language/commands/title.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6226 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6227 mv -f $depbase.Tpo $depbase.Plo
6228 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6229 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6230 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6231 depbase=`echo src/language/commands/trim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6232 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6233 mv -f $depbase.Tpo $depbase.Plo
6234 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6235 depbase=`echo src/language/commands/value-labels.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6236 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6237 mv -f $depbase.Tpo $depbase.Plo
6238 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6239 mv -f gl/.deps/libgl_la-gl_xlist.Tpo gl/.deps/libgl_la-gl_xlist.Plo
6240 depbase=`echo src/language/commands/variable-display.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6241 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6242 mv -f $depbase.Tpo $depbase.Plo
6243 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6244 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6245 mv -f gl/.deps/libgl_la-xvasprintf.Tpo gl/.deps/libgl_la-xvasprintf.Plo
6246 depbase=`echo src/language/commands/variable-label.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6247 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6248 mv -f $depbase.Tpo $depbase.Plo
6249 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6250 mv -f gl/.deps/libgl_la-tempname.Tpo gl/.deps/libgl_la-tempname.Plo
6251 mv -f gl/.deps/libgl_la-time_rz.Tpo gl/.deps/libgl_la-time_rz.Plo
6252 mv -f gl/.deps/libgl_la-version-etc.Tpo gl/.deps/libgl_la-version-etc.Plo
6253 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6254 depbase=`echo src/language/commands/vector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6255 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6256 mv -f $depbase.Tpo $depbase.Plo
6257 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6258 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6259 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6260 depbase=`echo src/language/commands/weight.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6261 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6262 mv -f $depbase.Tpo $depbase.Plo
6263 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6264 depbase=`echo src/language/commands/wilcoxon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6265 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6266 mv -f $depbase.Tpo $depbase.Plo
6267 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6268 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6269 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6270 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6271 depbase=`echo src/language/tests/format-guesser-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6272 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6273 mv -f $depbase.Tpo $depbase.Plo
6274 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6275 depbase=`echo src/language/tests/float-format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6276 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6277 mv -f $depbase.Tpo $depbase.Plo
6278 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6279 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6280 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6281 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6282 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6283 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6284 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6285 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6286 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6287 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6288 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6289 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6290 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6291 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6292 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6293 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6294 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6295 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6296 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6297 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6298 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6299 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6301 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6302 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6303 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6304 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6305 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6306 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6307 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6308 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6309 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6310 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6311 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6312 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6313 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6314 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6315 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6316 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6317 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6318 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6319 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6320 mv -f gl/.deps/libgl_la-xmalloc.Tpo gl/.deps/libgl_la-xmalloc.Plo
6321 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6322 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6323 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6324 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6325 depbase=`echo src/language/tests/moments-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6326 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6327 mv -f $depbase.Tpo $depbase.Plo
6328 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6330 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6331 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6332 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6333 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6334 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6335 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6336 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6337 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6338 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6339 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6340 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6341 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6343 depbase=`echo src/language/tests/paper-size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6344 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6345 mv -f $depbase.Tpo $depbase.Plo
6346 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6347 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6348 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6349 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6350 depbase=`echo src/language/tests/pool-test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6351 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6352 mv -f $depbase.Tpo $depbase.Plo
6353 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6354 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6355 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6356 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6357 depbase=`echo src/language/expressions/evaluate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6358 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6359 mv -f $depbase.Tpo $depbase.Plo
6360 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6361 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6362 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6363 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6364 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6365 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6366 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6367 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6368 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6369 depbase=`echo src/language/expressions/helpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6370 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6371 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6373 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6374 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6375 depbase=`echo src/language/expressions/optimize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6376 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6377 mv -f $depbase.Tpo $depbase.Plo
6378 depbase=`echo src/language/expressions/parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6379 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6380 mv -f $depbase.Tpo $depbase.Plo
6381 depbase=`echo src/math/chart-geometry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6382 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6383 mv -f $depbase.Tpo $depbase.Plo
6384 depbase=`echo src/math/box-whisker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6385 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6386 mv -f $depbase.Tpo $depbase.Plo
6387 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6388 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6389 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6390 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6392 depbase=`echo src/math/categoricals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6393 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6394 mv -f $depbase.Tpo $depbase.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6396 depbase=`echo src/math/covariance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6397 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6398 mv -f $depbase.Tpo $depbase.Plo
6399 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6400 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
6401 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6402 depbase=`echo src/math/correlation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6403 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6404 mv -f $depbase.Tpo $depbase.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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6406 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6407 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6408 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6409 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6410 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6411 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6412 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6413 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6414 depbase=`echo src/math/distributions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6415 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6416 mv -f $depbase.Tpo $depbase.Plo
6417 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6418 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6419 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6420 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6421 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6422 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6423 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6424 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6425 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6427 depbase=`echo src/math/histogram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6428 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6429 mv -f $depbase.Tpo $depbase.Plo
6430 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6431 depbase=`echo src/math/interaction.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6432 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6433 mv -f $depbase.Tpo $depbase.Plo
6434 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6435 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6436 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6437 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6438 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6439 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6440 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6441 mv -f src/ui/terminal/.deps/libui_la-terminal-opts.Tpo src/ui/terminal/.deps/libui_la-terminal-opts.Plo
6442 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6443 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6444 depbase=`echo src/math/levene.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6445 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6446 mv -f $depbase.Tpo $depbase.Plo
6447 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6448 xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=2.0.0-g4c33fd --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
6449 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6450 depbase=`echo src/math/linreg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6451 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6452 mv -f $depbase.Tpo $depbase.Plo
6453 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6454 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6455 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6456 mv -f src/ui/terminal/.deps/libui_la-main.Tpo src/ui/terminal/.deps/libui_la-main.Plo
6457 depbase=`echo src/math/merge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6458 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6459 mv -f $depbase.Tpo $depbase.Plo
6460 mv -f src/ui/terminal/.deps/libui_la-terminal-reader.Tpo src/ui/terminal/.deps/libui_la-terminal-reader.Plo
6461 depbase=`echo src/math/mode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6462 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6463 mv -f $depbase.Tpo $depbase.Plo
6464 depbase=`echo src/math/moments.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6465 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6466 mv -f $depbase.Tpo $depbase.Plo
6467 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6468 depbase=`echo src/math/np.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6469 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6470 mv -f $depbase.Tpo $depbase.Plo
6471 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6473 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6474 depbase=`echo src/math/order-stats.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6475 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6476 mv -f $depbase.Tpo $depbase.Plo
6477 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6478 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6479 depbase=`echo src/math/percentiles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6480 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6481 mv -f $depbase.Tpo $depbase.Plo
6482 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6483 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6485 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6487 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6488 depbase=`echo src/math/random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6489 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6490 mv -f $depbase.Tpo $depbase.Plo
6491 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6492 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6493 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6494 depbase=`echo src/math/sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6495 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6496 mv -f $depbase.Tpo $depbase.Plo
6497 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6498 depbase=`echo src/math/shapiro-wilk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6499 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6500 mv -f $depbase.Tpo $depbase.Plo
6501 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6502 depbase=`echo src/math/trimmed-mean.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6503 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6504 mv -f $depbase.Tpo $depbase.Plo
6505 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6506 depbase=`echo src/math/tukey-hinges.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6507 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6508 mv -f $depbase.Tpo $depbase.Plo
6509 depbase=`echo src/math/wilcoxon-sig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6510 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6511 mv -f $depbase.Tpo $depbase.Plo
6512 depbase=`echo lib/linreg/sweep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6513 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6514 mv -f $depbase.Tpo $depbase.Plo
6515 depbase=`echo lib/tukey/ptukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6516 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6517 mv -f $depbase.Tpo $depbase.Plo
6518 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6519 depbase=`echo lib/tukey/qtukey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
6520 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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 &&\
6521 mv -f $depbase.Tpo $depbase.Plo
6522 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6523 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6524 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6525 xgettext --copyright-holder="Free Software Foundation, Inc." --package-name=pspp --package-version=2.0.0-g4c33fd --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
6526 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6527 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6528 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6529 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6530 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6531 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6532 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6533 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6534 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6535 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6537 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6538 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6539 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6540 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6541 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6542 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6543 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6544 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6545 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6546 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6547 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6548 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6549 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6550 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6551 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6552 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6553 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6554 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6555 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6556 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6557 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6558 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6559 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6560 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6561 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6562 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6563 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6564 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6565 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6566 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6567 mv po/pspp.pot,tmp po/pspp.pot
6568 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6569 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6570 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6571 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6572 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6573 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6574 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6575 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6576 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6577 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6578 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6579 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6580 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6581 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6582 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6583 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6584 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6585 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6586 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6587 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6588 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6589 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6590 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6591 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6592 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6593 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6594 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6595 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6596 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6597 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6598 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6599 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6600 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6601 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6602 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6603 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6604 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6605 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6606 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6607 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6608 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6609 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6610 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6611 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6612 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6613 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6614 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6615 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6616 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6617 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6618 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6619 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6620 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6621 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6622 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6623 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6624 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6625 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6626 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6627 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6628 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6629 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6630 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6631 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6632 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6633 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6634 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6635 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6636 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6637 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6638 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6639 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6640 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6641 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6642 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6643 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6644 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6645 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6646 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6647 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6648 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6649 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6650 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6651 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6652 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6653 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6654 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6655 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6656 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6657 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6658 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6659 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6660 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6661 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6662 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6663 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6665 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6666 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6668 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6669 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6670 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6671 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6674 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6676 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6677 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6678 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6679 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6680 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6681 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6682 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6683 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6684 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6685 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6686 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6687 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6688 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6689 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6690 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6691 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6692 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6694 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6695 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6696 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6697 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6698 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6699 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6702 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6703 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6704 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6705 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6706 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6707 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6708 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6710 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6711 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6712 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6713 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6714 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6715 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6716 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6717 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6718 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6719 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6720 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6721 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6722 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6724 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6725 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6726 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6727 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6728 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6729 mv -f src/output/.deps/liboutput_la-chart.Tpo src/output/.deps/liboutput_la-chart.Plo
6730 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6731 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6732 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6733 mv -f src/output/charts/.deps/liboutput_la-roc-chart.Tpo src/output/charts/.deps/liboutput_la-roc-chart.Plo
6734 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6735 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6736 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6737 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6738 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6739 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6740 mv -f src/output/charts/.deps/liboutput_la-boxplot.Tpo src/output/charts/.deps/liboutput_la-boxplot.Plo
6741 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6742 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6743 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6744 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6745 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6746 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6747 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6748 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6749 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6750 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6751 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6752 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6753 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6754 mv -f gl/.deps/libgl_la-nstrftime.Tpo gl/.deps/libgl_la-nstrftime.Plo
6755 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6756 mv -f src/output/charts/.deps/liboutput_la-piechart.Tpo src/output/charts/.deps/liboutput_la-piechart.Plo
6757 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6758 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6759 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6760 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6761 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6762 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6763 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6764 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6765 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6766 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6768 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6769 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6770 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6771 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6772 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6773 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6774 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6775 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6776 mv -f src/output/charts/.deps/liboutput_la-np-plot-cairo.Tpo src/output/charts/.deps/liboutput_la-np-plot-cairo.Plo
6777 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6779 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6780 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6781 mv -f src/output/.deps/liboutput_la-tex-glyphs.Tpo src/output/.deps/liboutput_la-tex-glyphs.Plo
6782 mv -f src/output/charts/.deps/liboutput_la-np-plot.Tpo src/output/charts/.deps/liboutput_la-np-plot.Plo
6783 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6784 mv -f src/output/charts/.deps/liboutput_la-roc-chart-cairo.Tpo src/output/charts/.deps/liboutput_la-roc-chart-cairo.Plo
6785 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6786 mv -f src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Tpo src/output/charts/.deps/liboutput_la-spreadlevel-cairo.Plo
6787 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6788 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6789 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6790 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6791 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6792 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6793 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6794 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6795 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6796 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6797 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6798 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6799 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6800 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6801 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6803 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6804 mv -f src/output/charts/.deps/liboutput_la-scatterplot.Tpo src/output/charts/.deps/liboutput_la-scatterplot.Plo
6805 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6806 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6807 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6808 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6809 mv -f src/output/.deps/liboutput_la-msglog.Tpo src/output/.deps/liboutput_la-msglog.Plo
6810 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6811 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6812 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6813 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6814 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6815 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6816 mv -f src/output/charts/.deps/liboutput_la-scree.Tpo src/output/charts/.deps/liboutput_la-scree.Plo
6817 mv -f src/output/charts/.deps/liboutput_la-spreadlevel-plot.Tpo src/output/charts/.deps/liboutput_la-spreadlevel-plot.Plo
6818 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6819 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6820 mv -f src/output/charts/.deps/liboutput_la-scatterplot-cairo.Tpo src/output/charts/.deps/liboutput_la-scatterplot-cairo.Plo
6821 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6822 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6823 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6824 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6825 mv -f src/output/charts/.deps/liboutput_la-boxplot-cairo.Tpo src/output/charts/.deps/liboutput_la-boxplot-cairo.Plo
6826 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6827 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6828 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6829 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6830 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6831 mv -f src/output/.deps/liboutput_la-page-setup.Tpo src/output/.deps/liboutput_la-page-setup.Plo
6832 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6833 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6834 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6835 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6836 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6837 mv -f src/output/charts/.deps/liboutput_la-piechart-cairo.Tpo src/output/charts/.deps/liboutput_la-piechart-cairo.Plo
6838 mv -f src/output/.deps/liboutput_la-spv-driver.Tpo src/output/.deps/liboutput_la-spv-driver.Plo
6839 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6840 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6841 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6843 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6844 mv -f src/output/.deps/liboutput_la-tex-rendering.Tpo src/output/.deps/liboutput_la-tex-rendering.Plo
6845 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6846 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6847 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6848 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6849 mv -f src/output/.deps/liboutput_la-measure.Tpo src/output/.deps/liboutput_la-measure.Plo
6850 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6851 mv -f src/output/.deps/liboutput_la-journal.Tpo src/output/.deps/liboutput_la-journal.Plo
6852 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6853 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6854 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6855 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6857 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6858 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6859 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6860 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6861 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6862 mv -f src/output/charts/.deps/liboutput_la-scree-cairo.Tpo src/output/charts/.deps/liboutput_la-scree-cairo.Plo
6863 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6864 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6865 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6866 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6867 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6868 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6869 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6870 mv -f src/output/.deps/liboutput_la-tex-parsing.Tpo src/output/.deps/liboutput_la-tex-parsing.Plo
6871 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6872 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6873 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6874 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6875 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6876 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6878 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6879 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6880 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6881 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6882 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6883 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6884 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6885 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6886 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6887 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6888 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6889 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6890 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6891 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6892 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6893 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6894 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6895 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6896 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6897 mv -f src/output/charts/.deps/liboutput_la-barchart-cairo.Tpo src/output/charts/.deps/liboutput_la-barchart-cairo.Plo
6898 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6899 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6900 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6901 mv -f src/output/charts/.deps/liboutput_la-plot-hist.Tpo src/output/charts/.deps/liboutput_la-plot-hist.Plo
6902 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6903 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6904 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6905 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6906 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6907 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6908 mv -f src/output/charts/.deps/liboutput_la-plot-hist-cairo.Tpo src/output/charts/.deps/liboutput_la-plot-hist-cairo.Plo
6909 mv -f src/output/.deps/liboutput_la-csv.Tpo src/output/.deps/liboutput_la-csv.Plo
6910 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6911 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6912 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6913 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6914 mv -f src/output/spv/.deps/liboutput_la-spv-css-parser.Tpo src/output/spv/.deps/liboutput_la-spv-css-parser.Plo
6915 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6916 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6917 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6918 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6919 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6920 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6921 mv -f src/data/.deps/libdata_la-any-writer.Tpo src/data/.deps/libdata_la-any-writer.Plo
6922 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6923 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6924 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6925 mv -f src/output/.deps/liboutput_la-options.Tpo src/output/.deps/liboutput_la-options.Plo
6926 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6927 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6928 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6929 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6930 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6931 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6932 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6933 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6934 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6935 mv -f src/data/.deps/libdata_la-casereader-select.Tpo src/data/.deps/libdata_la-casereader-select.Plo
6936 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6937 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6938 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6939 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6940 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6941 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6942 mv -f src/data/.deps/libdata_la-casewriter-translator.Tpo src/data/.deps/libdata_la-casewriter-translator.Plo
6943 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6944 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6945 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6946 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6947 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6948 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6949 mv -f src/data/.deps/libdata_la-casereader-project.Tpo src/data/.deps/libdata_la-casereader-project.Plo
6950 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6951 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6952 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6953 mv -f src/data/.deps/libdata_la-case-matcher.Tpo src/data/.deps/libdata_la-case-matcher.Plo
6954 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6955 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6956 mv -f src/data/.deps/libdata_la-casereader-shim.Tpo src/data/.deps/libdata_la-casereader-shim.Plo
6957 mv -f src/output/charts/.deps/liboutput_la-barchart.Tpo src/output/charts/.deps/liboutput_la-barchart.Plo
6958 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6959 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6960 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6961 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6962 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6963 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6964 mv -f src/data/.deps/libdata_la-casegrouper.Tpo src/data/.deps/libdata_la-casegrouper.Plo
6965 mv -f src/data/.deps/libdata_la-dict-class.Tpo src/data/.deps/libdata_la-dict-class.Plo
6966 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6967 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6968 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6969 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6970 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6971 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6972 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6973 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6974 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6975 mv -f src/data/.deps/libdata_la-any-reader.Tpo src/data/.deps/libdata_la-any-reader.Plo
6976 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6977 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6978 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6979 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6980 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6981 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6982 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6983 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6984 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6985 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6986 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6987 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6988 mv -f src/data/.deps/libdata_la-casereader-filter.Tpo src/data/.deps/libdata_la-casereader-filter.Plo
6989 mv -f src/output/.deps/liboutput_la-select.Tpo src/output/.deps/liboutput_la-select.Plo
6990 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6991 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6992 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6993 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6994 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6995 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6996 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
6997 mv -f src/data/.deps/libdata_la-calendar.Tpo src/data/.deps/libdata_la-calendar.Plo
6998 mv -f src/data/.deps/libdata_la-dataset-writer.Tpo src/data/.deps/libdata_la-dataset-writer.Plo
6999 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7000 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7001 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7002 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7003 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7004 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7005 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7006 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7007 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7008 mv -f src/data/.deps/libdata_la-casewriter.Tpo src/data/.deps/libdata_la-casewriter.Plo
7009 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7010 mv -f src/data/.deps/libdata_la-lazy-casereader.Tpo src/data/.deps/libdata_la-lazy-casereader.Plo
7011 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7012 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7014 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7015 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7016 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7017 mv -f src/output/.deps/liboutput_la-odt.Tpo src/output/.deps/liboutput_la-odt.Plo
7018 mv -f src/output/.deps/liboutput_la-table.Tpo src/output/.deps/liboutput_la-table.Plo
7019 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7020 mv -f src/data/.deps/libdata_la-case-map.Tpo src/data/.deps/libdata_la-case-map.Plo
7021 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7022 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7023 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7024 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7025 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7026 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7027 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7028 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7029 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7030 mv -f src/output/spv/.deps/liboutput_la-spvbin-helpers.Tpo src/output/spv/.deps/liboutput_la-spvbin-helpers.Plo
7031 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7032 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7033 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7034 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7035 mv -f src/data/.deps/libdata_la-case-tmpfile.Tpo src/data/.deps/libdata_la-case-tmpfile.Plo
7036 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7037 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7038 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7039 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7040 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7041 mv -f src/data/.deps/libdata_la-identifier2.Tpo src/data/.deps/libdata_la-identifier2.Plo
7042 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7043 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7044 mv -f src/data/.deps/libdata_la-sys-file-encoding.Tpo src/data/.deps/libdata_la-sys-file-encoding.Plo
7045 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7046 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7047 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7048 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7049 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7050 mv -f src/data/.deps/libdata_la-caseinit.Tpo src/data/.deps/libdata_la-caseinit.Plo
7051 mv -f src/output/.deps/liboutput_la-html.Tpo src/output/.deps/liboutput_la-html.Plo
7052 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7053 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7054 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7055 mv -f src/libpspp/.deps/liblibpspp_la-copyleft.Tpo src/libpspp/.deps/liblibpspp_la-copyleft.Plo
7056 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7057 mv -f src/data/.deps/libdata_la-mrset.Tpo src/data/.deps/libdata_la-mrset.Plo
7058 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7059 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7060 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7061 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7062 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7063 mv -f src/data/.deps/libdata_la-casereader-translator.Tpo src/data/.deps/libdata_la-casereader-translator.Plo
7064 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7065 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7066 mv -f src/data/.deps/libdata_la-casewindow.Tpo src/data/.deps/libdata_la-casewindow.Plo
7067 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7068 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7069 mv -f src/data/.deps/libdata_la-attributes.Tpo src/data/.deps/libdata_la-attributes.Plo
7070 /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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7071 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7072 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7073 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7074 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7075 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7076 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7077 mv -f src/data/.deps/libdata_la-spreadsheet-reader.Tpo src/data/.deps/libdata_la-spreadsheet-reader.Plo
7078 mv -f src/data/.deps/libdata_la-varset.Tpo src/data/.deps/libdata_la-varset.Plo
7079 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7080 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7081 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7082 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7083 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7084 mv -f src/data/.deps/libdata_la-casereader.Tpo src/data/.deps/libdata_la-casereader.Plo
7085 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7086 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7087 mv -f src/data/.deps/libdata_la-caseproto.Tpo src/data/.deps/libdata_la-caseproto.Plo
7088 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7089 mv -f src/data/.deps/libdata_la-transformations.Tpo src/data/.deps/libdata_la-transformations.Plo
7090 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7091 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7092 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7093 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7094 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7095 mv -f src/output/.deps/liboutput_la-driver.Tpo src/output/.deps/liboutput_la-driver.Plo
7096 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7097 mv -f src/output/.deps/liboutput_la-output-item.Tpo src/output/.deps/liboutput_la-output-item.Plo
7098 mv -f src/libpspp/.deps/liblibpspp_la-cmac-aes256.Tpo src/libpspp/.deps/liblibpspp_la-cmac-aes256.Plo
7099 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7100 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-btowc.lo -MD -MP -MF gl/.deps/libgl_la-btowc.Tpo -c -o gl/libgl_la-btowc.lo `test -f 'gl/btowc.c' || echo '../'`gl/btowc.c
7101 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7102 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7103 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7104 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7105 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7106 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7107 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7108 mv -f src/output/.deps/liboutput_la-tex.Tpo src/output/.deps/liboutput_la-tex.Plo
7109 mv -f src/libpspp/.deps/liblibpspp_la-freaderror.Tpo src/libpspp/.deps/liblibpspp_la-freaderror.Plo
7110 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7111 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7112 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7113 mv -f src/data/.deps/libdata_la-identifier.Tpo src/data/.deps/libdata_la-identifier.Plo
7114 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7115 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7116 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7117 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7118 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7119 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7120 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7121 mv -f src/output/spv/.deps/liboutput_la-spv-legacy-data.Tpo src/output/spv/.deps/liboutput_la-spv-legacy-data.Plo
7122 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7123 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7124 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7125 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7126 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7127 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7128 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7129 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7130 mv -f src/data/.deps/libdata_la-make-file.Tpo src/data/.deps/libdata_la-make-file.Plo
7131 mv -f src/data/.deps/libdata_la-file-name.Tpo src/data/.deps/libdata_la-file-name.Plo
7132 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7133 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7134 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7135 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7136 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7137 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7138 mv -f src/data/.deps/libdata_la-short-names.Tpo src/data/.deps/libdata_la-short-names.Plo
7139 mv -f src/output/.deps/liboutput_la-pivot-output.Tpo src/output/.deps/liboutput_la-pivot-output.Plo
7140 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7141 mv -f src/output/.deps/liboutput_la-cairo-pager.Tpo src/output/.deps/liboutput_la-cairo-pager.Plo
7142 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7143 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isalnum.lo -MD -MP -MF gl/.deps/libgl_la-c32isalnum.Tpo -c -o gl/libgl_la-c32isalnum.lo `test -f 'gl/c32isalnum.c' || echo '../'`gl/c32isalnum.c
7144 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7145 mv -f src/output/spv/.deps/liboutput_la-old-binary-parser.Tpo src/output/spv/.deps/liboutput_la-old-binary-parser.Plo
7146 mv -f src/libpspp/.deps/liblibpspp_la-deque.Tpo src/libpspp/.deps/liblibpspp_la-deque.Plo
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7148 mv -f src/libpspp/.deps/liblibpspp_la-bit-vector.Tpo src/libpspp/.deps/liblibpspp_la-bit-vector.Plo
7149 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isalpha.lo -MD -MP -MF gl/.deps/libgl_la-c32isalpha.Tpo -c -o gl/libgl_la-c32isalpha.lo `test -f 'gl/c32isalpha.c' || echo '../'`gl/c32isalpha.c
7150 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7151 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isblank.lo -MD -MP -MF gl/.deps/libgl_la-c32isblank.Tpo -c -o gl/libgl_la-c32isblank.lo `test -f 'gl/c32isblank.c' || echo '../'`gl/c32isblank.c
7152 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32iscntrl.lo -MD -MP -MF gl/.deps/libgl_la-c32iscntrl.Tpo -c -o gl/libgl_la-c32iscntrl.lo `test -f 'gl/c32iscntrl.c' || echo '../'`gl/c32iscntrl.c
7153 mv -f src/data/.deps/libdata_la-case.Tpo src/data/.deps/libdata_la-case.Plo
7154 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7155 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7156 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isdigit.lo -MD -MP -MF gl/.deps/libgl_la-c32isdigit.Tpo -c -o gl/libgl_la-c32isdigit.lo `test -f 'gl/c32isdigit.c' || echo '../'`gl/c32isdigit.c
7157 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7158 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7159 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isgraph.lo -MD -MP -MF gl/.deps/libgl_la-c32isgraph.Tpo -c -o gl/libgl_la-c32isgraph.lo `test -f 'gl/c32isgraph.c' || echo '../'`gl/c32isgraph.c
7160 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7161 mv -f src/libpspp/.deps/liblibpspp_la-argv-parser.Tpo src/libpspp/.deps/liblibpspp_la-argv-parser.Plo
7162 mv -f src/data/.deps/libdata_la-vector.Tpo src/data/.deps/libdata_la-vector.Plo
7163 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32islower.lo -MD -MP -MF gl/.deps/libgl_la-c32islower.Tpo -c -o gl/libgl_la-c32islower.lo `test -f 'gl/c32islower.c' || echo '../'`gl/c32islower.c
7164 mv -f src/libpspp/.deps/liblibpspp_la-prompt.Tpo src/libpspp/.deps/liblibpspp_la-prompt.Plo
7165 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7167 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isprint.lo -MD -MP -MF gl/.deps/libgl_la-c32isprint.Tpo -c -o gl/libgl_la-c32isprint.lo `test -f 'gl/c32isprint.c' || echo '../'`gl/c32isprint.c
7168 mv -f src/output/.deps/liboutput_la-ascii.Tpo src/output/.deps/liboutput_la-ascii.Plo
7169 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32ispunct.lo -MD -MP -MF gl/.deps/libgl_la-c32ispunct.Tpo -c -o gl/libgl_la-c32ispunct.lo `test -f 'gl/c32ispunct.c' || echo '../'`gl/c32ispunct.c
7170 mv -f src/data/.deps/libdata_la-encrypted-file.Tpo src/data/.deps/libdata_la-encrypted-file.Plo
7171 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isspace.lo -MD -MP -MF gl/.deps/libgl_la-c32isspace.Tpo -c -o gl/libgl_la-c32isspace.lo `test -f 'gl/c32isspace.c' || echo '../'`gl/c32isspace.c
7172 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7173 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isupper.lo -MD -MP -MF gl/.deps/libgl_la-c32isupper.Tpo -c -o gl/libgl_la-c32isupper.lo `test -f 'gl/c32isupper.c' || echo '../'`gl/c32isupper.c
7174 mv -f src/output/spv/.deps/liboutput_la-tlo-parser.Tpo src/output/spv/.deps/liboutput_la-tlo-parser.Plo
7175 mv -f src/output/.deps/liboutput_la-cairo.Tpo src/output/.deps/liboutput_la-cairo.Plo
7176 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isxdigit.lo -MD -MP -MF gl/.deps/libgl_la-c32isxdigit.Tpo -c -o gl/libgl_la-c32isxdigit.lo `test -f 'gl/c32isxdigit.c' || echo '../'`gl/c32isxdigit.c
7177 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7178 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32tolower.lo -MD -MP -MF gl/.deps/libgl_la-c32tolower.Tpo -c -o gl/libgl_la-c32tolower.lo `test -f 'gl/c32tolower.c' || echo '../'`gl/c32tolower.c
7179 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7180 mv -f src/data/.deps/libdata_la-value.Tpo src/data/.deps/libdata_la-value.Plo
7181 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7182 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32width.lo -MD -MP -MF gl/.deps/libgl_la-c32width.Tpo -c -o gl/libgl_la-c32width.lo `test -f 'gl/c32width.c' || echo '../'`gl/c32width.c
7183 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-btowc.lo -MD -MP -MF gl/.deps/libgl_la-btowc.Tpo -c ../gl/btowc.c -fPIC -DPIC -o gl/.libs/libgl_la-btowc.o
7185 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7186 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7188 mv -f src/output/spv/.deps/liboutput_la-spvxml-helpers.Tpo src/output/spv/.deps/liboutput_la-spvxml-helpers.Plo
7189 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7190 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7191 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7192 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7193 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7194 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7195 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7196 mv -f src/data/.deps/libdata_la-session.Tpo src/data/.deps/libdata_la-session.Plo
7197 mv -f src/libpspp/.deps/liblibpspp_la-ext-array.Tpo src/libpspp/.deps/liblibpspp_la-ext-array.Plo
7198 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7199 mv -f src/libpspp/.deps/liblibpspp_la-version.Tpo src/libpspp/.deps/liblibpspp_la-version.Plo
7200 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7201 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7202 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7203 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7204 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7205 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7206 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7207 mv -f src/libpspp/.deps/liblibpspp_la-hmapx.Tpo src/libpspp/.deps/liblibpspp_la-hmapx.Plo
7208 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7209 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7210 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7211 mv -f src/libpspp/.deps/liblibpspp_la-intern.Tpo src/libpspp/.deps/liblibpspp_la-intern.Plo
7212 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isalpha.lo -MD -MP -MF gl/.deps/libgl_la-c32isalpha.Tpo -c ../gl/c32isalpha.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isalpha.o
7213 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7214 mv -f src/libpspp/.deps/liblibpspp_la-hash-functions.Tpo src/libpspp/.deps/liblibpspp_la-hash-functions.Plo
7215 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7216 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7217 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7219 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isalnum.lo -MD -MP -MF gl/.deps/libgl_la-c32isalnum.Tpo -c ../gl/c32isalnum.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isalnum.o
7220 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7221 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7222 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7223 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7224 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7225 mv -f src/data/.deps/libdata_la-sys-file-private.Tpo src/data/.deps/libdata_la-sys-file-private.Plo
7226 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7227 mv -f src/data/.deps/libdata_la-settings.Tpo src/data/.deps/libdata_la-settings.Plo
7228 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32iscntrl.lo -MD -MP -MF gl/.deps/libgl_la-c32iscntrl.Tpo -c ../gl/c32iscntrl.c -fPIC -DPIC -o gl/.libs/libgl_la-c32iscntrl.o
7229 mv -f src/libpspp/.deps/liblibpspp_la-misc.Tpo src/libpspp/.deps/liblibpspp_la-misc.Plo
7230 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isblank.lo -MD -MP -MF gl/.deps/libgl_la-c32isblank.Tpo -c ../gl/c32isblank.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isblank.o
7231 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7232 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7233 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7234 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isdigit.lo -MD -MP -MF gl/.deps/libgl_la-c32isdigit.Tpo -c ../gl/c32isdigit.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isdigit.o
7235 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7236 mv -f src/libpspp/.deps/liblibpspp_la-hmap.Tpo src/libpspp/.deps/liblibpspp_la-hmap.Plo
7237 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7238 mv -f src/libpspp/.deps/liblibpspp_la-range-map.Tpo src/libpspp/.deps/liblibpspp_la-range-map.Plo
7239 mv -f gl/.deps/libgl_la-allocator.Tpo gl/.deps/libgl_la-allocator.Plo
7240 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7241 mv -f src/libpspp/.deps/liblibpspp_la-abt.Tpo src/libpspp/.deps/liblibpspp_la-abt.Plo
7242 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32islower.lo -MD -MP -MF gl/.deps/libgl_la-c32islower.Tpo -c ../gl/c32islower.c -fPIC -DPIC -o gl/.libs/libgl_la-c32islower.o
7243 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7244 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-btowc.lo -MD -MP -MF gl/.deps/libgl_la-btowc.Tpo -c ../gl/btowc.c -o gl/libgl_la-btowc.o >/dev/null 2>&1
7245 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7246 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isgraph.lo -MD -MP -MF gl/.deps/libgl_la-c32isgraph.Tpo -c ../gl/c32isgraph.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isgraph.o
7247 mv -f src/libpspp/.deps/liblibpspp_la-heap.Tpo src/libpspp/.deps/liblibpspp_la-heap.Plo
7248 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7249 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7250 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7251 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7252 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7253 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7254 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7255 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7256 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32ispunct.lo -MD -MP -MF gl/.deps/libgl_la-c32ispunct.Tpo -c ../gl/c32ispunct.c -fPIC -DPIC -o gl/.libs/libgl_la-c32ispunct.o
7257 mv -f src/libpspp/.deps/liblibpspp_la-start-date.Tpo src/libpspp/.deps/liblibpspp_la-start-date.Plo
7258 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isprint.lo -MD -MP -MF gl/.deps/libgl_la-c32isprint.Tpo -c ../gl/c32isprint.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isprint.o
7259 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7260 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7261 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7262 mv -f src/libpspp/.deps/liblibpspp_la-bt.Tpo src/libpspp/.deps/liblibpspp_la-bt.Plo
7263 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7264 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7265 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7266 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32tolower.lo -MD -MP -MF gl/.deps/libgl_la-c32tolower.Tpo -c ../gl/c32tolower.c -fPIC -DPIC -o gl/.libs/libgl_la-c32tolower.o
7267 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isxdigit.lo -MD -MP -MF gl/.deps/libgl_la-c32isxdigit.Tpo -c ../gl/c32isxdigit.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isxdigit.o
7268 mv -f src/data/.deps/libdata_la-subcase.Tpo src/data/.deps/libdata_la-subcase.Plo
7269 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7270 mv -f src/libpspp/.deps/liblibpspp_la-integer-format.Tpo src/libpspp/.deps/liblibpspp_la-integer-format.Plo
7271 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7272 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7273 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isspace.lo -MD -MP -MF gl/.deps/libgl_la-c32isspace.Tpo -c ../gl/c32isspace.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isspace.o
7274 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7275 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isupper.lo -MD -MP -MF gl/.deps/libgl_la-c32isupper.Tpo -c ../gl/c32isupper.c -fPIC -DPIC -o gl/.libs/libgl_la-c32isupper.o
7276 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32width.lo -MD -MP -MF gl/.deps/libgl_la-c32width.Tpo -c ../gl/c32width.c -fPIC -DPIC -o gl/.libs/libgl_la-c32width.o
7277 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7278 mv -f gl/.deps/libgl_la-basename-lgpl.Tpo gl/.deps/libgl_la-basename-lgpl.Plo
7279 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7280 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7281 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isalpha.lo -MD -MP -MF gl/.deps/libgl_la-c32isalpha.Tpo -c ../gl/c32isalpha.c -o gl/libgl_la-c32isalpha.o >/dev/null 2>&1
7282 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7283 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7284 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseek.lo -MD -MP -MF gl/.deps/libgl_la-fseek.Tpo -c -o gl/libgl_la-fseek.lo `test -f 'gl/fseek.c' || echo '../'`gl/fseek.c
7285 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7286 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7287 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7288 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7289 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7290 mv -f gl/.deps/libgl_la-c-strcasecmp.Tpo gl/.deps/libgl_la-c-strcasecmp.Plo
7291 mv -f src/output/spv/.deps/liboutput_la-spv-table-look.Tpo src/output/spv/.deps/liboutput_la-spv-table-look.Plo
7292 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isalnum.lo -MD -MP -MF gl/.deps/libgl_la-c32isalnum.Tpo -c ../gl/c32isalnum.c -o gl/libgl_la-c32isalnum.o >/dev/null 2>&1
7293 mv -f gl/.deps/libgl_la-asyncsafe-spin.Tpo gl/.deps/libgl_la-asyncsafe-spin.Plo
7294 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7295 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7296 mv -f gl/.deps/libgl_la-c-strncasecmp.Tpo gl/.deps/libgl_la-c-strncasecmp.Plo
7297 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7298 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isblank.lo -MD -MP -MF gl/.deps/libgl_la-c32isblank.Tpo -c ../gl/c32isblank.c -o gl/libgl_la-c32isblank.o >/dev/null 2>&1
7299 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7300 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32iscntrl.lo -MD -MP -MF gl/.deps/libgl_la-c32iscntrl.Tpo -c ../gl/c32iscntrl.c -o gl/libgl_la-c32iscntrl.o >/dev/null 2>&1
7301 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseeko.lo -MD -MP -MF gl/.deps/libgl_la-fseeko.Tpo -c -o gl/libgl_la-fseeko.lo `test -f 'gl/fseeko.c' || echo '../'`gl/fseeko.c
7302 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7303 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7304 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7305 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isdigit.lo -MD -MP -MF gl/.deps/libgl_la-c32isdigit.Tpo -c ../gl/c32isdigit.c -o gl/libgl_la-c32isdigit.o >/dev/null 2>&1
7306 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7307 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7308 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7309 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7310 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isgraph.lo -MD -MP -MF gl/.deps/libgl_la-c32isgraph.Tpo -c ../gl/c32isgraph.c -o gl/libgl_la-c32isgraph.o >/dev/null 2>&1
7311 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7312 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7313 mv -f gl/.deps/libgl_la-areadlink.Tpo gl/.deps/libgl_la-areadlink.Plo
7314 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32islower.lo -MD -MP -MF gl/.deps/libgl_la-c32islower.Tpo -c ../gl/c32islower.c -o gl/libgl_la-c32islower.o >/dev/null 2>&1
7315 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7316 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isprint.lo -MD -MP -MF gl/.deps/libgl_la-c32isprint.Tpo -c ../gl/c32isprint.c -o gl/libgl_la-c32isprint.o >/dev/null 2>&1
7317 mv -f gl/.deps/libgl_la-binary-io.Tpo gl/.deps/libgl_la-binary-io.Plo
7318 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7319 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7320 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32ispunct.lo -MD -MP -MF gl/.deps/libgl_la-c32ispunct.Tpo -c ../gl/c32ispunct.c -o gl/libgl_la-c32ispunct.o >/dev/null 2>&1
7321 mv -f gl/.deps/libgl_la-c-ctype.Tpo gl/.deps/libgl_la-c-ctype.Plo
7322 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7323 mv -f src/data/.deps/libdata_la-format-guesser.Tpo src/data/.deps/libdata_la-format-guesser.Plo
7324 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7325 mv -f src/data/.deps/libdata_la-csv-file-writer.Tpo src/data/.deps/libdata_la-csv-file-writer.Plo
7326 mv -f src/libpspp/.deps/liblibpspp_la-temp-file.Tpo src/libpspp/.deps/liblibpspp_la-temp-file.Plo
7327 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7328 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7329 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7330 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7331 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7332 mv -f src/libpspp/.deps/liblibpspp_la-encoding-guesser.Tpo src/libpspp/.deps/liblibpspp_la-encoding-guesser.Plo
7333 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7334 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7335 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7336 mv -f src/data/.deps/libdata_la-missing-values.Tpo src/data/.deps/libdata_la-missing-values.Plo
7337 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7338 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7339 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7340 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7341 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7342 mv -f src/output/.deps/liboutput_la-cairo-chart.Tpo src/output/.deps/liboutput_la-cairo-chart.Plo
7343 mv -f gl/.deps/libgl_la-btowc.Tpo gl/.deps/libgl_la-btowc.Plo
7344 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7345 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isxdigit.lo -MD -MP -MF gl/.deps/libgl_la-c32isxdigit.Tpo -c ../gl/c32isxdigit.c -o gl/libgl_la-c32isxdigit.o >/dev/null 2>&1
7346 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isspace.lo -MD -MP -MF gl/.deps/libgl_la-c32isspace.Tpo -c ../gl/c32isspace.c -o gl/libgl_la-c32isspace.o >/dev/null 2>&1
7347 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32tolower.lo -MD -MP -MF gl/.deps/libgl_la-c32tolower.Tpo -c ../gl/c32tolower.c -o gl/libgl_la-c32tolower.o >/dev/null 2>&1
7348 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32width.lo -MD -MP -MF gl/.deps/libgl_la-c32width.Tpo -c ../gl/c32width.c -o gl/libgl_la-c32width.o >/dev/null 2>&1
7349 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7350 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-c32isupper.lo -MD -MP -MF gl/.deps/libgl_la-c32isupper.Tpo -c ../gl/c32isupper.c -o gl/libgl_la-c32isupper.o >/dev/null 2>&1
7351 mv -f gl/.deps/libgl_la-c-snprintf.Tpo gl/.deps/libgl_la-c-snprintf.Plo
7352 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7353 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7354 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7355 mv -f src/libpspp/.deps/liblibpspp_la-line-reader.Tpo src/libpspp/.deps/liblibpspp_la-line-reader.Plo
7356 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7357 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7358 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7359 mv -f gl/.deps/libgl_la-c-strtod.Tpo gl/.deps/libgl_la-c-strtod.Plo
7360 mv -f gl/.deps/libgl_la-c-asprintf.Tpo gl/.deps/libgl_la-c-asprintf.Plo
7361 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7362 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7363 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7364 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7365 mv -f gl/.deps/libgl_la-c32isalpha.Tpo gl/.deps/libgl_la-c32isalpha.Plo
7366 mv -f gl/.deps/libgl_la-c32isalnum.Tpo gl/.deps/libgl_la-c32isalnum.Plo
7367 mv -f src/data/.deps/libdata_la-value-labels.Tpo src/data/.deps/libdata_la-value-labels.Plo
7368 mv -f src/libpspp/.deps/liblibpspp_la-tower.Tpo src/libpspp/.deps/liblibpspp_la-tower.Plo
7369 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7370 mv -f gl/.deps/libgl_la-c-vasprintf.Tpo gl/.deps/libgl_la-c-vasprintf.Plo
7371 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7372 mv -f gl/.deps/libgl_la-c-xasprintf.Tpo gl/.deps/libgl_la-c-xasprintf.Plo
7373 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7374 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7375 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7376 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7377 mv -f src/output/spv/.deps/liboutput_la-spv.Tpo src/output/spv/.deps/liboutput_la-spv.Plo
7378 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseeko.lo -MD -MP -MF gl/.deps/libgl_la-fseeko.Tpo -c ../gl/fseeko.c -fPIC -DPIC -o gl/.libs/libgl_la-fseeko.o
7379 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7380 mv -f gl/.deps/libgl_la-c32iscntrl.Tpo gl/.deps/libgl_la-c32iscntrl.Plo
7381 mv -f gl/.deps/libgl_la-c32isgraph.Tpo gl/.deps/libgl_la-c32isgraph.Plo
7382 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7383 mv -f gl/.deps/libgl_la-c-xvasprintf.Tpo gl/.deps/libgl_la-c-xvasprintf.Plo
7384 mv -f gl/.deps/libgl_la-c32isdigit.Tpo gl/.deps/libgl_la-c32isdigit.Plo
7385 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7386 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7387 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7388 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7389 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7390 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7391 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseek.lo -MD -MP -MF gl/.deps/libgl_la-fseek.Tpo -c ../gl/fseek.c -fPIC -DPIC -o gl/.libs/libgl_la-fseek.o
7392 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7393 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7394 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7395 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7396 mv -f gl/.deps/libgl_la-c32isblank.Tpo gl/.deps/libgl_la-c32isblank.Plo
7397 mv -f gl/.deps/libgl_la-c32islower.Tpo gl/.deps/libgl_la-c32islower.Plo
7398 mv -f gl/.deps/libgl_la-c32ispunct.Tpo gl/.deps/libgl_la-c32ispunct.Plo
7399 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7400 mv -f gl/.deps/libgl_la-c32isprint.Tpo gl/.deps/libgl_la-c32isprint.Plo
7401 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7402 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7403 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7404 mv -f src/libpspp/.deps/liblibpspp_la-u8-line.Tpo src/libpspp/.deps/liblibpspp_la-u8-line.Plo
7405 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7406 mv -f src/libpspp/.deps/liblibpspp_la-taint.Tpo src/libpspp/.deps/liblibpspp_la-taint.Plo
7407 mv -f src/data/.deps/libdata_la-file-handle-def.Tpo src/data/.deps/libdata_la-file-handle-def.Plo
7408 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7409 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7410 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7411 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7412 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7413 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7414 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7415 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7416 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7417 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7418 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7419 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7420 mv -f gl/.deps/libgl_la-c32width.Tpo gl/.deps/libgl_la-c32width.Plo
7421 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7422 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7423 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7424 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7425 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7426 mv -f src/libpspp/.deps/liblibpspp_la-string-array.Tpo src/libpspp/.deps/liblibpspp_la-string-array.Plo
7427 mv -f gl/.deps/libgl_la-c32isupper.Tpo gl/.deps/libgl_la-c32isupper.Plo
7428 mv -f gl/.deps/libgl_la-c32isspace.Tpo gl/.deps/libgl_la-c32isspace.Plo
7429 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7430 mv -f gl/.deps/libgl_la-c32isxdigit.Tpo gl/.deps/libgl_la-c32isxdigit.Plo
7431 mv -f gl/.deps/libgl_la-c32tolower.Tpo gl/.deps/libgl_la-c32tolower.Plo
7432 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7433 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7434 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7435 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7436 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7437 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7438 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7439 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7440 mv -f gl/.deps/libgl_la-count-leading-zeros.Tpo gl/.deps/libgl_la-count-leading-zeros.Plo
7441 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7442 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7443 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7444 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7445 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7446 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7447 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7448 mv -f gl/.deps/libgl_la-cloexec.Tpo gl/.deps/libgl_la-cloexec.Plo
7449 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7450 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7451 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7452 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7453 mv -f src/libpspp/.deps/liblibpspp_la-range-set.Tpo src/libpspp/.deps/liblibpspp_la-range-set.Plo
7454 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7455 mv -f gl/.deps/libgl_la-count-one-bits.Tpo gl/.deps/libgl_la-count-one-bits.Plo
7456 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7457 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7458 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7459 mv -f src/libpspp/.deps/liblibpspp_la-ll.Tpo src/libpspp/.deps/liblibpspp_la-ll.Plo
7460 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseek.lo -MD -MP -MF gl/.deps/libgl_la-fseek.Tpo -c ../gl/fseek.c -o gl/libgl_la-fseek.o >/dev/null 2>&1
7461 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7462 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7463 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7464 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_alnum.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_alnum.Tpo -c -o gl/unictype/libgl_la-ctype_alnum.lo `test -f 'gl/unictype/ctype_alnum.c' || echo '../'`gl/unictype/ctype_alnum.c
7465 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_alpha.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_alpha.Tpo -c -o gl/unictype/libgl_la-ctype_alpha.lo `test -f 'gl/unictype/ctype_alpha.c' || echo '../'`gl/unictype/ctype_alpha.c
7466 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7467 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes -Wno-missing-prototypes -Wno-unused-parameter -Wno-alloc-size-larger-than -g -O2 -DGCC_LINT -MT gl/libgl_la-fseeko.lo -MD -MP -MF gl/.deps/libgl_la-fseeko.Tpo -c ../gl/fseeko.c -o gl/libgl_la-fseeko.o >/dev/null 2>&1
7468 mv -f gl/.deps/libgl_la-crc.Tpo gl/.deps/libgl_la-crc.Plo
7469 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7470 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_blank.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_blank.Tpo -c -o gl/unictype/libgl_la-ctype_blank.lo `test -f 'gl/unictype/ctype_blank.c' || echo '../'`gl/unictype/ctype_blank.c
7471 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7472 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7473 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7474 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7475 mv -f gl/.deps/libgl_la-careadlinkat.Tpo gl/.deps/libgl_la-careadlinkat.Plo
7476 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7477 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_cntrl.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_cntrl.Tpo -c -o gl/unictype/libgl_la-ctype_cntrl.lo `test -f 'gl/unictype/ctype_cntrl.c' || echo '../'`gl/unictype/ctype_cntrl.c
7478 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7479 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7480 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7481 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7482 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7483 mv -f gl/.deps/libgl_la-fd-hook.Tpo gl/.deps/libgl_la-fd-hook.Plo
7484 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7485 mv -f gl/.deps/libgl_la-dirname.Tpo gl/.deps/libgl_la-dirname.Plo
7486 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7487 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7488 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7489 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_digit.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_digit.Tpo -c -o gl/unictype/libgl_la-ctype_digit.lo `test -f 'gl/unictype/ctype_digit.c' || echo '../'`gl/unictype/ctype_digit.c
7490 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7491 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7492 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7493 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7494 mv -f src/libpspp/.deps/liblibpspp_la-u8-istream.Tpo src/libpspp/.deps/liblibpspp_la-u8-istream.Plo
7495 mv -f src/libpspp/.deps/liblibpspp_la-zip-writer.Tpo src/libpspp/.deps/liblibpspp_la-zip-writer.Plo
7496 mv -f gl/.deps/libgl_la-exitfail.Tpo gl/.deps/libgl_la-exitfail.Plo
7497 mv -f gl/.deps/libgl_la-dirname-lgpl.Tpo gl/.deps/libgl_la-dirname-lgpl.Plo
7498 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7499 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_graph.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_graph.Tpo -c -o gl/unictype/libgl_la-ctype_graph.lo `test -f 'gl/unictype/ctype_graph.c' || echo '../'`gl/unictype/ctype_graph.c
7500 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7501 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7502 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_lower.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_lower.Tpo -c -o gl/unictype/libgl_la-ctype_lower.lo `test -f 'gl/unictype/ctype_lower.c' || echo '../'`gl/unictype/ctype_lower.c
7503 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7504 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7505 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7506 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_punct.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_punct.Tpo -c -o gl/unictype/libgl_la-ctype_punct.lo `test -f 'gl/unictype/ctype_punct.c' || echo '../'`gl/unictype/ctype_punct.c
7507 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7508 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7509 mv -f gl/.deps/libgl_la-md4-stream.Tpo gl/.deps/libgl_la-md4-stream.Plo
7510 mv -f gl/.deps/libgl_la-dtotimespec.Tpo gl/.deps/libgl_la-dtotimespec.Plo
7511 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_space.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_space.Tpo -c -o gl/unictype/libgl_la-ctype_space.lo `test -f 'gl/unictype/ctype_space.c' || echo '../'`gl/unictype/ctype_space.c
7512 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_upper.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_upper.Tpo -c -o gl/unictype/libgl_la-ctype_upper.lo `test -f 'gl/unictype/ctype_upper.c' || echo '../'`gl/unictype/ctype_upper.c
7513 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_xdigit.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_xdigit.Tpo -c -o gl/unictype/libgl_la-ctype_xdigit.lo `test -f 'gl/unictype/ctype_xdigit.c' || echo '../'`gl/unictype/ctype_xdigit.c
7514 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7515 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7516 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7517 mv -f gl/.deps/libgl_la-stripslash.Tpo gl/.deps/libgl_la-stripslash.Plo
7518 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7519 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7520 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7521 mv -f src/libpspp/.deps/liblibpspp_la-string-set.Tpo src/libpspp/.deps/liblibpspp_la-string-set.Plo
7522 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7523 mv -f gl/.deps/libgl_la-full-write.Tpo gl/.deps/libgl_la-full-write.Plo
7524 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7525 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7526 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7527 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7528 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7529 mv -f gl/.deps/libgl_la-basename.Tpo gl/.deps/libgl_la-basename.Plo
7530 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7531 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7532 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7533 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7534 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7535 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7536 mv -f gl/.deps/libgl_la-fseek.Tpo gl/.deps/libgl_la-fseek.Plo
7537 mv -f gl/.deps/libgl_la-full-read.Tpo gl/.deps/libgl_la-full-read.Plo
7538 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7539 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7540 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7541 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7542 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7543 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7544 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7545 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7546 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7547 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7548 mv -f gl/.deps/libgl_la-fseterr.Tpo gl/.deps/libgl_la-fseterr.Plo
7549 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7550 mv -f gl/.deps/libgl_la-fseeko.Tpo gl/.deps/libgl_la-fseeko.Plo
7551 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7552 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7553 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7554 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7555 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7556 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7557 mv -f src/libpspp/.deps/liblibpspp_la-string-map.Tpo src/libpspp/.deps/liblibpspp_la-string-map.Plo
7558 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7559 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7560 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7561 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7562 mv -f src/libpspp/.deps/liblibpspp_la-stringi-map.Tpo src/libpspp/.deps/liblibpspp_la-stringi-map.Plo
7563 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7564 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7565 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7566 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7567 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7568 mv -f gl/.deps/libgl_la-getprogname.Tpo gl/.deps/libgl_la-getprogname.Plo
7569 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7570 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7571 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7572 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7573 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7574 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7575 mv -f gl/.deps/libgl_la-dtoastr.Tpo gl/.deps/libgl_la-dtoastr.Plo
7576 mv -f gl/.deps/libgl_la-gettime.Tpo gl/.deps/libgl_la-gettime.Plo
7577 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7578 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7579 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7580 mv -f gl/.deps/libgl_la-fwriteerror.Tpo gl/.deps/libgl_la-fwriteerror.Plo
7581 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7582 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7583 mv -f gl/.deps/libgl_la-c-strcasestr.Tpo gl/.deps/libgl_la-c-strcasestr.Plo
7584 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_alpha.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_alpha.Tpo -c ../gl/unictype/ctype_alpha.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_alpha.o
7585 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7586 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7587 mv -f gl/malloc/.deps/libgl_la-dynarray_resize_clear.Tpo gl/malloc/.deps/libgl_la-dynarray_resize_clear.Plo
7588 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_alnum.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_alnum.Tpo -c ../gl/unictype/ctype_alnum.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_alnum.o
7589 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_cntrl.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_cntrl.Tpo -c ../gl/unictype/ctype_cntrl.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_cntrl.o
7590 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_blank.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_blank.Tpo -c ../gl/unictype/ctype_blank.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_blank.o
7591 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7592 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7593 mv -f gl/.deps/libgl_la-fcntl.Tpo gl/.deps/libgl_la-fcntl.Plo
7594 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7595 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7596 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7597 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7598 mv -f src/libpspp/.deps/liblibpspp_la-llx.Tpo src/libpspp/.deps/liblibpspp_la-llx.Plo
7599 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7600 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7601 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_digit.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_digit.Tpo -c ../gl/unictype/ctype_digit.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_digit.o
7602 mv -f src/libpspp/.deps/liblibpspp_la-pool.Tpo src/libpspp/.deps/liblibpspp_la-pool.Plo
7603 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_lower.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_lower.Tpo -c ../gl/unictype/ctype_lower.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_lower.o
7604 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7605 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7606 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_graph.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_graph.Tpo -c ../gl/unictype/ctype_graph.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_graph.o
7607 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7608 mv -f gl/malloc/.deps/libgl_la-dynarray_at_failure.Tpo gl/malloc/.deps/libgl_la-dynarray_at_failure.Plo
7609 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7610 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7611 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7612 mv -f src/libpspp/.deps/liblibpspp_la-message.Tpo src/libpspp/.deps/liblibpspp_la-message.Plo
7613 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7614 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_punct.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_punct.Tpo -c ../gl/unictype/ctype_punct.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_punct.o
7615 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7616 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7617 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7618 mv -f src/libpspp/.deps/liblibpspp_la-float-format.Tpo src/libpspp/.deps/liblibpspp_la-float-format.Plo
7619 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_space.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_space.Tpo -c ../gl/unictype/ctype_space.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_space.o
7620 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_upper.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_upper.Tpo -c ../gl/unictype/ctype_upper.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_upper.o
7621 mv -f src/data/.deps/libdata_la-psql-reader.Tpo src/data/.deps/libdata_la-psql-reader.Plo
7622 mv -f src/libpspp/.deps/liblibpspp_la-stringi-set.Tpo src/libpspp/.deps/liblibpspp_la-stringi-set.Plo
7623 mv -f gl/unicase/.deps/libgl_la-empty-suffix-context.Tpo gl/unicase/.deps/libgl_la-empty-suffix-context.Plo
7624 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_xdigit.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_xdigit.Tpo -c ../gl/unictype/ctype_xdigit.c -fPIC -DPIC -o gl/unictype/.libs/libgl_la-ctype_xdigit.o
7625 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7626 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7627 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7628 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7629 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7630 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7631 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7632 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7633 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7634 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7635 mv -f gl/unicase/.deps/libgl_la-empty-prefix-context.Tpo gl/unicase/.deps/libgl_la-empty-prefix-context.Plo
7636 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7637 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7638 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7639 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7640 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7641 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7642 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_cntrl.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_cntrl.Tpo -c ../gl/unictype/ctype_cntrl.c -o gl/unictype/libgl_la-ctype_cntrl.o >/dev/null 2>&1
7643 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7644 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_blank.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_blank.Tpo -c ../gl/unictype/ctype_blank.c -o gl/unictype/libgl_la-ctype_blank.o >/dev/null 2>&1
7645 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7646 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7647 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7648 mv -f gl/unicase/.deps/libgl_la-cased.Tpo gl/unicase/.deps/libgl_la-cased.Plo
7649 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7650 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_alpha.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_alpha.Tpo -c ../gl/unictype/ctype_alpha.c -o gl/unictype/libgl_la-ctype_alpha.o >/dev/null 2>&1
7651 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7652 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7653 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7654 mv -f gl/malloc/.deps/libgl_la-dynarray_finalize.Tpo gl/malloc/.deps/libgl_la-dynarray_finalize.Plo
7655 mv -f gl/.deps/libgl_la-localename-table.Tpo gl/.deps/libgl_la-localename-table.Plo
7656 mv -f src/libpspp/.deps/liblibpspp_la-sparse-xarray.Tpo src/libpspp/.deps/liblibpspp_la-sparse-xarray.Plo
7657 mv -f src/output/.deps/liboutput_la-cairo-fsm.Tpo src/output/.deps/liboutput_la-cairo-fsm.Plo
7658 mv -f gl/malloc/.deps/libgl_la-scratch_buffer_grow.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_grow.Plo
7659 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7660 mv -f gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Tpo gl/malloc/.deps/libgl_la-dynarray_emplace_enlarge.Plo
7661 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7662 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7663 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7664 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_alnum.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_alnum.Tpo -c ../gl/unictype/ctype_alnum.c -o gl/unictype/libgl_la-ctype_alnum.o >/dev/null 2>&1
7665 mv -f gl/.deps/libgl_la-offtostr.Tpo gl/.deps/libgl_la-offtostr.Plo
7666 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7667 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_digit.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_digit.Tpo -c ../gl/unictype/ctype_digit.c -o gl/unictype/libgl_la-ctype_digit.o >/dev/null 2>&1
7668 mv -f gl/.deps/libgl_la-uinttostr.Tpo gl/.deps/libgl_la-uinttostr.Plo
7669 mv -f gl/.deps/libgl_la-umaxtostr.Tpo gl/.deps/libgl_la-umaxtostr.Plo
7670 mv -f gl/.deps/libgl_la-inttostr.Tpo gl/.deps/libgl_la-inttostr.Plo
7671 mv -f gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_grow_preserve.Plo
7672 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7673 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7674 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7675 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7676 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7677 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7678 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7679 mv -f gl/malloc/.deps/libgl_la-dynarray_resize.Tpo gl/malloc/.deps/libgl_la-dynarray_resize.Plo
7680 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7681 mv -f gl/.deps/libgl_la-ialloc.Tpo gl/.deps/libgl_la-ialloc.Plo
7682 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7683 mv -f src/libpspp/.deps/liblibpspp_la-zip-reader.Tpo src/libpspp/.deps/liblibpspp_la-zip-reader.Plo
7684 mv -f gl/.deps/libgl_la-imaxtostr.Tpo gl/.deps/libgl_la-imaxtostr.Plo
7685 mv -f gl/unicase/.deps/libgl_la-special-casing.Tpo gl/unicase/.deps/libgl_la-special-casing.Plo
7686 mv -f gl/unicase/.deps/libgl_la-tocasefold.Tpo gl/unicase/.deps/libgl_la-tocasefold.Plo
7687 mv -f src/data/.deps/libdata_la-por-file-writer.Tpo src/data/.deps/libdata_la-por-file-writer.Plo
7688 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7689 mv -f gl/.deps/libgl_la-clean-temp-simple.Tpo gl/.deps/libgl_la-clean-temp-simple.Plo
7690 mv -f gl/.deps/libgl_la-hard-locale.Tpo gl/.deps/libgl_la-hard-locale.Plo
7691 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_upper.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_upper.Tpo -c ../gl/unictype/ctype_upper.c -o gl/unictype/libgl_la-ctype_upper.o >/dev/null 2>&1
7692 mv -f src/data/.deps/libdata_la-por-file-reader.Tpo src/data/.deps/libdata_la-por-file-reader.Plo
7693 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_lower.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_lower.Tpo -c ../gl/unictype/ctype_lower.c -o gl/unictype/libgl_la-ctype_lower.o >/dev/null 2>&1
7694 /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I"../gl" -I"./gl" -DINSTALLDIR=\"/usr/local/bin\" -I"../src" -I"../lib" -Isrc -I"../src/language/commands" -I"/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions" -I"../src/language/expressions" -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7695 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7696 mv -f gl/.deps/libgl_la-fatal-signal.Tpo gl/.deps/libgl_la-fatal-signal.Plo
7697 gcc -DHAVE_CONFIG_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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7698 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_space.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_space.Tpo -c ../gl/unictype/ctype_space.c -o gl/unictype/libgl_la-ctype_space.o >/dev/null 2>&1
7699 mv -f gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Tpo gl/malloc/.deps/libgl_la-scratch_buffer_set_array_size.Plo
7700 msgmerge --previous --quiet ../po/cs.po po/pspp.pot -o po/cs.po,tmp
7701 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7702 /bin/sh ../build-aux/missing --run autom4te --language=autotest -I '..' ../tests/testsuite.at | /usr/bin/sed 's/@<00A0>@/ /g' > ../tests/testsuite.tmp
7703 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_punct.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_punct.Tpo -c ../gl/unictype/ctype_punct.c -o gl/unictype/libgl_la-ctype_punct.o >/dev/null 2>&1
7704 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7705 msgmerge --previous --quiet ../po/ar.po po/pspp.pot -o po/ar.po,tmp
7706 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7707 mv -f gl/glthread/.deps/libgl_la-lock.Tpo gl/glthread/.deps/libgl_la-lock.Plo
7708 msgmerge --previous --quiet ../po/ca.po po/pspp.pot -o po/ca.po,tmp
7709 mv -f gl/.deps/libgl_la-localcharset.Tpo gl/.deps/libgl_la-localcharset.Plo
7710 mv -f gl/unicase/.deps/libgl_la-ignorable.Tpo gl/unicase/.deps/libgl_la-ignorable.Plo
7711 mv -f gl/unicase/.deps/libgl_la-tolower.Tpo gl/unicase/.deps/libgl_la-tolower.Plo
7712 msgmerge --previous --quiet ../po/de.po po/pspp.pot -o po/de.po,tmp
7713 msgmerge --previous --quiet ../po/el.po po/pspp.pot -o po/el.po,tmp
7714 msgmerge --previous --quiet ../po/es.po po/pspp.pot -o po/es.po,tmp
7715 msgmerge --previous --quiet ../po/fr.po po/pspp.pot -o po/fr.po,tmp
7716 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7717 mv -f src/data/.deps/libdata_la-mdd-writer.Tpo src/data/.deps/libdata_la-mdd-writer.Plo
7718 msgmerge --previous --quiet ../po/gl.po po/pspp.pot -o po/gl.po,tmp
7719 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_xdigit.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_xdigit.Tpo -c ../gl/unictype/ctype_xdigit.c -o gl/unictype/libgl_la-ctype_xdigit.o >/dev/null 2>&1
7720 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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_graph.lo -MD -MP -MF gl/unictype/.deps/libgl_la-ctype_graph.Tpo -c ../gl/unictype/ctype_graph.c -o gl/unictype/libgl_la-ctype_graph.o >/dev/null 2>&1
7721 mv -f src/libpspp/.deps/liblibpspp_la-range-tower.Tpo src/libpspp/.deps/liblibpspp_la-range-tower.Plo
7722 msgmerge --previous --quiet ../po/hu.po po/pspp.pot -o po/hu.po,tmp
7723 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7724 msgmerge --previous --quiet ../po/ja.po po/pspp.pot -o po/ja.po,tmp
7725 msgmerge --previous --quiet ../po/lt.po po/pspp.pot -o po/lt.po,tmp
7726 mv -f gl/unictype/.deps/libgl_la-categ_none.Tpo gl/unictype/.deps/libgl_la-categ_none.Plo
7727 mv -f src/output/spv/.deps/liboutput_la-spv-light-decoder.Tpo src/output/spv/.deps/liboutput_la-spv-light-decoder.Plo
7728 msgmerge --previous --quiet ../po/nl.po po/pspp.pot -o po/nl.po,tmp
7729 mv -f gl/.deps/libgl_la-md4.Tpo gl/.deps/libgl_la-md4.Plo
7730 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7731 mv -f gl/unictype/.deps/libgl_la-ctype_blank.Tpo gl/unictype/.deps/libgl_la-ctype_blank.Plo
7732 mv -f gl/unictype/.deps/libgl_la-ctype_cntrl.Tpo gl/unictype/.deps/libgl_la-ctype_cntrl.Plo
7733 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7734 mv -f gl/unicase/.deps/libgl_la-u8-totitle.Tpo gl/unicase/.deps/libgl_la-u8-totitle.Plo
7735 msgmerge --previous --quiet ../po/pl.po po/pspp.pot -o po/pl.po,tmp
7736 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7737 msgmerge --previous --quiet ../po/pt_BR.po po/pspp.pot -o po/pt_BR.po,tmp
7738 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7739 mv -f src/data/.deps/libdata_la-gnumeric-reader.Tpo src/data/.deps/libdata_la-gnumeric-reader.Plo
7740 msgmerge --previous --quiet ../po/ru.po po/pspp.pot -o po/ru.po,tmp
7741 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7742 msgmerge --previous --quiet ../po/sl.po po/pspp.pot -o po/sl.po,tmp
7743 msgmerge --previous --quiet ../po/ta.po po/pspp.pot -o po/ta.po,tmp
7744 msgmerge --previous --quiet ../po/tr.po po/pspp.pot -o po/tr.po,tmp
7745 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7746 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7747 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7748 mv -f src/data/.deps/libdata_la-dataset.Tpo src/data/.deps/libdata_la-dataset.Plo
7749 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7750 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7751 mv -f gl/unicase/.deps/libgl_la-u8-tolower.Tpo gl/unicase/.deps/libgl_la-u8-tolower.Plo
7752 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7753 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7754 msgmerge --previous --quiet ../po/uk.po po/pspp.pot -o po/uk.po,tmp
7755 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7756 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7757 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7758 mv -f gl/unictype/.deps/libgl_la-ctype_digit.Tpo gl/unictype/.deps/libgl_la-ctype_digit.Plo
7759 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7760 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7761 mv -f src/data/.deps/libdata_la-variable.Tpo src/data/.deps/libdata_la-variable.Plo
7762 msgmerge --previous --quiet ../po/zh_CN.po po/pspp.pot -o po/zh_CN.po,tmp
7763 mv -f src/libpspp/.deps/liblibpspp_la-array.Tpo src/libpspp/.deps/liblibpspp_la-array.Plo
7764 mv -f gl/unictype/.deps/libgl_la-ctype_alpha.Tpo gl/unictype/.deps/libgl_la-ctype_alpha.Plo
7765 /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
7766 /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
7767 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7768 mv -f gl/unicase/.deps/libgl_la-u8-casefold.Tpo gl/unicase/.deps/libgl_la-u8-casefold.Plo
7769 mv -f gl/unicase/.deps/libgl_la-toupper.Tpo gl/unicase/.deps/libgl_la-toupper.Plo
7770 mv -f gl/unicase/.deps/libgl_la-totitle.Tpo gl/unicase/.deps/libgl_la-totitle.Plo
7771 /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
7772 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7773 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7774 /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
7775 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7776 mv -f src/data/.deps/libdata_la-data-in.Tpo src/data/.deps/libdata_la-data-in.Plo
7777 mv -f gl/unictype/.deps/libgl_la-ctype_alnum.Tpo gl/unictype/.deps/libgl_la-ctype_alnum.Plo
7778 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7779 mv -f gl/unicase/.deps/libgl_la-u8-toupper.Tpo gl/unicase/.deps/libgl_la-u8-toupper.Plo
7780 mv -f gl/unictype/.deps/libgl_la-combiningclass.Tpo gl/unictype/.deps/libgl_la-combiningclass.Plo
7781 mv -f gl/unicase/.deps/libgl_la-u8-ct-casefold.Tpo gl/unicase/.deps/libgl_la-u8-ct-casefold.Plo
7782 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7783 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7784 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7785 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7786 mv -f gl/unictype/.deps/libgl_la-pr_soft_dotted.Tpo gl/unictype/.deps/libgl_la-pr_soft_dotted.Plo
7787 mv -f gl/uninorm/.deps/libgl_la-nfd.Tpo gl/uninorm/.deps/libgl_la-nfd.Plo
7788 mv -f gl/unictype/.deps/libgl_la-ctype_lower.Tpo gl/unictype/.deps/libgl_la-ctype_lower.Plo
7789 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7790 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7791 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7792 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7793 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7794 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7795 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7796 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7797 mv -f gl/unictype/.deps/libgl_la-ctype_upper.Tpo gl/unictype/.deps/libgl_la-ctype_upper.Plo
7798 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7799 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7800 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7801 mv -f src/data/.deps/libdata_la-format.Tpo src/data/.deps/libdata_la-format.Plo
7802 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7803 mv -f gl/.deps/libgl_la-gl_list.Tpo gl/.deps/libgl_la-gl_list.Plo
7804 mv -f gl/unicase/.deps/libgl_la-u8-casecmp.Tpo gl/unicase/.deps/libgl_la-u8-casecmp.Plo
7805 mv -f gl/unictype/.deps/libgl_la-ctype_punct.Tpo gl/unictype/.deps/libgl_la-ctype_punct.Plo
7806 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7807 mv -f gl/uninorm/.deps/libgl_la-nfkd.Tpo gl/uninorm/.deps/libgl_la-nfkd.Plo
7808 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7809 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7810 mv -f gl/unictype/.deps/libgl_la-ctype_xdigit.Tpo gl/unictype/.deps/libgl_la-ctype_xdigit.Plo
7811 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
7812 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7813 mv -f gl/.deps/libgl_la-localename.Tpo gl/.deps/libgl_la-localename.Plo
7814 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7815 mv -f gl/unictype/.deps/libgl_la-pr_extended_pictographic.Tpo gl/unictype/.deps/libgl_la-pr_extended_pictographic.Plo
7816 mv -f gl/unilbrk/.deps/libgl_la-lbrktables.Tpo gl/unilbrk/.deps/libgl_la-lbrktables.Plo
7817 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7818 mv -f gl/unictype/.deps/libgl_la-ctype_space.Tpo gl/unictype/.deps/libgl_la-ctype_space.Plo
7819 mv -f gl/unictype/.deps/libgl_la-ctype_graph.Tpo gl/unictype/.deps/libgl_la-ctype_graph.Plo
7820 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7821 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7822 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7823 mv -f gl/.deps/libgl_la-rijndael-alg-fst.Tpo gl/.deps/libgl_la-rijndael-alg-fst.Plo
7824 mv -f gl/unictype/.deps/libgl_la-ctype_print.Tpo gl/unictype/.deps/libgl_la-ctype_print.Plo
7825 mv -f gl/unictype/.deps/libgl_la-categ_of.Tpo gl/unictype/.deps/libgl_la-categ_of.Plo
7826 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7827 mv -f src/libpspp/.deps/liblibpspp_la-sparse-array.Tpo src/libpspp/.deps/liblibpspp_la-sparse-array.Plo
7828 mv -f gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Tpo gl/unigbrk/.deps/libgl_la-uc-is-grapheme-break.Plo
7829 mv -f gl/uniwbrk/.deps/libgl_la-wbrktable.Tpo gl/uniwbrk/.deps/libgl_la-wbrktable.Plo
7830 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7831 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7832 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7833 mv -f src/data/.deps/libdata_la-datasheet.Tpo src/data/.deps/libdata_la-datasheet.Plo
7834 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7835 mv -f gl/.deps/libgl_la-rijndael-api-fst.Tpo gl/.deps/libgl_la-rijndael-api-fst.Plo
7836 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7837 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7838 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
7839 mv -f src/data/.deps/libdata_la-ods-reader.Tpo src/data/.deps/libdata_la-ods-reader.Plo
7840 mv -f gl/.deps/libgl_la-clean-temp.Tpo gl/.deps/libgl_la-clean-temp.Plo
7841 mv -f gl/unicase/.deps/libgl_la-u8-casemap.Tpo gl/unicase/.deps/libgl_la-u8-casemap.Plo
7842 mv -f gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Tpo gl/unigbrk/.deps/libgl_la-uc-gbrk-prop.Plo
7843 libtool: link: ar cr lib/linreg/.libs/liblinreg.a lib/linreg/.libs/sweep.o
7844 if test -e ../po/cs.po,aux ; then \
7845 touch po/cs.po,tmp ; \
7846 msgcat --use-first ../po/cs.po,aux po/cs.po,tmp -o po/cs.po,tmp; \
7847 fi ;
7848 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7849 libtool: link: ar cr lib/tukey/.libs/libtukey.a lib/tukey/.libs/ptukey.o lib/tukey/.libs/qtukey.o
7850 mv -f src/libpspp/.deps/liblibpspp_la-i18n.Tpo src/libpspp/.deps/liblibpspp_la-i18n.Plo
7851 mv -f gl/uninorm/.deps/libgl_la-compat-decomposition.Tpo gl/uninorm/.deps/libgl_la-compat-decomposition.Plo
7852 libtool: link: ar cr src/ui/.libs/libuicommon.a src/ui/.libs/source-init-opts.o src/ui/.libs/syntax-gen.o
7853 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7854 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7855 mv -f gl/uniwbrk/.deps/libgl_la-wordbreak-property.Tpo gl/uniwbrk/.deps/libgl_la-wordbreak-property.Plo
7856 mv -f gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Tpo gl/unilbrk/.deps/libgl_la-u8-possible-linebreaks.Plo
7857 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7858 mv -f src/libpspp/.deps/liblibpspp_la-model-checker.Tpo src/libpspp/.deps/liblibpspp_la-model-checker.Plo
7859 mv -f src/data/.deps/libdata_la-data-out.Tpo src/data/.deps/libdata_la-data-out.Plo
7860 mv -f gl/uniwidth/.deps/libgl_la-u8-strwidth.Tpo gl/uniwidth/.deps/libgl_la-u8-strwidth.Plo
7861 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7862 libtool: link: ranlib lib/linreg/.libs/liblinreg.a
7863 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -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
7864 mv -f gl/unicase/.deps/libgl_la-u8-ct-totitle.Tpo gl/unicase/.deps/libgl_la-u8-ct-totitle.Plo
7865 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7866 mv -f src/data/.deps/libdata_la-pc+-file-reader.Tpo src/data/.deps/libdata_la-pc+-file-reader.Plo
7867 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7868 if test -e ../po/ca.po,aux ; then \
7869 touch po/ca.po,tmp ; \
7870 msgcat --use-first ../po/ca.po,aux po/ca.po,tmp -o po/ca.po,tmp; \
7871 fi ;
7872 mv -f gl/uninorm/.deps/libgl_la-decomposing-form.Tpo gl/uninorm/.deps/libgl_la-decomposing-form.Plo
7873 msgfmt -c po/ca.po,tmp -o - > /dev/null
7874 libtool: link: ( cd "lib/linreg/.libs" && rm -f "liblinreg.la" && ln -s "../liblinreg.la" "liblinreg.la" )
7875 libtool: link: ranlib lib/tukey/.libs/libtukey.a
7876 libtool: link: ranlib src/ui/.libs/libuicommon.a
7877 libtool: link: ranlib src/ui/terminal/.libs/libui.a
7878 mv -f src/output/.deps/liboutput_la-render.Tpo src/output/.deps/liboutput_la-render.Plo
7879 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7880 mv -f gl/uniwidth/.deps/libgl_la-u8-width.Tpo gl/uniwidth/.deps/libgl_la-u8-width.Plo
7881 mv -f gl/uninorm/.deps/libgl_la-canonical-decomposition.Tpo gl/uninorm/.deps/libgl_la-canonical-decomposition.Plo
7882 mv -f gl/.deps/libgl_la-gl_linked_list.Tpo gl/.deps/libgl_la-gl_linked_list.Plo
7883 mv -f gl/uninorm/.deps/libgl_la-decomposition.Tpo gl/uninorm/.deps/libgl_la-decomposition.Plo
7884 msgfmt -c po/cs.po,tmp -o - > /dev/null
7885 mv -f utilities/.deps/pspp_output-pspp-output.Tpo utilities/.deps/pspp_output-pspp-output.Po
7886 if test -e ../po/uk.po,aux ; then \
7887 touch po/uk.po,tmp ; \
7888 msgcat --use-first ../po/uk.po,aux po/uk.po,tmp -o po/uk.po,tmp; \
7889 fi ;
7890 msgfmt -c po/uk.po,tmp -o - > /dev/null
7891 mv -f gl/unistr/.deps/libgl_la-u8-check.Tpo gl/unistr/.deps/libgl_la-u8-check.Plo
7892 mv -f gl/.deps/libgl_la-gl_linkedhash_list.Tpo gl/.deps/libgl_la-gl_linkedhash_list.Plo
7893 mv po/ca.po,tmp po/ca.po
7894 mv -f gl/uninorm/.deps/libgl_la-decomposition-table.Tpo gl/uninorm/.deps/libgl_la-decomposition-table.Plo
7895 mv -f gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Tpo gl/uniwbrk/.deps/libgl_la-u8-wordbreaks.Plo
7896 po/cs.po,tmp:4: warning: header field 'Last-Translator' missing in header
7897 po/cs.po,tmp:4: warning: header field 'Language-Team' missing in header
7898 libtool: link: ( cd "lib/tukey/.libs" && rm -f "libtukey.la" && ln -s "../libtukey.la" "libtukey.la" )
7899 mv -f src/data/.deps/libdata_la-dictionary.Tpo src/data/.deps/libdata_la-dictionary.Plo
7900 mv -f gl/uninorm/.deps/libgl_la-decompose-internal.Tpo gl/uninorm/.deps/libgl_la-decompose-internal.Plo
7901 libtool: link: ( cd "src/ui/terminal/.libs" && rm -f "libui.la" && ln -s "../libui.la" "libui.la" )
7902 mv -f gl/uninorm/.deps/libgl_la-u8-normalize.Tpo gl/uninorm/.deps/libgl_la-u8-normalize.Plo
7903 mv -f gl/unistr/.deps/libgl_la-u8-cpy.Tpo gl/unistr/.deps/libgl_la-u8-cpy.Plo
7904 mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe.Plo
7905 mv -f gl/unistr/.deps/libgl_la-u8-strmbtouc.Tpo gl/unistr/.deps/libgl_la-u8-strmbtouc.Plo
7906 mv -f gl/uniwidth/.deps/libgl_la-width.Tpo gl/uniwidth/.deps/libgl_la-width.Plo
7907 if test -e ../po/de.po,aux ; then \
7908 touch po/de.po,tmp ; \
7909 msgcat --use-first ../po/de.po,aux po/de.po,tmp -o po/de.po,tmp; \
7910 fi ;
7911 if test -e ../po/el.po,aux ; then \
7912 touch po/el.po,tmp ; \
7913 msgcat --use-first ../po/el.po,aux po/el.po,tmp -o po/el.po,tmp; \
7914 fi ;
7915 mv -f gl/unistr/.deps/libgl_la-u8-mblen.Tpo gl/unistr/.deps/libgl_la-u8-mblen.Plo
7916 if test -e ../po/nl.po,aux ; then \
7917 touch po/nl.po,tmp ; \
7918 msgcat --use-first ../po/nl.po,aux po/nl.po,tmp -o po/nl.po,tmp; \
7919 fi ;
7920 if test -e ../po/sl.po,aux ; then \
7921 touch po/sl.po,tmp ; \
7922 msgcat --use-first ../po/sl.po,aux po/sl.po,tmp -o po/sl.po,tmp; \
7923 fi ;
7924 libtool: link: ( cd "src/ui/.libs" && rm -f "libuicommon.la" && ln -s "../libuicommon.la" "libuicommon.la" )
7925 if test -e ../po/ta.po,aux ; then \
7926 touch po/ta.po,tmp ; \
7927 msgcat --use-first ../po/ta.po,aux po/ta.po,tmp -o po/ta.po,tmp; \
7928 fi ;
7929 mv -f gl/unistr/.deps/libgl_la-u8-cmp2.Tpo gl/unistr/.deps/libgl_la-u8-cmp2.Plo
7930 mv -f gl/unistr/.deps/libgl_la-u8-uctomb.Tpo gl/unistr/.deps/libgl_la-u8-uctomb.Plo
7931 mv -f gl/unistr/.deps/libgl_la-u8-strlen.Tpo gl/unistr/.deps/libgl_la-u8-strlen.Plo
7932 mv po/cs.po,tmp po/cs.po
7933 msgfmt -c po/de.po,tmp -o - > /dev/null
7934 mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-aux.Plo
7935 mv -f gl/unistr/.deps/libgl_la-u8-cmp.Tpo gl/unistr/.deps/libgl_la-u8-cmp.Plo
7936 mv -f gl/unistr/.deps/libgl_la-u8-uctomb-aux.Tpo gl/unistr/.deps/libgl_la-u8-uctomb-aux.Plo
7937 if test -e ../po/pt_BR.po,aux ; then \
7938 touch po/pt_BR.po,tmp ; \
7939 msgcat --use-first ../po/pt_BR.po,aux po/pt_BR.po,tmp -o po/pt_BR.po,tmp; \
7940 fi ;
7941 mv -f gl/unistr/.deps/libgl_la-u8-mbtouc.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc.Plo
7942 mv -f gl/unistr/.deps/libgl_la-u8-mbtoucr.Tpo gl/unistr/.deps/libgl_la-u8-mbtoucr.Plo
7943 mv -f gl/unistr/.deps/libgl_la-u8-strncat.Tpo gl/unistr/.deps/libgl_la-u8-strncat.Plo
7944 mv -f gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Tpo gl/unistr/.deps/libgl_la-u8-mbtouc-unsafe-aux.Plo
7945 msgfmt -c po/el.po,tmp -o - > /dev/null
7946 msgfmt -c po/nl.po,tmp -o - > /dev/null
7947 msgfmt -c po/sl.po,tmp -o - > /dev/null
7948 if test -e ../po/ar.po,aux ; then \
7949 touch po/ar.po,tmp ; \
7950 msgcat --use-first ../po/ar.po,aux po/ar.po,tmp -o po/ar.po,tmp; \
7951 fi ;
7952 msgfmt -c po/ta.po,tmp -o - > /dev/null
7953 mv po/uk.po,tmp po/uk.po
7954 msgfmt -c po/pt_BR.po,tmp -o - > /dev/null
7955 /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
7956 if test -e ../po/ja.po,aux ; then \
7957 touch po/ja.po,tmp ; \
7958 msgcat --use-first ../po/ja.po,aux po/ja.po,tmp -o po/ja.po,tmp; \
7959 fi ;
7960 if test -e ../po/gl.po,aux ; then \
7961 touch po/gl.po,tmp ; \
7962 msgcat --use-first ../po/gl.po,aux po/gl.po,tmp -o po/gl.po,tmp; \
7963 fi ;
7964 msgfmt -c po/ar.po,tmp -o - > /dev/null
7965 msgfmt -c po/ja.po,tmp -o - > /dev/null
7966 msgfmt -c po/gl.po,tmp -o - > /dev/null
7967 if test -e ../po/tr.po,aux ; then \
7968 touch po/tr.po,tmp ; \
7969 msgcat --use-first ../po/tr.po,aux po/tr.po,tmp -o po/tr.po,tmp; \
7970 fi ;
7971 msgfmt -c po/tr.po,tmp -o - > /dev/null
7972 if test -e ../po/pl.po,aux ; then \
7973 touch po/pl.po,tmp ; \
7974 msgcat --use-first ../po/pl.po,aux po/pl.po,tmp -o po/pl.po,tmp; \
7975 fi ;
7976 msgfmt -c po/pl.po,tmp -o - > /dev/null
7977 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
7978 if test -e ../po/lt.po,aux ; then \
7979 touch po/lt.po,tmp ; \
7980 msgcat --use-first ../po/lt.po,aux po/lt.po,tmp -o po/lt.po,tmp; \
7981 fi ;
7982 mv po/de.po,tmp po/de.po
7983 msgfmt -c po/lt.po,tmp -o - > /dev/null
7984 if test -e ../po/ru.po,aux ; then \
7985 touch po/ru.po,tmp ; \
7986 msgcat --use-first ../po/ru.po,aux po/ru.po,tmp -o po/ru.po,tmp; \
7987 fi ;
7988 msgfmt -c po/ru.po,tmp -o - > /dev/null
7989 if test -e ../po/hu.po,aux ; then \
7990 touch po/hu.po,tmp ; \
7991 msgcat --use-first ../po/hu.po,aux po/hu.po,tmp -o po/hu.po,tmp; \
7992 fi ;
7993 msgfmt -c po/hu.po,tmp -o - > /dev/null
7994 mv po/pt_BR.po,tmp po/pt_BR.po
7995 mv po/nl.po,tmp po/nl.po
7996 mv po/el.po,tmp po/el.po
7997 mv po/ar.po,tmp po/ar.po
7998 mv po/tr.po,tmp po/tr.po
7999 mv po/gl.po,tmp po/gl.po
8000 mv po/ta.po,tmp po/ta.po
8001 mv po/ja.po,tmp po/ja.po
8002 mv po/sl.po,tmp po/sl.po
8003 if test -e ../po/zh_CN.po,aux ; then \
8004 touch po/zh_CN.po,tmp ; \
8005 msgcat --use-first ../po/zh_CN.po,aux po/zh_CN.po,tmp -o po/zh_CN.po,tmp; \
8006 fi ;
8007 msgfmt -c po/zh_CN.po,tmp -o - > /dev/null
8008 mv po/pl.po,tmp po/pl.po
8009 mv -f src/libpspp/.deps/liblibpspp_la-str.Tpo src/libpspp/.deps/liblibpspp_la-str.Plo
8010 if test -e ../po/es.po,aux ; then \
8011 touch po/es.po,tmp ; \
8012 msgcat --use-first ../po/es.po,aux po/es.po,tmp -o po/es.po,tmp; \
8013 fi ;
8014 mv po/lt.po,tmp po/lt.po
8015 /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
8016 msgfmt -c po/es.po,tmp -o - > /dev/null
8017 mv po/hu.po,tmp po/hu.po
8018 mv po/ru.po,tmp po/ru.po
8019 if test -e ../po/fr.po,aux ; then \
8020 touch po/fr.po,tmp ; \
8021 msgcat --use-first ../po/fr.po,aux po/fr.po,tmp -o po/fr.po,tmp; \
8022 fi ;
8023 msgfmt -c po/fr.po,tmp -o - > /dev/null
8024 mv po/zh_CN.po,tmp po/zh_CN.po
8025 mv po/es.po,tmp po/es.po
8026 mv po/fr.po,tmp po/fr.po
8027 msgfmt --xml --template ../doc/org.gnu.pspp.metainfo.xml.in -o doc/org.gnu.pspp.metainfo.xml -d ../po || \
8028 msgfmt -L appdata --xml --template ../doc/org.gnu.pspp.metainfo.xml.in -o doc/org.gnu.pspp.metainfo.xml -d ../po
8029 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")
8030 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
8031 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")
8032 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
8033 mv -f src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Tpo src/output/spv/.deps/liboutput_la-spv-legacy-decoder.Plo
8034 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
8035 libtool: link: ranlib src/math/.libs/libpspp-math.a
8036 libtool: link: ranlib src/libpspp/.libs/liblibpspp.a
8037 libtool: link: rm -fr src/math/.libs/libpspp-math.lax
8038 libtool: link: ( cd "src/math/.libs" && rm -f "libpspp-math.la" && ln -s "../libpspp-math.la" "libpspp-math.la" )
8039 libtool: link: ( cd "src/libpspp/.libs" && rm -f "liblibpspp.la" && ln -s "../liblibpspp.la" "liblibpspp.la" )
8040 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -Wall -Wextra -Wwrite-strings -Wstrict-prototypes -Wpointer-arith -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
8041 mv -f src/output/spv/.deps/liboutput_la-light-binary-parser.Tpo src/output/spv/.deps/liboutput_la-light-binary-parser.Plo
8042 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
8043 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/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
8044 mv -f src/output/spv/.deps/liboutput_la-structure-xml-parser.Tpo src/output/spv/.deps/liboutput_la-structure-xml-parser.Plo
8045 mv -f src/data/.deps/libdata_la-sys-file-writer.Tpo src/data/.deps/libdata_la-sys-file-writer.Plo
8046 mv -f src/output/spv/.deps/liboutput_la-spv-writer.Tpo src/output/spv/.deps/liboutput_la-spv-writer.Plo
8047 mv -f src/output/.deps/liboutput_la-pivot-table.Tpo src/output/.deps/liboutput_la-pivot-table.Plo
8048 mv -f src/data/.deps/libdata_la-sys-file-reader.Tpo src/data/.deps/libdata_la-sys-file-reader.Plo
8049 /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
8050 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
8051 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
8052 libtool: compile: gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -I../gl -I./gl -DINSTALLDIR=\"/usr/local/bin\" -I../src -I../lib -Isrc -I../src/language/commands -I/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/expressions -I../src/language/expressions -Isrc -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/blkid -I/usr/include/pixman-1 -I/usr/include/libmount -I/usr/include/libxml2 -I/usr/include/fribidi -I/usr/include/sysprof-6 -pthread -I/usr/include/libpng16 -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
8053 libtool: link: ranlib src/data/.libs/libdata.a
8054 libtool: link: ( cd "src/data/.libs" && rm -f "libdata.la" && ln -s "../libdata.la" "libdata.la" )
8055 test -s ../tests/testsuite.tmp
8056 mv ../tests/testsuite.tmp ../tests/testsuite
8057 mv -f gl/.deps/libgl_la-c-vasnprintf.Tpo gl/.deps/libgl_la-c-vasnprintf.Plo
8058 /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-btowc.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-c32isalnum.lo gl/libgl_la-c32isalpha.lo gl/libgl_la-c32isblank.lo gl/libgl_la-c32iscntrl.lo gl/libgl_la-c32isdigit.lo gl/libgl_la-c32isgraph.lo gl/libgl_la-c32islower.lo gl/libgl_la-c32isprint.lo gl/libgl_la-c32ispunct.lo gl/libgl_la-c32isspace.lo gl/libgl_la-c32isupper.lo gl/libgl_la-c32isxdigit.lo gl/libgl_la-c32tolower.lo gl/libgl_la-c32width.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/libgl_la-exitfail.lo gl/libgl_la-fatal-signal.lo gl/libgl_la-fcntl.lo gl/libgl_la-fd-hook.lo gl/libgl_la-fseek.lo gl/libgl_la-fseeko.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/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/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-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-mbrtoc32.lo gl/libgl_la-mbrtowc.lo gl/libgl_la-mbsrtowcs.lo gl/libgl_la-memcasecmp.lo gl/libgl_la-memchr2.lo gl/libgl_la-memset_explicit.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/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_alnum.lo gl/unictype/libgl_la-ctype_alpha.lo gl/unictype/libgl_la-ctype_blank.lo gl/unictype/libgl_la-ctype_cntrl.lo gl/unictype/libgl_la-ctype_digit.lo gl/unictype/libgl_la-ctype_graph.lo gl/unictype/libgl_la-ctype_lower.lo gl/unictype/libgl_la-ctype_print.lo gl/unictype/libgl_la-ctype_punct.lo gl/unictype/libgl_la-ctype_space.lo gl/unictype/libgl_la-ctype_upper.lo gl/unictype/libgl_la-ctype_xdigit.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/asprintf.lo gl/fopen.lo gl/fprintf.lo gl/mbsrtowcs-state.lo gl/mktime.lo gl/printf.lo gl/printf-args.lo gl/printf-parse.lo gl/snprintf.lo gl/sprintf.lo gl/vasnprintf.lo gl/vasprintf.lo gl/vfprintf.lo gl/vprintf.lo gl/vsnprintf.lo gl/vsprintf.lo gl/ -lreadline -lgslcblas -lz -lm
8059 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-btowc.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-c32isalnum.o gl/.libs/libgl_la-c32isalpha.o gl/.libs/libgl_la-c32isblank.o gl/.libs/libgl_la-c32iscntrl.o gl/.libs/libgl_la-c32isdigit.o gl/.libs/libgl_la-c32isgraph.o gl/.libs/libgl_la-c32islower.o gl/.libs/libgl_la-c32isprint.o gl/.libs/libgl_la-c32ispunct.o gl/.libs/libgl_la-c32isspace.o gl/.libs/libgl_la-c32isupper.o gl/.libs/libgl_la-c32isxdigit.o gl/.libs/libgl_la-c32tolower.o gl/.libs/libgl_la-c32width.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/.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-fseek.o gl/.libs/libgl_la-fseeko.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/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/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-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-mbrtoc32.o gl/.libs/libgl_la-mbrtowc.o gl/.libs/libgl_la-mbsrtowcs.o gl/.libs/libgl_la-memcasecmp.o gl/.libs/libgl_la-memchr2.o gl/.libs/libgl_la-memset_explicit.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/.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_alnum.o gl/unictype/.libs/libgl_la-ctype_alpha.o gl/unictype/.libs/libgl_la-ctype_blank.o gl/unictype/.libs/libgl_la-ctype_cntrl.o gl/unictype/.libs/libgl_la-ctype_digit.o gl/unictype/.libs/libgl_la-ctype_graph.o gl/unictype/.libs/libgl_la-ctype_lower.o gl/unictype/.libs/libgl_la-ctype_print.o gl/unictype/.libs/libgl_la-ctype_punct.o gl/unictype/.libs/libgl_la-ctype_space.o gl/unictype/.libs/libgl_la-ctype_upper.o gl/unictype/.libs/libgl_la-ctype_xdigit.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/asprintf.o gl/.libs/fopen.o gl/.libs/fprintf.o gl/.libs/mbsrtowcs-state.o gl/.libs/mktime.o gl/.libs/printf.o gl/.libs/printf-args.o gl/.libs/printf-parse.o gl/.libs/snprintf.o gl/.libs/sprintf.o gl/.libs/vasnprintf.o gl/.libs/vasprintf.o gl/.libs/vfprintf.o gl/.libs/vprintf.o gl/.libs/vsnprintf.o gl/.libs/vsprintf.o
8060 libtool: link: ranlib gl/.libs/libgl.a
8061 libtool: link: ( cd "gl/.libs" && rm -f "libgl.la" && ln -s "../libgl.la" "libgl.la" )
8062 /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-g4c33fd -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
8063 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-g4c33fd.so -o src/.libs/libpspp-core-2.0.0-g4c33fd.so
8064 libtool: link: (cd "src/.libs" && rm -f "libpspp-core.so" && ln -s "libpspp-core-2.0.0-g4c33fd.so" "libpspp-core.so")
8065 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")
8066 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")
8067 libtool: link: (cd src/.libs/libpspp-core.lax/libgl.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/gl/.libs/libgl.a")
8068 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/asprintf.o src/.libs/libpspp-core.lax/libgl.a/fopen.o src/.libs/libpspp-core.lax/libgl.a/fprintf.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-btowc.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-c32isalnum.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isalpha.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isblank.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32iscntrl.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isdigit.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isgraph.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32islower.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isprint.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32ispunct.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isspace.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isupper.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32isxdigit.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32tolower.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-c32width.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_alnum.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_alpha.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_blank.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_cntrl.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_digit.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_graph.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_lower.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_print.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_punct.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_space.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_upper.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-ctype_xdigit.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-fseek.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-fseeko.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-mbrtoc32.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-mbrtowc.o src/.libs/libpspp-core.lax/libgl.a/libgl_la-mbsrtowcs.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-memset_explicit.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_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/mbsrtowcs-state.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/printf.o src/.libs/libpspp-core.lax/libgl.a/snprintf.o src/.libs/libpspp-core.lax/libgl.a/sprintf.o src/.libs/libpspp-core.lax/libgl.a/vasnprintf.o src/.libs/libpspp-core.lax/libgl.a/vasprintf.o src/.libs/libpspp-core.lax/libgl.a/vfprintf.o src/.libs/libpspp-core.lax/libgl.a/vprintf.o src/.libs/libpspp-core.lax/libgl.a/vsnprintf.o src/.libs/libpspp-core.lax/libgl.a/vsprintf.o
8069 libtool: link: ranlib src/.libs/libpspp-core.a
8070 mv -f src/output/spv/.deps/liboutput_la-detail-xml-parser.Tpo src/output/spv/.deps/liboutput_la-detail-xml-parser.Plo
8071 /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 -lgobject-2.0 -lharfbuzz -lglib-2.0 -lpango-1.0 -lcairo -lxml2 -lreadline -lgslcblas -lz -lm
8072 libtool: link: rm -fr src/.libs/libpspp-core.lax
8073 libtool: link: ( cd "src/.libs" && rm -f "libpspp-core.la" && ln -s "../libpspp-core.la" "libpspp-core.la" )
8074 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
8075 libtool: link: ranlib src/output/.libs/liboutput.a
8076 libtool: link: ( cd "src/output/.libs" && rm -f "liboutput.la" && ln -s "../liboutput.la" "liboutput.la" )
8077 /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
8078 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
8079 libtool: link: ranlib src/language/.libs/liblanguage.a
8080 libtool: link: ( cd "src/language/.libs" && rm -f "liblanguage.la" && ln -s "../liblanguage.la" "liblanguage.la" )
8081 /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -DGCC_LINT -release 2.0.0-g4c33fd -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
8082 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 -lgobject-2.0 -lharfbuzz -lglib-2.0 -lpango-1.0 -lcairo -lxml2 -lgsl -lreadline -lgslcblas -lz -lm -g -O2 -Wl,-soname -Wl,libpspp-2.0.0-g4c33fd.so -o src/.libs/libpspp-2.0.0-g4c33fd.so
8083 libtool: link: (cd "src/.libs" && rm -f "libpspp.so" && ln -s "libpspp-2.0.0-g4c33fd.so" "libpspp.so")
8084 libtool: link: (cd src/.libs/libpspp.lax/liblanguage.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/language/.libs/liblanguage.a")
8085 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")
8086 libtool: link: (cd src/.libs/libpspp.lax/liboutput.a && ar x "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/output/.libs/liboutput.a")
8087 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
8088 libtool: link: ranlib src/.libs/libpspp.a
8089 libtool: link: rm -fr src/.libs/libpspp.lax
8090 libtool: link: ( cd "src/.libs" && rm -f "libpspp.la" && ln -s "../libpspp.la" "libpspp.la" )
8091 /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 -lgobject-2.0 -lharfbuzz -lglib-2.0 -lpango-1.0 -lcairo -lreadline -lgsl -lgslcblas -lm -lreadline -lgslcblas -lz -lm
8092 /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 -lgobject-2.0 -lharfbuzz -lglib-2.0 -lpango-1.0 -lcairo -lreadline -lgslcblas -lz -lm
8093 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 -lgobject-2.0 -lharfbuzz -lglib-2.0 -lpango-1.0 -lcairo -lreadline -lgslcblas -lz -lm -Wl,-rpath -Wl,/usr/local/lib/pspp
8094 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 -lgobject-2.0 -lharfbuzz -lglib-2.0 -lpango-1.0 -lcairo -lgsl -lreadline -lgslcblas -lz -lm -Wl,-rpath -Wl,/usr/local/lib/pspp
8095 LANG=C of=`pwd`/doc/pspp-figures/aggregate.spv.tmp; (cd "../examples" \
8096 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/aggregate.sps -o $of -O format=spv)
8097 LANG=C of=`pwd`/doc/pspp-figures/autorecode.spv.tmp; (cd "../examples" \
8098 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/autorecode.sps -o $of -O format=spv)
8099 LANG=C of=`pwd`/doc/pspp-figures/chisquare.spv.tmp; (cd "../examples" \
8100 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/chisquare.sps -o $of -O format=spv)
8101 LANG=C of=`pwd`/doc/pspp-figures/compute.spv.tmp; (cd "../examples" \
8102 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/compute.sps -o $of -O format=spv)
8103 LANG=C of=`pwd`/doc/pspp-figures/count.spv.tmp; (cd "../examples" \
8104 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/count.sps -o $of -O format=spv)
8105 LANG=C of=`pwd`/doc/pspp-figures/ctables1.spv.tmp; (cd "../examples" \
8106 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables1.sps -o $of -O format=spv)
8107 LANG=C of=`pwd`/doc/pspp-figures/ctables2.spv.tmp; (cd "../examples" \
8108 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables2.sps -o $of -O format=spv)
8109 LANG=C of=`pwd`/doc/pspp-figures/ctables3.spv.tmp; (cd "../examples" \
8110 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables3.sps -o $of -O format=spv)
8111 LANG=C of=`pwd`/doc/pspp-figures/ctables4.spv.tmp; (cd "../examples" \
8112 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables4.sps -o $of -O format=spv)
8113 LANG=C of=`pwd`/doc/pspp-figures/ctables5.spv.tmp; (cd "../examples" \
8114 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables5.sps -o $of -O format=spv)
8115 LANG=C of=`pwd`/doc/pspp-figures/ctables6.spv.tmp; (cd "../examples" \
8116 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables6.sps -o $of -O format=spv)
8117 LANG=C of=`pwd`/doc/pspp-figures/ctables7.spv.tmp; (cd "../examples" \
8118 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables7.sps -o $of -O format=spv)
8119 LANG=C of=`pwd`/doc/pspp-figures/ctables8.spv.tmp; (cd "../examples" \
8120 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables8.sps -o $of -O format=spv)
8121 LANG=C of=`pwd`/doc/pspp-figures/ctables9.spv.tmp; (cd "../examples" \
8122 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables9.sps -o $of -O format=spv)
8123 LANG=C of=`pwd`/doc/pspp-figures/ctables10.spv.tmp; (cd "../examples" \
8124 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables10.sps -o $of -O format=spv)
8125 LANG=C of=`pwd`/doc/pspp-figures/ctables11.spv.tmp; (cd "../examples" \
8126 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables11.sps -o $of -O format=spv)
8127 LANG=C of=`pwd`/doc/pspp-figures/ctables12.spv.tmp; (cd "../examples" \
8128 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables12.sps -o $of -O format=spv)
8129 LANG=C of=`pwd`/doc/pspp-figures/ctables13.spv.tmp; (cd "../examples" \
8130 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables13.sps -o $of -O format=spv)
8131 LANG=C of=`pwd`/doc/pspp-figures/ctables14.spv.tmp; (cd "../examples" \
8132 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables14.sps -o $of -O format=spv)
8133 LANG=C of=`pwd`/doc/pspp-figures/ctables15.spv.tmp; (cd "../examples" \
8134 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables15.sps -o $of -O format=spv)
8135 LANG=C of=`pwd`/doc/pspp-figures/ctables16.spv.tmp; (cd "../examples" \
8136 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables16.sps -o $of -O format=spv)
8137 LANG=C of=`pwd`/doc/pspp-figures/ctables17.spv.tmp; (cd "../examples" \
8138 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables17.sps -o $of -O format=spv)
8139 LANG=C of=`pwd`/doc/pspp-figures/ctables18.spv.tmp; (cd "../examples" \
8140 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables18.sps -o $of -O format=spv)
8141 LANG=C of=`pwd`/doc/pspp-figures/ctables19.spv.tmp; (cd "../examples" \
8142 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables19.sps -o $of -O format=spv)
8143 LANG=C of=`pwd`/doc/pspp-figures/ctables20.spv.tmp; (cd "../examples" \
8144 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables20.sps -o $of -O format=spv)
8145 LANG=C of=`pwd`/doc/pspp-figures/ctables21.spv.tmp; (cd "../examples" \
8146 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables21.sps -o $of -O format=spv)
8147 LANG=C of=`pwd`/doc/pspp-figures/ctables22.spv.tmp; (cd "../examples" \
8148 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables22.sps -o $of -O format=spv)
8149 LANG=C of=`pwd`/doc/pspp-figures/ctables23.spv.tmp; (cd "../examples" \
8150 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables23.sps -o $of -O format=spv)
8151 LANG=C of=`pwd`/doc/pspp-figures/ctables24.spv.tmp; (cd "../examples" \
8152 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables24.sps -o $of -O format=spv)
8153 LANG=C of=`pwd`/doc/pspp-figures/ctables25.spv.tmp; (cd "../examples" \
8154 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables25.sps -o $of -O format=spv)
8155 LANG=C of=`pwd`/doc/pspp-figures/ctables26.spv.tmp; (cd "../examples" \
8156 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables26.sps -o $of -O format=spv)
8157 LANG=C of=`pwd`/doc/pspp-figures/ctables27.spv.tmp; (cd "../examples" \
8158 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables27.sps -o $of -O format=spv)
8159 LANG=C of=`pwd`/doc/pspp-figures/ctables28.spv.tmp; (cd "../examples" \
8160 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables28.sps -o $of -O format=spv)
8161 LANG=C of=`pwd`/doc/pspp-figures/ctables29.spv.tmp; (cd "../examples" \
8162 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables29.sps -o $of -O format=spv)
8163 LANG=C of=`pwd`/doc/pspp-figures/ctables30.spv.tmp; (cd "../examples" \
8164 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables30.sps -o $of -O format=spv)
8165 LANG=C of=`pwd`/doc/pspp-figures/ctables31.spv.tmp; (cd "../examples" \
8166 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables31.sps -o $of -O format=spv)
8167 LANG=C of=`pwd`/doc/pspp-figures/ctables32.spv.tmp; (cd "../examples" \
8168 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables32.sps -o $of -O format=spv)
8169 LANG=C of=`pwd`/doc/pspp-figures/ctables33.spv.tmp; (cd "../examples" \
8170 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables33.sps -o $of -O format=spv)
8171 LANG=C of=`pwd`/doc/pspp-figures/ctables34.spv.tmp; (cd "../examples" \
8172 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables34.sps -o $of -O format=spv)
8173 LANG=C of=`pwd`/doc/pspp-figures/ctables35.spv.tmp; (cd "../examples" \
8174 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables35.sps -o $of -O format=spv)
8175 LANG=C of=`pwd`/doc/pspp-figures/ctables36.spv.tmp; (cd "../examples" \
8176 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/ctables36.sps -o $of -O format=spv)
8177 LANG=C of=`pwd`/doc/pspp-figures/crosstabs.spv.tmp; (cd "../examples" \
8178 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/crosstabs.sps -o $of -O format=spv)
8179 LANG=C of=`pwd`/doc/pspp-figures/descriptives.spv.tmp; (cd "../examples" \
8180 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/descriptives.sps -o $of -O format=spv)
8181 LANG=C of=`pwd`/doc/pspp-figures/flip.spv.tmp; (cd "../examples" \
8182 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/flip.sps -o $of -O format=spv)
8183 LANG=C of=`pwd`/doc/pspp-figures/frequencies.spv.tmp; (cd "../examples" \
8184 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/frequencies.sps -o $of -O format=spv)
8185 LANG=C of=`pwd`/doc/pspp-figures/matrix-print.spv.tmp; (cd "../examples" \
8186 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/matrix-print.sps -o $of -O format=spv)
8187 LANG=C of=`pwd`/doc/pspp-figures/means.spv.tmp; (cd "../examples" \
8188 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/means.sps -o $of -O format=spv)
8189 LANG=C of=`pwd`/doc/pspp-figures/one-sample-t.spv.tmp; (cd "../examples" \
8190 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/one-sample-t.sps -o $of -O format=spv)
8191 LANG=C of=`pwd`/doc/pspp-figures/independent-samples-t.spv.tmp; (cd "../examples" \
8192 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/independent-samples-t.sps -o $of -O format=spv)
8193 LANG=C of=`pwd`/doc/pspp-figures/reliability.spv.tmp; (cd "../examples" \
8194 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/reliability.sps -o $of -O format=spv)
8195 LANG=C of=`pwd`/doc/pspp-figures/select-if.spv.tmp; (cd "../examples" \
8196 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/select-if.sps -o $of -O format=spv)
8197 LANG=C of=`pwd`/doc/pspp-figures/show-system.spv.tmp; (cd "../examples" \
8198 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/show-system.sps -o $of -O format=spv)
8199 LANG=C of=`pwd`/doc/pspp-figures/sort-cases.spv.tmp; (cd "../examples" \
8200 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/sort-cases.sps -o $of -O format=spv)
8201 LANG=C of=`pwd`/doc/pspp-figures/split.spv.tmp; (cd "../examples" \
8202 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/split.sps -o $of -O format=spv)
8203 LANG=C of=`pwd`/doc/pspp-figures/temporary.spv.tmp; (cd "../examples" \
8204 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/temporary.sps -o $of -O format=spv)
8205 LANG=C of=`pwd`/doc/pspp-figures/tutorial1.spv.tmp; (cd "../examples" \
8206 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial1.sps -o $of -O format=spv)
8207 LANG=C of=`pwd`/doc/pspp-figures/tutorial2.spv.tmp; (cd "../examples" \
8208 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial2.sps -o $of -O format=spv)
8209 LANG=C of=`pwd`/doc/pspp-figures/tutorial3.spv.tmp; (cd "../examples" \
8210 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial3.sps -o $of -O format=spv)
8211 LANG=C of=`pwd`/doc/pspp-figures/tutorial4.spv.tmp; (cd "../examples" \
8212 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial4.sps -o $of -O format=spv)
8213 LANG=C of=`pwd`/doc/pspp-figures/tutorial5.spv.tmp; (cd "../examples" \
8214 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial5.sps -o $of -O format=spv)
8215 LANG=C of=`pwd`/doc/pspp-figures/tutorial6.spv.tmp; (cd "../examples" \
8216 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial6.sps -o $of -O format=spv)
8217 LANG=C of=`pwd`/doc/pspp-figures/tutorial7.spv.tmp; (cd "../examples" \
8218 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/tutorial7.sps -o $of -O format=spv)
8219 LANG=C of=`pwd`/doc/pspp-figures/weight.spv.tmp; (cd "../examples" \
8220 && "/home/blp/tmp/pspptmp/master/source/pspp/_build/src/ui/terminal/pspp" ../doc/pspp-figures/weight.sps -o $of -O format=spv)
8221 mv doc/pspp-figures/compute.spv.tmp doc/pspp-figures/compute.spv
8222 mv doc/pspp-figures/autorecode.spv.tmp doc/pspp-figures/autorecode.spv
8223 mv doc/pspp-figures/chisquare.spv.tmp doc/pspp-figures/chisquare.spv
8224 LANG=C LSAN_OPTIONS="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
8225 LANG=C LSAN_OPTIONS="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
8226 LANG=C LSAN_OPTIONS="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
8227 mv doc/pspp-figures/aggregate.spv.tmp doc/pspp-figures/aggregate.spv
8228 mv doc/pspp-figures/ctables18.spv.tmp doc/pspp-figures/ctables18.spv
8229 LANG=C LSAN_OPTIONS="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
8230 mv doc/pspp-figures/count.spv.tmp doc/pspp-figures/count.spv
8231 mv doc/pspp-figures/ctables20.spv.tmp doc/pspp-figures/ctables20.spv
8232 LANG=C LSAN_OPTIONS="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
8233 LANG=C LSAN_OPTIONS="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
8234 LANG=C LSAN_OPTIONS="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
8235 mv doc/pspp-figures/ctables19.spv.tmp doc/pspp-figures/ctables19.spv
8236 mv doc/pspp-figures/ctables21.spv.tmp doc/pspp-figures/ctables21.spv
8237 LANG=C LSAN_OPTIONS="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
8238 LANG=C LSAN_OPTIONS="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
8239 mv doc/pspp-figures/ctables32.spv.tmp doc/pspp-figures/ctables32.spv
8240 mv doc/pspp-figures/crosstabs.spv.tmp doc/pspp-figures/crosstabs.spv
8241 LANG=C LSAN_OPTIONS="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
8242 mv doc/pspp-figures/ctables33.spv.tmp doc/pspp-figures/ctables33.spv
8243 mv doc/pspp-figures/descriptives.spv.tmp doc/pspp-figures/descriptives.spv
8244 mv doc/pspp-figures/matrix-print.spv.tmp doc/pspp-figures/matrix-print.spv
8245 mv doc/pspp-figures/means.spv.tmp doc/pspp-figures/means.spv
8246 mv doc/pspp-figures/ctables3.spv.tmp doc/pspp-figures/ctables3.spv
8247 mv doc/pspp-figures/select-if.spv.tmp doc/pspp-figures/select-if.spv
8248 mv doc/pspp-figures/show-system.spv.tmp doc/pspp-figures/show-system.spv
8249 LANG=C LSAN_OPTIONS="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
8250 mv doc/pspp-figures/one-sample-t.spv.tmp doc/pspp-figures/one-sample-t.spv
8251 LANG=C LSAN_OPTIONS="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
8252 mv doc/pspp-figures/tutorial1.spv.tmp doc/pspp-figures/tutorial1.spv
8253 LANG=C LSAN_OPTIONS="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
8254 mv doc/pspp-figures/ctables34.spv.tmp doc/pspp-figures/ctables34.spv
8255 mv doc/pspp-figures/flip.spv.tmp doc/pspp-figures/flip.spv
8256 mv doc/pspp-figures/independent-samples-t.spv.tmp doc/pspp-figures/independent-samples-t.spv
8257 mv doc/pspp-figures/temporary.spv.tmp doc/pspp-figures/temporary.spv
8258 mv doc/pspp-figures/frequencies.spv.tmp doc/pspp-figures/frequencies.spv
8259 LANG=C LSAN_OPTIONS="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
8260 LANG=C LSAN_OPTIONS="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
8261 mv doc/pspp-figures/ctables8.spv.tmp doc/pspp-figures/ctables8.spv
8262 mv doc/pspp-figures/ctables11.spv.tmp doc/pspp-figures/ctables11.spv
8263 mv doc/pspp-figures/ctables6.spv.tmp doc/pspp-figures/ctables6.spv
8264 mv doc/pspp-figures/reliability.spv.tmp doc/pspp-figures/reliability.spv
8265 mv doc/pspp-figures/ctables7.spv.tmp doc/pspp-figures/ctables7.spv
8266 mv doc/pspp-figures/split.spv.tmp doc/pspp-figures/split.spv
8267 mv doc/pspp-figures/tutorial2.spv.tmp doc/pspp-figures/tutorial2.spv
8268 mv doc/pspp-figures/tutorial4.spv.tmp doc/pspp-figures/tutorial4.spv
8269 mv doc/pspp-figures/tutorial3.spv.tmp doc/pspp-figures/tutorial3.spv
8270 mv doc/pspp-figures/tutorial5.spv.tmp doc/pspp-figures/tutorial5.spv
8271 mv doc/pspp-figures/tutorial7.spv.tmp doc/pspp-figures/tutorial7.spv
8272 mv doc/pspp-figures/weight.spv.tmp doc/pspp-figures/weight.spv
8273 LANG=C LSAN_OPTIONS="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
8274 LANG=C LSAN_OPTIONS="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
8275 LANG=C LSAN_OPTIONS="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
8276 LANG=C LSAN_OPTIONS="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
8277 mv doc/pspp-figures/ctables15.spv.tmp doc/pspp-figures/ctables15.spv
8278 LANG=C LSAN_OPTIONS="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
8279 mv doc/pspp-figures/sort-cases.spv.tmp doc/pspp-figures/sort-cases.spv
8280 LANG=C LSAN_OPTIONS="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
8281 mv doc/pspp-figures/ctables1.spv.tmp doc/pspp-figures/ctables1.spv
8282 mv doc/pspp-figures/ctables12.spv.tmp doc/pspp-figures/ctables12.spv
8283 mv doc/pspp-figures/ctables5.spv.tmp doc/pspp-figures/ctables5.spv
8284 mv doc/pspp-figures/ctables9.spv.tmp doc/pspp-figures/ctables9.spv
8285 mv doc/pspp-figures/ctables14.spv.tmp doc/pspp-figures/ctables14.spv
8286 mv doc/pspp-figures/ctables16.spv.tmp doc/pspp-figures/ctables16.spv
8287 mv doc/pspp-figures/ctables23.spv.tmp doc/pspp-figures/ctables23.spv
8288 mv doc/pspp-figures/ctables24.spv.tmp doc/pspp-figures/ctables24.spv
8289 mv doc/pspp-figures/tutorial6.spv.tmp doc/pspp-figures/tutorial6.spv
8290 LANG=C LSAN_OPTIONS="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
8291 LANG=C LSAN_OPTIONS="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
8292 LANG=C LSAN_OPTIONS="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
8293 LANG=C LSAN_OPTIONS="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
8294 mv doc/pspp-figures/ctables27.spv.tmp doc/pspp-figures/ctables27.spv
8295 LANG=C LSAN_OPTIONS="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
8296 mv doc/pspp-figures/ctables17.spv.tmp doc/pspp-figures/ctables17.spv
8297 LANG=C LSAN_OPTIONS="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
8298 LANG=C LSAN_OPTIONS="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
8299 LANG=C LSAN_OPTIONS="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
8300 mv doc/pspp-figures/ctables22.spv.tmp doc/pspp-figures/ctables22.spv
8301 LANG=C LSAN_OPTIONS="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
8302 mv doc/pspp-figures/ctables26.spv.tmp doc/pspp-figures/ctables26.spv
8303 mv doc/pspp-figures/ctables13.spv.tmp doc/pspp-figures/ctables13.spv
8304 mv doc/pspp-figures/ctables25.spv.tmp doc/pspp-figures/ctables25.spv
8305 mv doc/pspp-figures/ctables29.spv.tmp doc/pspp-figures/ctables29.spv
8306 mv doc/pspp-figures/ctables30.spv.tmp doc/pspp-figures/ctables30.spv
8307 mv doc/pspp-figures/ctables36.spv.tmp doc/pspp-figures/ctables36.spv
8308 LANG=C LSAN_OPTIONS="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'
8309 LANG=C LSAN_OPTIONS="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'
8310 LANG=C LSAN_OPTIONS="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
8311 mv doc/pspp-figures/ctables2.spv.tmp doc/pspp-figures/ctables2.spv
8312 mv doc/pspp-figures/ctables4.spv.tmp doc/pspp-figures/ctables4.spv
8313 LANG=C LSAN_OPTIONS="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
8314 mv doc/pspp-figures/ctables10.spv.tmp doc/pspp-figures/ctables10.spv
8315 LANG=C LSAN_OPTIONS="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
8316 LANG=C LSAN_OPTIONS="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
8317 mv doc/pspp-figures/ctables31.spv.tmp doc/pspp-figures/ctables31.spv
8318 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/aggregate.txt > doc/pspp-figures/aggregate.texi
8319 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/autorecode.txt > doc/pspp-figures/autorecode.texi
8320 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/chisquare.txt > doc/pspp-figures/chisquare.texi
8321 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/compute.txt > doc/pspp-figures/compute.texi
8322 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/count.txt > doc/pspp-figures/count.texi
8323 LANG=C LSAN_OPTIONS="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
8324 LANG=C LSAN_OPTIONS="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
8325 mv doc/pspp-figures/ctables28.spv.tmp doc/pspp-figures/ctables28.spv
8326 LANG=C LSAN_OPTIONS="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
8327 LANG=C LSAN_OPTIONS="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
8328 LANG=C LSAN_OPTIONS="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
8329 LANG=C LSAN_OPTIONS="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
8330 LANG=C LSAN_OPTIONS="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
8331 LANG=C LSAN_OPTIONS="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
8332 LANG=C LSAN_OPTIONS="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
8333 LANG=C LSAN_OPTIONS="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
8334 LANG=C LSAN_OPTIONS="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
8335 mv doc/pspp-figures/ctables35.spv.tmp doc/pspp-figures/ctables35.spv
8336 LANG=C LSAN_OPTIONS="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
8337 LANG=C LSAN_OPTIONS="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
8338 LANG=C LSAN_OPTIONS="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
8339 LANG=C LSAN_OPTIONS="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
8340 LANG=C LSAN_OPTIONS="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
8341 LANG=C LSAN_OPTIONS="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
8342 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables18.txt > doc/pspp-figures/ctables18.texi
8343 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables19.txt > doc/pspp-figures/ctables19.texi
8344 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables20.txt > doc/pspp-figures/ctables20.texi
8345 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables21.txt > doc/pspp-figures/ctables21.texi
8346 LANG=C LSAN_OPTIONS="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
8347 LANG=C LSAN_OPTIONS="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
8348 LANG=C LSAN_OPTIONS="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
8349 LANG=C LSAN_OPTIONS="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
8350 LANG=C LSAN_OPTIONS="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
8351 LANG=C LSAN_OPTIONS="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
8352 LANG=C LSAN_OPTIONS="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
8353 LANG=C LSAN_OPTIONS="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
8354 LANG=C LSAN_OPTIONS="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
8355 LANG=C LSAN_OPTIONS="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
8356 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables32.txt > doc/pspp-figures/ctables32.texi
8357 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables33.txt > doc/pspp-figures/ctables33.texi
8358 LANG=C LSAN_OPTIONS="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
8359 LANG=C LSAN_OPTIONS="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
8360 LANG=C LSAN_OPTIONS="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
8361 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/crosstabs.txt > doc/pspp-figures/crosstabs.texi
8362 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/descriptives.txt > doc/pspp-figures/descriptives.texi
8363 LANG=C LSAN_OPTIONS="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
8364 LANG=C LSAN_OPTIONS="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
8365 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/matrix-print.txt > doc/pspp-figures/matrix-print.texi
8366 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/means.txt > doc/pspp-figures/means.texi
8367 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/one-sample-t.txt > doc/pspp-figures/one-sample-t.texi
8368 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/independent-samples-t.txt > doc/pspp-figures/independent-samples-t.texi
8369 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/reliability.txt > doc/pspp-figures/reliability.texi
8370 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/select-if.txt > doc/pspp-figures/select-if.texi
8371 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/show-system.txt > doc/pspp-figures/show-system.texi
8372 LANG=C LSAN_OPTIONS="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
8373 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/split.txt > doc/pspp-figures/split.texi
8374 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/temporary.txt > doc/pspp-figures/temporary.texi
8375 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial1.txt > doc/pspp-figures/tutorial1.texi
8376 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2.txt > doc/pspp-figures/tutorial2.texi
8377 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial3.txt > doc/pspp-figures/tutorial3.texi
8378 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial4.txt > doc/pspp-figures/tutorial4.texi
8379 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5.txt > doc/pspp-figures/tutorial5.texi
8380 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial6.txt > doc/pspp-figures/tutorial6.texi
8381 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7.txt > doc/pspp-figures/tutorial7.texi
8382 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/weight.txt > doc/pspp-figures/weight.texi
8383 LANG=C LSAN_OPTIONS="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
8384 LANG=C LSAN_OPTIONS="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
8385 LANG=C LSAN_OPTIONS="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
8386 LANG=C LSAN_OPTIONS="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
8387 LANG=C LSAN_OPTIONS="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
8388 LANG=C LSAN_OPTIONS="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
8389 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables1.txt > doc/pspp-figures/ctables1.texi
8390 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables2.txt > doc/pspp-figures/ctables2.texi
8391 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables5.txt > doc/pspp-figures/ctables5.texi
8392 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables3.txt > doc/pspp-figures/ctables3.texi
8393 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables6.txt > doc/pspp-figures/ctables6.texi
8394 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables7.txt > doc/pspp-figures/ctables7.texi
8395 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables14.txt > doc/pspp-figures/ctables14.texi
8396 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables4.txt > doc/pspp-figures/ctables4.texi
8397 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables10.txt > doc/pspp-figures/ctables10.texi
8398 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables8.txt > doc/pspp-figures/ctables8.texi
8399 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables11.txt > doc/pspp-figures/ctables11.texi
8400 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables15.txt > doc/pspp-figures/ctables15.texi
8401 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables9.txt > doc/pspp-figures/ctables9.texi
8402 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables12.txt > doc/pspp-figures/ctables12.texi
8403 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables17.txt > doc/pspp-figures/ctables17.texi
8404 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables16.txt > doc/pspp-figures/ctables16.texi
8405 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables13.txt > doc/pspp-figures/ctables13.texi
8406 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables23.txt > doc/pspp-figures/ctables23.texi
8407 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables25.txt > doc/pspp-figures/ctables25.texi
8408 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables22.txt > doc/pspp-figures/ctables22.texi
8409 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables24.txt > doc/pspp-figures/ctables24.texi
8410 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables26.txt > doc/pspp-figures/ctables26.texi
8411 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables27.txt > doc/pspp-figures/ctables27.texi
8412 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables28.txt > doc/pspp-figures/ctables28.texi
8413 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables29.txt > doc/pspp-figures/ctables29.texi
8414 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables34.txt > doc/pspp-figures/ctables34.texi
8415 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables30.txt > doc/pspp-figures/ctables30.texi
8416 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables35.txt > doc/pspp-figures/ctables35.texi
8417 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/flip.txt > doc/pspp-figures/flip.texi
8418 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables31.txt > doc/pspp-figures/ctables31.texi
8419 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/ctables36.txt > doc/pspp-figures/ctables36.texi
8420 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/frequencies.txt > doc/pspp-figures/frequencies.texi
8421 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/sort-cases.txt > doc/pspp-figures/sort-cases.texi
8422 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5b.txt > doc/pspp-figures/tutorial5b.texi
8423 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2b.txt > doc/pspp-figures/tutorial2b.texi
8424 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial5a.txt > doc/pspp-figures/tutorial5a.texi
8425 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial2a.txt > doc/pspp-figures/tutorial2a.texi
8426 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7a.txt > doc/pspp-figures/tutorial7a.texi
8427 /usr/bin/sed -e 's/@/@@/g' doc/pspp-figures/tutorial7b.txt > doc/pspp-figures/tutorial7b.texi
8428 /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --docbook \
8429 -I doc -I ../doc ../doc/pspp.texi -o doc/pspp.xml
8430 if test -d "pspp-2.0.0-g4c33fd"; then find "pspp-2.0.0-g4c33fd" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-2.0.0-g4c33fd" || { sleep 5 && rm -rf "pspp-2.0.0-g4c33fd"; }; else :; fi
8431 test -d "pspp-2.0.0-g4c33fd" || mkdir "pspp-2.0.0-g4c33fd"
8432 (cd po && make top_distdir=../pspp-2.0.0-g4c33fd distdir=../pspp-2.0.0-g4c33fd/po \
8433 am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
8434 make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build/po'
8435 make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build/po'
8436 make \
8437 top_distdir="pspp-2.0.0-g4c33fd" distdir="pspp-2.0.0-g4c33fd" \
8438 dist-info dist-hook
8439 make[3]: Entering directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
8440 if test -d ../.git; then \
8441 ../build-aux/gitlog-to-changelog --since=2008-07-27 --srcdir=.. \
8442 > pspp-2.0.0-g4c33fd/cl-t || exit 1; \
8443 rm -f pspp-2.0.0-g4c33fd/ChangeLog; \
8444 mv pspp-2.0.0-g4c33fd/cl-t pspp-2.0.0-g4c33fd/ChangeLog; \
8445 fi
8446 restore=: && backupdir=".am$$" && \
8447 rm -rf $backupdir && mkdir $backupdir && \
8448 if (/bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \
8449 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 \
8450 if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
8451 done; \
8452 else :; fi && \
8453 if /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo -I doc -I ../doc \
8454 -o doc/pspp-dev.info `test -f 'doc/pspp-dev.texi' || echo '../'`doc/pspp-dev.texi; \
8455 then \
8456 rc=0; \
8457 else \
8458 rc=$?; \
8459 $restore $backupdir/* `echo "./doc/pspp-dev.info" | sed 's|[^/]*$||'`; \
8460 fi; \
8461 rm -rf $backupdir; exit $rc
8462 LANG=C LSAN_OPTIONS="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
8463 LANG=C LSAN_OPTIONS="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
8464 LANG=C LSAN_OPTIONS="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
8465 LANG=C LSAN_OPTIONS="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
8466 LANG=C LSAN_OPTIONS="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
8467 LANG=C LSAN_OPTIONS="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
8468 LANG=C LSAN_OPTIONS="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
8469 LANG=C LSAN_OPTIONS="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
8470 LANG=C LSAN_OPTIONS="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
8471 LANG=C LSAN_OPTIONS="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
8472 LANG=C LSAN_OPTIONS="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
8473 cp ../perl-module/Changes perl-module
8474 LANG=C LSAN_OPTIONS="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
8475 LANG=C LSAN_OPTIONS="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
8476 LANG=C LSAN_OPTIONS="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
8477 LANG=C LSAN_OPTIONS="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
8478 LANG=C LSAN_OPTIONS="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
8479 LANG=C LSAN_OPTIONS="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
8480 LANG=C LSAN_OPTIONS="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
8481 LANG=C LSAN_OPTIONS="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
8482 LANG=C LSAN_OPTIONS="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
8483 LANG=C LSAN_OPTIONS="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
8484 LANG=C LSAN_OPTIONS="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
8485 LANG=C LSAN_OPTIONS="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
8486 LANG=C LSAN_OPTIONS="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
8487 LANG=C LSAN_OPTIONS="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
8488 LANG=C LSAN_OPTIONS="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
8489 LANG=C LSAN_OPTIONS="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
8490 LANG=C LSAN_OPTIONS="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
8491 LANG=C LSAN_OPTIONS="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
8492 LANG=C LSAN_OPTIONS="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
8493 cp ../perl-module/COPYING perl-module
8494 LANG=C LSAN_OPTIONS="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
8495 LANG=C LSAN_OPTIONS="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
8496 LANG=C LSAN_OPTIONS="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
8497 LANG=C LSAN_OPTIONS="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
8498 LANG=C LSAN_OPTIONS="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
8499 LANG=C LSAN_OPTIONS="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
8500 LANG=C LSAN_OPTIONS="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
8501 LANG=C LSAN_OPTIONS="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
8502 LANG=C LSAN_OPTIONS="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
8503 LANG=C LSAN_OPTIONS="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
8504 LANG=C LSAN_OPTIONS="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
8505 LANG=C LSAN_OPTIONS="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
8506 LANG=C LSAN_OPTIONS="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
8507 LANG=C LSAN_OPTIONS="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
8508 LANG=C LSAN_OPTIONS="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
8509 LANG=C LSAN_OPTIONS="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
8510 LANG=C LSAN_OPTIONS="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
8511 LANG=C LSAN_OPTIONS="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
8512 cp ../perl-module/Examples.pod perl-module
8513 LANG=C LSAN_OPTIONS="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
8514 LANG=C LSAN_OPTIONS="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
8515 LANG=C LSAN_OPTIONS="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
8516 LANG=C LSAN_OPTIONS="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
8517 LANG=C LSAN_OPTIONS="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
8518 LANG=C LSAN_OPTIONS="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
8519 LANG=C LSAN_OPTIONS="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
8520 LANG=C LSAN_OPTIONS="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
8521 LANG=C LSAN_OPTIONS="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
8522 LANG=C LSAN_OPTIONS="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
8523 LANG=C LSAN_OPTIONS="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
8524 LANG=C LSAN_OPTIONS="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
8525 LANG=C LSAN_OPTIONS="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
8526 LANG=C LSAN_OPTIONS="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
8527 LANG=C LSAN_OPTIONS="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
8528 LANG=C LSAN_OPTIONS="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
8529 LANG=C LSAN_OPTIONS="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
8530 cp ../perl-module/Makefile.PL perl-module
8531 LANG=C LSAN_OPTIONS="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
8532 LANG=C LSAN_OPTIONS="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
8533 LANG=C LSAN_OPTIONS="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
8534 LANG=C LSAN_OPTIONS="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
8535 cp ../perl-module/MANIFEST perl-module
8536 cp ../perl-module/ppport.h perl-module
8537 cp ../perl-module/PSPP.xs perl-module
8538 cp ../perl-module/README perl-module
8539 cp ../perl-module/typemap perl-module
8540 cp ../perl-module/t/Pspp.t perl-module/t
8541 restore=: && backupdir=".am$$" && \
8542 rm -rf $backupdir && mkdir $backupdir && \
8543 if (/bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo --version) >/dev/null 2>&1; then \
8544 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 \
8545 if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
8546 done; \
8547 else :; fi && \
8548 if /bin/sh '/home/blp/tmp/pspptmp/master/source/pspp/build-aux/missing' makeinfo -I doc -I ../doc \
8549 -o doc/pspp.info `test -f 'doc/pspp.texi' || echo '../'`doc/pspp.texi; \
8550 then \
8551 rc=0; \
8552 else \
8553 rc=$?; \
8554 $restore $backupdir/* `echo "./doc/pspp.info" | sed 's|[^/]*$||'`; \
8555 fi; \
8556 rm -rf $backupdir; exit $rc
8557 make[3]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
8558 test -n "" \
8559 || find "pspp-2.0.0-g4c33fd" -type d ! -perm -755 \
8560 -exec chmod u+rwx,go+rx {} \; -o \
8561 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
8562 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
8563 ! -type d ! -perm -444 -exec /bin/sh /home/blp/tmp/pspptmp/master/source/pspp/build-aux/install-sh -c -m a+r {} {} \; \
8564 || chmod -R a+r "pspp-2.0.0-g4c33fd"
8565 make[2]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
8566 tardir=pspp-2.0.0-g4c33fd && tar --format=ustar -chf - "$tardir" | eval GZIP= gzip --best -c >pspp-2.0.0-g4c33fd.tar.gz
8567 make[1]: Leaving directory '/home/blp/tmp/pspptmp/master/source/pspp/_build'
8568 if test -d "pspp-2.0.0-g4c33fd"; then find "pspp-2.0.0-g4c33fd" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pspp-2.0.0-g4c33fd" || { sleep 5 && rm -rf "pspp-2.0.0-g4c33fd"; }; else :; fi
8570 Saving source distribution: pspp-2.0.0-g4c33fd.tar.gz
8571 cp -R pspp/_build/pspp-2.0.0-g4c33fd.tar.gz /home/blp/tmp/pspptmp/master/source/results/pspp-2.0.0-g4c33fd.tar.gz
8572 rm pspp/_build/pspp-2.0.0-g4c33fd.tar.gz
8574 Saving translation templates: pspp.pot
8575 cp -R pspp/_build/po/pspp.pot /home/blp/tmp/pspptmp/master/source/results/pspp.pot
8577 Build examples for user manual
8578 cd pspp/_build && make -j$(nproc) figure-spvs figure-txts figure-texis figure-htmls
8579 make: Nothing to be done for 'figure-txts'.
8580 make: Nothing to be done for 'figure-texis'.
8581 LANG=C LSAN_OPTIONS="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
8582 LANG=C LSAN_OPTIONS="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
8583 LANG=C LSAN_OPTIONS="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
8584 LANG=C LSAN_OPTIONS="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
8585 LANG=C LSAN_OPTIONS="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
8586 LANG=C LSAN_OPTIONS="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
8587 LANG=C LSAN_OPTIONS="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
8588 LANG=C LSAN_OPTIONS="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
8589 LANG=C LSAN_OPTIONS="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
8590 LANG=C LSAN_OPTIONS="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
8591 LANG=C LSAN_OPTIONS="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
8592 LANG=C LSAN_OPTIONS="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
8593 LANG=C LSAN_OPTIONS="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
8594 LANG=C LSAN_OPTIONS="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
8595 LANG=C LSAN_OPTIONS="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
8596 LANG=C LSAN_OPTIONS="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
8597 LANG=C LSAN_OPTIONS="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
8598 LANG=C LSAN_OPTIONS="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
8599 LANG=C LSAN_OPTIONS="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
8600 LANG=C LSAN_OPTIONS="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
8601 LANG=C LSAN_OPTIONS="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
8602 LANG=C LSAN_OPTIONS="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
8603 LANG=C LSAN_OPTIONS="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
8604 LANG=C LSAN_OPTIONS="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
8605 LANG=C LSAN_OPTIONS="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
8606 LANG=C LSAN_OPTIONS="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
8607 LANG=C LSAN_OPTIONS="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
8608 LANG=C LSAN_OPTIONS="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
8609 LANG=C LSAN_OPTIONS="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
8610 LANG=C LSAN_OPTIONS="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
8611 LANG=C LSAN_OPTIONS="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
8612 LANG=C LSAN_OPTIONS="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
8613 LANG=C LSAN_OPTIONS="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
8614 LANG=C LSAN_OPTIONS="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
8615 LANG=C LSAN_OPTIONS="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
8616 LANG=C LSAN_OPTIONS="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
8617 LANG=C LSAN_OPTIONS="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
8618 LANG=C LSAN_OPTIONS="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
8619 LANG=C LSAN_OPTIONS="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
8620 LANG=C LSAN_OPTIONS="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
8621 LANG=C LSAN_OPTIONS="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
8622 LANG=C LSAN_OPTIONS="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
8623 LANG=C LSAN_OPTIONS="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
8624 LANG=C LSAN_OPTIONS="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
8625 LANG=C LSAN_OPTIONS="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
8626 LANG=C LSAN_OPTIONS="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
8627 LANG=C LSAN_OPTIONS="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
8628 LANG=C LSAN_OPTIONS="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
8629 LANG=C LSAN_OPTIONS="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
8630 LANG=C LSAN_OPTIONS="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
8631 LANG=C LSAN_OPTIONS="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
8632 LANG=C LSAN_OPTIONS="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
8633 LANG=C LSAN_OPTIONS="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
8634 LANG=C LSAN_OPTIONS="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
8635 LANG=C LSAN_OPTIONS="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
8636 LANG=C LSAN_OPTIONS="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
8637 LANG=C LSAN_OPTIONS="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
8638 LANG=C LSAN_OPTIONS="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
8639 LANG=C LSAN_OPTIONS="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
8640 LANG=C LSAN_OPTIONS="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
8641 LANG=C LSAN_OPTIONS="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
8642 LANG=C LSAN_OPTIONS="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
8643 LANG=C LSAN_OPTIONS="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
8644 LANG=C LSAN_OPTIONS="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
8645 LANG=C LSAN_OPTIONS="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
8646 LANG=C LSAN_OPTIONS="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
8647 LANG=C LSAN_OPTIONS="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
8648 LANG=C LSAN_OPTIONS="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
8649 LANG=C LSAN_OPTIONS="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
8651 Build user manual
8652 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"
8653 Generating output formats for doc/pspp.texi
8654 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")
8655 Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout -I 'doc' -I '_build/doc' "doc/pspp.texi")
8656 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=etex)
8657 restricted \write18 enabled.
8658 entering extended mode
8659 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
8660 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
8661 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
8662 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
8663 cross references, insertions,
8664 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
8665 This is `epsf.tex' v2.7.4 <14 February 2011>
8666 ) localization, formatting, microtype, and turning on texinfo input format.)
8667 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2] [-1]
8668 (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
8669 Writing index file pspp.cp
8670 Cross reference values unknown; you must run TeX again.)
8671 (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
8672 (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
8673 [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
8674 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
8675 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
8676 Underfull \hbox (badness 7832) in paragraph at lines 2--7
8677 []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
8678 rec-tory
8679 [12]
8680 Writing index file pspp.vr
8681 [13]
8682 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
8683 i) [14]
8684 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
8685 xi) [15]
8686 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
8687 xi) [16]
8688 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
8689 i [17])
8690 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
8691 i [18])
8692 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
8693 xi [19])
8694 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
8695 xi) [20] [21]
8696 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
8697 i [22])
8698 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
8699 xi [23])
8700 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
8701 xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
8702 [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
8703 [39] [40] [41] [42])
8704 (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
8705 [43] [44] [45]
8706 Writing index file pspp.fn
8707 [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
8708 (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
8709 [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
8710 [77] [78]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
8711 [79] [80] [81] [82] [83]
8712 Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
8713 [] @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
8714 asswd=xxxx'[]
8715 [84] [85]
8716 Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
8717 []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
8718 Type"[]
8719 [86]
8720 Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
8721 []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
8722 "' /ESCAPE[]
8723 [87] [88] [89] [90] [91] [92])
8724 (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
8725 [93] [94] [95] [96] [97])
8726 (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
8727 [98] [99] [100] [101] [102] [103] [104] [105] [106] [107])
8728 (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
8729 [108] [109] [110] [111]
8730 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
8731 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
8732 i) [112]
8733 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
8734 (screenshots/autorecode-hc.eps
8735 )
8736
8737 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8738 []
8739 [113]
8740 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
8741 xi) [114] [115]
8742 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
8743 (screenshots/compute-hc.eps
8744 )
8745
8746 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8747 []
8748 [116]
8749 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
8750 [117] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
8751 (screenshots/count-hc.eps
8752 )
8753
8754 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8755 []
8756 [118]
8757 (screenshots/count-define-hc.eps
8758 )
8759
8760 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8761 []
8762 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
8763 [119] [120] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
8764 ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
8765 [121] [122] [123] [124] [125]
8766 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
8767 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
8768 xi) [126]
8769 (screenshots/sort-simple-hc.eps
8770 )
8771
8772 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8773 []
8774 [127]
8775 (screenshots/sort-hc.eps
8776 )
8777
8778 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8779 []
8780 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
8781 [128] [129] [130]
8782 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
8783 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
8784 i) [131] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
8785 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
8786 [132]
8787 (screenshots/split-status-bar-hc.eps
8788 )
8789
8790 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8791 []
8792 [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
8793
8794 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
8795 i) [134] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
8796 [135]
8797 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
8798 (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
8799 [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147]
8800 [148] [149]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
8801 Chapter 15 [150]
8802 Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
8803 [] @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
8804 RTOSIS,SKEWNESS,[]
8805
8806 Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
8807 [] @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
8808 @textsy g$[]
8809 [151]
8810 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
8811 (screenshots/descriptives-hc.eps
8812 )
8813
8814 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8815 []
8816 [152]
8817 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
8818 texi) [153]
8819 Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
8820 [] @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
8821 DE,STDDEV,VARIANCE,[]
8822 [154] [155]
8823 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
8824 (screenshots/frequencies-hc.eps
8825 )
8826
8827 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8828 []
8829 [156]
8830 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
8831 exi)
8832 Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
8833 [] @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
8834 LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[]
8835 [157] [158] [159] [160] [161]
8836 Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
8837 [] @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
8838 SIDUAL,SRESIDUAL,[]
8839 [162] [163] [164]
8840 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
8841 (screenshots/crosstabs-hc.eps
8842 )
8843
8844 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8845 []
8846 [165]
8847 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
8848 i) [166]
8849 Overfull \vbox (155.12915pt too high) has occurred while \output is active
8850 [167] [168]
8851 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
8852 )
8853 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
8854 [169])
8855 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
8856 )
8857 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
8858 [170])
8859 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
8860 )
8861 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
8862 [171])
8863 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
8864 )
8865 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
8866 ) [172]
8867 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
8868 [173])
8869 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
8870 i)
8871 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
8872 i [174])
8873 Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
8874 @textrm Encloses neg-a-tive num-bers in
8875
8876 Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
8877 []@texttt (42.96%)[]|
8878
8879 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
8880 i [175]) [176]
8881 Overfull \hbox (58.18988pt too wide) in paragraph at lines 1334--29
8882 []@textrm The fol-low-ing shows how the out-put for the ta-ble ex-pres-sion @te
8883 xttt hasBeenPassengerOfDesignatedDriver
8884
8885 Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
8886 @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
8887 hAlcohol
8888
8889 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
8890 i [177]) [178]
8891 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
8892 i)
8893 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
8894 i [179])
8895 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
8896 i)
8897 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
8898 i) [180]
8899 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
8900 i) [181]
8901 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
8902 i)
8903 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
8904 i [182])
8905 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
8906 i [183]) [184]
8907 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
8908 []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
8909 2, 3].[]
8910
8911 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
8912 i) [185]
8913 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
8914 i)
8915 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
8916 [] @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
8917 tal',[]
8918
8919 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
8920 [] @texttt MISSING, SUBTOTAL='Missing
8921 Total'][]
8922
8923 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
8924 i [186])
8925 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
8926 i)
8927 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
8928 i) [187]
8929 Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
8930 []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
8931 TY=EXCLUDE.[]
8932
8933 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
8934 i) [188] [189]
8935 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
8936 i)
8937 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
8938 i)
8939 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
8940 []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
8941 LUDE.[]
8942
8943 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
8944 i [190]) [191]
8945 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
8946 i)
8947 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
8948 i)
8949 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
8950 i) [192]
8951 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
8952 i) [193]
8953 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
8954 [] @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5])
8955 * 100)[]
8956
8957 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
8958 [] @texttt MISSING, SUBTOTAL='Not Drivers or Miss
8959 ing'].[]
8960
8961 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
8962 i [194]) [195]
8963 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
8964 i)
8965 Overfull \hbox (46.11884pt too wide) in paragraph at lines 2258--2258
8966 [] @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
8967 X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][]
8968 [196] [197] [198] [199] [200]
8969 Overfull \hbox (14.6579pt too wide) in paragraph at lines 2547--2547
8970 [] @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
8971 [RANGE][]
8972 [201] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
8973 [202]
8974 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
8975 [203] [204]
8976 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
8977 (screenshots/chisquare-hc.eps
8978 )
8979
8980 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8981 []
8982
8983 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
8984 i) [205]
8985 Overfull \hbox (24.44705pt too wide) in paragraph at lines 2923--2923
8986 [] @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
8987 textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
8988 []@textrm ], POIS-
8989 [206] [207] [208] [209]
8990 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
8991 (screenshots/one-sample-t-hc.eps
8992 )
8993
8994 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
8995 []
8996 [210]
8997 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
8998 texi) [211]
8999 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
9000 t.sps)
9001 (screenshots/independent-samples-t-hc.eps
9002 )
9003
9004 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9005 []
9006 [212]
9007 (screenshots/define-groups-t-hc.eps
9008 )
9009
9010 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9011 []
9012 [213]
9013 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
9014 amples-t.texi) [214] [215] [216]
9015 Overfull \hbox (40.33183pt too wide) in paragraph at lines 3449--3449
9016 [] @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
9017 x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][]
9018 [217] [218] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
9019 [219] [220])
9020 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
9021 [221]
9022 (screenshots/reliability-hc.eps
9023 )
9024
9025 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9026 []
9027
9028 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
9029 exi) [222] [223]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
9030 Chapter 16 [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]
9031 [235]
9032 Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
9033 []|
9034
9035 Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
9036 []|
9037
9038 Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
9039 []|
9040
9041 Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
9042 []|
9043
9044 Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
9045 []|
9046
9047 Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
9048 []|
9049 [236]
9050 Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
9051 []|
9052
9053 Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
9054 []|
9055
9056 Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
9057 []|
9058
9059 Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
9060 []|
9061
9062 Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
9063 []|
9064
9065 Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
9066 []|
9067
9068 Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
9069 []|
9070
9071 Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
9072 []|
9073
9074 Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
9075 []|
9076
9077 Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
9078 []|
9079
9080 Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
9081 []|
9082
9083 Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
9084 []|
9085
9086 Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
9087 []|
9088
9089 Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
9090 []|
9091
9092 Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
9093 []|
9094
9095 Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
9096 []|
9097
9098 Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
9099 []|
9100
9101 Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
9102 []|
9103
9104 Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
9105 []|
9106
9107 Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
9108 []|
9109 [237]
9110 Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
9111 []|
9112
9113 Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
9114 []|
9115
9116 Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
9117 []|
9118
9119 Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
9120 []|
9121
9122 Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
9123 []|
9124 [238]
9125 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
9126 []|
9127
9128 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
9129 []|
9130
9131 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
9132 []|
9133
9134 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
9135 []|
9136
9137 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
9138 []|
9139
9140 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
9141 []|
9142
9143 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
9144 []|
9145
9146 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
9147 []|
9148
9149 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
9150 []|
9151
9152 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
9153 []|
9154
9155 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
9156 []|
9157
9158 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
9159 []|
9160 [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250]
9161 [251]
9162 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
9163 texi) [252] [253] [254] [255] [256]
9164 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
9165 []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
9166 GULAR.[]
9167 [257] [258] [259] [260])
9168 (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
9169 [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272]
9170 [273] [274] [275] [276])
9171 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
9172 [277] [278] [279])
9173 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
9174 [280] [281] [282]
9175 Underfull \hbox (badness 10000) in paragraph at lines 183--184
9176 []@texttt charts headings logs models tables texts trees warnings
9177 [283]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
9178 Chapter 20 [284])
9179 (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
9180 [285] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [286] [287]
9181 [288])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
9182 [289]
9183 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
9184 exi) [290]
9185 Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
9186 []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence
9187 of numbers,[]
9188 [291]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
9189 Chapter 23 [292]
9190 No file pspp.fns.
9191 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi Chapter 24
9192 [293]
9193 No file pspp.vrs.
9194 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
9195 [294]
9196 No file pspp.cps.
9197 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [295]
9198 [296] [297] [298] [299] [300] [301] [302]) [303] )
9199 (see the transcript file for additional information)
9200 Output written on pspp.dvi (306 pages, 938000 bytes).
9201 Transcript written on pspp.log.
9202 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=etex)
9203 restricted \write18 enabled.
9204 entering extended mode
9205 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
9206 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
9207 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
9208 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
9209 cross references, insertions,
9210 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
9211 This is `epsf.tex' v2.7.4 <14 February 2011>
9212 ) localization, formatting, microtype, and turning on texinfo input format.)
9213 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2]
9214 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3] [-4] [-5]
9215 [-6] [-7] [-8]) [-9]
9216 (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
9217 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
9218 Writing index file pspp.cp
9219 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
9220 (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
9221 [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
9222 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
9223 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
9224 Underfull \hbox (badness 7832) in paragraph at lines 2--7
9225 []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
9226 rec-tory
9227 [12]
9228 Writing index file pspp.vr
9229 [13]
9230 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
9231 i) [14]
9232 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
9233 xi) [15]
9234 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
9235 xi) [16]
9236 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
9237 i [17])
9238 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
9239 i [18])
9240 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
9241 xi [19])
9242 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
9243 xi) [20] [21]
9244 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
9245 i [22])
9246 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
9247 xi [23])
9248 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
9249 xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
9250 [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
9251 [39] [40] [41] [42])
9252 (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
9253 [43] [44] [45]
9254 Writing index file pspp.fn
9255 [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
9256 (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
9257 [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
9258 [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
9259 [78] [79] [80] [81] [82]
9260 Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
9261 [] @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
9262 asswd=xxxx'[]
9263 [83] [84]
9264 Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
9265 []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
9266 Type"[]
9267 [85]
9268 Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
9269 []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
9270 "' /ESCAPE[]
9271 [86] [87] [88] [89] [90] [91])
9272 (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
9273 [92] [93] [94] [95] [96])
9274 (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
9275 [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
9276 (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
9277 [107] [108] [109] [110]
9278 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
9279 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
9280 i) [111]
9281 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
9282 (screenshots/autorecode-hc.eps
9283 )
9284
9285 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9286 []
9287 [112]
9288 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
9289 xi) [113] [114]
9290 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
9291 (screenshots/compute-hc.eps
9292 )
9293
9294 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9295 []
9296 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
9297 [115] [116]
9298 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
9299 (screenshots/count-hc.eps
9300 )
9301
9302 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9303 []
9304 (screenshots/count-define-hc.eps
9305 )
9306
9307 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9308 []
9309 [117]
9310 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
9311 [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
9312 ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
9313 [120] [121] [122] [123] [124]
9314 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
9315 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
9316 xi) [125]
9317 (screenshots/sort-simple-hc.eps
9318 )
9319
9320 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9321 []
9322 [126]
9323 (screenshots/sort-hc.eps
9324 )
9325
9326 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9327 []
9328 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
9329 [127] [128]
9330 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
9331 [129]
9332 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
9333 i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
9334 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
9335 [131]
9336 (screenshots/split-status-bar-hc.eps
9337 )
9338
9339 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9340 []
9341 [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
9342
9343 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
9344 i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
9345 [134]
9346 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
9347 (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
9348 [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
9349 [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
9350 Chapter 15 [149]
9351 Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
9352 [] @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
9353 RTOSIS,SKEWNESS,[]
9354
9355 Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
9356 [] @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
9357 @textsy g$[]
9358 [150]
9359 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
9360 (screenshots/descriptives-hc.eps
9361 )
9362
9363 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9364 []
9365 [151]
9366 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
9367 texi) [152]
9368 Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
9369 [] @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
9370 DE,STDDEV,VARIANCE,[]
9371 [153] [154]
9372 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
9373 (screenshots/frequencies-hc.eps
9374 )
9375
9376 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9377 []
9378 [155]
9379 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
9380 exi)
9381 Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
9382 [] @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
9383 LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[]
9384 [156] [157] [158] [159] [160]
9385 Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
9386 [] @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
9387 SIDUAL,SRESIDUAL,[]
9388 [161] [162] [163]
9389 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
9390 (screenshots/crosstabs-hc.eps
9391 )
9392
9393 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9394 []
9395 [164]
9396 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
9397 i) [165]
9398 Overfull \vbox (155.12915pt too high) has occurred while \output is active
9399 [166] [167]
9400 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
9401 )
9402 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
9403 [168])
9404 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
9405 )
9406 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
9407 [169])
9408 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
9409 )
9410 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
9411 [170])
9412 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
9413 )
9414 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
9415 ) [171]
9416 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
9417 [172])
9418 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
9419 i) [173]
9420 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
9421 i)
9422 Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
9423 @textrm Encloses neg-a-tive num-bers in
9424
9425 Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
9426 []@texttt (42.96%)[]|
9427
9428 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
9429 i [174]) [175]
9430 Overfull \hbox (58.18988pt too wide) in paragraph at lines 1334--29
9431 []@textrm The fol-low-ing shows how the out-put for the ta-ble ex-pres-sion @te
9432 xttt hasBeenPassengerOfDesignatedDriver
9433
9434 Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
9435 @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
9436 hAlcohol
9437
9438 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
9439 i [176]) [177]
9440 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
9441 i) [178]
9442 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
9443 i)
9444 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
9445 i)
9446 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
9447 i) [179]
9448 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
9449 i [180])
9450 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
9451 i)
9452 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
9453 i [181])
9454 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
9455 i [182]) [183]
9456 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
9457 []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
9458 2, 3].[]
9459
9460 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
9461 i) [184]
9462 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
9463 i) [185]
9464 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
9465 [] @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
9466 tal',[]
9467
9468 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
9469 [] @texttt MISSING, SUBTOTAL='Missing
9470 Total'][]
9471
9472 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
9473 i)
9474 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
9475 i)
9476 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
9477 i [186])
9478 Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
9479 []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
9480 TY=EXCLUDE.[]
9481
9482 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
9483 i) [187] [188]
9484 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
9485 i)
9486 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
9487 i) [189]
9488 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
9489 []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
9490 LUDE.[]
9491
9492 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
9493 i) [190]
9494 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
9495 i)
9496 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
9497 i) [191]
9498 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
9499 i)
9500 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
9501 i) [192]
9502 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
9503 [] @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5])
9504 * 100)[]
9505 [193]
9506 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
9507 [] @texttt MISSING, SUBTOTAL='Not Drivers or Miss
9508 ing'].[]
9509
9510 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
9511 i) [194]
9512 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
9513 i) [195]
9514 Overfull \hbox (46.11884pt too wide) in paragraph at lines 2258--2258
9515 [] @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
9516 X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][]
9517 [196] [197] [198] [199]
9518 Overfull \hbox (14.6579pt too wide) in paragraph at lines 2547--2547
9519 [] @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
9520 [RANGE][]
9521 [200] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
9522 [201]
9523 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
9524 [202] [203]
9525 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
9526 (screenshots/chisquare-hc.eps
9527 )
9528
9529 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9530 []
9531 [204]
9532 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
9533 i) [205]
9534 Overfull \hbox (24.44705pt too wide) in paragraph at lines 2923--2923
9535 [] @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
9536 textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
9537 []@textrm ], POIS-
9538 [206] [207] [208]
9539 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
9540 [209]
9541 (screenshots/one-sample-t-hc.eps
9542 )
9543
9544 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9545 []
9546
9547 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
9548 texi) [210]
9549 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
9550 t.sps) [211]
9551 (screenshots/independent-samples-t-hc.eps
9552 )
9553
9554 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9555 []
9556 (screenshots/define-groups-t-hc.eps
9557 )
9558
9559 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9560 []
9561 [212]
9562 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
9563 amples-t.texi) [213] [214] [215]
9564 Overfull \hbox (40.33183pt too wide) in paragraph at lines 3449--3449
9565 [] @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
9566 x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][]
9567 [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
9568 [218] [219])
9569 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
9570 [220]
9571 (screenshots/reliability-hc.eps
9572 )
9573
9574 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9575 []
9576
9577 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
9578 exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
9579 Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
9580 [234]
9581 Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
9582 []|
9583
9584 Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
9585 []|
9586
9587 Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
9588 []|
9589
9590 Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
9591 []|
9592
9593 Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
9594 []|
9595
9596 Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
9597 []|
9598 [235]
9599 Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
9600 []|
9601
9602 Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
9603 []|
9604
9605 Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
9606 []|
9607
9608 Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
9609 []|
9610
9611 Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
9612 []|
9613
9614 Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
9615 []|
9616
9617 Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
9618 []|
9619
9620 Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
9621 []|
9622
9623 Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
9624 []|
9625
9626 Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
9627 []|
9628
9629 Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
9630 []|
9631
9632 Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
9633 []|
9634
9635 Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
9636 []|
9637
9638 Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
9639 []|
9640
9641 Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
9642 []|
9643
9644 Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
9645 []|
9646
9647 Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
9648 []|
9649
9650 Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
9651 []|
9652
9653 Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
9654 []|
9655
9656 Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
9657 []|
9658 [236]
9659 Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
9660 []|
9661
9662 Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
9663 []|
9664
9665 Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
9666 []|
9667
9668 Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
9669 []|
9670
9671 Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
9672 []|
9673 [237]
9674 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
9675 []|
9676
9677 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
9678 []|
9679
9680 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
9681 []|
9682
9683 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
9684 []|
9685
9686 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
9687 []|
9688
9689 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
9690 []|
9691
9692 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
9693 []|
9694
9695 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
9696 []|
9697
9698 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
9699 []|
9700
9701 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
9702 []|
9703
9704 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
9705 []|
9706
9707 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
9708 []|
9709 [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
9710 [250]
9711 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
9712 texi) [251] [252] [253] [254] [255]
9713 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
9714 []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
9715 GULAR.[]
9716 [256] [257] [258] [259])
9717 (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
9718 [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
9719 [272] [273] [274])
9720 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
9721 [275] [276] [277] [278])
9722 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
9723 [279] [280] [281]
9724 Underfull \hbox (badness 10000) in paragraph at lines 183--184
9725 []@texttt charts headings logs models tables texts trees warnings
9726 [282]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
9727 Chapter 20 [283])
9728 (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
9729 [284] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [285] [286]
9730 [287])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
9731 [288]
9732 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
9733 exi) [289]
9734 Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
9735 []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence
9736 of numbers,[]
9737 [290]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
9738 Chapter 23 [291] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [292]
9739 [293])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
9740 Chapter 24 [294] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [295]))
9741 (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
9742 [296] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [297] [298] [299]
9743 [300] [301])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
9744 Appendix A [302] [303] [304] [305] [306] [307] [308] [309]) [310] )
9745 (see the transcript file for additional information)
9746 Output written on pspp.dvi (321 pages, 1323784 bytes).
9747 Transcript written on pspp.log.
9748 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=etex)
9749 restricted \write18 enabled.
9750 entering extended mode
9751 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/dvi/xtr/pspp.texi
9752 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
9753 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
9754 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
9755 cross references, insertions,
9756 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
9757 This is `epsf.tex' v2.7.4 <14 February 2011>
9758 ) localization, formatting, microtype, and turning on texinfo input format.)
9759 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1] [2]
9760 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3] [-4] [-5]
9761 [-6] [-7] [-8]) [-9]
9762 (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
9763 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
9764 Writing index file pspp.cp
9765 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
9766 (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
9767 [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
9768 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
9769 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11]
9770 Underfull \hbox (badness 7832) in paragraph at lines 2--7
9771 []@textbf Please note: @textrm Nor-mally these files are in-stalled in the di-
9772 rec-tory
9773 [12]
9774 Writing index file pspp.vr
9775 [13]
9776 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
9777 i) [14]
9778 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
9779 xi) [15]
9780 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
9781 xi) [16]
9782 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
9783 i [17])
9784 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
9785 i [18])
9786 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
9787 xi [19])
9788 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
9789 xi) [20] [21]
9790 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
9791 i [22])
9792 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
9793 xi [23])
9794 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
9795 xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
9796 [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
9797 [39] [40] [41] [42])
9798 (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
9799 [43] [44] [45]
9800 Writing index file pspp.fn
9801 [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
9802 (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
9803 [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
9804 [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
9805 [78] [79] [80] [81] [82]
9806 Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
9807 [] @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
9808 asswd=xxxx'[]
9809 [83] [84]
9810 Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
9811 []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
9812 Type"[]
9813 [85]
9814 Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
9815 []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
9816 "' /ESCAPE[]
9817 [86] [87] [88] [89] [90] [91])
9818 (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
9819 [92] [93] [94] [95] [96])
9820 (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
9821 [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
9822 (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
9823 [107] [108] [109] [110]
9824 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
9825 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
9826 i) [111]
9827 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps)
9828 (screenshots/autorecode-hc.eps
9829 )
9830
9831 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9832 []
9833 [112]
9834 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
9835 xi) [113] [114]
9836 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps)
9837 (screenshots/compute-hc.eps
9838 )
9839
9840 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9841 []
9842 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
9843 [115] [116]
9844 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps)
9845 (screenshots/count-hc.eps
9846 )
9847
9848 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9849 []
9850 (screenshots/count-define-hc.eps
9851 )
9852
9853 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9854 []
9855 [117]
9856 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
9857 [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
9858 ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
9859 [120] [121] [122] [123] [124]
9860 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
9861 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
9862 xi) [125]
9863 (screenshots/sort-simple-hc.eps
9864 )
9865
9866 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9867 []
9868 [126]
9869 (screenshots/sort-hc.eps
9870 )
9871
9872 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9873 []
9874 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
9875 [127] [128]
9876 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
9877 [129]
9878 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
9879 i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
9880 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
9881 [131]
9882 (screenshots/split-status-bar-hc.eps
9883 )
9884
9885 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9886 []
9887 [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
9888
9889 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
9890 i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
9891 [134]
9892 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
9893 (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
9894 [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
9895 [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
9896 Chapter 15 [149]
9897 Overfull \hbox (21.88182pt too wide) in paragraph at lines 51--51
9898 [] @textrm /SORT=$@textsy f$@textrm NONE,MEAN,SEMEAN,STDDEV,VARIANCE,KU
9899 RTOSIS,SKEWNESS,[]
9900
9901 Overfull \hbox (12.07246pt too wide) in paragraph at lines 52--52
9902 [] @textrm RANGE,MINIMUM,MAXIMUM,SUM,SESKEWNESS,SEKURTOSIS,NAME$
9903 @textsy g$[]
9904 [150]
9905 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps)
9906 (screenshots/descriptives-hc.eps
9907 )
9908
9909 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9910 []
9911 [151]
9912 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
9913 texi) [152]
9914 Overfull \hbox (38.76299pt too wide) in paragraph at lines 177--177
9915 [] @textrm /STATISTICS=$@textsy f$@textrm DEFAULT,MEAN,SEMEAN,MEDIAN,MO
9916 DE,STDDEV,VARIANCE,[]
9917 [153] [154]
9918 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps)
9919 (screenshots/frequencies-hc.eps
9920 )
9921
9922 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9923 []
9924 [155]
9925 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
9926 exi)
9927 Overfull \hbox (24.47751pt too wide) in paragraph at lines 334--334
9928 [] @textrm /PLOT=$@textsy f$@textrm BOXPLOT, NPPLOT, HIS-TOGRAM, SPREAD
9929 LEVEL[(@textsl t[]@textrm )], ALL, NONE$@textsy g$[]
9930 [156] [157] [158] [159] [160]
9931 Overfull \hbox (29.486pt too wide) in paragraph at lines 684--684
9932 [] @textrm /CELLS=$@textsy f$@textrm COUNT,ROW,COLUMN,TOTAL,EXPECTED,RE
9933 SIDUAL,SRESIDUAL,[]
9934 [161] [162] [163]
9935 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps)
9936 (screenshots/crosstabs-hc.eps
9937 )
9938
9939 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
9940 []
9941 [164]
9942 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
9943 i) [165]
9944 Overfull \vbox (155.12915pt too high) has occurred while \output is active
9945 [166] [167]
9946 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
9947 )
9948 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
9949 [168])
9950 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
9951 )
9952 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
9953 [169])
9954 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
9955 )
9956 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
9957 [170])
9958 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
9959 )
9960 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
9961 ) [171]
9962 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
9963 [172])
9964 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
9965 i) [173]
9966 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
9967 i)
9968 Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
9969 @textrm Encloses neg-a-tive num-bers in
9970
9971 Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
9972 []@texttt (42.96%)[]|
9973
9974 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
9975 i [174]) [175]
9976 Overfull \hbox (58.18988pt too wide) in paragraph at lines 1334--29
9977 []@textrm The fol-low-ing shows how the out-put for the ta-ble ex-pres-sion @te
9978 xttt hasBeenPassengerOfDesignatedDriver
9979
9980 Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
9981 @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
9982 hAlcohol
9983
9984 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
9985 i [176]) [177]
9986 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
9987 i) [178]
9988 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
9989 i)
9990 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
9991 i)
9992 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
9993 i) [179]
9994 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
9995 i [180])
9996 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
9997 i)
9998 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
9999 i [181])
10000 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
10001 i [182]) [183]
10002 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
10003 []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
10004 2, 3].[]
10005
10006 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
10007 i) [184]
10008 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
10009 i) [185]
10010 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
10011 [] @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
10012 tal',[]
10013
10014 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
10015 [] @texttt MISSING, SUBTOTAL='Missing
10016 Total'][]
10017
10018 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
10019 i)
10020 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
10021 i)
10022 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
10023 i [186])
10024 Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
10025 []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
10026 TY=EXCLUDE.[]
10027
10028 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
10029 i) [187] [188]
10030 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
10031 i)
10032 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
10033 i) [189]
10034 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
10035 []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
10036 LUDE.[]
10037
10038 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
10039 i) [190]
10040 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
10041 i)
10042 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
10043 i) [191]
10044 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
10045 i)
10046 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
10047 i) [192]
10048 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
10049 [] @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5])
10050 * 100)[]
10051 [193]
10052 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
10053 [] @texttt MISSING, SUBTOTAL='Not Drivers or Miss
10054 ing'].[]
10055
10056 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
10057 i) [194]
10058 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
10059 i) [195]
10060 Overfull \hbox (46.11884pt too wide) in paragraph at lines 2258--2258
10061 [] @textrm [ /ROTATION=$@textsy f$@textrm VARIMAX, EQUA-MAX, QUAR-TI-MA
10062 X, PRO-MAX[(@textsl k[]@textrm )], NOROTATE$@textsy g$@textrm ][]
10063 [196] [197] [198] [199]
10064 Overfull \hbox (14.6579pt too wide) in paragraph at lines 2547--2547
10065 [] @textrm [/CELLS = [MEAN] [COUNT] [STD-DEV] [SE-MEAN] [SUM] [MIN] [MAX]
10066 [RANGE][]
10067 [200] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps)
10068 [201]
10069 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
10070 [202] [203]
10071 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps)
10072 (screenshots/chisquare-hc.eps
10073 )
10074
10075 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10076 []
10077 [204]
10078 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
10079 i) [205]
10080 Overfull \hbox (24.44705pt too wide) in paragraph at lines 2923--2923
10081 [] @textrm [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm NORMAL [@textsl mu[]@
10082 textrm , @textsl sigma[]@textrm ], UNI-FORM [@textsl min[]@textrm , @textsl max
10083 []@textrm ], POIS-
10084 [206] [207] [208]
10085 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
10086 [209]
10087 (screenshots/one-sample-t-hc.eps
10088 )
10089
10090 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10091 []
10092
10093 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
10094 texi) [210]
10095 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
10096 t.sps) [211]
10097 (screenshots/independent-samples-t-hc.eps
10098 )
10099
10100 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10101 []
10102 (screenshots/define-groups-t-hc.eps
10103 )
10104
10105 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10106 []
10107 [212]
10108 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
10109 amples-t.texi) [213] [214] [215]
10110 Overfull \hbox (40.33183pt too wide) in paragraph at lines 3449--3449
10111 [] @textrm [/CRI-TE-RIA=CLUSTERS(@textsl k[]@textrm ) [MX-ITER(@textsl ma
10112 x[]iter[]@textrm )] CON-VERGE(@textsl epsilon[]@textrm ) [NOINITIAL]][]
10113 [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
10114 [218] [219])
10115 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
10116 [220]
10117 (screenshots/reliability-hc.eps
10118 )
10119
10120 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10121 []
10122
10123 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
10124 exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
10125 Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
10126 [234]
10127 Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
10128 []|
10129
10130 Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
10131 []|
10132
10133 Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
10134 []|
10135
10136 Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
10137 []|
10138
10139 Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
10140 []|
10141
10142 Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
10143 []|
10144 [235]
10145 Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
10146 []|
10147
10148 Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
10149 []|
10150
10151 Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
10152 []|
10153
10154 Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
10155 []|
10156
10157 Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
10158 []|
10159
10160 Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
10161 []|
10162
10163 Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
10164 []|
10165
10166 Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
10167 []|
10168
10169 Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
10170 []|
10171
10172 Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
10173 []|
10174
10175 Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
10176 []|
10177
10178 Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
10179 []|
10180
10181 Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
10182 []|
10183
10184 Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
10185 []|
10186
10187 Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
10188 []|
10189
10190 Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
10191 []|
10192
10193 Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
10194 []|
10195
10196 Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
10197 []|
10198
10199 Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
10200 []|
10201
10202 Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
10203 []|
10204 [236]
10205 Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
10206 []|
10207
10208 Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
10209 []|
10210
10211 Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
10212 []|
10213
10214 Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
10215 []|
10216
10217 Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
10218 []|
10219 [237]
10220 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
10221 []|
10222
10223 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
10224 []|
10225
10226 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
10227 []|
10228
10229 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
10230 []|
10231
10232 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
10233 []|
10234
10235 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
10236 []|
10237
10238 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
10239 []|
10240
10241 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
10242 []|
10243
10244 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
10245 []|
10246
10247 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
10248 []|
10249
10250 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
10251 []|
10252
10253 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
10254 []|
10255 [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
10256 [250]
10257 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
10258 texi) [251] [252] [253] [254] [255]
10259 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
10260 []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
10261 GULAR.[]
10262 [256] [257] [258] [259])
10263 (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
10264 [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
10265 [272] [273] [274])
10266 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
10267 [275] [276] [277] [278])
10268 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
10269 [279] [280] [281]
10270 Underfull \hbox (badness 10000) in paragraph at lines 183--184
10271 []@texttt charts headings logs models tables texts trees warnings
10272 [282]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
10273 Chapter 20 [283])
10274 (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
10275 [284] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [285] [286]
10276 [287])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
10277 [288]
10278 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
10279 exi) [289]
10280 Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
10281 []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence
10282 of numbers,[]
10283 [290]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
10284 Chapter 23 [291] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [292]
10285 [293])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
10286 Chapter 24 [294] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [295]))
10287 (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
10288 [296] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [297] [298] [299]
10289 [300] [301])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
10290 Appendix A [302] [303] [304] [305] [306] [307] [308] [309]) [310] )
10291 (see the transcript file for additional information)
10292 Output written on pspp.dvi (321 pages, 1323832 bytes).
10293 Transcript written on pspp.log.
10294 Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf -I 'doc' -I '_build/doc' "doc/pspp.texi")
10295 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdfetex)
10296 restricted \write18 enabled.
10297 entering extended mode
10298 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/pdf/xtr/pspp.texi
10299 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
10300 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
10301 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
10302 cross references, insertions,
10303 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
10304 This is `epsf.tex' v2.7.4 <14 February 2011>
10305 ) localization, formatting, microtype, and turning on texinfo input format.)
10306 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1{/var/lib/texmf/f
10307 onts/map/pdftex/updmap/pdftex.map
10308
10309 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10310 ): fontmap entry for `rpxpplb' already exists, duplicates ignored
10311
10312
10313 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10314 ): fontmap entry for `rpxpplbi' already exists, duplicates ignored
10315
10316
10317 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10318 ): fontmap entry for `rpxpplbo' already exists, duplicates ignored
10319
10320
10321 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10322 ): fontmap entry for `rpxpplr' already exists, duplicates ignored
10323
10324
10325 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10326 ): fontmap entry for `rpxpplri' already exists, duplicates ignored
10327
10328
10329 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10330 ): fontmap entry for `rpxpplro' already exists, duplicates ignored
10331
10332
10333 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10334 ): fontmap entry for `rtxphvb' already exists, duplicates ignored
10335
10336
10337 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10338 ): fontmap entry for `rtxphvbo' already exists, duplicates ignored
10339
10340
10341 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10342 ): fontmap entry for `rtxphvr' already exists, duplicates ignored
10343
10344
10345 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10346 ): fontmap entry for `rtxphvro' already exists, duplicates ignored
10347
10348
10349 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10350 ): fontmap entry for `rtxptmb' already exists, duplicates ignored
10351
10352
10353 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10354 ): fontmap entry for `rtxptmbi' already exists, duplicates ignored
10355
10356
10357 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10358 ): fontmap entry for `rtxptmbo' already exists, duplicates ignored
10359
10360
10361 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10362 ): fontmap entry for `rtxptmr' already exists, duplicates ignored
10363
10364
10365 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10366 ): fontmap entry for `rtxptmri' already exists, duplicates ignored
10367
10368
10369 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10370 ): fontmap entry for `rtxptmro' already exists, duplicates ignored
10371 }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3]
10372 [-4] [-5] [-6] [-7] [-8]) [-9]
10373 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
10374 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
10375 (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
10376 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
10377 Writing index file pspp.cp
10378 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
10379 (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
10380 [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
10381 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
10382 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11] [12]
10383 Writing index file pspp.vr
10384 [13]
10385 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
10386 i) [14]
10387 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
10388 xi) [15]
10389 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
10390 xi) [16]
10391 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
10392 i [17])
10393 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
10394 i [18])
10395 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
10396 xi [19])
10397 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
10398 xi) [20] [21]
10399 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
10400 i [22])
10401 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
10402 xi [23])
10403 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
10404 xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
10405 [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
10406 [39] [40] [41] [42])
10407 (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
10408 [43] [44] [45]
10409 Writing index file pspp.fn
10410 [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
10411 (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
10412 [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
10413 [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
10414 [78] [79] [80] [81] [82]
10415 Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
10416 [] @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
10417 asswd=xxxx'[]
10418 [83] [84]
10419 Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
10420 []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
10421 Type"[]
10422 [85]
10423 Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
10424 []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
10425 "' /ESCAPE[]
10426 [86] [87] [88] [89] [90] [91])
10427 (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
10428 [92] [93] [94] [95] [96])
10429 (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
10430 [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
10431 (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
10432 [107] [108] [109]
10433 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
10434 [110]
10435 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
10436 i) [111]
10437 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps) </ho
10438 me/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/autorecode-hc.png (PNG co
10439 py)>
10440 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10441 []
10442 [112]
10443 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
10444 xi) [113] [114]
10445 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps) </home/
10446 blp/tmp/pspptmp/master/source/pspp/doc/screenshots/compute-hc.png (PNG copy)>
10447 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10448 []
10449 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
10450 [115] [116]
10451 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps) </home/bl
10452 p/tmp/pspptmp/master/source/pspp/doc/screenshots/count-hc.png (PNG copy)>
10453 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10454 []
10455 </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/count-define-hc.png
10456 (PNG copy)>
10457 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10458 []
10459 [117]
10460 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
10461 [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
10462 ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
10463 [120] [121] [122] [123] [124]
10464 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
10465 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
10466 xi) [125] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-simple
10467 -hc.png (PNG copy)>
10468 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10469 []
10470 [126] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-hc.png (PN
10471 G copy)>
10472 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10473 []
10474 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
10475 [127] [128]
10476 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
10477 [129]
10478 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
10479 i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
10480 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
10481 [131] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/split-status-ba
10482 r-hc.png (PNG copy)>
10483 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10484 []
10485 [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
10486
10487 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
10488 i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
10489 [134]
10490 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
10491 (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
10492 [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
10493 [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
10494 Chapter 15 [149] [150]
10495 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps) </
10496 home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/descriptives-hc.png (PN
10497 G copy)>
10498 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10499 []
10500 [151]
10501 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
10502 texi) [152]
10503 Overfull \hbox (28.15842pt too wide) in paragraph at lines 177--177
10504 [] @textrm (-20) /STATISTICS=$@textsy f$@textrm (-20) DEFAULT,MEAN,SEME
10505 AN,MEDIAN,MODE,STDDEV,VARIANCE,[]
10506 [153] [154]
10507 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps) </h
10508 ome/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/frequencies-hc.png (PNG
10509 copy)>
10510 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10511 []
10512 [155]
10513 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
10514 exi)
10515 Overfull \hbox (16.74403pt too wide) in paragraph at lines 334--334
10516 [] @textrm (-20) /PLOT=$@textsy f$@textrm (-20) BOXPLOT, NPPLOT, HIS-TO
10517 GRAM, SPREADLEVEL[(@textsl (-20) t[]@textrm (-20) )], ALL, NONE$@textsy g$[]
10518 [156] [157] [158] [159] [160]
10519 Overfull \hbox (19.14606pt too wide) in paragraph at lines 684--684
10520 [] @textrm (-20) /CELLS=$@textsy f$@textrm (-20) COUNT,ROW,COLUMN,TOTAL
10521 ,EXPECTED,RESIDUAL,SRESIDUAL,[]
10522 [161] [162] [163]
10523 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps) </hom
10524 e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/crosstabs-hc.png (PNG copy
10525 )>
10526 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10527 []
10528 [164]
10529 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
10530 i) [165]
10531 Overfull \vbox (155.12915pt too high) has occurred while \output is active
10532 [166] [167]
10533 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
10534 )
10535 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
10536 [168])
10537 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
10538 )
10539 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
10540 [169])
10541 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
10542 )
10543 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
10544 [170])
10545 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
10546 )
10547 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
10548 ) [171]
10549 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
10550 [172])
10551 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
10552 i)
10553 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
10554 i [173])
10555 Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
10556 @textrm (+20) Encloses neg-a-tive num-bers in
10557
10558 Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
10559 []@texttt (42.96%)[]|
10560
10561 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
10562 i [174]) [175]
10563 Overfull \hbox (53.03117pt too wide) in paragraph at lines 1334--29
10564 []@textrm (-20) The fol-low-ing shows how the out-put for the ta-ble ex-pres-si
10565 on @texttt hasBeenPassengerOfDesignatedDriver
10566
10567 Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
10568 @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
10569 hAlcohol
10570
10571 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
10572 i [176]) [177]
10573 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
10574 i) [178]
10575 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
10576 i)
10577 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
10578 i)
10579 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
10580 i) [179]
10581 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
10582 i [180])
10583 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
10584 i)
10585 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
10586 i [181])
10587 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
10588 i [182]) [183]
10589 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
10590 []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
10591 2, 3].[]
10592
10593 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
10594 i) [184]
10595 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
10596 i) [185]
10597 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
10598 [] @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
10599 tal',[]
10600
10601 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
10602 [] @texttt MISSING, SUBTOTAL='Missing
10603 Total'][]
10604
10605 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
10606 i)
10607 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
10608 i)
10609 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
10610 i [186])
10611 Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
10612 []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
10613 TY=EXCLUDE.[]
10614
10615 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
10616 i) [187] [188]
10617 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
10618 i)
10619 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
10620 i) [189]
10621 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
10622 []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
10623 LUDE.[]
10624
10625 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
10626 i) [190]
10627 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
10628 i)
10629 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
10630 i) [191]
10631 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
10632 i)
10633 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
10634 i) [192]
10635 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
10636 [] @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5])
10637 * 100)[]
10638 [193]
10639 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
10640 [] @texttt MISSING, SUBTOTAL='Not Drivers or Miss
10641 ing'].[]
10642
10643 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
10644 i) [194]
10645 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
10646 i) [195]
10647 Overfull \hbox (37.83336pt too wide) in paragraph at lines 2258--2258
10648 [] @textrm (-20) [ /ROTATION=$@textsy f$@textrm (-20) VARIMAX, EQUA-MAX
10649 , QUAR-TI-MAX, PRO-MAX[(@textsl (-20) k[]@textrm (-20) )], NOROTATE$@textsy g$@
10650 textrm (-20) ][]
10651 [196] [197] [198] [199] [200]
10652 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps) [201]
10653 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
10654 [202] [203]
10655 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps) </hom
10656 e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/chisquare-hc.png (PNG copy
10657 )>
10658 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10659 []
10660 [204]
10661 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
10662 i) [205]
10663 Overfull \hbox (14.0333pt too wide) in paragraph at lines 2923--2923
10664 [] @textrm (-20) [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm (-20) NORMAL [@
10665 textsl (-20) mu[]@textrm (-20) , @textsl (-20) sigma[]@textrm (-20) ], UNI-FORM
10666 [@textsl (-20) min[]@textrm (-20) , @textsl (-20) max[]@textrm (-20) ], POIS-
10667 [206] [207] [208]
10668 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
10669 [209] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/one-sample-t-hc
10670 .png (PNG copy)>
10671 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10672 []
10673
10674 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
10675 texi) [210]
10676 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
10677 t.sps) [211] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/independ
10678 ent-samples-t-hc.png (PNG copy)>
10679 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10680 []
10681 </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/define-groups-t-hc.p
10682 ng (PNG copy)>
10683 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10684 []
10685 [212]
10686 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
10687 amples-t.texi) [213] [214] [215]
10688 Overfull \hbox (31.98819pt too wide) in paragraph at lines 3449--3449
10689 [] @textrm (-20) [/CRI-TE-RIA=CLUSTERS(@textsl (-20) k[]@textrm (-20) ) [
10690 MX-ITER(@textsl (-20) max[]iter[]@textrm (-20) )] CON-VERGE(@textsl (-20) epsil
10691 on[]@textrm (-20) ) [NOINITIAL]][]
10692 [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
10693 [218] [219])
10694 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
10695 [220] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/reliability-hc.
10696 png (PNG copy)>
10697 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
10698 []
10699
10700 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
10701 exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
10702 Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
10703 [234]
10704 Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
10705 []|
10706
10707 Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
10708 []|
10709
10710 Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
10711 []|
10712
10713 Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
10714 []|
10715
10716 Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
10717 []|
10718
10719 Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
10720 []|
10721 [235]
10722 Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
10723 []|
10724
10725 Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
10726 []|
10727
10728 Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
10729 []|
10730
10731 Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
10732 []|
10733
10734 Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
10735 []|
10736
10737 Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
10738 []|
10739
10740 Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
10741 []|
10742
10743 Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
10744 []|
10745
10746 Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
10747 []|
10748
10749 Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
10750 []|
10751
10752 Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
10753 []|
10754
10755 Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
10756 []|
10757
10758 Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
10759 []|
10760
10761 Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
10762 []|
10763
10764 Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
10765 []|
10766
10767 Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
10768 []|
10769
10770 Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
10771 []|
10772
10773 Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
10774 []|
10775
10776 Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
10777 []|
10778
10779 Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
10780 []|
10781 [236]
10782 Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
10783 []|
10784
10785 Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
10786 []|
10787
10788 Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
10789 []|
10790
10791 Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
10792 []|
10793
10794 Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
10795 []|
10796 [237]
10797 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
10798 []|
10799
10800 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
10801 []|
10802
10803 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
10804 []|
10805
10806 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
10807 []|
10808
10809 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
10810 []|
10811
10812 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
10813 []|
10814
10815 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
10816 []|
10817
10818 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
10819 []|
10820
10821 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
10822 []|
10823
10824 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
10825 []|
10826
10827 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
10828 []|
10829
10830 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
10831 []|
10832 [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
10833 [250]
10834 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
10835 texi) [251] [252] [253] [254] [255]
10836 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
10837 []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
10838 GULAR.[]
10839 [256] [257] [258] [259])
10840 (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
10841 [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
10842 [272] [273] [274])
10843 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
10844 [275] [276] [277] [278])
10845 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
10846 [279] [280] [281]
10847 Underfull \hbox (badness 10000) in paragraph at lines 183--184
10848 []@texttt charts headings logs models tables texts trees warnings
10849 [282]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
10850 Chapter 20 [283])
10851 (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
10852 [284] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [285] [286]
10853 [287])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
10854 [288]
10855 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
10856 exi) [289]
10857 Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
10858 []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence
10859 of numbers,[]
10860 [290]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
10861 Chapter 23 [291] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [292]
10862 [293])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
10863 Chapter 24 [294] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [295]))
10864 (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
10865 [296] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [297] [298] [299]
10866 [300] [301])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
10867 Appendix A [302] [303] [304] [305] [306] [307] [308] [309]) [310] )
10868 (see the transcript file for additional information)</usr/share/texlive/texmf-d
10869 ist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/share/texlive/texmf-dist/fon
10870 ts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/typ
10871 e1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
10872 blic/amsfonts/cm/cmex10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
10873 msfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
10874 s/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/c
10875 mmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pf
10876 b></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr
10877 /share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/share/
10878 texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/texlive/
10879 texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/texlive/texmf-di
10880 st/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/texlive/texmf-dist/fon
10881 ts/type1/public/amsfonts/cm/cmsl9.pfb></usr/share/texlive/texmf-dist/fonts/type
10882 1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
10883 blic/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
10884 msfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
10885 s/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
10886 sy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pf
10887 b></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></us
10888 r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb></usr/shar
10889 e/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb></usr/share/texli
10890 ve/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb>
10891 Output written on pspp.pdf (321 pages, 1457753 bytes).
10892 Transcript written on pspp.log.
10893 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdfetex)
10894 restricted \write18 enabled.
10895 entering extended mode
10896 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.t2d/pdf/xtr/pspp.texi
10897 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
10898 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
10899 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
10900 cross references, insertions,
10901 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
10902 This is `epsf.tex' v2.7.4 <14 February 2011>
10903 ) localization, formatting, microtype, and turning on texinfo input format.)
10904 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version.texi) [1{/var/lib/texmf/f
10905 onts/map/pdftex/updmap/pdftex.map
10906
10907 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10908 ): fontmap entry for `rpxpplb' already exists, duplicates ignored
10909
10910
10911 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10912 ): fontmap entry for `rpxpplbi' already exists, duplicates ignored
10913
10914
10915 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10916 ): fontmap entry for `rpxpplbo' already exists, duplicates ignored
10917
10918
10919 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10920 ): fontmap entry for `rpxpplr' already exists, duplicates ignored
10921
10922
10923 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10924 ): fontmap entry for `rpxpplri' already exists, duplicates ignored
10925
10926
10927 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10928 ): fontmap entry for `rpxpplro' already exists, duplicates ignored
10929
10930
10931 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10932 ): fontmap entry for `rtxphvb' already exists, duplicates ignored
10933
10934
10935 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10936 ): fontmap entry for `rtxphvbo' already exists, duplicates ignored
10937
10938
10939 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10940 ): fontmap entry for `rtxphvr' already exists, duplicates ignored
10941
10942
10943 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10944 ): fontmap entry for `rtxphvro' already exists, duplicates ignored
10945
10946
10947 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10948 ): fontmap entry for `rtxptmb' already exists, duplicates ignored
10949
10950
10951 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10952 ): fontmap entry for `rtxptmbi' already exists, duplicates ignored
10953
10954
10955 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10956 ): fontmap entry for `rtxptmbo' already exists, duplicates ignored
10957
10958
10959 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10960 ): fontmap entry for `rtxptmr' already exists, duplicates ignored
10961
10962
10963 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10964 ): fontmap entry for `rtxptmri' already exists, duplicates ignored
10965
10966
10967 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
10968 ): fontmap entry for `rtxptmro' already exists, duplicates ignored
10969 }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc [-1] [-2] [-3]
10970 [-4] [-5] [-6] [-7] [-8]) [-9]
10971 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
10972 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.toc)
10973 (/home/blp/tmp/pspptmp/master/source/pspp/doc/introduction.texi Chapter 1
10974 (/home/blp/tmp/pspptmp/master/source/pspp/pspp.aux)
10975 Writing index file pspp.cp
10976 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/license.texi Chapter 2 [1])
10977 (/home/blp/tmp/pspptmp/master/source/pspp/doc/invoking.texi Chapter 3 [2]
10978 [3] [4] [5] [6] [7] [8] [9] Chapter 4 [10])
10979 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tutorial.texi
10980 (/home/blp/tmp/pspptmp/master/source/pspp/doc/tut.texi) Chapter 5 [11] [12]
10981 Writing index file pspp.vr
10982 [13]
10983 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial1.tex
10984 i) [14]
10985 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2a.te
10986 xi) [15]
10987 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial2b.te
10988 xi) [16]
10989 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial3.tex
10990 i [17])
10991 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial4.tex
10992 i [18])
10993 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5a.te
10994 xi [19])
10995 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial5b.te
10996 xi) [20] [21]
10997 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial6.tex
10998 i [22])
10999 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7a.te
11000 xi [23])
11001 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/tutorial7b.te
11002 xi)) (/home/blp/tmp/pspptmp/master/source/pspp/doc/language.texi Chapter 6
11003 [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38]
11004 [39] [40] [41] [42])
11005 (/home/blp/tmp/pspptmp/master/source/pspp/doc/expressions.texi Chapter 7
11006 [43] [44] [45]
11007 Writing index file pspp.fn
11008 [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60])
11009 (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-io.texi Chapter 8 [61]
11010 [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
11011 [77]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/files.texi Chapter 9
11012 [78] [79] [80] [81] [82]
11013 Overfull \hbox (49.43388pt too wide) in paragraph at lines 370--370
11014 [] @texttt /CONNECT='host=example.com port=5432 dbname=product user=fred p
11015 asswd=xxxx'[]
11016 [83] [84]
11017 Overfull \hbox (14.94176pt too wide) in paragraph at lines 552--552
11018 []@texttt 'Pet''s Name', "Age", "Color", "Date Received", "Price", "Height", "
11019 Type"[]
11020 [85]
11021 Overfull \hbox (43.6852pt too wide) in paragraph at lines 566--566
11022 []@texttt GET DATA /TYPE=TXT /FILE='pets.data' /DELIMITERS=', ' /QUALIFIER='''
11023 "' /ESCAPE[]
11024 [86] [87] [88] [89] [90] [91])
11025 (/home/blp/tmp/pspptmp/master/source/pspp/doc/combining.texi Chapter 10
11026 [92] [93] [94] [95] [96])
11027 (/home/blp/tmp/pspptmp/master/source/pspp/doc/variables.texi Chapter 11
11028 [97] [98] [99] [100] [101] [102] [103] [104] [105] [106])
11029 (/home/blp/tmp/pspptmp/master/source/pspp/doc/transformation.texi Chapter 12
11030 [107] [108] [109]
11031 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/aggregate.sps)
11032 [110]
11033 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/aggregate.tex
11034 i) [111]
11035 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/autorecode.sps) </ho
11036 me/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/autorecode-hc.png (PNG co
11037 py)>
11038 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11039 []
11040 [112]
11041 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/autorecode.te
11042 xi) [113] [114]
11043 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/compute.sps) </home/
11044 blp/tmp/pspptmp/master/source/pspp/doc/screenshots/compute-hc.png (PNG copy)>
11045 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11046 []
11047 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/compute.texi)
11048 [115] [116]
11049 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/count.sps) </home/bl
11050 p/tmp/pspptmp/master/source/pspp/doc/screenshots/count-hc.png (PNG copy)>
11051 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11052 []
11053 </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/count-define-hc.png
11054 (PNG copy)>
11055 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11056 []
11057 [117]
11058 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/count.texi)
11059 [118] [119] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/flip.sps
11060 ) (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/flip.texi)
11061 [120] [121] [122] [123] [124]
11062 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/sort-cases.sps)
11063 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/sort-cases.te
11064 xi) [125] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-simple
11065 -hc.png (PNG copy)>
11066 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11067 []
11068 [126] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/sort-hc.png (PN
11069 G copy)>
11070 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11071 []
11072 ) (/home/blp/tmp/pspptmp/master/source/pspp/doc/data-selection.texi Chapter 13
11073 [127] [128]
11074 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/select-if.sps)
11075 [129]
11076 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/select-if.tex
11077 i) [130] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/split.sps)
11078 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/split.texi)
11079 [131] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/split-status-ba
11080 r-hc.png (PNG copy)>
11081 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11082 []
11083 [132] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/temporary.sps)
11084
11085 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/temporary.tex
11086 i) [133] (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/weight.sps)
11087 [134]
11088 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/weight.texi))
11089 (/home/blp/tmp/pspptmp/master/source/pspp/doc/flow-control.texi Chapter 14
11090 [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146]
11091 [147] [148]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/statistics.texi
11092 Chapter 15 [149] [150]
11093 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/descriptives.sps) </
11094 home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/descriptives-hc.png (PN
11095 G copy)>
11096 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11097 []
11098 [151]
11099 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/descriptives.
11100 texi) [152]
11101 Overfull \hbox (28.15842pt too wide) in paragraph at lines 177--177
11102 [] @textrm (-20) /STATISTICS=$@textsy f$@textrm (-20) DEFAULT,MEAN,SEME
11103 AN,MEDIAN,MODE,STDDEV,VARIANCE,[]
11104 [153] [154]
11105 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/frequencies.sps) </h
11106 ome/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/frequencies-hc.png (PNG
11107 copy)>
11108 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11109 []
11110 [155]
11111 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/frequencies.t
11112 exi)
11113 Overfull \hbox (16.74403pt too wide) in paragraph at lines 334--334
11114 [] @textrm (-20) /PLOT=$@textsy f$@textrm (-20) BOXPLOT, NPPLOT, HIS-TO
11115 GRAM, SPREADLEVEL[(@textsl (-20) t[]@textrm (-20) )], ALL, NONE$@textsy g$[]
11116 [156] [157] [158] [159] [160]
11117 Overfull \hbox (19.14606pt too wide) in paragraph at lines 684--684
11118 [] @textrm (-20) /CELLS=$@textsy f$@textrm (-20) COUNT,ROW,COLUMN,TOTAL
11119 ,EXPECTED,RESIDUAL,SRESIDUAL,[]
11120 [161] [162] [163]
11121 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/crosstabs.sps) </hom
11122 e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/crosstabs-hc.png (PNG copy
11123 )>
11124 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11125 []
11126 [164]
11127 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/crosstabs.tex
11128 i) [165]
11129 Overfull \vbox (155.12915pt too high) has occurred while \output is active
11130 [166] [167]
11131 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables1.texi
11132 )
11133 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables2.texi
11134 [168])
11135 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables3.texi
11136 )
11137 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables4.texi
11138 [169])
11139 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables5.texi
11140 )
11141 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables6.texi
11142 [170])
11143 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables7.texi
11144 )
11145 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables8.texi
11146 ) [171]
11147 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables9.texi
11148 [172])
11149 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables10.tex
11150 i)
11151 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables11.tex
11152 i [173])
11153 Underfull \hbox (badness 10000) in paragraph at lines 1189--1190
11154 @textrm (+20) Encloses neg-a-tive num-bers in
11155
11156 Overfull \hbox (2.0987pt too wide) in paragraph at lines 1205--1206
11157 []@texttt (42.96%)[]|
11158
11159 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables12.tex
11160 i [174]) [175]
11161 Overfull \hbox (53.03117pt too wide) in paragraph at lines 1334--29
11162 []@textrm (-20) The fol-low-ing shows how the out-put for the ta-ble ex-pres-si
11163 on @texttt hasBeenPassengerOfDesignatedDriver
11164
11165 Overfull \hbox (10.03287pt too wide) in paragraph at lines 1334--29
11166 @texttt > hasBeenPassengerOfDrunkDriver BY isLicensedDriver > hasHostedEventWit
11167 hAlcohol
11168
11169 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables22.tex
11170 i [176]) [177]
11171 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables13.tex
11172 i) [178]
11173 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables14.tex
11174 i)
11175 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables15.tex
11176 i)
11177 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables16.tex
11178 i) [179]
11179 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables17.tex
11180 i [180])
11181 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables23.tex
11182 i)
11183 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables24.tex
11184 i [181])
11185 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables25.tex
11186 i [182]) [183]
11187 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1672--1672
11188 []@texttt CTABLES /TABLE freqOfDriving /CATEGORIES VARIABLES=freqOfDriving [1,
11189 2, 3].[]
11190
11191 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables27.tex
11192 i) [184]
11193 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables28.tex
11194 i) [185]
11195 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1737--1737
11196 [] @texttt /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid To
11197 tal',[]
11198
11199 Overfull \hbox (26.43913pt too wide) in paragraph at lines 1738--1738
11200 [] @texttt MISSING, SUBTOTAL='Missing
11201 Total'][]
11202
11203 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables29.tex
11204 i)
11205 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables30.tex
11206 i)
11207 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables26.tex
11208 i [186])
11209 Overfull \hbox (49.43388pt too wide) in paragraph at lines 1797--1797
11210 []@texttt CTABLES /TABLE=membersOver16 /CATEGORIES VARIABLES=membersOver16 EMP
11211 TY=EXCLUDE.[]
11212
11213 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables31.tex
11214 i) [187] [188]
11215 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables32.tex
11216 i)
11217 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables33.tex
11218 i) [189]
11219 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1945--1945
11220 []@texttt CTABLES /TABLE x > y > z [SUM] /CATEGORIES VARIABLES=x y MISSING=INC
11221 LUDE.[]
11222
11223 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables34.tex
11224 i) [190]
11225 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables18.tex
11226 i)
11227 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables19.tex
11228 i) [191]
11229 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables20.tex
11230 i)
11231 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables21.tex
11232 i) [192]
11233 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2152--2152
11234 [] @texttt /PCOMPUTE &pct_never=EXPR([5] / ([1 THRU 2] + [3 THRU 4] + [5])
11235 * 100)[]
11236 [193]
11237 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2159--2159
11238 [] @texttt MISSING, SUBTOTAL='Not Drivers or Miss
11239 ing'].[]
11240
11241 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables35.tex
11242 i) [194]
11243 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/ctables36.tex
11244 i) [195]
11245 Overfull \hbox (37.83336pt too wide) in paragraph at lines 2258--2258
11246 [] @textrm (-20) [ /ROTATION=$@textsy f$@textrm (-20) VARIMAX, EQUA-MAX
11247 , QUAR-TI-MAX, PRO-MAX[(@textsl (-20) k[]@textrm (-20) )], NOROTATE$@textsy g$@
11248 textrm (-20) ][]
11249 [196] [197] [198] [199] [200]
11250 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/means.sps) [201]
11251 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/means.texi)
11252 [202] [203]
11253 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/chisquare.sps) </hom
11254 e/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/chisquare-hc.png (PNG copy
11255 )>
11256 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11257 []
11258 [204]
11259 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/chisquare.tex
11260 i) [205]
11261 Overfull \hbox (14.0333pt too wide) in paragraph at lines 2923--2923
11262 [] @textrm (-20) [ /KOLMOGOROV-SMIRNOV ($@textsy f$@textrm (-20) NORMAL [@
11263 textsl (-20) mu[]@textrm (-20) , @textsl (-20) sigma[]@textrm (-20) ], UNI-FORM
11264 [@textsl (-20) min[]@textrm (-20) , @textsl (-20) max[]@textrm (-20) ], POIS-
11265 [206] [207] [208]
11266 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/one-sample-t.sps)
11267 [209] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/one-sample-t-hc
11268 .png (PNG copy)>
11269 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11270 []
11271
11272 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/one-sample-t.
11273 texi) [210]
11274 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/independent-samples-
11275 t.sps) [211] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/independ
11276 ent-samples-t-hc.png (PNG copy)>
11277 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11278 []
11279 </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/define-groups-t-hc.p
11280 ng (PNG copy)>
11281 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11282 []
11283 [212]
11284 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/independent-s
11285 amples-t.texi) [213] [214] [215]
11286 Overfull \hbox (31.98819pt too wide) in paragraph at lines 3449--3449
11287 [] @textrm (-20) [/CRI-TE-RIA=CLUSTERS(@textsl (-20) k[]@textrm (-20) ) [
11288 MX-ITER(@textsl (-20) max[]iter[]@textrm (-20) )] CON-VERGE(@textsl (-20) epsil
11289 on[]@textrm (-20) ) [NOINITIAL]][]
11290 [216] [217] (/home/blp/tmp/pspptmp/master/source/pspp/doc/regression.texi
11291 [218] [219])
11292 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-figures/reliability.sps)
11293 [220] </home/blp/tmp/pspptmp/master/source/pspp/doc/screenshots/reliability-hc.
11294 png (PNG copy)>
11295 Overfull \hbox (6.8pt too wide) in paragraph at lines 6--6
11296 []
11297
11298 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/reliability.t
11299 exi) [221] [222]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/matrices.texi
11300 Chapter 16 [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233]
11301 [234]
11302 Overfull \hbox (1.26772pt too wide) in paragraph at lines 808--809
11303 []|
11304
11305 Overfull \hbox (1.26772pt too wide) in paragraph at lines 818--819
11306 []|
11307
11308 Overfull \hbox (1.26772pt too wide) in paragraph at lines 828--829
11309 []|
11310
11311 Overfull \hbox (1.26772pt too wide) in paragraph at lines 838--839
11312 []|
11313
11314 Overfull \hbox (1.26772pt too wide) in paragraph at lines 851--852
11315 []|
11316
11317 Overfull \hbox (1.26772pt too wide) in paragraph at lines 861--862
11318 []|
11319 [235]
11320 Overfull \hbox (1.26772pt too wide) in paragraph at lines 894--894
11321 []|
11322
11323 Overfull \hbox (1.26772pt too wide) in paragraph at lines 895--895
11324 []|
11325
11326 Overfull \hbox (1.26772pt too wide) in paragraph at lines 896--896
11327 []|
11328
11329 Overfull \hbox (1.26772pt too wide) in paragraph at lines 897--897
11330 []|
11331
11332 Overfull \hbox (1.26772pt too wide) in paragraph at lines 898--898
11333 []|
11334
11335 Overfull \hbox (1.26772pt too wide) in paragraph at lines 913--913
11336 []|
11337
11338 Overfull \hbox (1.26772pt too wide) in paragraph at lines 914--914
11339 []|
11340
11341 Overfull \hbox (1.26772pt too wide) in paragraph at lines 915--915
11342 []|
11343
11344 Overfull \hbox (1.26772pt too wide) in paragraph at lines 916--916
11345 []|
11346
11347 Overfull \hbox (1.26772pt too wide) in paragraph at lines 923--923
11348 []|
11349
11350 Overfull \hbox (1.26772pt too wide) in paragraph at lines 924--924
11351 []|
11352
11353 Overfull \hbox (1.26772pt too wide) in paragraph at lines 925--925
11354 []|
11355
11356 Overfull \hbox (1.26772pt too wide) in paragraph at lines 932--932
11357 []|
11358
11359 Overfull \hbox (1.26772pt too wide) in paragraph at lines 933--933
11360 []|
11361
11362 Overfull \hbox (1.26772pt too wide) in paragraph at lines 934--934
11363 []|
11364
11365 Overfull \hbox (1.26772pt too wide) in paragraph at lines 941--941
11366 []|
11367
11368 Overfull \hbox (1.26772pt too wide) in paragraph at lines 942--942
11369 []|
11370
11371 Overfull \hbox (1.26772pt too wide) in paragraph at lines 943--943
11372 []|
11373
11374 Overfull \hbox (1.26772pt too wide) in paragraph at lines 950--950
11375 []|
11376
11377 Overfull \hbox (1.26772pt too wide) in paragraph at lines 951--951
11378 []|
11379 [236]
11380 Overfull \hbox (1.26772pt too wide) in paragraph at lines 959--959
11381 []|
11382
11383 Overfull \hbox (1.26772pt too wide) in paragraph at lines 960--960
11384 []|
11385
11386 Overfull \hbox (1.26772pt too wide) in paragraph at lines 985--985
11387 []|
11388
11389 Overfull \hbox (1.26772pt too wide) in paragraph at lines 986--986
11390 []|
11391
11392 Overfull \hbox (1.26772pt too wide) in paragraph at lines 987--987
11393 []|
11394 [237]
11395 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1070--1070
11396 []|
11397
11398 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1071--1071
11399 []|
11400
11401 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1072--1072
11402 []|
11403
11404 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1073--1073
11405 []|
11406
11407 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1074--1074
11408 []|
11409
11410 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1075--1075
11411 []|
11412
11413 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1076--1076
11414 []|
11415
11416 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1097--1097
11417 []|
11418
11419 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1098--1098
11420 []|
11421
11422 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1127--1127
11423 []|
11424
11425 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1128--1128
11426 []|
11427
11428 Overfull \hbox (1.26772pt too wide) in paragraph at lines 1129--1129
11429 []|
11430 [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249]
11431 [250]
11432 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/matrix-print.
11433 texi) [251] [252] [253] [254] [255]
11434 Overfull \hbox (20.69044pt too wide) in paragraph at lines 2391--2391
11435 []@texttt WRITE MAGIC(5) /OUTFILE='matrix.txt' /FIELD=1 TO 80 BY 5 /MODE=TRIAN
11436 GULAR.[]
11437 [256] [257] [258] [259])
11438 (/home/blp/tmp/pspptmp/master/source/pspp/doc/utilities.texi Chapter 17
11439 [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271]
11440 [272] [273] [274])
11441 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-convert.texi Chapter 18
11442 [275] [276] [277] [278])
11443 (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-output.texi Chapter 19
11444 [279] [280] [281]
11445 Underfull \hbox (badness 10000) in paragraph at lines 183--184
11446 []@texttt charts headings logs models tables texts trees warnings
11447 [282]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/pspp-dump-sav.texi
11448 Chapter 20 [283])
11449 (/home/blp/tmp/pspptmp/master/source/pspp/doc/not-implemented.texi Chapter 21
11450 [284] (/home/blp/tmp/pspptmp/master/source/pspp/doc/ni.texi [285] [286]
11451 [287])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/bugs.texi Chapter 22
11452 [288]
11453 (/home/blp/tmp/pspptmp/master/source/pspp/_build/doc/pspp-figures/show-system.t
11454 exi) [289]
11455 Overfull \hbox (27.49045pt too wide) in paragraph at lines 118--118
11456 []@texttt I down-loaded the lat-est ver-sion of PSPP and en-tered a se-quence
11457 of numbers,[]
11458 [290]) (/home/blp/tmp/pspptmp/master/source/pspp/doc/function-index.texi
11459 Chapter 23 [291] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.fns [292]
11460 [293])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/command-index.texi
11461 Chapter 24 [294] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.vrs [295]))
11462 (/home/blp/tmp/pspptmp/master/source/pspp/doc/concept-index.texi Chapter 25
11463 [296] (/home/blp/tmp/pspptmp/master/source/pspp/pspp.cps [297] [298] [299]
11464 [300] [301])) (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi
11465 Appendix A [302] [303] [304] [305] [306] [307] [308] [309]) [310] )
11466 (see the transcript file for additional information)</usr/share/texlive/texmf-d
11467 ist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/share/texlive/texmf-dist/fon
11468 ts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/typ
11469 e1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
11470 blic/amsfonts/cm/cmex10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
11471 msfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
11472 s/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/c
11473 mmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi9.pf
11474 b></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb></usr
11475 /share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr12.pfb></usr/share/
11476 texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb></usr/share/texlive/
11477 texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/share/texlive/texmf-di
11478 st/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/texlive/texmf-dist/fon
11479 ts/type1/public/amsfonts/cm/cmsl9.pfb></usr/share/texlive/texmf-dist/fonts/type
11480 1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
11481 blic/amsfonts/cm/cmss10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
11482 msfonts/cm/cmsy10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
11483 s/cm/cmsy7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
11484 sy9.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pf
11485 b></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></us
11486 r/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt12.pfb></usr/shar
11487 e/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt9.pfb></usr/share/texli
11488 ve/texmf-dist/fonts/type1/public/amsfonts/latxfont/lcircle1.pfb>
11489 Output written on pspp.pdf (321 pages, 1457761 bytes).
11490 Transcript written on pspp.log.
11491 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")
11492 transformation.texi:345: warning: could not find @image file `screenshots/autorecode-ad.txt' nor alternate text (possibly involving @psppimage)
11493 transformation.texi:426: warning: could not find @image file `screenshots/compute-ad.txt' nor alternate text (possibly involving @psppimage)
11494 transformation.texi:526: warning: could not find @image file `screenshots/count-ad.txt' nor alternate text (possibly involving @psppimage)
11495 transformation.texi:537: warning: could not find @image file `screenshots/count-define-ad.txt' nor alternate text (possibly involving @psppimage)
11496 transformation.texi:922: warning: could not find @image file `screenshots/sort-simple-ad.txt' nor alternate text (possibly involving @psppimage)
11497 transformation.texi:935: warning: could not find @image file `screenshots/sort-ad.txt' nor alternate text (possibly involving @psppimage)
11498 data-selection.texi:267: warning: could not find @image file `screenshots/split-status-bar-ad.txt' nor alternate text (possibly involving @psppimage)
11499 statistics.texi:147: warning: could not find @image file `screenshots/descriptives-ad.txt' nor alternate text (possibly involving @psppimage)
11500 statistics.texi:300: warning: could not find @image file `screenshots/frequencies-ad.txt' nor alternate text (possibly involving @psppimage)
11501 statistics.texi:872: warning: could not find @image file `screenshots/crosstabs-ad.txt' nor alternate text (possibly involving @psppimage)
11502 statistics.texi:2850: warning: could not find @image file `screenshots/chisquare-ad.txt' nor alternate text (possibly involving @psppimage)
11503 statistics.texi:3235: warning: could not find @image file `screenshots/one-sample-t-ad.txt' nor alternate text (possibly involving @psppimage)
11504 statistics.texi:3300: warning: could not find @image file `screenshots/independent-samples-t-ad.txt' nor alternate text (possibly involving @psppimage)
11505 statistics.texi:3318: warning: could not find @image file `screenshots/define-groups-t-ad.txt' nor alternate text (possibly involving @psppimage)
11506 statistics.texi:3643: warning: could not find @image file `screenshots/reliability-ad.txt' nor alternate text (possibly involving @psppimage)
11507 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")
11508 Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp.html -I 'doc' -I '_build/doc' "doc/pspp.texi")
11509 Making .tar.gz for sources...
11510 bugs.texi
11511 combining.texi
11512 command-index.texi
11513 concept-index.texi
11514 data-io.texi
11515 data-selection.texi
11516 expressions.texi
11517 fdl.texi
11518 files.texi
11519 flow-control.texi
11520 function-index.texi
11521 installing.texi
11522 introduction.texi
11523 invoking.texi
11524 language.texi
11525 license.texi
11526 matrices.texi
11527 ni.texi
11528 not-implemented.texi
11529 pspp-convert.texi
11530 pspp-dev.texi
11531 pspp-dump-sav.texi
11532 pspp-output.texi
11533 pspp.texi
11534 regression.texi
11535 statistics.texi
11536 transformation.texi
11537 tutorial.texi
11538 tut.texi
11539 utilities.texi
11540 variables.texi
11541 version-dev.texi
11542 version.texi
11543 Writing index file...
11544 Done, see /home/blp/tmp/pspptmp/master/source/results/user-manual/ subdirectory for new files.
11546 Saving User Manual: user-manual
11548 Build developers guide
11549 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"
11550 Generating output formats for doc/pspp-dev.texi
11551 Generating info file(s)... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.info -I 'doc' --no-split "doc/pspp-dev.texi")
11552 Generating dvi ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout -I 'doc' "doc/pspp-dev.texi")
11553 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=etex)
11554 restricted \write18 enabled.
11555 entering extended mode
11556 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
11557 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
11558 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
11559 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
11560 cross references, insertions,
11561 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
11562 This is `epsf.tex' v2.7.4 <14 February 2011>
11563 ) localization, formatting, microtype, and turning on texinfo input format.)
11564 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
11565 [-1] (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
11566 Chapter 1 [1] Cross reference values unknown; you must run TeX again. [2]
11567 [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
11568 Overfull \hbox (23.3639pt too wide) in paragraph at lines 853--860
11569 []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
11570 ES,
11571 [13]
11572 Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
11573 [] @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
11574 VALUES[]
11575
11576 Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
11577 [] @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
11578 LABEL[]
11579 [14] [15] [16] [17] [18] [19] [20] [21] [22]
11580 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
11581 []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
11582 34').[]
11583
11584 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
11585 []@texttt 0000 07 00 00 00 12 00 00 00 01 00 00 00 22 00 00 00 |...........
11586 ."...|[]
11587
11588 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
11589 []@texttt 0010 64 75 6d 6d 79 3a 66 72 65 64 28 27 32 33 27 0a |dummy:fred(
11590 '23'.|[]
11591
11592 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
11593 []@texttt 0020 27 33 34 27 0a 29 62 65 72 74 28 27 31 32 33 27 |'34'.)bert(
11594 '123'|[]
11595
11596 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
11597 []@texttt 0030 0a 29 |.)
11598 |[]
11599 [23] [24] [25] [26])
11600 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
11601 Chapter 2 [27] [28]
11602 Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
11603 []@texttt => label (table | container_text | graph | model | object | image |
11604 tree)[]
11605 [29] l.178: Unicode char @u8:인 not defined for Texinfo
11606 l.178: Unicode char @u8:치 not defined for Texinfo
11607 l.181: Unicode char @u8:п not defined for Texinfo
11608 l.181: Unicode char @u8:т not defined for Texinfo
11609 l.184: Unicode char @u8:с not defined for Texinfo
11610 l.184: Unicode char @u8:м not defined for Texinfo [30]
11611 Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
11612 []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
11613 ives]]>[]
11614 [31]
11615 Writing index file pspp-dev.vr
11616 [32] [33]
11617 Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
11618 []@texttt => label (table | container_text | graph | model | object | image |
11619 tree)[]
11620 [34] [35] [36] [37]
11621 Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
11622 [] @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
11623 OTHER)?[]
11624 [38] [39] [40]
11625 Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
11626 []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt
11627 src/output/spv/light-binary.grammar[]
11628 [41] [42] [43]
11629 Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
11630 [] @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
11631 2[bottom-margin])[]
11632 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
11633 Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
11634 []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
11635 (58 $@textsy j$ @texttt 31 string[id]))?)[]
11636 [55] [56] [57]
11637 Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
11638 []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
11639 ariables][]
11640 [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
11641 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
11642 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
11643 imeFormat[]
11644 [71]
11645 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
11646 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
11647 imeFormat[]
11648 [72] [73] [74] [75] [76] [77] [78]
11649 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
11650 []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
11651 tMapping*[]
11652 [79] [80]
11653 Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
11654 []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
11655 roperties printingProperties[]
11656 [81] [82])
11657 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
11658 Chapter 3 [83] [84] [85]
11659 Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
11660 [] @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
11661 ttom-margin][]
11662 [86] [87])
11663 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
11664 Chapter 4 [88]
11665 Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
11666 []@texttt 0000 1c 00 00 00 00 00 00 00 45 4e 43 52 59 50 54 45 |........ENC
11667 RYPTE|[]
11668
11669 Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
11670 []@texttt 0010 44 @textttsl xx xx xx @texttt 15 00 00 00 00 00 00 00 00 00 0
11671 0 00 |D@textttsl xxx@texttt ............|[]
11672
11673 Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
11674 []@texttt 0000 70 73 70 70 00 00 00 00 00 00 00 00 00 00 00 00 |pspp.......
11675 .....|[]
11676
11677 Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
11678 []@texttt 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |...........
11679 .....|[]
11680 [89] [90])
11681 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
11682 Chapter 5 [91] [92] [93] [94] [95] [96])
11683 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
11684 Chapter 6 [97] [98] [99] [100] [101] [102] [103])
11685 (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
11686 [105] [106] [107] [108] [109] [110] [111]) [112] )
11687 (see the transcript file for additional information)
11688 Output written on pspp-dev.dvi (115 pages, 315992 bytes).
11689 Transcript written on pspp-dev.log.
11690 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=etex)
11691 restricted \write18 enabled.
11692 entering extended mode
11693 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
11694 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
11695 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
11696 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
11697 cross references, insertions,
11698 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
11699 This is `epsf.tex' v2.7.4 <14 February 2011>
11700 ) localization, formatting, microtype, and turning on texinfo input format.)
11701 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
11702 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2]) [-3]
11703 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
11704 Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
11705 [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
11706 Overfull \hbox (23.3639pt too wide) in paragraph at lines 853--860
11707 []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
11708 ES,
11709 [13]
11710 Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
11711 [] @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
11712 VALUES[]
11713
11714 Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
11715 [] @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
11716 LABEL[]
11717 [14] [15] [16] [17] [18] [19] [20] [21] [22]
11718 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
11719 []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
11720 34').[]
11721
11722 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
11723 []@texttt 0000 07 00 00 00 12 00 00 00 01 00 00 00 22 00 00 00 |...........
11724 ."...|[]
11725
11726 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
11727 []@texttt 0010 64 75 6d 6d 79 3a 66 72 65 64 28 27 32 33 27 0a |dummy:fred(
11728 '23'.|[]
11729
11730 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
11731 []@texttt 0020 27 33 34 27 0a 29 62 65 72 74 28 27 31 32 33 27 |'34'.)bert(
11732 '123'|[]
11733
11734 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
11735 []@texttt 0030 0a 29 |.)
11736 |[]
11737 [23] [24] [25] [26])
11738 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
11739 Chapter 2 [27] [28]
11740 Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
11741 []@texttt => label (table | container_text | graph | model | object | image |
11742 tree)[]
11743 [29] l.178: Unicode char @u8:인 not defined for Texinfo
11744 l.178: Unicode char @u8:치 not defined for Texinfo
11745 l.181: Unicode char @u8:п not defined for Texinfo
11746 l.181: Unicode char @u8:т not defined for Texinfo
11747 l.184: Unicode char @u8:с not defined for Texinfo
11748 l.184: Unicode char @u8:м not defined for Texinfo [30]
11749 Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
11750 []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
11751 ives]]>[]
11752 [31]
11753 Writing index file pspp-dev.vr
11754 [32] [33]
11755 Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
11756 []@texttt => label (table | container_text | graph | model | object | image |
11757 tree)[]
11758 [34] [35] [36] [37]
11759 Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
11760 [] @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
11761 OTHER)?[]
11762 [38] [39] [40]
11763 Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
11764 []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt
11765 src/output/spv/light-binary.grammar[]
11766 [41] [42] [43]
11767 Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
11768 [] @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
11769 2[bottom-margin])[]
11770 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
11771 Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
11772 []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
11773 (58 $@textsy j$ @texttt 31 string[id]))?)[]
11774 [55] [56] [57]
11775 Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
11776 []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
11777 ariables][]
11778 [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
11779 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
11780 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
11781 imeFormat[]
11782 [71]
11783 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
11784 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
11785 imeFormat[]
11786 [72] [73] [74] [75] [76] [77] [78]
11787 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
11788 []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
11789 tMapping*[]
11790 [79] [80]
11791 Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
11792 []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
11793 roperties printingProperties[]
11794 [81] [82])
11795 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
11796 Chapter 3 [83] [84] [85]
11797 Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
11798 [] @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
11799 ttom-margin][]
11800 [86] [87])
11801 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
11802 Chapter 4 [88]
11803 Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
11804 []@texttt 0000 1c 00 00 00 00 00 00 00 45 4e 43 52 59 50 54 45 |........ENC
11805 RYPTE|[]
11806
11807 Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
11808 []@texttt 0010 44 @textttsl xx xx xx @texttt 15 00 00 00 00 00 00 00 00 00 0
11809 0 00 |D@textttsl xxx@texttt ............|[]
11810
11811 Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
11812 []@texttt 0000 70 73 70 70 00 00 00 00 00 00 00 00 00 00 00 00 |pspp.......
11813 .....|[]
11814
11815 Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
11816 []@texttt 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |...........
11817 .....|[]
11818 [89] [90])
11819 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
11820 Chapter 5 [91] [92] [93] [94] [95] [96])
11821 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
11822 Chapter 6 [97] [98] [99] [100] [101] [102] [103])
11823 (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
11824 [105] [106] [107] [108] [109] [110] [111]) [112] )
11825 (see the transcript file for additional information)
11826 Output written on pspp-dev.dvi (117 pages, 353740 bytes).
11827 Transcript written on pspp-dev.log.
11828 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=etex)
11829 restricted \write18 enabled.
11830 entering extended mode
11831 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/dvi/xtr/pspp-dev.texi
11832 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
11833 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
11834 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
11835 cross references, insertions,
11836 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
11837 This is `epsf.tex' v2.7.4 <14 February 2011>
11838 ) localization, formatting, microtype, and turning on texinfo input format.)
11839 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1] [2]
11840 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2]) [-3]
11841 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
11842 Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
11843 [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
11844 Overfull \hbox (23.3639pt too wide) in paragraph at lines 853--860
11845 []@textrm For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNTEDVALU
11846 ES,
11847 [13]
11848 Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
11849 [] @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
11850 VALUES[]
11851
11852 Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
11853 [] @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
11854 LABEL[]
11855 [14] [15] [16] [17] [18] [19] [20] [21] [22]
11856 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
11857 []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
11858 34').[]
11859
11860 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
11861 []@texttt 0000 07 00 00 00 12 00 00 00 01 00 00 00 22 00 00 00 |...........
11862 ."...|[]
11863
11864 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
11865 []@texttt 0010 64 75 6d 6d 79 3a 66 72 65 64 28 27 32 33 27 0a |dummy:fred(
11866 '23'.|[]
11867
11868 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
11869 []@texttt 0020 27 33 34 27 0a 29 62 65 72 74 28 27 31 32 33 27 |'34'.)bert(
11870 '123'|[]
11871
11872 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
11873 []@texttt 0030 0a 29 |.)
11874 |[]
11875 [23] [24] [25] [26])
11876 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
11877 Chapter 2 [27] [28]
11878 Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
11879 []@texttt => label (table | container_text | graph | model | object | image |
11880 tree)[]
11881 [29] l.178: Unicode char @u8:인 not defined for Texinfo
11882 l.178: Unicode char @u8:치 not defined for Texinfo
11883 l.181: Unicode char @u8:п not defined for Texinfo
11884 l.181: Unicode char @u8:т not defined for Texinfo
11885 l.184: Unicode char @u8:с not defined for Texinfo
11886 l.184: Unicode char @u8:м not defined for Texinfo [30]
11887 Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
11888 []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
11889 ives]]>[]
11890 [31]
11891 Writing index file pspp-dev.vr
11892 [32] [33]
11893 Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
11894 []@texttt => label (table | container_text | graph | model | object | image |
11895 tree)[]
11896 [34] [35] [36] [37]
11897 Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
11898 [] @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
11899 OTHER)?[]
11900 [38] [39] [40]
11901 Overfull \hbox (62.58887pt too wide) in paragraph at lines 997--1000
11902 []@textrm PSPP uses this gram-mar to parse light de-tail mem-bers. See @texttt
11903 src/output/spv/light-binary.grammar[]
11904 [41] [42] [43]
11905 Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
11906 [] @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
11907 2[bottom-margin])[]
11908 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
11909 Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
11910 []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
11911 (58 $@textsy j$ @texttt 31 string[id]))?)[]
11912 [55] [56] [57]
11913 Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
11914 []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
11915 ariables][]
11916 [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
11917 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
11918 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
11919 imeFormat[]
11920 [71]
11921 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
11922 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
11923 imeFormat[]
11924 [72] [73] [74] [75] [76] [77] [78]
11925 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
11926 []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
11927 tMapping*[]
11928 [79] [80]
11929 Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
11930 []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
11931 roperties printingProperties[]
11932 [81] [82])
11933 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
11934 Chapter 3 [83] [84] [85]
11935 Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
11936 [] @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
11937 ttom-margin][]
11938 [86] [87])
11939 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
11940 Chapter 4 [88]
11941 Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
11942 []@texttt 0000 1c 00 00 00 00 00 00 00 45 4e 43 52 59 50 54 45 |........ENC
11943 RYPTE|[]
11944
11945 Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
11946 []@texttt 0010 44 @textttsl xx xx xx @texttt 15 00 00 00 00 00 00 00 00 00 0
11947 0 00 |D@textttsl xxx@texttt ............|[]
11948
11949 Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
11950 []@texttt 0000 70 73 70 70 00 00 00 00 00 00 00 00 00 00 00 00 |pspp.......
11951 .....|[]
11952
11953 Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
11954 []@texttt 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |...........
11955 .....|[]
11956 [89] [90])
11957 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
11958 Chapter 5 [91] [92] [93] [94] [95] [96])
11959 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
11960 Chapter 6 [97] [98] [99] [100] [101] [102] [103])
11961 (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
11962 [105] [106] [107] [108] [109] [110] [111]) [112] )
11963 (see the transcript file for additional information)
11964 Output written on pspp-dev.dvi (117 pages, 353740 bytes).
11965 Transcript written on pspp-dev.log.
11966 Generating pdf ... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= texi2dvi -t @finalout --pdf -I 'doc' "doc/pspp-dev.texi")
11967 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdfetex)
11968 restricted \write18 enabled.
11969 entering extended mode
11970 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/pdf/xtr/pspp-dev.texi
11971 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
11972 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
11973 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
11974 cross references, insertions,
11975 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
11976 This is `epsf.tex' v2.7.4 <14 February 2011>
11977 ) localization, formatting, microtype, and turning on texinfo input format.)
11978 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1{/var/lib/tex
11979 mf/fonts/map/pdftex/updmap/pdftex.map
11980
11981 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
11982 ): fontmap entry for `rpxpplb' already exists, duplicates ignored
11983
11984
11985 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
11986 ): fontmap entry for `rpxpplbi' already exists, duplicates ignored
11987
11988
11989 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
11990 ): fontmap entry for `rpxpplbo' already exists, duplicates ignored
11991
11992
11993 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
11994 ): fontmap entry for `rpxpplr' already exists, duplicates ignored
11995
11996
11997 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
11998 ): fontmap entry for `rpxpplri' already exists, duplicates ignored
11999
12000
12001 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12002 ): fontmap entry for `rpxpplro' already exists, duplicates ignored
12003
12004
12005 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12006 ): fontmap entry for `rtxphvb' already exists, duplicates ignored
12007
12008
12009 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12010 ): fontmap entry for `rtxphvbo' already exists, duplicates ignored
12011
12012
12013 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12014 ): fontmap entry for `rtxphvr' already exists, duplicates ignored
12015
12016
12017 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12018 ): fontmap entry for `rtxphvro' already exists, duplicates ignored
12019
12020
12021 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12022 ): fontmap entry for `rtxptmb' already exists, duplicates ignored
12023
12024
12025 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12026 ): fontmap entry for `rtxptmbi' already exists, duplicates ignored
12027
12028
12029 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12030 ): fontmap entry for `rtxptmbo' already exists, duplicates ignored
12031
12032
12033 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12034 ): fontmap entry for `rtxptmr' already exists, duplicates ignored
12035
12036
12037 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12038 ): fontmap entry for `rtxptmri' already exists, duplicates ignored
12039
12040
12041 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12042 ): fontmap entry for `rtxptmro' already exists, duplicates ignored
12043 }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2])
12044 [-3] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
12045 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
12046 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
12047 Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
12048 [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
12049 Overfull \hbox (13.87843pt too wide) in paragraph at lines 853--860
12050 []@textrm (-20) For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNT
12051 EDVALUES,
12052 [13]
12053 Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
12054 [] @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
12055 VALUES[]
12056
12057 Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
12058 [] @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
12059 LABEL[]
12060 [14] [15] [16] [17] [18] [19] [20] [21] [22]
12061 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
12062 []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
12063 34').[]
12064
12065 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
12066 []@texttt 0000 07 00 00 00 12 00 00 00 01 00 00 00 22 00 00 00 |...........
12067 ."...|[]
12068
12069 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
12070 []@texttt 0010 64 75 6d 6d 79 3a 66 72 65 64 28 27 32 33 27 0a |dummy:fred(
12071 '23'.|[]
12072
12073 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
12074 []@texttt 0020 27 33 34 27 0a 29 62 65 72 74 28 27 31 32 33 27 |'34'.)bert(
12075 '123'|[]
12076
12077 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
12078 []@texttt 0030 0a 29 |.)
12079 |[]
12080 [23] [24] [25] [26])
12081 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
12082 Chapter 2 [27] [28]
12083 Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
12084 []@texttt => label (table | container_text | graph | model | object | image |
12085 tree)[]
12086 [29] l.178: Unicode char @u8:인 not defined for Texinfo
12087 l.178: Unicode char @u8:치 not defined for Texinfo
12088 l.181: Unicode char @u8:п not defined for Texinfo
12089 l.181: Unicode char @u8:т not defined for Texinfo
12090 l.184: Unicode char @u8:с not defined for Texinfo
12091 l.184: Unicode char @u8:м not defined for Texinfo [30]
12092 Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
12093 []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
12094 ives]]>[]
12095 [31]
12096 Writing index file pspp-dev.vr
12097 [32] [33]
12098 Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
12099 []@texttt => label (table | container_text | graph | model | object | image |
12100 tree)[]
12101 [34] [35] [36] [37]
12102 Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
12103 [] @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
12104 OTHER)?[]
12105 [38] [39] [40]
12106 Overfull \hbox (57.50989pt too wide) in paragraph at lines 997--1000
12107 []@textrm (-20) PSPP uses this gram-mar to parse light de-tail mem-bers. See @t
12108 exttt src/output/spv/light-binary.grammar[]
12109 [41] [42] [43]
12110 Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
12111 [] @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
12112 2[bottom-margin])[]
12113 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
12114 Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
12115 []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
12116 (58 $@textsy j$ @texttt 31 string[id]))?)[]
12117 [55] [56] [57]
12118 Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
12119 []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
12120 ariables][]
12121 [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
12122 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
12123 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
12124 imeFormat[]
12125 [71]
12126 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
12127 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
12128 imeFormat[]
12129 [72] [73] [74] [75] [76] [77] [78]
12130 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
12131 []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
12132 tMapping*[]
12133 [79] [80]
12134 Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
12135 []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
12136 roperties printingProperties[]
12137 [81] [82])
12138 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
12139 Chapter 3 [83] [84] [85]
12140 Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
12141 [] @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
12142 ttom-margin][]
12143 [86] [87])
12144 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
12145 Chapter 4 [88]
12146 Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
12147 []@texttt 0000 1c 00 00 00 00 00 00 00 45 4e 43 52 59 50 54 45 |........ENC
12148 RYPTE|[]
12149
12150 Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
12151 []@texttt 0010 44 @textttsl xx xx xx @texttt 15 00 00 00 00 00 00 00 00 00 0
12152 0 00 |D@textttsl xxx@texttt ............|[]
12153
12154 Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
12155 []@texttt 0000 70 73 70 70 00 00 00 00 00 00 00 00 00 00 00 00 |pspp.......
12156 .....|[]
12157
12158 Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
12159 []@texttt 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |...........
12160 .....|[]
12161 [89] [90])
12162 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
12163 Chapter 5 [91] [92] [93] [94] [95] [96])
12164 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
12165 Chapter 6 [97] [98] [99] [100] [101] [102] [103])
12166 (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
12167 [105] [106] [107] [108] [109] [110] [111]) [112] )
12168 (see the transcript file for additional information)</usr/share/texlive/texmf-d
12169 ist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/share/texlive/texmf-dist/fon
12170 ts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/typ
12171 e1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
12172 blic/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
12173 msfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
12174 s/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
12175 r10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb>
12176 </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/sh
12177 are/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/te
12178 xlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texliv
12179 e/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texm
12180 f-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist
12181 /fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts
12182 /type1/public/amsfonts/cm/cmtt12.pfb></usr/share/texlive/texmf-dist/fonts/type1
12183 /public/amsfonts/cm/cmtt9.pfb>
12184 Output written on pspp-dev.pdf (117 pages, 482996 bytes).
12185 Transcript written on pspp-dev.log.
12186 This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdfetex)
12187 restricted \write18 enabled.
12188 entering extended mode
12189 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.t2d/pdf/xtr/pspp-dev.texi
12190 (/usr/share/texlive/texmf-dist/tex/texinfo/texinfo.tex
12191 Loading texinfo [version 2022-11-07.17]: pdf, fonts, glyphs, page headings,
12192 tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
12193 cross references, insertions,
12194 (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
12195 This is `epsf.tex' v2.7.4 <14 February 2011>
12196 ) localization, formatting, microtype, and turning on texinfo input format.)
12197 (/home/blp/tmp/pspptmp/master/source/pspp/doc/version-dev.texi) [1{/var/lib/tex
12198 mf/fonts/map/pdftex/updmap/pdftex.map
12199
12200 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12201 ): fontmap entry for `rpxpplb' already exists, duplicates ignored
12202
12203
12204 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12205 ): fontmap entry for `rpxpplbi' already exists, duplicates ignored
12206
12207
12208 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12209 ): fontmap entry for `rpxpplbo' already exists, duplicates ignored
12210
12211
12212 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12213 ): fontmap entry for `rpxpplr' already exists, duplicates ignored
12214
12215
12216 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12217 ): fontmap entry for `rpxpplri' already exists, duplicates ignored
12218
12219
12220 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12221 ): fontmap entry for `rpxpplro' already exists, duplicates ignored
12222
12223
12224 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12225 ): fontmap entry for `rtxphvb' already exists, duplicates ignored
12226
12227
12228 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12229 ): fontmap entry for `rtxphvbo' already exists, duplicates ignored
12230
12231
12232 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12233 ): fontmap entry for `rtxphvr' already exists, duplicates ignored
12234
12235
12236 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12237 ): fontmap entry for `rtxphvro' already exists, duplicates ignored
12238
12239
12240 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12241 ): fontmap entry for `rtxptmb' already exists, duplicates ignored
12242
12243
12244 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12245 ): fontmap entry for `rtxptmbi' already exists, duplicates ignored
12246
12247
12248 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12249 ): fontmap entry for `rtxptmbo' already exists, duplicates ignored
12250
12251
12252 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12253 ): fontmap entry for `rtxptmr' already exists, duplicates ignored
12254
12255
12256 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12257 ): fontmap entry for `rtxptmri' already exists, duplicates ignored
12258
12259
12260 pdfTeX warning: pdfetex (file /var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map
12261 ): fontmap entry for `rtxptmro' already exists, duplicates ignored
12262 }] [2] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc [-1] [-2])
12263 [-3] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
12264 (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.toc)
12265 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/system-file-format.texi
12266 Chapter 1 [1] (/home/blp/tmp/pspptmp/master/source/pspp/pspp-dev.aux) [2]
12267 [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]
12268 Overfull \hbox (13.87843pt too wide) in paragraph at lines 853--860
12269 []@textrm (-20) For a mul-ti-ple di-chotomy set with CAT-E-GO-RY-LA-BELS=COUNT
12270 EDVALUES,
12271 [13]
12272 Overfull \hbox (20.69044pt too wide) in paragraph at lines 906--906
12273 [] @texttt /MDGROUP NAME=$d LABEL='third mdgroup' CATEGORYLABELS=COUNTED
12274 VALUES[]
12275
12276 Overfull \hbox (14.94176pt too wide) in paragraph at lines 908--908
12277 [] @texttt /MDGROUP NAME=$e CATEGORYLABELS=COUNTEDVALUES LABELSOURCE=VAR
12278 LABEL[]
12279 [14] [15] [16] [17] [18] [19] [20] [21] [22]
12280 Overfull \hbox (14.94176pt too wide) in paragraph at lines 1484--1484
12281 []@texttt VARIABLE ATTRIBUTE VARIABLES=dummy ATTRIBUTE=fred[1]('23') fred[2]('
12282 34').[]
12283
12284 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1492--1492
12285 []@texttt 0000 07 00 00 00 12 00 00 00 01 00 00 00 22 00 00 00 |...........
12286 ."...|[]
12287
12288 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1493--1493
12289 []@texttt 0010 64 75 6d 6d 79 3a 66 72 65 64 28 27 32 33 27 0a |dummy:fred(
12290 '23'.|[]
12291
12292 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1494--1494
12293 []@texttt 0020 27 33 34 27 0a 29 62 65 72 74 28 27 31 32 33 27 |'34'.)bert(
12294 '123'|[]
12295
12296 Overfull \hbox (20.69044pt too wide) in paragraph at lines 1495--1495
12297 []@texttt 0030 0a 29 |.)
12298 |[]
12299 [23] [24] [25] [26])
12300 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/spv-file-format.texi
12301 Chapter 2 [27] [28]
12302 Overfull \hbox (14.94176pt too wide) in paragraph at lines 148--148
12303 []@texttt => label (table | container_text | graph | model | object | image |
12304 tree)[]
12305 [29] l.178: Unicode char @u8:인 not defined for Texinfo
12306 l.178: Unicode char @u8:치 not defined for Texinfo
12307 l.181: Unicode char @u8:п not defined for Texinfo
12308 l.181: Unicode char @u8:т not defined for Texinfo
12309 l.184: Unicode char @u8:с not defined for Texinfo
12310 l.184: Unicode char @u8:м not defined for Texinfo [30]
12311 Overfull \hbox (26.43913pt too wide) in paragraph at lines 271--271
12312 []@texttt <![CDATA[<head><style type="text/css">...</style></head><BR>Descript
12313 ives]]>[]
12314 [31]
12315 Writing index file pspp-dev.vr
12316 [32] [33]
12317 Overfull \hbox (14.94176pt too wide) in paragraph at lines 459--459
12318 []@texttt => label (table | container_text | graph | model | object | image |
12319 tree)[]
12320 [34] [35] [36] [37]
12321 Overfull \hbox (32.18782pt too wide) in paragraph at lines 795--795
12322 [] @texttt :chart-size=(as-is | full-height | half-height | quarter-height |
12323 OTHER)?[]
12324 [38] [39] [40]
12325 Overfull \hbox (57.50989pt too wide) in paragraph at lines 997--1000
12326 []@textrm (-20) PSPP uses this gram-mar to parse light de-tail mem-bers. See @t
12327 exttt src/output/spv/light-binary.grammar[]
12328 [41] [42] [43]
12329 Overfull \hbox (83.92601pt too wide) in paragraph at lines 1178--1178
12330 [] @texttt v3(int32[left-margin] int32[right-margin] int32[top-margin] int3
12331 2[bottom-margin])[]
12332 [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54]
12333 Overfull \hbox (15.27641pt too wide) in paragraph at lines 2000--2000
12334 []@texttt TemplateString => count((count((i0 (58 $@textsy j$ @texttt 31 55))?)
12335 (58 $@textsy j$ @texttt 31 string[id]))?)[]
12336 [55] [56] [57]
12337 Overfull \hbox (37.93651pt too wide) in paragraph at lines 2168--2168
12338 []@texttt SourceMap => string[source-name] int32[n-variables] VariableMap*[n-v
12339 ariables][]
12340 [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70]
12341 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3111--3111
12342 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
12343 imeFormat[]
12344 [71]
12345 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3189--3189
12346 []@texttt => format | numberFormat | stringFormat+ | dateTimeFormat | elapsedT
12347 imeFormat[]
12348 [72] [73] [74] [75] [76] [77] [78]
12349 Overfull \hbox (37.93651pt too wide) in paragraph at lines 3673--3673
12350 []@texttt formatting :variable=ref (sourceVariable | derivedVariable) => forma
12351 tMapping*[]
12352 [79] [80]
12353 Overfull \hbox (147.16158pt too wide) in paragraph at lines 3828--3828
12354 []@texttt => generalProperties footnoteProperties cellFormatProperties borderP
12355 roperties printingProperties[]
12356 [81] [82])
12357 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/tlo-file-format.texi
12358 Chapter 3 [83] [84] [85]
12359 Overfull \hbox (55.18257pt too wide) in paragraph at lines 238--238
12360 [] @texttt int16[left-margin] int16[right-margin] int16[top-margin] int16[bo
12361 ttom-margin][]
12362 [86] [87])
12363 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/encrypted-file-wrappers.texi
12364 Chapter 4 [88]
12365 Overfull \hbox (20.69044pt too wide) in paragraph at lines 41--41
12366 []@texttt 0000 1c 00 00 00 00 00 00 00 45 4e 43 52 59 50 54 45 |........ENC
12367 RYPTE|[]
12368
12369 Overfull \hbox (20.69044pt too wide) in paragraph at lines 42--42
12370 []@texttt 0010 44 @textttsl xx xx xx @texttt 15 00 00 00 00 00 00 00 00 00 0
12371 0 00 |D@textttsl xxx@texttt ............|[]
12372
12373 Overfull \hbox (20.69044pt too wide) in paragraph at lines 91--91
12374 []@texttt 0000 70 73 70 70 00 00 00 00 00 00 00 00 00 00 00 00 |pspp.......
12375 .....|[]
12376
12377 Overfull \hbox (20.69044pt too wide) in paragraph at lines 92--92
12378 []@texttt 0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |...........
12379 .....|[]
12380 [89] [90])
12381 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/portable-file-format.texi
12382 Chapter 5 [91] [92] [93] [94] [95] [96])
12383 (/home/blp/tmp/pspptmp/master/source/pspp/doc/dev/pc+-file-format.texi
12384 Chapter 6 [97] [98] [99] [100] [101] [102] [103])
12385 (/home/blp/tmp/pspptmp/master/source/pspp/doc/fdl.texi Appendix A [104]
12386 [105] [106] [107] [108] [109] [110] [111]) [112] )
12387 (see the transcript file for additional information)</usr/share/texlive/texmf-d
12388 ist/fonts/type1/public/amsfonts/cm/cmb10.pfb></usr/share/texlive/texmf-dist/fon
12389 ts/type1/public/amsfonts/cm/cmbx12.pfb></usr/share/texlive/texmf-dist/fonts/typ
12390 e1/public/amsfonts/cm/cmcsc10.pfb></usr/share/texlive/texmf-dist/fonts/type1/pu
12391 blic/amsfonts/cm/cmmi10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/a
12392 msfonts/cm/cmmi12.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfont
12393 s/cm/cmmi7.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cm
12394 r10.pfb></usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb>
12395 </usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr9.pfb></usr/sh
12396 are/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb></usr/share/te
12397 xlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb></usr/share/texliv
12398 e/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/share/texlive/texm
12399 f-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/share/texlive/texmf-dist
12400 /fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/share/texlive/texmf-dist/fonts
12401 /type1/public/amsfonts/cm/cmtt12.pfb></usr/share/texlive/texmf-dist/fonts/type1
12402 /public/amsfonts/cm/cmtt9.pfb>
12403 Output written on pspp-dev.pdf (117 pages, 482996 bytes).
12404 Transcript written on pspp-dev.log.
12405 Generating ASCII... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -o pspp-dev.txt --no-split --no-headers -I 'doc' "doc/pspp-dev.texi")
12406 Generating monolithic html... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --no-split --html -o pspp-dev.html -I 'doc' "doc/pspp-dev.texi")
12407 Generating html by node... (env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo --html -o pspp-dev.html -I 'doc' "doc/pspp-dev.texi")
12408 Making .tar.gz for sources...
12409 bugs.texi
12410 combining.texi
12411 command-index.texi
12412 concept-index.texi
12413 data-io.texi
12414 data-selection.texi
12415 expressions.texi
12416 fdl.texi
12417 files.texi
12418 flow-control.texi
12419 function-index.texi
12420 installing.texi
12421 introduction.texi
12422 invoking.texi
12423 language.texi
12424 license.texi
12425 matrices.texi
12426 ni.texi
12427 not-implemented.texi
12428 pspp-convert.texi
12429 pspp-dev.texi
12430 pspp-dump-sav.texi
12431 pspp-output.texi
12432 pspp.texi
12433 regression.texi
12434 statistics.texi
12435 transformation.texi
12436 tutorial.texi
12437 tut.texi
12438 utilities.texi
12439 variables.texi
12440 version-dev.texi
12441 version.texi
12442 Writing index file...
12443 Done, see /home/blp/tmp/pspptmp/master/source/results/dev-guide/ subdirectory for new files.
12445 Saving Developers Guide: dev-guide
12447 Success